/system/netd/libnetdutils/ |
D | SliceTest.cpp | 85 struct B { in TEST_F() struct 86 char str[12]; in TEST_F() 87 bool b; in TEST_F() 88 int i; in TEST_F() 89 bool operator==(const B& other) const { in TEST_F()
|
/system/tools/hidl/test/vendor/1.0/ |
D | vendor-base.h | 13 B = 1u, // 1 enumerator
|
/system/media/audio_utils/ |
D | limiter.c | 54 static const float B = -1.798989873; in limiter() local
|
/system/core/libcutils/arch-x86_64/ |
D | android_memset32.S | 54 #define JMPTBL(I, B) I - B argument
|
D | android_memset16.S | 54 #define JMPTBL(I, B) I - B argument
|
/system/extras/ioshark/ |
D | ioshark_bench.h | 37 #define MAX(A, B) ((A) > (B) ? (A) : (B)) argument 38 #define MIN(A, B) ((A) < (B) ? (A) : (B)) argument
|
/system/core/libcutils/arch-x86/ |
D | android_memset32.S | 93 # define JMPTBL(I, B) I - B argument 121 # define JMPTBL(I, B) I argument
|
D | android_memset16.S | 93 # define JMPTBL(I, B) I - B argument 121 # define JMPTBL(I, B) I argument
|
/system/bt/osi/test/ |
D | test_stubs.h | 48 #define OVERLOAD_CAT(A, B) A##B argument
|
/system/tools/hidl/c2hal/test/ |
D | test.h | 58 B, enumerator 118 B, enumerator
|
/system/core/libpixelflinger/codeflinger/ |
D | ARMAssemblerProxy.cpp | 189 void ARMAssemblerProxy::B(int cc, uint32_t* pc) { in B() function in android::ARMAssemblerProxy 201 void ARMAssemblerProxy::B(int cc, const char* label) { in B() function in android::ARMAssemblerProxy
|
D | ARMAssembler.cpp | 112 void ARMAssembler::B(int cc, const char* label) in B() function in android::ARMAssembler 262 void ARMAssembler::B(int cc, uint32_t* pc) in B() function in android::ARMAssembler
|
D | MIPS64Assembler.cpp | 687 void ArmToMips64Assembler::B(int cc, const char* label) in B() function in android::ArmToMips64Assembler 724 void ArmToMips64Assembler::B(int cc __unused, uint32_t* to_pc __unused) in B() function in android::ArmToMips64Assembler
|
D | MIPSAssembler.cpp | 699 void ArmToMipsAssembler::B(int cc, const char* label) in B() function in android::ArmToMipsAssembler 736 void ArmToMipsAssembler::B(int cc __unused, uint32_t* to_pc __unused) in B() function in android::ArmToMipsAssembler 1801 void MIPSAssembler::B(const char* label) in B() function in android::MIPSAssembler
|
D | Arm64Assembler.cpp | 268 void ArmToArm64Assembler::B(int cc, const char* label) in B() function in android::ArmToArm64Assembler 556 void ArmToArm64Assembler::B(int /*cc*/, uint32_t* /*pc*/){ in B() function in android::ArmToArm64Assembler
|
/system/bt/stack/smp/ |
D | p_256_multprecision.cc | 326 uint32_t B; in multiprecision_fast_mod_P256() local
|
/system/media/camera/src/ |
D | camera_metadata.c | 172 #define MAX_ALIGNMENT(A, B) (((A) > (B)) ? (A) : (B)) argument
|