/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/ |
ctype.h | 50 #define _C 0x20 114 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _C));
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/ |
ctype.h | 18 #define _C 0x08 28 #define iscntrl(c) ((__ismask(c)&(_C)) != 0)
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/ |
ctype.h | 50 #define _C 0x20 114 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _C));
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/ |
ctype.h | 18 #define _C 0x08 28 #define iscntrl(c) ((__ismask(c)&(_C)) != 0)
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/ |
ctype.h | 50 #define _C 0x20 114 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _C));
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/ |
ctype.h | 18 #define _C 0x08 28 #define iscntrl(c) ((__ismask(c)&(_C)) != 0)
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/ |
ctype.h | 50 #define _C 0x20 114 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _C));
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/ |
ctype.h | 18 #define _C 0x08 28 #define iscntrl(c) ((__ismask(c)&(_C)) != 0)
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/ |
ctype.h | 50 #define _C 0x20 114 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _C));
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/ |
ctype.h | 18 #define _C 0x08 28 #define iscntrl(c) ((__ismask(c)&(_C)) != 0)
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/ |
ctype.h | 50 #define _C 0x20 114 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _C));
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/ |
ctype.h | 18 #define _C 0x08 28 #define iscntrl(c) ((__ismask(c)&(_C)) != 0)
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/ |
ctype.h | 50 #define _C 0x20 114 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _C));
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/ |
ctype.h | 18 #define _C 0x08 28 #define iscntrl(c) ((__ismask(c)&(_C)) != 0)
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/ |
ctype.h | 50 #define _C 0x20 114 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _C));
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/ |
ctype.h | 18 #define _C 0x08 28 #define iscntrl(c) ((__ismask(c)&(_C)) != 0)
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/ |
ctype.h | 50 #define _C 0x20 114 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _C));
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
ctype.h | 18 #define _C 0x08 28 #define iscntrl(c) ((__ismask(c)&(_C)) != 0)
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/ |
ctype.h | 50 #define _C 0x20 114 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & _C));
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
ctype.h | 18 #define _C 0x08 28 #define iscntrl(c) ((__ismask(c)&(_C)) != 0)
|
/external/chromium_org/third_party/jinja2/ |
_compat.py | 122 class _C(object): 128 method_type = type(_C().method) 129 code_type = type(_C.method.__code__)
|
/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
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
nvfragparse.c | 69 #undef _C 76 #define _C 0x08 /* set cond codes */ 88 { "ADD", OPCODE_ADD, INPUT_2V, OUTPUT_V, _R | _H | _X | _C | _S }, 89 { "COS", OPCODE_COS, INPUT_1S, OUTPUT_S, _R | _H | _C | _S }, 90 { "DDX", OPCODE_DDX, INPUT_1V, OUTPUT_V, _R | _H | _C | _S }, 91 { "DDY", OPCODE_DDY, INPUT_1V, OUTPUT_V, _R | _H | _C | _S }, 92 { "DP3", OPCODE_DP3, INPUT_2V, OUTPUT_S, _R | _H | _X | _C | _S }, 93 { "DP4", OPCODE_DP4, INPUT_2V, OUTPUT_S, _R | _H | _X | _C | _S }, 94 { "DST", OPCODE_DP4, INPUT_2V, OUTPUT_V, _R | _H | _C | _S }, 95 { "EX2", OPCODE_DP4, INPUT_1S, OUTPUT_S, _R | _H | _C | _S } [all...] |
/external/mesa3d/src/mesa/program/ |
nvfragparse.c | 69 #undef _C 76 #define _C 0x08 /* set cond codes */ 88 { "ADD", OPCODE_ADD, INPUT_2V, OUTPUT_V, _R | _H | _X | _C | _S }, 89 { "COS", OPCODE_COS, INPUT_1S, OUTPUT_S, _R | _H | _C | _S }, 90 { "DDX", OPCODE_DDX, INPUT_1V, OUTPUT_V, _R | _H | _C | _S }, 91 { "DDY", OPCODE_DDY, INPUT_1V, OUTPUT_V, _R | _H | _C | _S }, 92 { "DP3", OPCODE_DP3, INPUT_2V, OUTPUT_S, _R | _H | _X | _C | _S }, 93 { "DP4", OPCODE_DP4, INPUT_2V, OUTPUT_S, _R | _H | _X | _C | _S }, 94 { "DST", OPCODE_DP4, INPUT_2V, OUTPUT_V, _R | _H | _C | _S }, 95 { "EX2", OPCODE_DP4, INPUT_1S, OUTPUT_S, _R | _H | _C | _S } [all...] |