HomeSort by relevance Sort by last modified time
    Searched refs:_c (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /external/llvm/test/MC/MachO/
darwin-complex-difference.s 10 .long _c - _d + 4
11 .long (_c - L0) - (_d - L1) // == (_c - _d) + (L1 - L0)
12 // == (_c - _d + 4)
13 _c: label
60 // CHECK: 0xC 0 2 1 X86_64_RELOC_UNSIGNED 0 _c
62 // CHECK: 0x8 0 2 1 X86_64_RELOC_UNSIGNED 0 _c
76 // CHECK: Name: _c (4)
indirect-symbols.s 4 _c = 0 define
13 .indirect_symbol _c
111 // CHECK: Name: _c (10)
reloc-pcrel.s 24 call _c
25 call _c - 1
26 call _c + 1
36 // CHECK-NEXT: 0x40 1 2 1 GENERIC_RELOC_VANILLA 0 _c
37 // CHECK-NEXT: 0x3B 1 2 1 GENERIC_RELOC_VANILLA 0 _c
38 // CHECK-NEXT: 0x36 1 2 1 GENERIC_RELOC_VANILLA 0 _c
tls.s 5 .globl _c$tlv$init
7 _c$tlv$init:
11 .globl _c
12 _c: label
15 .quad _c$tlv$init
159 // CHECK: 0x10 0 3 1 X86_64_RELOC_UNSIGNED 0 _c$tlv$init
203 // CHECK: Name: _c (69)
213 // CHECK: Name: _c$tlv$init (13)
zerofill-4.s 8 .zerofill __DATA,__bss,_c,4,4
63 // CHECK: Name: _c (4)
  /external/llvm/test/MC/COFF/
comm.s 5 // _c has size 1 but align 32, the value field is the max of size and align.
6 .comm _c, 1, 5
30 // CHECK: Name: _c
  /external/clang/test/CXX/over/over.oper/over.literal/
p6.cpp 7 void operator "" _c(const char *); // expected-error {{must have C++ linkage}}
p2.cpp 14 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 global scope}}
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
concept_check.h 49 #define __glibcxx_class_requires2(_a,_b,_c)
50 #define __glibcxx_class_requires3(_a,_b,_c,_d)
51 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e)
69 #define __glibcxx_class_requires(_a,_C) \
70 _GLIBCXX_CLASS_REQUIRES(_a, __gnu_cxx, _C);
71 #define __glibcxx_class_requires2(_a,_b,_C) \
72 _GLIBCXX_CLASS_REQUIRES2(_a, _b, __gnu_cxx, _C);
73 #define __glibcxx_class_requires3(_a,_b,_c,_C) \
74 _GLIBCXX_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
concept_check.h 49 #define __glibcxx_class_requires2(_a,_b,_c)
50 #define __glibcxx_class_requires3(_a,_b,_c,_d)
51 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e)
69 #define __glibcxx_class_requires(_a,_C) \
70 _GLIBCXX_CLASS_REQUIRES(_a, __gnu_cxx, _C);
71 #define __glibcxx_class_requires2(_a,_b,_C) \
72 _GLIBCXX_CLASS_REQUIRES2(_a, _b, __gnu_cxx, _C);
73 #define __glibcxx_class_requires3(_a,_b,_c,_C) \
74 _GLIBCXX_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
concept_check.h 49 #define __glibcxx_class_requires2(_a,_b,_c)
50 #define __glibcxx_class_requires3(_a,_b,_c,_d)
51 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e)
69 #define __glibcxx_class_requires(_a,_C) \
70 _GLIBCXX_CLASS_REQUIRES(_a, __gnu_cxx, _C);
71 #define __glibcxx_class_requires2(_a,_b,_C) \
72 _GLIBCXX_CLASS_REQUIRES2(_a, _b, __gnu_cxx, _C);
73 #define __glibcxx_class_requires3(_a,_b,_c,_C) \
74 _GLIBCXX_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
concept_check.h 49 #define __glibcxx_class_requires2(_a,_b,_c)
50 #define __glibcxx_class_requires3(_a,_b,_c,_d)
51 #define __glibcxx_class_requires4(_a,_b,_c,_d,_e)
69 #define __glibcxx_class_requires(_a,_C) \
70 _GLIBCXX_CLASS_REQUIRES(_a, __gnu_cxx, _C);
71 #define __glibcxx_class_requires2(_a,_b,_C) \
72 _GLIBCXX_CLASS_REQUIRES2(_a, _b, __gnu_cxx, _C);
73 #define __glibcxx_class_requires3(_a,_b,_c,_C) \
74 _GLIBCXX_CLASS_REQUIRES3(_a, _b, _c, __gnu_cxx, _C)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ctype.h 100 _CRTIMP int __cdecl _isctype(int _C,int _Type);
101 _CRTIMP int __cdecl _isctype_l(int _C,int _Type,_locale_t _Locale);
102 _CRTIMP int __cdecl isalpha(int _C);
103 _CRTIMP int __cdecl _isalpha_l(int _C,_locale_t _Locale);
104 _CRTIMP int __cdecl isupper(int _C);
105 _CRTIMP int __cdecl _isupper_l(int _C,_locale_t _Locale);
106 _CRTIMP int __cdecl islower(int _C);
107 _CRTIMP int __cdecl _islower_l(int _C,_locale_t _Locale);
108 _CRTIMP int __cdecl isdigit(int _C);
109 _CRTIMP int __cdecl _isdigit_l(int _C,_locale_t _Locale)
    [all...]
wctype.h 127 int __cdecl iswblank(wint_t _C);
134 #define iswalpha(_c) (iswctype(_c,_ALPHA))
135 #define iswupper(_c) (iswctype(_c,_UPPER))
136 #define iswlower(_c) (iswctype(_c,_LOWER))
137 #define iswdigit(_c) (iswctype(_c,_DIGIT))
138 #define iswxdigit(_c) (iswctype(_c,_HEX)
    [all...]
wchar.h 222 int __cdecl iswalpha(wint_t _C);
223 _CRTIMP int __cdecl _iswalpha_l(wint_t _C,_locale_t _Locale);
224 int __cdecl iswupper(wint_t _C);
225 _CRTIMP int __cdecl _iswupper_l(wint_t _C,_locale_t _Locale);
226 int __cdecl iswlower(wint_t _C);
227 _CRTIMP int __cdecl _iswlower_l(wint_t _C,_locale_t _Locale);
228 int __cdecl iswdigit(wint_t _C);
229 _CRTIMP int __cdecl _iswdigit_l(wint_t _C,_locale_t _Locale);
230 int __cdecl iswxdigit(wint_t _C);
231 _CRTIMP int __cdecl _iswxdigit_l(wint_t _C,_locale_t _Locale)
    [all...]
  /frameworks/native/opengl/libs/GLES2/
gl2.cpp 44 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
45 if (_c) return _c->_api(__VA_ARGS__);
226 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; member in class:gl_hooks_t
227 if(_c) ret = _c->glGetString(name);
235 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; member in class:gl_hooks_t
236 if(_c) ret = _c->glGetStringi(name, index);
250 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl member in class:gl_hooks_t
263 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; member in class:gl_hooks_t
276 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; member in class:gl_hooks_t
289 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; member in class:gl_hooks_t
    [all...]
  /external/llvm/test/MC/AsmParser/
macros-gas.s 28 .macro test3 _a _b _c
29 .ascii "\_a \_b \_c \\_c"
38 .macro test3_prime _a _b _c
39 .ascii "\_a \_b \_c"
72 .macro test8 _a, _b, _c
73 .ascii "\_a,\_b,\_c"
76 .macro test9 _a _b _c
77 .ascii "\_a \_b \_c"
macros-darwin.s 72 .macro test8 _a, _b, _c
73 .globl "\_a,\_b,\_c"
76 .macro test9 _a _b _c
77 .globl "\_a \_b \_c"
  /external/libdivsufsort/include/
divsufsort_private.h 154 #define STACK_PUSH(_a, _b, _c, _d)\
158 stack[ssize].c = (_c), stack[ssize++].d = (_d);\
160 #define STACK_PUSH5(_a, _b, _c, _d, _e)\
164 stack[ssize].c = (_c), stack[ssize].d = (_d), stack[ssize++].e = (_e);\
166 #define STACK_POP(_a, _b, _c, _d)\
171 (_c) = stack[ssize].c, (_d) = stack[ssize].d;\
173 #define STACK_POP5(_a, _b, _c, _d, _e)\
178 (_c) = stack[ssize].c, (_d) = stack[ssize].d, (_e) = stack[ssize].e;\
  /external/libopus/celt/arm/
armcpu.h 34 # define MAY_HAVE_EDSP(name) name ## _c
52 # define PRESUME_EDSP(name) name ## _c
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_tile_soa.h 75 #define TILE_PIXEL(_p, _x, _y, _c) ((_p)[tile_pixel_offset(_x, _y, _c)])
  /external/clang/test/CodeGenCXX/
debug-info-codeview-display-name.cpp 14 void _c(void) { function
17 // CHECK-DAG: "_c"
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
RecognitionException.cs 98 private int _c; field in class:Antlr.Runtime.RecognitionException
156 this._c = input.LA(1);
160 this._c = input.LA(1);
171 _c = info.GetInt32("C");
190 return _c;
232 return _c;
235 _c = value;
272 info.AddValue("C", _c);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
RecognitionException.cs 100 private int _c; field in class:Antlr.Runtime.RecognitionException
174 this._c = input.LA(1);
180 this._c = input.LA(1);
193 _c = info.GetInt32("C");
216 return _c;
272 return _c;
276 _c = value;
323 info.AddValue("C", _c);
  /external/libvpx/libvpx/vpx_dsp/
sad.c 78 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], \

Completed in 305 milliseconds

1 2 3 4