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

1 2 3 4

  /bionic/libc/upstream-openbsd/lib/libc/gen/
ctype_.c 41 _C, _C, _C, _C, _C, _C, _C, _C,
42 _C, _C|_S, _C|_S, _C|_S, _C|_S, _C|_S, _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/
mbctype.h 64 _CRTIMP int __cdecl _ismbbkalnum(unsigned int _C);
65 _CRTIMP int __cdecl _ismbbkalnum_l(unsigned int _C,_locale_t _Locale);
66 _CRTIMP int __cdecl _ismbbkana(unsigned int _C);
67 _CRTIMP int __cdecl _ismbbkana_l(unsigned int _C,_locale_t _Locale);
68 _CRTIMP int __cdecl _ismbbkpunct(unsigned int _C);
69 _CRTIMP int __cdecl _ismbbkpunct_l(unsigned int _C,_locale_t _Locale);
70 _CRTIMP int __cdecl _ismbbkprint(unsigned int _C);
71 _CRTIMP int __cdecl _ismbbkprint_l(unsigned int _C,_locale_t _Locale);
72 _CRTIMP int __cdecl _ismbbalpha(unsigned int _C);
73 _CRTIMP int __cdecl _ismbbalpha_l(unsigned int _C,_locale_t _Locale)
    [all...]
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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
types.py 51 class _C:
53 ClassType = type(_C)
54 UnboundMethodType = type(_C._m) # Same as MethodType
55 _x = _C()
84 del sys, _f, _g, _C, _x # Not for export
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
types.py 51 class _C:
53 ClassType = type(_C)
54 UnboundMethodType = type(_C._m) # Same as MethodType
55 _x = _C()
84 del sys, _f, _g, _C, _x # Not for export
  /external/python/cpython2/Lib/
types.py 51 class _C:
53 ClassType = type(_C)
54 UnboundMethodType = type(_C._m) # Same as MethodType
55 _x = _C()
84 del sys, _f, _g, _C, _x # Not for export
  /prebuilts/gdb/darwin-x86/lib/python2.7/
types.py 51 class _C:
53 ClassType = type(_C)
54 UnboundMethodType = type(_C._m) # Same as MethodType
55 _x = _C()
84 del sys, _f, _g, _C, _x # Not for export
  /prebuilts/gdb/linux-x86/lib/python2.7/
types.py 51 class _C:
53 ClassType = type(_C)
54 UnboundMethodType = type(_C._m) # Same as MethodType
55 _x = _C()
84 del sys, _f, _g, _C, _x # Not for export
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
types.py 51 class _C:
53 ClassType = type(_C)
54 UnboundMethodType = type(_C._m) # Same as MethodType
55 _x = _C()
84 del sys, _f, _g, _C, _x # Not for export
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
types.py 51 class _C:
53 ClassType = type(_C)
54 UnboundMethodType = type(_C._m) # Same as MethodType
55 _x = _C()
84 del sys, _f, _g, _C, _x # Not for export
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mn10300/
i135409-2.s 9 _C:
i135409-2.d 7 +..: 0[0-9a-f]+08 +0 +NOTYPE +LOCAL +DEFAULT +. _C
  /external/safe-iop/include/
safe_iop.h 125 #define safe_add3(_ptr, _A, _B, _C) \
128 typeof(_C) __sio(var)(c) = (_C); \
133 #define safe_add4(_ptr, _A, _B, _C, _D) \
136 typeof(_C) __sio(var)(c) = (_C); \
143 #define safe_add5(_ptr, _A, _B, _C, _D, _E) \
146 typeof(_C) __sio(var)(c) = (_C); \
175 #define safe_sub3(_ptr, _A, _B, _C) \
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_query_hw_sm.c     [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
unwind.h 227 _Unwind_GetDataRelBase (struct _Unwind_Context *_C)
230 return _Unwind_GetGR (_C, 1);
234 _Unwind_GetTextRelBase (struct _Unwind_Context *_C __attribute__ ((__unused__)))
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
unwind.h 209 _Unwind_GetDataRelBase (struct _Unwind_Context *_C)
212 return _Unwind_GetGR (_C, 1);
216 _Unwind_GetTextRelBase (struct _Unwind_Context *_C __attribute__ ((__unused__)))
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
unwind.h 209 _Unwind_GetDataRelBase (struct _Unwind_Context *_C)
212 return _Unwind_GetGR (_C, 1);
216 _Unwind_GetTextRelBase (struct _Unwind_Context *_C __attribute__ ((__unused__)))
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include/
unwind.h 227 _Unwind_GetDataRelBase (struct _Unwind_Context *_C)
230 return _Unwind_GetGR (_C, 1);
234 _Unwind_GetTextRelBase (struct _Unwind_Context *_C __attribute__ ((__unused__)))
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9.x/include/
unwind.h 227 _Unwind_GetDataRelBase (struct _Unwind_Context *_C)
230 return _Unwind_GetGR (_C, 1);
234 _Unwind_GetTextRelBase (struct _Unwind_Context *_C __attribute__ ((__unused__)))
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9.x/include/
unwind.h 227 _Unwind_GetDataRelBase (struct _Unwind_Context *_C)
230 return _Unwind_GetGR (_C, 1);
234 _Unwind_GetTextRelBase (struct _Unwind_Context *_C __attribute__ ((__unused__)))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/lib/gcc/x86_64-linux/4.8/include/
unwind.h 227 _Unwind_GetDataRelBase (struct _Unwind_Context *_C)
230 return _Unwind_GetGR (_C, 1);
234 _Unwind_GetTextRelBase (struct _Unwind_Context *_C __attribute__ ((__unused__)))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
unwind.h 227 _Unwind_GetDataRelBase (struct _Unwind_Context *_C)
230 return _Unwind_GetGR (_C, 1);
234 _Unwind_GetTextRelBase (struct _Unwind_Context *_C __attribute__ ((__unused__)))

Completed in 474 milliseconds

1 2 3 4