| /system/media/audio_utils/include/audio_utils/ |
| D | safe_math.h | 29 auto safe_sub_overflow(const T& a, const U& b) { in safe_sub_overflow() 42 auto safe_add_overflow(const T& a, const U& b) { in safe_add_overflow()
|
| /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 | 58 void* b = realloc(buffer, newSize); in append() local 73 void* b = realloc(buffer, 256); in restart() local 166 BufferState* b = getBuffer(); in print() local 229 BufferState* b = getBuffer(); in moveIndent() local 237 BufferState* b = getBuffer(); in pushBundle() local 244 BufferState* b = getBuffer(); in popBundle() 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/core/libpixelflinger/ |
| D | fixed.cpp | 237 static inline void swap(T& a, T& b) { in swap() 244 int32_t slow_muldiv(uint32_t a, uint32_t b, uint32_t c) in slow_muldiv() 280 int32_t quick_muldiv(int32_t a, int32_t b, int32_t c) in quick_muldiv() 309 int32_t gglMulDivi(int32_t a, int32_t b, int32_t c) in gglMulDivi()
|
| /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/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/core/libmeminfo/tools/ |
| D | librank.cpp | 236 auto pss_sort = [](const ProcessRecord& a, const ProcessRecord& b) { in main() 240 auto uss_sort = [](const ProcessRecord& a, const ProcessRecord& b) { in main() 244 auto vss_sort = [](const ProcessRecord& a, const ProcessRecord& b) { in main() 248 auto rss_sort = [](const ProcessRecord& a, const ProcessRecord& b) { in main() 252 auto swap_sort = [](const ProcessRecord& a, const ProcessRecord& b) { in main()
|
| D | procrank.cpp | 336 auto pss_sort = [](ProcessRecord& a, ProcessRecord& b) { in main() 342 auto uss_sort = [](ProcessRecord& a, ProcessRecord& b) { in main() 348 auto rss_sort = [](ProcessRecord& a, ProcessRecord& b) { in main() 354 auto vss_sort = [](ProcessRecord& a, ProcessRecord& b) { in main() 360 auto swap_sort = [](ProcessRecord& a, ProcessRecord& b) { in main() 366 auto oomadj_sort = [](ProcessRecord& a, ProcessRecord& b) { in main()
|
| /system/bt/stack/include/ |
| D | l2c_api.h | 331 #define L2CA_REGISTER(a, b, c) L2CA_Register(a, (tL2CAP_APPL_INFO*)(b), c) 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/core/liblog/ |
| D | logger_name.cpp | 49 const char* b; in android_name_to_log_id() local
|
| /system/update_engine/payload_generator/ |
| D | squashfs_filesystem.cc | 148 std::sort(files_.begin(), files_.end(), [](const File& a, const File& b) { in Init() 201 std::sort(files_.begin(), files_.end(), [](const File& a, const File& b) { in Init() 216 [](const puffin::ByteExtent& a, const puffin::ByteExtent& b) { in Init() 224 [](const puffin::ByteExtent& a, const puffin::ByteExtent& b) { in Init()
|
| /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/bt/profile/avrcp/tests/ |
| D | avrcp_test_helper.h | 101 ACTION_TEMPLATE(InvokeCb, HAS_1_TEMPLATE_PARAMS(int, k), in ACTION_TEMPLATE() argument 106 ACTION_TEMPLATE(InvokeCb, HAS_1_TEMPLATE_PARAMS(int, k), in ACTION_TEMPLATE() argument
|
| /system/netd/server/ |
| D | ClatdControllerTest.cpp | 73 void maybeSetIptablesDropRule(bool a, const char* b, const char* c) { in maybeSetIptablesDropRule() 83 in_addr_t selectIpv4Address(const in_addr a, int16_t b) { in selectIpv4Address() 86 void makeChecksumNeutral(in6_addr* a, const in_addr b, const in6_addr& c) { in makeChecksumNeutral()
|
| /system/connectivity/wificond/ |
| D | logging_utils.cpp | 33 for (const uint8_t& b : mac_address) { in GetMacString() local
|
| /system/extras/f2fs_utils/ |
| D | f2fs_sparseblock.h | 26 #define ver_after(a, b) (typecheck(unsigned long long, a) && \ argument 30 #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()
|