| /system/core/libmincrypt/ |
| D | p256.c | 52 void p256_init(p256_int* a) { in p256_init() 56 void p256_clear(p256_int* a) { p256_init(a); } in p256_clear() 63 int p256_is_zero(const p256_int* a) { in p256_is_zero() 71 static p256_digit mulAdd(const p256_int* a, in mulAdd() 89 const p256_digit* a, in subTop() 144 const p256_int* a, in p256_modmul() 191 int p256_is_odd(const p256_int* a) { return P256_DIGIT(a, 0) & 1; } in p256_is_odd() 192 int p256_is_even(const p256_int* a) { return !(P256_DIGIT(a, 0) & 1); } in p256_is_even() 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() [all …]
|
| D | rsa.c | 34 uint32_t* a) { in subM() 46 const uint32_t* a) { in geM() 59 const uint32_t a, in montMulAdd() 84 const uint32_t* a, in montMul() 99 uint32_t a[RSANUMWORDS]; in modpow() local
|
| /system/core/fastboot/ |
| D | engine.c | 124 static int cb_default(Action *a, int status, char *resp) in cb_default() 138 Action *a; in queue_action() local 170 Action *a; in fb_queue_erase() local 177 Action *a; in fb_queue_flash() local 190 Action *a; in fb_queue_flash_sparse() local 225 static int cb_check(Action *a, int status, char *resp, int invert) in cb_check() 268 static int cb_require(Action *a, int status, char *resp) in cb_require() 273 static int cb_reject(Action *a, int status, char *resp) in cb_reject() 281 Action *a; in fb_queue_require() local 291 static int cb_display(Action *a, int status, char *resp) in cb_display() [all …]
|
| /system/core/toolbox/ |
| D | dynarray.c | 6 dynarray_init( dynarray_t *a ) in dynarray_init() 14 dynarray_reserve_more( dynarray_t *a, int count ) in dynarray_reserve_more() 46 dynarray_append( dynarray_t *a, void* item ) in dynarray_append() 55 dynarray_done( dynarray_t *a ) in dynarray_done() 88 static int strlist_compare_strings(const void* a, const void* b) in strlist_compare_strings()
|
| D | bsd-compatibility.h | 43 #define __type_fit(t, a) (0 == 0) argument 46 #define __arraycount(a) (sizeof(a) / sizeof(a[0])) argument
|
| /system/core/libpixelflinger/ |
| D | fixed.cpp | 29 uint32_t a = s ? -x : x; in gglRecipQNormalized() local 93 const GGLfixed a = x; in gglSqrtRecipx() local 108 GGLfixed gglSqrtx(GGLfixed a) in gglSqrtx() 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/core/include/private/pixelflinger/ |
| D | ggl_fixed.h | 134 inline GGLfixed gglMulAddx(GGLfixed x, GGLfixed y, GGLfixed a, int shift) { in gglMulAddx() 155 inline GGLfixed gglMulSubx(GGLfixed x, GGLfixed y, GGLfixed a, int shift) { in gglMulSubx() 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() 482 inline GGLfixed gglMulAddx(GGLfixed x, GGLfixed y, GGLfixed a, int shift) in gglMulAddx() 496 inline GGLfixed gglMulSubx(GGLfixed x, GGLfixed y, GGLfixed a, 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() [all …]
|
| /system/extras/tests/memtest/ |
| D | thumb.cpp | 18 int a = 0; in thumb_function_1() local 24 int a = 0; in thumb_function_2() local
|
| D | memtest.cpp | 216 int a = 0; in arm_function_3() local 221 int a = 0; in arm_function_2() local 226 int a = 0; in arm_function_1() local 232 int a = 0; in crawl_test() local
|
| /system/core/debuggerd/ |
| D | crasher.c | 94 __attribute__((noinline)) static int crash3(int a) { in crash3() 99 __attribute__((noinline)) static int crash2(int a) { in crash2() 104 __attribute__((noinline)) static int crash(int a) { in crash() 115 int* a = (int *)(&do_action); in sigsegv_non_null() 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/keymaster/ |
| D | google_keymaster_test_utils.cpp | 56 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 ==()
|
| /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 776 time_t a,z; in driver1() local 795 uint8_t qa[MAXLEN+1], qb[MAXLEN+2], *a = &qa[0], *b = &qb[1]; in driver2() local
|
| /system/core/include/ctest/ |
| D | ctest.h | 49 #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/vold/ |
| D | VoldUtil.h | 22 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) argument
|
| D | hash.h | 45 #define min(a,b) (((a)>(b))?(b):(a)) argument
|
| /system/extras/showslab/ |
| D | showslab.c | 9 #define STRINGIFY_ARG(a) #a argument 10 #define STRINGIFY(a) STRINGIFY_ARG(a) argument 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/extras/libpagemap/ |
| D | pm_memusage.c | 23 void pm_memusage_add(pm_memusage_t *a, pm_memusage_t *b) { in pm_memusage_add()
|
| /system/core/include/utils/ |
| D | AndroidThreads.h | 102 inline bool createThread(thread_func_t f, void *a) { in createThread()
|
| /system/media/audio_utils/ |
| D | fixedfft.cpp | 87 static inline int32_t mult(int32_t a, int32_t b) in mult() 101 static inline int32_t half(int32_t a) in half()
|
| D | minifloat.c | 56 float float_from_gain(gain_minifloat_t a) in float_from_gain()
|
| /system/core/logd/ |
| D | LogWhiteBlackList.cpp | 193 char *a = NULL; in format() local 205 char *a = NULL; in format() 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/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/netd/server/ |
| D | NetdConstants.h | 43 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) argument
|