| /system/chre/external/kiss_fft/ |
| D | _kiss_fft_guts.h | 58 # define CHECK_OVERFLOW_OP(a,op,b) \ argument 64 # define smul(a,b) ( (SAMPPROD)(a)*(b) ) argument 67 # define S_MUL(a,b) sround( smul(a,b) ) argument 69 # define C_MUL(m,a,b) \ argument 86 # define S_MUL(a,b) ( (a)*(b) ) argument 87 #define C_MUL(m,a,b) \ argument 97 # define CHECK_OVERFLOW_OP(a,op,b) /* noop */ argument 100 #define C_ADD( res, a,b)\ argument 106 #define C_SUB( res, a,b)\ argument
|
| /system/netd/libnetdutils/ |
| D | SliceTest.cpp | 48 double b = 0; in TEST_F() local 67 double b; in TEST_F() member 82 int a, b; in TEST_F() member 87 bool b; in TEST_F() member 115 B b{}; in TEST_F() local 125 B b{}; in TEST_F() local
|
| /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 470 uint32_t a,b,c; /* internal state */ in hashlittle2() local 649 uint32_t a,b,c; in hashbig() local 798 uint8_t qa[MAXLEN+1], qb[MAXLEN+2], *a = &qa[0], *b = &qb[1]; in driver2() local 868 uint8_t buf[MAXLEN+20], *b; in driver3() local 975 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() 526 inline GGLfixed gglMulx(GGLfixed a, GGLfixed b, int shift) { in gglMulx() 615 inline GGLfixed gglMulAddx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulAddx() 681 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulSubx() 771 inline GGLfixed gglMulx(GGLfixed a, GGLfixed b, int shift) { in gglMulx() 775 inline GGLfixed gglMulAddx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulAddx() 779 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulSubx() 783 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/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/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/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/libufdt/tests/testdata/ |
| D | apply_fragment-base.dts | 5 b: b {}; label
|
| /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 | 331 #define L2CA_REGISTER(a, b, c) L2CA_Register(a, (tL2CAP_APPL_INFO*)(b)) argument 333 #define L2CA_CONNECT_REQ(a, b, c) L2CA_ErtmConnectReq(a, b, c) argument 334 #define L2CA_CONNECT_RSP(a, b, c, d, e, f) L2CA_ErtmConnectRsp(a, b, c, d, e, f) argument 335 #define L2CA_CONFIG_REQ(a, b) L2CA_ConfigReq(a, b) argument 336 #define L2CA_CONFIG_RSP(a, b) L2CA_ConfigRsp(a, b) argument 339 #define L2CA_DATA_WRITE(a, b) L2CA_DataWrite(a, b) argument 340 #define L2CA_REGISTER_COC(a, b, c) L2CA_RegisterLECoc(a, (tL2CAP_APPL_INFO*)(b)) argument 342 #define L2CA_CONNECT_COC_REQ(a, b, c) L2CA_ConnectLECocReq(a, b, c) argument 343 #define L2CA_CONNECT_COC_RSP(a, b, c, d, e, f) \ argument 345 #define L2CA_GET_PEER_COC_CONFIG(a, b) L2CA_GetPeerLECocConfig(a, b) argument
|
| /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 | 45 const char* b; in android_name_to_log_id() local
|
| /system/connectivity/wificond/ |
| D | logging_utils.cpp | 33 for (const uint8_t& b : mac_address) { in GetMacString() local
|
| /system/bt/profile/avrcp/tests/ |
| D | avrcp_test_helper.h | 100 ACTION_TEMPLATE(InvokeCb, HAS_1_TEMPLATE_PARAMS(int, k), in ACTION_TEMPLATE() argument 105 ACTION_TEMPLATE(InvokeCb, HAS_1_TEMPLATE_PARAMS(int, k), in ACTION_TEMPLATE() argument
|
| /system/update_engine/payload_generator/ |
| D | squashfs_filesystem.cc | 156 std::sort(files_.begin(), files_.end(), [](const File& a, const File& b) { in Init() 210 std::sort(files_.begin(), files_.end(), [](const File& a, const File& b) { in Init() 225 [](const puffin::ByteExtent& a, const puffin::ByteExtent& b) { in Init() 233 [](const puffin::ByteExtent& a, const puffin::ByteExtent& b) { in Init()
|
| /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/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/ |
| D | Utils.java | 84 static <X> Set<X> subtract(Set<X> a, Set<X> b) { in subtract() 95 static <X> boolean setEquals(Collection<X> a, Collection<X> b) { in setEquals()
|
| /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
|