| /system/extras/tests/timetest/ |
| D | timetest.c | 26 static struct timespec ts_sub(struct timespec a, struct timespec b) in ts_sub() 42 static struct timespec ts_min(struct timespec a, struct timespec b) in ts_min() 50 static struct timespec ts_max(struct timespec a, struct timespec b) in ts_max()
|
| /system/libhwbinder/ |
| D | BufferedTextOutput.cpp | 57 void* b = realloc(buffer, newSize); in append() local 72 void* b = realloc(buffer, 256); in restart() local 165 BufferState* b = getBuffer(); in print() local 228 BufferState* b = getBuffer(); in moveIndent() local 236 BufferState* b = getBuffer(); in pushBundle() local 243 BufferState* b = getBuffer(); in popBundle() local
|
| /system/extras/ksmutils/ |
| D | lookup3.c | 115 #define mix(a,b,c) \ argument 150 #define final(a,b,c) \ argument 179 uint32_t a,b,c; in hashword() local 224 uint32_t a,b,c; in hashword2() local 285 uint32_t a,b,c; /* internal state */ in hashlittle() local 469 uint32_t a,b,c; /* internal state */ in hashlittle2() local 647 uint32_t a,b,c; in hashbig() local 795 uint8_t qa[MAXLEN+1], qb[MAXLEN+2], *a = &qa[0], *b = &qb[1]; in driver2() local 865 uint8_t buf[MAXLEN+20], *b; in driver3() local 972 uint32_t b,c; in driver5() local
|
| /system/bt/embdrv/sbc/decoder/include/ |
| D | oi_utils.h | 331 #define OI_MAX(a, b) (((a) < (b)) ? (b) : (a)) argument 332 #define OI_MIN(a, b) (((a) > (b)) ? (b) : (a)) argument
|
| /system/core/libpixelflinger/include/private/pixelflinger/ |
| D | ggl_fixed.h | 197 inline GGLfixed gglMulx(GGLfixed a, GGLfixed b, int shift) { in gglMulx() 293 inline GGLfixed gglMulAddx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulAddx() 365 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulSubx() 527 inline GGLfixed gglMulx(GGLfixed a, GGLfixed b, int shift) { in gglMulx() 616 inline GGLfixed gglMulAddx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulAddx() 682 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulSubx() 772 inline GGLfixed gglMulx(GGLfixed a, GGLfixed b, int shift) { in gglMulx() 776 inline GGLfixed gglMulAddx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulAddx() 780 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulSubx() 784 inline int64_t gglMulii(int32_t a, int32_t b) { in gglMulii() [all …]
|
| /system/bt/stack/smp/ |
| D | p_256_multprecision.cc | 38 int multiprecision_compare(uint32_t* a, uint32_t* b, uint32_t keyLength) { in multiprecision_compare() 78 uint32_t multiprecision_add(uint32_t* c, uint32_t* a, uint32_t* b, in multiprecision_add() 96 uint32_t multiprecision_sub(uint32_t* c, uint32_t* a, uint32_t* b, in multiprecision_sub() 135 uint32_t b = 1; in multiprecision_rshift() local 150 void multiprecision_mersenns_mult_mod(uint32_t* c, uint32_t* a, uint32_t* b, in multiprecision_mersenns_mult_mod() 169 void multiprecision_add_mod(uint32_t* c, uint32_t* a, uint32_t* b, in multiprecision_add_mod() 190 void multiprecision_sub_mod(uint32_t* c, uint32_t* a, uint32_t* b, in multiprecision_sub_mod() 209 uint32_t b = 1; in multiprecision_lshift() local 225 void multiprecision_mult(uint32_t* c, uint32_t* a, uint32_t* b, in multiprecision_mult()
|
| /system/core/liblog/tests/ |
| D | benchmark_main.cpp | 79 bool ShouldRun(Benchmark* b, int argc, char* argv[]) { in ShouldRun() 101 void BenchmarkRegister(Benchmark* b) { in BenchmarkRegister() 108 void RunRepeatedly(Benchmark* b, int iterations) { in RunRepeatedly() 120 void Run(Benchmark* b) { in Run()
|
| /system/extras/sane_schedstat/ |
| D | sane_schedstat.c | 58 static const char *next_line(const char *b) { in next_line() 84 static int parse_cpu_v15(const char *b) { in parse_cpu_v15() 111 static int parse(const char *b) { in parse()
|
| /system/libhwbinder/vts/performance/ |
| D | PerfTest.cpp | 56 int b[2]; in createPipePair() local 82 Results Results::combine(const Results& a, const Results& b) { in combine() 185 PResults PResults::combine(const PResults& a, const PResults& b) { in combine()
|
| /system/extras/perfprofd/quipper/base/ |
| D | port.h | 36 #define GG_VA_COPY(a, b) (va_copy(a, b)) argument 38 #define GG_VA_COPY(a, b) (a = b) argument
|
| /system/nfc/halimpl/bcm2079x/adaptation/ |
| D | spdhelper.cpp | 33 bool b = getInstance().isSpdDebugImpl(); in isSpdDebug() local 46 inline const char* toHex(uint8_t b) { in toHex()
|
| /system/libufdt/tests/testdata/ |
| D | apply_fragment-base.dts | 5 b: b {}; label
|
| /system/libufdt/sysdeps/ |
| D | libufdt_sysdeps_vendor.c | 57 #define min(a, b) (a) < (b) ? a : b argument 78 static __inline void swapfunc(char *a, char *b, int n, int swaptype) { in swapfunc() 82 #define swap(a, b) \ argument 89 #define vecswap(a, b, n) \ argument 92 static __inline char *med3(char *a, char *b, char *c, in med3()
|
| /system/core/libpixelflinger/ |
| D | fixed.cpp | 248 static inline void swap(T& a, T& b) { in swap() 255 int32_t slow_muldiv(uint32_t a, uint32_t b, uint32_t c) in slow_muldiv() 291 int32_t quick_muldiv(int32_t a, int32_t b, int32_t c) in quick_muldiv() 320 int32_t gglMulDivi(int32_t a, int32_t b, int32_t c) in gglMulDivi()
|
| /system/connectivity/wificond/ |
| D | logging_utils.cpp | 33 for (const uint8_t& b : mac_address) { in GetMacString() local
|
| /system/update_engine/update_manager/ |
| D | prng_unittest.cc | 29 PRNG b(42); in TEST() local 38 PRNG b(5); in TEST() local
|
| /system/netd/server/ |
| D | EventReporter.cpp | 46 android::sp<android::IBinder> b = android::defaultServiceManager()->checkService( in getNetdEventListener() local
|
| /system/bt/stack/include/ |
| D | l2c_api.h | 320 #define L2CA_REGISTER(a, b, c) L2CA_Register(a, (tL2CAP_APPL_INFO*)(b)) argument 322 #define L2CA_CONNECT_REQ(a, b, c) L2CA_ErtmConnectReq(a, b, c) argument 323 #define L2CA_CONNECT_RSP(a, b, c, d, e, f) L2CA_ErtmConnectRsp(a, b, c, d, e, f) argument 324 #define L2CA_CONFIG_REQ(a, b) L2CA_ConfigReq(a, b) argument 325 #define L2CA_CONFIG_RSP(a, b) L2CA_ConfigRsp(a, b) argument 328 #define L2CA_DATA_WRITE(a, b) L2CA_DataWrite(a, b) argument 329 #define L2CA_REGISTER_COC(a, b, c) L2CA_RegisterLECoc(a, (tL2CAP_APPL_INFO*)(b)) argument 331 #define L2CA_CONNECT_COC_REQ(a, b, c) L2CA_ConnectLECocReq(a, b, c) argument 332 #define L2CA_CONNECT_COC_RSP(a, b, c, d, e, f) \ argument 334 #define L2CA_GET_PEER_COC_CONFIG(a, b) L2CA_GetPeerLECocConfig(a, b) argument
|
| /system/netd/libnetdutils/ |
| D | SliceTest.cpp | 47 double b = 0; in TEST_F() local 66 double b; in TEST_F() member
|
| /system/connectivity/wifilogd/tests/ |
| D | memory_reader_unittest.cpp | 78 char b; in TEST() member 90 char b; in TEST() member 94 uint64_t b; in TEST() member 168 char b; in TEST() member 177 char b; in TEST() member 187 char b; in TEST() member
|
| /system/core/liblog/ |
| D | logger_name.c | 44 const char* b; in android_name_to_log_id() local
|
| /system/extras/f2fs_utils/ |
| D | f2fs_sparseblock.h | 28 #define ver_after(a, b) (typecheck(unsigned long long, a) && \ argument 32 #define ver_equal(a, b) (typecheck(unsigned long long, a) && \ argument
|
| /system/vold/ |
| D | hash.h | 45 #define min(a,b) (((a)>(b))?(b):(a)) argument
|
| /system/bt/embdrv/sbc/encoder/srce/ |
| D | sbc_dct.c | 57 #define SBC_IDCT_MULT(a, b, c) SBC_MULT_32_16_SIMPLIFIED(a, b, c) argument 73 #define SBC_IDCT_MULT(a, b, c) SBC_MULT_32_32(a, b, c) argument
|
| /system/extras/ext4_utils/ |
| D | sha1.c | 80 do_R01(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *block) in do_R01() 90 do_R2(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *block) in do_R2() 100 do_R3(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *block) in do_R3() 110 do_R4(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *block) in do_R4() 127 u_int32_t a, b, c, d, e; local
|