/system/core/fastboot/ |
D | engine.c | 179 static int cb_default(Action *a, int status, char *resp) in cb_default() 193 Action *a; in queue_action() local 225 Action *a; in fb_queue_erase() local 313 int fb_format(Action *a, usb_handle *usb, int skip_if_not_supported) in fb_format() 394 Action *a; in fb_queue_format() local 403 Action *a; in fb_queue_flash() local 416 Action *a; in fb_queue_flash_sparse() local 453 static int cb_check(Action *a, int status, char *resp, int invert) in cb_check() 496 static int cb_require(Action *a, int status, char *resp) in cb_require() 501 static int cb_reject(Action *a, int status, char *resp) in cb_reject() [all …]
|
D | protocol.c | 29 #define min(a, b) \ argument 31 #define round_down(a, b) \ argument
|
/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 | top.c | 508 static int proc_cpu_cmp(const void *a, const void *b) { in proc_cpu_cmp() 520 static int proc_vss_cmp(const void *a, const void *b) { in proc_vss_cmp() 532 static int proc_rss_cmp(const void *a, const void *b) { in proc_rss_cmp() 544 static int proc_thr_cmp(const void *a, const void *b) { in proc_thr_cmp() 556 static int numcmp(long long a, long long b) { in numcmp()
|
D | dd.c | 96 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument 97 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument 1152 c_arg(const void *a, const void *b) in c_arg() 1307 c_conv(const void *a, const void *b) in c_conv()
|
/system/core/libmincrypt/ |
D | rsa_e_f4.c | 33 uint32_t* a) { in subM() 45 const uint32_t* a) { in geM() 58 const uint32_t a, in montMulAdd() 83 const uint32_t* a, in montMul() 98 uint32_t a[RSANUMWORDS]; in modpowF4() local
|
D | rsa_e_3.c | 32 static void subM(const RSAPublicKey *key, uint32_t *a) { in subM() 43 static int geM(const RSAPublicKey *key, const uint32_t *a) { in geM() 56 const uint32_t a, in montMulAdd() 81 const uint32_t* a, in montMul() 97 uint32_t a[RSANUMWORDS]; in modpow3() local
|
/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/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 | 392 int a = ref_memcmp(s, d, size); in validate_memcmp() local 749 int a = 0; in arm_function_3() local 754 int a = 0; in arm_function_2() local 759 int a = 0; in arm_function_1() local 765 int a = 0; in crawl_test() local
|
/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() 463 inline GGLfixed gglMulx(GGLfixed a, GGLfixed b, int shift) { in gglMulx() 467 inline GGLfixed gglMulAddx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulAddx() 471 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulSubx() 475 inline int64_t gglMulii(int32_t a, int32_t b) { in gglMulii() 484 inline GGLfixed gglMulx(GGLfixed a, GGLfixed b) { in gglMulx() [all …]
|
/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/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/core/debuggerd/ |
D | crasher.c | 104 __attribute__((noinline)) int crash3(int a) { in crash3() 109 __attribute__((noinline)) int crash2(int a) { in crash2() 114 __attribute__((noinline)) int crash(int a) { in crash()
|
/system/media/audio_utils/include/audio_utils/ |
D | primitives.h | 93 int32_t mulAdd(int16_t in, int16_t v, int32_t a) in mulAdd() 129 int32_t mulAddRL(int left, uint32_t inRL, uint32_t vRL, int32_t a) in mulAddRL()
|
/system/vold/ |
D | VoldUtil.h | 20 #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/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()
|
/system/netd/ |
D | NetdConstants.h | 38 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(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/core/libcutils/ |
D | qsort_r_compat.c | 42 static int compar_wrapper(const void* a, const void* b, void* data) { in compar_wrapper() 70 static int compar_wrapper(const void* a, const void* b) { in compar_wrapper()
|
/system/extras/tests/bionic/libc/common/ |
D | test_drand48.c | 9 double_eq(double a, double b) in double_eq()
|
/system/core/libpixelflinger/tests/codegen/ |
D | codegen.cpp | 46 sp<ScanlineAssembly> a(new ScanlineAssembly(needs, ASSEMBLY_SCRATCH_SIZE)); in ggl_test_codegen() local
|