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

1 2 3 4 5

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_os.h 68 #define MODULE_GLOBAL(_B) (_B)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
xfilter.h 38 #define ETH_COMPARE_NETWORK_ADDRESSES(_A, _B, _Result) \
40 if (*(ULONG UNALIGNED *)&(_A)[2] > *(ULONG UNALIGNED *)&(_B)[2]) \
44 else if (*(ULONG UNALIGNED *)&(_A)[2] < *(ULONG UNALIGNED *)&(_B)[2]) \
48 else if (*(USHORT UNALIGNED *)(_A) > *(USHORT UNALIGNED *)(_B)) \
52 else if (*(USHORT UNALIGNED *)(_A) < *(USHORT UNALIGNED *)(_B)) \
62 #define ETH_COMPARE_NETWORK_ADDRESSES_EQ(_A,_B, _Result) \
64 if ((*(ULONG UNALIGNED *)&(_A)[2] == *(ULONG UNALIGNED *)&(_B)[2]) && \
65 (*(USHORT UNALIGNED *)(_A) == *(USHORT UNALIGNED *)(_B))) \
97 #define FDDI_COMPARE_NETWORK_ADDRESSES(_A, _B, _Length, _Result) \
99 if (*(USHORT UNALIGNED *)(_A) > *(USHORT UNALIGNED *)(_B)) \
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
ctype_base.h 44 #define _B _CTYPE_B
66 static const mask print = _P | _U | _L | _N | _B;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
ctype_base.h 44 #define _B _CTYPE_B
66 static const mask print = _P | _U | _L | _N | _B;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
ctype_base.h 44 #define _B _CTYPE_B
66 static const mask print = _P | _U | _L | _N | _B;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
ctype_base.h 44 #define _B _CTYPE_B
66 static const mask print = _P | _U | _L | _N | _B;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/arm64-v8a/include/bits/
ctype_base.h 44 #define _B _CTYPE_B
66 static const mask print = _P | _U | _L | _N | _B;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
ctype_base.h 44 #define _B _CTYPE_B
66 static const mask print = _P | _U | _L | _N | _B;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
ctype_base.h 44 #define _B _CTYPE_B
66 static const mask print = _P | _U | _L | _N | _B;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
ctype_base.h 44 #define _B _CTYPE_B
66 static const mask print = _P | _U | _L | _N | _B;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips64/include/bits/
ctype_base.h 44 #define _B _CTYPE_B
66 static const mask print = _P | _U | _L | _N | _B;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
ctype_base.h 44 #define _B _CTYPE_B
66 static const mask print = _P | _U | _L | _N | _B;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86_64/include/bits/
ctype_base.h 44 #define _B _CTYPE_B
66 static const mask print = _P | _U | _L | _N | _B;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
ctype_base.h 44 #define _B _CTYPE_B
66 static const mask print = _P | _U | _L | _N | _B;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
ctype_base.h 44 #define _B _CTYPE_B
66 static const mask print = _P | _U | _L | _N | _B;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
ctype_base.h 44 #define _B _CTYPE_B
66 static const mask print = _P | _U | _L | _N | _B;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
ctype_base.h 44 #define _B _CTYPE_B
66 static const mask print = _P | _U | _L | _N | _B;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
ctype_base.h 44 #define _B _CTYPE_B
66 static const mask print = _P | _U | _L | _N | _B;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
ctype_base.h 44 #define _B _CTYPE_B
66 static const mask print = _P | _U | _L | _N | _B;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
ctype_base.h 44 #define _B _CTYPE_B
66 static const mask print = _P | _U | _L | _N | _B;
  /bionic/libc/upstream-openbsd/android/include/
openbsd-compat.h 35 #define _B _CTYPE_B
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_base.h 50 static const mask print = _P | _U | _L | _N | _B;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_base.h 50 static const mask print = _P | _U | _L | _N | _B;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
ctype_base.h 50 static const mask print = _P | _U | _L | _N | _B;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
ctype_base.h 50 static const mask print = _P | _U | _L | _N | _B;

Completed in 110 milliseconds

1 2 3 4 5