Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 72) sorted by relevance

123

/system/core/libmincrypt/
Dp256.c72 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()
Drsa.c60 const uint32_t* b) { in montMulAdd()
85 const uint32_t* b) { in montMul()
/system/extras/tests/timetest/
Dtimetest.c26 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/extras/ksmutils/
Dlookup3.c115 #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/keymaster/
Dgoogle_keymaster_test_utils.cpp56 bool operator==(const keymaster_key_param_t& a, const keymaster_key_param_t& b) { in operator ==()
89 bool operator==(const AuthorizationSet& a, const AuthorizationSet& b) { in operator ==()
Docb.c156 #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/include/ctest/
Dctest.h49 #define assertSame(a, b) assertTrueWithSource(a == b, __FILE__, __LINE__, "Expected same value."); argument
54 #define assertNotSame(a, b) assertTrueWithSource(a != b, __FILE__, __LINE__,\ argument
/system/core/liblog/tests/
Dbenchmark_main.cpp79 bool ShouldRun(Benchmark* b, int argc, char* argv[]) { in ShouldRun()
100 void BenchmarkRegister(Benchmark* b) { in BenchmarkRegister()
107 void RunRepeatedly(Benchmark* b, int iterations) { in RunRepeatedly()
120 void Run(Benchmark* b) { in Run()
Dlibc_test.cpp104 char b[80]; in TEST() local
/system/core/include/private/pixelflinger/
Dggl_fixed.h197 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/extras/sane_schedstat/
Dsane_schedstat.c58 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/
Dfixed.cpp248 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()
Dtrap.cpp74 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 …]
Dpixelflinger.cpp74 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/extras/libpagemap/
Dpm_memusage.c23 void pm_memusage_add(pm_memusage_t *a, pm_memusage_t *b) { in pm_memusage_add()
/system/core/toolbox/
Dnetstat.c43 unsigned char b[4]; member
49 unsigned b; member
53 unsigned char b[16]; member
Dsetsebool.c14 SELboolean b; in do_setsebool() local
Dtop.c515 static int proc_cpu_cmp(const void *a, const void *b) { in proc_cpu_cmp()
527 static int proc_vss_cmp(const void *a, const void *b) { in proc_vss_cmp()
539 static int proc_rss_cmp(const void *a, const void *b) { in proc_rss_cmp()
551 static int proc_thr_cmp(const void *a, const void *b) { in proc_thr_cmp()
563 static int numcmp(long long a, long long b) { in numcmp()
/system/extras/f2fs_utils/
Df2fs_sparseblock.h28 #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/
Dhash.h45 #define min(a,b) (((a)>(b))?(b):(a)) argument
/system/extras/ext4_utils/
Dsha1.c83 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/extras/showslab/
Dshowslab.c169 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/core/toolbox/upstream-netbsd/lib/libc/gen/
Dhumanize_number.c51 int b, r, s1, s2, sign; in humanize_number() local
/system/core/toolbox/upstream-netbsd/bin/dd/
Dargs.c209 c_arg(const void *a, const void *b) in c_arg()
384 c_conv(const void *a, const void *b) in c_conv()
/system/core/fastboot/
Dprotocol.c29 #define min(a, b) \ argument
31 #define round_down(a, b) \ argument

123