/system/core/libmincrypt/ |
D | p256.c | 72 p256_digit b, in mulAdd() 146 const p256_int* b, in p256_modmul() 194 p256_digit p256_shl(const p256_int* a, int n, p256_int* b) { in p256_shl() 211 void p256_shr(const p256_int* a, int n, p256_int* b) { in p256_shr() 223 static void p256_shr1(const p256_int* a, int highbit, p256_int* b) { in p256_shr1() 236 int p256_cmp(const p256_int* a, const p256_int* b) { in p256_cmp() 252 int p256_sub(const p256_int* a, const p256_int* b, p256_int* c) { in p256_sub() 265 int p256_add(const p256_int* a, const p256_int* b, p256_int* c) { in p256_add() 278 int p256_add_d(const p256_int* a, p256_digit d, p256_int* b) { in p256_add_d() 293 p256_int* b) { in p256_modinv_vartime()
|
D | rsa.c | 60 const uint32_t* b) { in montMulAdd() 85 const uint32_t* b) { in montMul()
|
/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/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/bt/stack/smp/ |
D | p_256_multprecision.c | 42 int multiprecision_compare(DWORD *a, DWORD *b, uint32_t keyLength) in multiprecision_compare() 94 DWORD multiprecision_add(DWORD *c, DWORD *a, DWORD *b, uint32_t keyLength) in multiprecision_add() 113 DWORD multiprecision_sub(DWORD *c, DWORD *a, DWORD *b, uint32_t keyLength) in multiprecision_sub() 162 DWORD b = 1; in multiprecision_rshift() local 177 void multiprecision_mersenns_mult_mod(DWORD *c, DWORD *a, DWORD *b, uint32_t keyLength) in multiprecision_mersenns_mult_mod() 199 void multiprecision_add_mod(DWORD *c, DWORD *a, DWORD *b, uint32_t keyLength) in multiprecision_add_mod() 227 void multiprecision_sub_mod(DWORD *c, DWORD *a, DWORD *b, uint32_t keyLength) in multiprecision_sub_mod() 252 uint32_t b = 1; in multiprecision_lshift() local 269 void multiprecision_mult(DWORD *c, DWORD *a, DWORD *b, uint32_t keyLength) in multiprecision_mult()
|
/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() 530 inline GGLfixed gglMulAddx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulAddx() 534 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulSubx() 538 inline int64_t gglMulii(int32_t a, int32_t b) { in gglMulii() 547 inline GGLfixed gglMulx(GGLfixed a, GGLfixed b) { in gglMulx() 551 inline GGLfixed gglMulAddx(GGLfixed a, GGLfixed b, GGLfixed c) { in gglMulAddx() 555 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c) { in gglMulSubx()
|
/system/core/liblog/tests/ |
D | benchmark_main.cpp | 80 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() 121 void Run(Benchmark* b) { in Run()
|
/system/bt/embdrv/sbc/decoder/include/ |
D | oi_utils.h | 360 #define OI_MAX(a, b) (((a) < (b)) ? (b) : (a) ) argument 361 #define OI_MIN(a, b) (((a) > (b)) ? (b) : (a) ) argument
|
/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/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/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()
|
D | trap.cpp | 74 inline int min(int a, int b) { in min() 77 inline int max(int a, int b) { in max() 80 inline int min(int a, int b, int c) { in min() 83 inline int max(int a, int b, int c) { in max() 88 static inline void swap(T& a, T& b) { in swap() 170 GGLint b = (yc + halfSize) >> TRI_FRACTION_BITS; in pointx() local 211 GGLint b = (v[1] + rad + (TRI_ONE-1)) >> TRI_FRACTION_BITS; in aa_nice_pointx() local 276 GGLint b = (v[1] + rad + (TRI_ONE-1)) >> TRI_FRACTION_BITS; in aa_pointx() local 411 void recti_validate(void *con, GGLint l, GGLint t, GGLint r, GGLint b) in recti_validate() 419 void recti(void* con, GGLint l, GGLint t, GGLint r, GGLint b) in recti() [all …]
|
D | pixelflinger.cpp | 74 static inline int min(int a, int b) { in min() 79 static inline int max(int a, int b) { in max() 283 const int32_t b = gglClampx(color[2]); in ggl_fogColor3xv() local 373 const GGLclampx b = gglClampx(params[2]); in ggl_texEnvxv() local 514 GGLboolean b, in ggl_colorMask() 602 const int32_t b = c->state.scissor.user_bottom; in ggl_set_scissor() local
|
/system/core/logd/ |
D | LogKlog.cpp | 469 const char *b = cp; in log() local 493 const char *b = cp; in log() local 510 const char *b = cp; in log() local 553 size_t b = strlen(buf); in log() local
|
/system/extras/libpagemap/ |
D | pm_memusage.c | 23 void pm_memusage_add(pm_memusage_t *a, pm_memusage_t *b) { in pm_memusage_add()
|
/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/extras/ext4_utils/ |
D | sha1.c | 83 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() 93 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() 103 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() 113 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() 130 u_int32_t a, b, c, d, e; local
|
/system/bt/embdrv/sbc/encoder/srce/ |
D | sbc_dct.c | 51 #define SBC_IDCT_MULT(a,b,c) SBC_MULT_32_16_SIMPLIFIED(a,b,c) argument 60 #define SBC_IDCT_MULT(a,b,c) SBC_MULT_32_32(a,b,c) argument
|
/system/vold/ |
D | hash.h | 45 #define min(a,b) (((a)>(b))?(b):(a)) argument
|
/system/bt/osi/include/ |
D | osi.h | 10 #define CONCAT(a, b) a##b argument
|
/system/extras/showslab/ |
D | showslab.c | 169 static struct slab_info *merge_objs(struct slab_info *a, struct slab_info *b) in merge_objs() 195 struct slab_info *a, *b; in slabsort() local 224 static int sort_name(const struct slab_info *a, const struct slab_info *b) in sort_name()
|
/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,d) L2CA_ErtmConnectReq(a,b,c) argument 323 #define L2CA_CONNECT_RSP(a,b,c,d,e,f,g) 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
|
/system/core/toolbox/ |
D | top.c | 509 static int proc_cpu_cmp(const void *a, const void *b) { in proc_cpu_cmp() 521 static int proc_vss_cmp(const void *a, const void *b) { in proc_vss_cmp() 533 static int proc_rss_cmp(const void *a, const void *b) { in proc_rss_cmp() 545 static int proc_thr_cmp(const void *a, const void *b) { in proc_thr_cmp() 557 static int numcmp(long long a, long long b) { in numcmp()
|
/system/keymaster/ |
D | ocb.c | 156 #define swap_if_le(b) \ argument 159 static inline block swap_if_le(block b) { in swap_if_le() 192 #define swap_if_le(b) (b) argument 228 static inline block double_block(block b) { in double_block() 245 static inline int unequal_blocks(block a, block b) { in unequal_blocks() 249 #define swap_if_le(b) (b) /* Using endian-neutral int8x16_t */ argument 266 static inline block double_block(block b) { in double_block() 286 static inline block swap_if_le(block b) { in swap_if_le() 314 static inline block double_block(block b) { in double_block() 327 static inline block double_block(block b) { in double_block() [all …]
|
/system/core/toolbox/upstream-netbsd/bin/dd/ |
D | args.c | 209 c_arg(const void *a, const void *b) in c_arg() 384 c_conv(const void *a, const void *b) in c_conv()
|