Home
last modified time | relevance | path

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

1234567891011

/external/harfbuzz_ng/src/
Dgen-vowel-constraints.py68 self._c = constraint
76 if isinstance (self._c, list):
77 if constraint == self._c[:len (constraint)]:
78 self._c = constraint
79 elif self._c != constraint[:len (self._c)]:
80 self._c = {self._c[0]: ConstraintSet (self._c[1:])}
81 if isinstance (self._c, dict):
82 if first in self._c:
83 self._c[first].add (rest)
85 self._c[first] = ConstraintSet (rest)
[all …]
/external/swiftshader/src/OpenGL/common/
DMatrixStack.cpp82 float _c = 1 - c; in rotate() local
86 sw::Matrix rotate(c+x*x*_c, x*y*_c-z*s, x*z*_c+y*s, in rotate()
87 x*y*_c+z*s, c+y*y*_c, y*z*_c-x*s, in rotate()
88 x*z*_c-y*s, y*z*_c+x*s, c+z*z*_c); in rotate()
/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/libvpx/libvpx/vpx_dsp/
Dvariance.c129 uint32_t vpx_variance##W##x##H##_c(const uint8_t *src_ptr, int src_stride, \
138 uint32_t vpx_sub_pixel_variance##W##x##H##_c( \
149 return vpx_variance##W##x##H##_c(temp2, W, ref_ptr, ref_stride, sse); \
153 uint32_t vpx_sub_pixel_avg_variance##W##x##H##_c( \
168 return vpx_variance##W##x##H##_c(temp3, W, ref_ptr, ref_stride, sse); \
187 uint32_t vpx_mse##W##x##H##_c(const uint8_t *src_ptr, int src_stride, \
294 uint32_t vpx_highbd_8_variance##W##x##H##_c( \
303 uint32_t vpx_highbd_10_variance##W##x##H##_c( \
314 uint32_t vpx_highbd_12_variance##W##x##H##_c( \
348 uint32_t vpx_highbd_8_mse##W##x##H##_c( \
[all …]
Dsad.c36 unsigned int vpx_sad##m##x##n##_c(const uint8_t *src_ptr, int src_stride, \
51 void vpx_sad##m##x##n##x##k##_c(const uint8_t *src_ptr, int src_stride, \
57 vpx_sad##m##x##n##_c(src_ptr, src_stride, &ref_ptr[i], ref_stride); \
68 vpx_sad##m##x##n##_c(src_ptr, src_stride, ref_array[i], ref_stride); \
170 unsigned int vpx_highbd_sad##m##x##n##_c( \
190 sad_array[i] = vpx_highbd_sad##m##x##n##_c(src_ptr, src_stride, \
/external/swiftshader/third_party/llvm-7.0/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
/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
/external/antlr/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/libopus/celt/x86/
Dx86cpu.h34 # define MAY_HAVE_SSE(name) name ## _c
40 # define MAY_HAVE_SSE2(name) name ## _c
46 # define MAY_HAVE_SSE4_1(name) name ## _c
52 # define MAY_HAVE_AVX(name) name ## _c
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DRecognitionException.cs105 private int _c; field in Antlr.Runtime.RecognitionException
201 this._c = input.LA(1); in RecognitionException()
212 this._c = input.LA(k); in RecognitionException()
225 _c = info.GetInt32("C"); in RecognitionException()
248 return _c;
312 return _c;
316 _c = value;
363 info.AddValue("C", _c); in GetObjectData()
/external/libaom/libaom/aom_dsp/
Dvariance.c145 uint32_t aom_variance##W##x##H##_c(const uint8_t *a, int a_stride, \
154 uint32_t aom_sub_pixel_variance##W##x##H##_c( \
165 return aom_variance##W##x##H##_c(temp2, W, b, b_stride, sse); \
169 uint32_t aom_sub_pixel_avg_variance##W##x##H##_c( \
184 return aom_variance##W##x##H##_c(temp3, W, b, b_stride, sse); \
186 uint32_t aom_dist_wtd_sub_pixel_avg_variance##W##x##H##_c( \
220 uint32_t aom_mse##W##x##H##_c(const uint8_t *a, int a_stride, \
483 uint32_t aom_highbd_8_variance##W##x##H##_c(const uint8_t *a, int a_stride, \
491 uint32_t aom_highbd_10_variance##W##x##H##_c(const uint8_t *a, int a_stride, \
501 uint32_t aom_highbd_12_variance##W##x##H##_c(const uint8_t *a, int a_stride, \
[all …]
/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
/external/swiftshader/third_party/llvm-7.0/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
/external/llvm/test/MC/ARM/
Dtls-directives.s37 .tbss _c$tlv$init, 4, 2 @ @c
39 .globl _c symbol
40 _c: label
43 .long _c$tlv$init
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Dtls-directives.s37 .tbss _c$tlv$init, 4, 2 @ @c
39 .globl _c symbol
40 _c: label
43 .long _c$tlv$init
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
Dstress.c128 pthread_key_t _c; /* this key will always contain a pointer to the thread's cell */ variable
184 cell_t *c = (cell_t *) pthread_getspecific(_c); in sighdl()
232 ret = pthread_setspecific(_c, arg); in lockthr()
280 ret = pthread_setspecific(_c, arg); in timedlockthr()
336 ret = pthread_setspecific(_c, arg); in trylockthr()
597 ret = pthread_key_create(&_c, NULL); in main()
653 ret = pthread_key_delete(_c); in main()
/external/python/cpython3/Lib/
Dtypes.py29 async def _c(): pass function
30 _c = _c() variable
31 CoroutineType = type(_c)
32 _c.close() # Prevent ResourceWarning
65 del sys, _f, _g, _C, _c, _ag # Not for export
/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…
/external/libopus/silk/
DSigProc_FIX.h452 opus_int32 _c; in silk_ADD32_ovflw() local
453 __builtin_add_overflow(a, b, &_c); in silk_ADD32_ovflw()
454 return _c; in silk_ADD32_ovflw()
460 opus_int32 _c; in silk_SUB32_ovflw() local
461 __builtin_sub_overflow(a, b, &_c); in silk_SUB32_ovflw()
462 return _c; in silk_SUB32_ovflw()
516 opus_int32 _c; in silk_ADD_POS_SAT32() local
517 if (__builtin_add_overflow(a, b, &_c)) in silk_ADD_POS_SAT32()
519 return _c; in silk_ADD_POS_SAT32()

1234567891011