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

1 2 3 4 5

  /device/linaro/bootloader/edk2/StdLib/LibC/Ctype/
CConv.c 46 IN int _c
49 return (isupper(_c) ? _lConvT[_c] : _c);
66 IN int _c
69 return (islower(_c) ? _uConvT[_c] : _c);
CClass.c 22 @param[in] _c The character to be tested.
27 @retval 0 The character, _c, is NOT a member of the character classes specified by mask.
28 @retval nonZero The character, _c, IS a member of a specified character class.
32 IN int _c,
36 return ((_c < 0 || _c > 127) ? 0 : (_cClass[_c] & mask));
  /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)
  /external/swiftshader/third_party/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
93 // CHECK: ('_string', '_c')
empty-dwarf-lines.s 9 .globl _c ## @c
10 _c: label
indirect-symbols.s 4 _c = 0 define
13 .indirect_symbol _c
116 // CHECK: ('_string', '_c')
reloc-pcrel.s 58 call _c
59 call _c - 1
60 call _c + 1
tls.s 5 .globl _c$tlv$init
7 _c$tlv$init:
11 .globl _c
12 _c: label
15 .quad _c$tlv$init
210 // CHECK: ('_string', '_c')
218 // CHECK: ('_string', '_c$tlv$init')
  /external/capstone/suite/
test_all.sh 9 ./test_c.sh $1_c
  /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}}
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
_ctype.h 25 extern int __isCClass( int _c, unsigned int mask); ///< Internal character classification function.
51 #define __isCClass( _c, mask) (((_c) < 0 || (_c) > 127) ? 0 : (_cClass[(_c)] & (mask)))
52 #define __toLower( _c) ((__isCClass( ((int)_c), (_CU))) ? _lConvT[(_c)] : (_c))
53 #define __toUpper( _c) ((__isCClass( ((int)_c), (_CL))) ? _uConvT[(_c)] : (_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/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...]
  /external/libopus/celt/x86/
x86cpu.h 34 # 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
  /frameworks/native/opengl/libs/GLES2/
gl2.cpp 46 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; \
47 if (_c) return _c->_api(__VA_ARGS__);
306 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; member in class:gl_hooks_t
307 if(_c) ret = _c->glGetString(name);
315 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; member in class:gl_hooks_t
316 if(_c) ret = _c->glGetStringi(name, index);
330 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl member in class:gl_hooks_t
343 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; member in class:gl_hooks_t
356 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; member in class:gl_hooks_t
369 gl_hooks_t::gl_t const * const _c = &getGlThreadSpecific()->gl; member in class:gl_hooks_t
    [all...]
  /external/llvm/test/MC/ARM/
tls-directives.s 37 .tbss _c$tlv$init, 4, 2 @ @c
39 .globl _c
40 _c: label
43 .long _c$tlv$init
  /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"
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
rexpr.c 109 static char *_c; variable
132 _c = expr;
382 while ( *_c==' ' || *_c=='\t' || *_c=='\n' ) _c++;
383 if ( *_c=='\\' )
385 _c++;
386 if ( isdigit(*_c) )
389 while ( isdigit(*_c) )
    [all...]

Completed in 302 milliseconds

1 2 3 4 5