HomeSort by relevance Sort by last modified time
    Searched defs:_B (Results 1 - 25 of 114) sorted by null

1 2 3 4 5

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
EfiSetMem.S 116 _B:
127 jnz _B
EfiSetMem.asm 112 _B:
123 jnz _B
EfiZeroMem.S 99 _B:
111 jnz _B
EfiZeroMem.asm 97 _B:
109 jnz _B
EfiSetMem.c 104 _B:
115 jnz _B
EfiZeroMem.c 88 _B:
100 jnz _B
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mn10300/
i135409-2.s 7 _B:
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/support/android/
locale_android.cpp 17 // Note that the header does define a _B flag (as 0x80), but it
57 # define _B _CTYPE_B
83 _S|_B|_BLANK, _P, _P, _P, _P, _P, _P, _P,
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/support/android/
locale_android.cpp 17 // Note that the header does define a _B flag (as 0x80), but it
57 # define _B _CTYPE_B
83 _S|_B|_BLANK, _P, _P, _P, _P, _P, _P, _P,
  /development/ndk/platforms/android-9/include/
ctype.h 52 #define _B 0x80
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
  /prebuilts/ndk/r10/platforms/android-12/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)));
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
ctype.h 52 #define _B 0x80
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
  /prebuilts/ndk/r10/platforms/android-12/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)));
  /prebuilts/ndk/r10/platforms/android-13/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)));
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/
ctype.h 52 #define _B 0x80
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
  /prebuilts/ndk/r10/platforms/android-13/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)));
  /prebuilts/ndk/r10/platforms/android-14/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)));
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/
ctype.h 52 #define _B 0x80
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
  /prebuilts/ndk/r10/platforms/android-14/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)));
  /prebuilts/ndk/r10/platforms/android-15/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)));
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/
ctype.h 52 #define _B 0x80
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
  /prebuilts/ndk/r10/platforms/android-15/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)));
  /prebuilts/ndk/r10/platforms/android-16/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)));
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/
ctype.h 52 #define _B 0x80
134 return (c == -1 ? 0 : ((_ctype_ + 1)[(unsigned char)c] & (_P|_U|_L|_N|_B)));
  /prebuilts/ndk/r10/platforms/android-16/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)));

Completed in 1069 milliseconds

1 2 3 4 5