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

1 2 3

  /external/clang/test/CodeGen/
mips64-class-return.cpp 3 class B0 {
7 class D0 : public B0 {
19 class D2 : public B0 {
  /bionic/libc/arch-mips/string/
mips-string-ops.h 51 unsigned B0:8, B1:8, B2:8, B3:8, B4:8, B5:8, B6:8, B7:8;
56 unsigned B0:8, B1:8, B2:8, B3:8;
  /external/clang/test/CXX/temp/temp.res/temp.dep/
p3.cpp 6 template <typename T> struct B0: A0 {
  /external/jpeg/
jccolor.c 307 #define B0(n) ((n) & 0xFF)
326 *out0++ = PACK(B0(src0), B3(src0), B2(src1), B1(src2));
327 *out1++ = PACK(B1(src0), B0(src1), B3(src1), B2(src2));
328 *out2++ = PACK(B2(src0), B1(src1), B0(src2), B3(src2));
  /external/qemu/distrib/jpeg-6b/
jccolor.c 400 #define B0(n) ((n) & 0xFF)
419 *out0++ = PACK(B0(src0), B3(src0), B2(src1), B1(src2));
420 *out1++ = PACK(B1(src0), B0(src1), B3(src1), B2(src2));
421 *out2++ = PACK(B2(src0), B1(src1), B0(src2), B3(src2));
  /external/eigen/test/
main.h 30 // B0 is defined in POSIX header termios.h
31 #define B0 FORBIDDEN_IDENTIFIER
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-thai.cc 193 B0, /* No descender */
199 B0, /* NC */
200 B0, /* AC */
211 /*B0*/ {{NOP,B0}, {NOP,B2}, {NOP, B0}},
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 157 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
162 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
  /bionic/libc/kernel/arch-arm/asm/
termbits.h 116 #define B0 0000000
  /bionic/libc/kernel/arch-mips/asm/
termbits.h 144 #define B0 0000000
  /bionic/libc/kernel/arch-x86/asm/
termbits.h 142 #define B0 0000000
  /development/ndk/platforms/android-3/arch-arm/include/asm/
termbits.h 96 #define B0 0000000
  /development/ndk/platforms/android-9/arch-mips/include/asm/
termbits.h 144 #define B0 0000000
  /development/ndk/platforms/android-9/arch-x86/include/asm/
termbits.h 142 #define B0 0000000
  /external/kernel-headers/original/asm-arm/
termbits.h 89 #define B0 0000000 /* hang up */
  /external/kernel-headers/original/asm-mips/
termbits.h 137 #define B0 0000000 /* hang up */
  /external/kernel-headers/original/asm-x86/
termbits.h 113 #define B0 0000000 /* hang up */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
termbits.h 113 #define B0 0000000 /* hang up */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
termios.h 123 #define B0 0000000 /* hang up */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
rex.h 53 #define B0 0
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
termbits.h 113 #define B0 0000000 /* hang up */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
termios.h 123 #define B0 0000000 /* hang up */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
rex.h 53 #define B0 0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
termbits.h 113 #define B0 0000000 /* hang up */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
termios.h 123 #define B0 0000000 /* hang up */

Completed in 672 milliseconds

1 2 3