Home
last modified time | relevance | path

Searched refs:_c (Results 1 – 25 of 94) sorted by relevance

1234

/external/libdivsufsort/include/
Ddivsufsort_private.h154 #define STACK_PUSH(_a, _b, _c, _d)\ argument
158 stack[ssize].c = (_c), stack[ssize++].d = (_d);\
160 #define STACK_PUSH5(_a, _b, _c, _d, _e)\ argument
164 stack[ssize].c = (_c), stack[ssize].d = (_d), stack[ssize++].e = (_e);\
166 #define STACK_POP(_a, _b, _c, _d)\ argument
171 (_c) = stack[ssize].c, (_d) = stack[ssize].d;\
173 #define STACK_POP5(_a, _b, _c, _d, _e)\ argument
178 (_c) = stack[ssize].c, (_d) = stack[ssize].d, (_e) = stack[ssize].e;\
/external/llvm/test/MC/MachO/
Dtls.s5 .globl _c$tlv$init
7 _c$tlv$init:
11 .globl _c symbol
12 _c: label
15 .quad _c$tlv$init
Ddarwin-complex-difference.s10 .long _c - _d + 4
11 .long (_c - L0) - (_d - L1) // == (_c - _d) + (L1 - L0)
13 _c: label
Dreloc-pcrel.s24 call _c
25 call _c - 1
26 call _c + 1
Dindirect-symbols.s4 _c = 0 define
13 .indirect_symbol _c
Dzerofill-4.s8 .zerofill __DATA,__bss,_c,4,4
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DRecognitionException.cs98 private int _c; field in Antlr.Runtime.RecognitionException
156 this._c = input.LA(1); in RecognitionException()
160 this._c = input.LA(1); in RecognitionException()
171 _c = info.GetInt32("C"); in RecognitionException()
190 return _c;
232 return _c;
235 _c = value;
272 info.AddValue("C", _c); in GetObjectData()
/external/libvpx/libvpx/vpx_dsp/
Dvariance.c161 uint32_t vpx_variance##W##x##H##_c(const uint8_t *a, int a_stride, \
170 uint32_t vpx_sub_pixel_variance##W##x##H##_c(const uint8_t *a, int a_stride, \
182 return vpx_variance##W##x##H##_c(temp2, W, b, b_stride, sse); \
186 uint32_t vpx_sub_pixel_avg_variance##W##x##H##_c(const uint8_t *a, \
204 return vpx_variance##W##x##H##_c(temp3, W, b, b_stride, sse); \
223 uint32_t vpx_mse##W##x##H##_c(const uint8_t *a, int a_stride, \
328 uint32_t vpx_highbd_8_variance##W##x##H##_c(const uint8_t *a, \
338 uint32_t vpx_highbd_10_variance##W##x##H##_c(const uint8_t *a, \
348 uint32_t vpx_highbd_12_variance##W##x##H##_c(const uint8_t *a, \
378 uint32_t vpx_highbd_8_mse##W##x##H##_c(const uint8_t *src, \
[all …]
Dsad.c78 unsigned int vpx_sad##m##x##n##_c(const uint8_t *src, int src_stride, \
93 void vpx_sad##m##x##n##x##k##_c(const uint8_t *src, int src_stride, \
98 sad_array[i] = vpx_sad##m##x##n##_c(src, src_stride, &ref_array[i], ref_stride); \
108 sad_array[i] = vpx_sad##m##x##n##_c(src, src_stride, ref_array[i], ref_stride); \
214 unsigned int vpx_highbd_sad##m##x##n##_c(const uint8_t *src, int src_stride, \
229 void vpx_highbd_sad##m##x##n##x##k##_c(const uint8_t *src, int src_stride, \
234 sad_array[i] = vpx_highbd_sad##m##x##n##_c(src, src_stride, &ref_array[i], \
245 sad_array[i] = vpx_highbd_sad##m##x##n##_c(src, src_stride, ref_array[i], \
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DRecognitionException.cs100 private int _c; field in Antlr.Runtime.RecognitionException
174 this._c = input.LA(1); in RecognitionException()
180 this._c = input.LA(1); in RecognitionException()
193 _c = info.GetInt32("C"); in RecognitionException()
216 return _c;
272 return _c;
276 _c = value;
323 info.AddValue("C", _c); in GetObjectData()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
DbtScalar.h118 #define btLikely(_c) _c argument
119 #define btUnlikely(_c) _c argument
146 #define btLikely(_c) _c argument
147 #define btUnlikely(_c) _c argument
169 #define btLikely(_c) __builtin_expect((_c), 1) argument
170 #define btUnlikely(_c) __builtin_expect((_c), 0) argument
236 #define btLikely(_c) _c argument
237 #define btUnlikely(_c) _c argument
261 #define btLikely(_c) _c argument
262 #define btUnlikely(_c) _c argument
/external/llvm/test/MC/AsmParser/
Dmacros-gas.s28 .macro test3 _a _b _c argument
38 .macro test3_prime _a _b _c argument
72 .macro test8 _a, _b, _c
76 .macro test9 _a _b _c argument
Dmacros-darwin.s72 .macro test8 _a, _b, _c
76 .macro test9 _a _b _c argument
/external/opencv/cv/src/
Dcvpyrsegmentation.cpp563 Cv32suf _c; in icvPyrSegmentation8uC1R() local
565 _c.f = p_cur->c; dst_image[j] = (uchar)_c.i; in icvPyrSegmentation8uC1R()
995 Cv32suf _c; in icvPyrSegmentation8uC3R() local
997 _c.f = p_cur->c.blue; dst_image[j*3] = (uchar)_c.i; in icvPyrSegmentation8uC3R()
998 _c.f = p_cur->c.green; dst_image[j*3+1] = (uchar)_c.i; in icvPyrSegmentation8uC3R()
999 _c.f = p_cur->c.red; dst_image[j*3+2] = (uchar)_c.i; in icvPyrSegmentation8uC3R()
1430 Cv32suf _c; in icvSegmentClusterC1() local
1439 _c.i = cvRound( cmp->c ); in icvSegmentClusterC1()
1440 cmp->c = _c.f; in icvSegmentClusterC1()
1441 comp.value = cvRealScalar(_c.i); in icvSegmentClusterC1()
[all …]
Dcvlinefit.cpp294 icvWeightHuber( float *d, int count, float *w, float _c ) in icvWeightHuber() argument
297 const float c = _c <= 0 ? 1.345f : _c; in icvWeightHuber()
310 icvWeightFair( float *d, int count, float *w, float _c ) in icvWeightFair() argument
313 const float c = _c == 0 ? 1 / 1.3998f : 1 / _c; in icvWeightFair()
322 icvWeightWelsch( float *d, int count, float *w, float _c ) in icvWeightWelsch() argument
325 const float c = _c == 0 ? 1 / 2.9846f : 1 / _c; in icvWeightWelsch()
/external/clang/test/CXX/over/over.oper/over.literal/
Dp2.cpp14 void operator "" _c(const char *); // expected-error {{must be in a namespace or global scope}}
16 …static void operator "" _c(unsigned long long); // expected-error {{must be in a namespace or glob…
Dp6.cpp7 void operator "" _c(const char *); // expected-error {{must have C++ linkage}}
/external/libopus/celt/arm/
Darmcpu.h34 # define MAY_HAVE_EDSP(name) name ## _c
52 # define PRESUME_EDSP(name) name ## _c
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_tile_soa.h75 #define TILE_PIXEL(_p, _x, _y, _c) ((_p)[tile_pixel_offset(_x, _y, _c)]) argument
/external/bison/lib/
Dc-ctype.h234 ({ int _c = (c); \
235 (c_isgraph (_c) && ! c_isalnum (_c)); \
/external/libopus/celt/
Dentenc.c82 static void ec_enc_carry_out(ec_enc *_this,int _c){ in ec_enc_carry_out() argument
83 if(_c!=EC_SYM_MAX){ in ec_enc_carry_out()
86 carry=_c>>EC_SYM_BITS; in ec_enc_carry_out()
96 _this->rem=_c&EC_SYM_MAX; in ec_enc_carry_out()
/external/llvm/test/MC/COFF/
Dcomm.s6 .comm _c, 1, 5
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
DInternalLocaleBuilder.java659 private char _c; field in InternalLocaleBuilder.CaseInsensitiveChar
662 _c = c; in CaseInsensitiveChar()
666 return _c; in value()
670 return AsciiUtil.toLower(_c); in hashCode()
680 return _c == AsciiUtil.toLower(((CaseInsensitiveChar)obj).value()); in equals()
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
DInternalLocaleBuilder.java663 private char _c; field in InternalLocaleBuilder.CaseInsensitiveChar
666 _c = c; in CaseInsensitiveChar()
670 return _c; in value()
674 return AsciiUtil.toLower(_c); in hashCode()
684 return _c == AsciiUtil.toLower(((CaseInsensitiveChar)obj).value()); in equals()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DInternalLocaleBuilder.java659 private char _c; field in InternalLocaleBuilder.CaseInsensitiveChar
662 _c = c; in CaseInsensitiveChar()
666 return _c; in value()
670 return AsciiUtil.toLower(_c); in hashCode()
680 return _c == AsciiUtil.toLower(((CaseInsensitiveChar)obj).value()); in equals()

1234