HomeSort by relevance Sort by last modified time
    Searched refs:_B (Results 1 - 10 of 10) sorted by null

  /external/safe-iop/include/
safe_iop.h 109 typeof(__b) __sio(var)(_b) = (__b); \
112 __sio(var)(_b)))) { \
116 __sio(var)(_b)); \
120 __sio(var)(_b)); \
125 #define safe_add3(_ptr, _A, _B, _C) \
127 typeof(_B) __sio(var)(b) = (_B); \
133 #define safe_add4(_ptr, _A, _B, _C, _D) \
135 typeof(_B) __sio(var)(b) = (_B); \
    [all...]
  /bionic/libc/include/
ctype.h 52 #define _B 0x80
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
  /ndk/build/platforms/android-3/arch-arm/usr/include/
ctype.h 52 #define _B 0x80
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
  /ndk/build/platforms/android-4/arch-arm/usr/include/
ctype.h 52 #define _B 0x80
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
  /ndk/build/platforms/android-5/arch-arm/usr/include/
ctype.h 52 #define _B 0x80
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
  /ndk/build/platforms/android-5/arch-x86/usr/include/
ctype.h 52 #define _B 0x80
130 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
  /ndk/build/platforms/android-8/arch-arm/usr/include/
ctype.h 52 #define _B 0x80
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
  /ndk/build/platforms/android-8/arch-x86/usr/include/
ctype.h 52 #define _B 0x80
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
  /bionic/libc/stdlib/
ctype_.c 45 _S|(char)_B, _P, _P, _P, _P, _P, _P, _P,
113 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
  /dalvik/vm/analysis/
CodeVerify.c 154 #define _b kRegTypePosByte macro
155 #define _B kRegTypeByte
192 { /*0*/ _X,_X,_X,_F,_0,_Z,_Z,_b,_B,_s,_S,_C,_I,_X,_X,_X,_X },
193 { /*1*/ _X,_X,_X,_F,_Z,_1,_Z,_b,_B,_s,_S,_C,_I,_X,_X,_X,_X },
194 { /*Z*/ _X,_X,_X,_F,_Z,_Z,_Z,_b,_B,_s,_S,_C,_I,_X,_X,_X,_X },
195 { /*b*/ _X,_X,_X,_F,_b,_b,_b,_b,_B,_s,_S,_C,_I,_X,_X,_X,_X }
214 #undef _b macro
    [all...]

Completed in 2035 milliseconds