Home
last modified time | relevance | path

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

123

/system/core/toolbox/
Ddynarray.c6 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()
Dtop.c508 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()
Ddd.c96 #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/fastboot/
Dengine.c179 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
299 int fb_format(Action *a, usb_handle *usb, int skip_if_not_supported) in fb_format()
380 Action *a; in fb_queue_format() local
389 Action *a; in fb_queue_flash() local
402 Action *a; in fb_queue_flash_sparse() local
439 static int cb_check(Action *a, int status, char *resp, int invert) in cb_check()
482 static int cb_require(Action *a, int status, char *resp) in cb_require()
487 static int cb_reject(Action *a, int status, char *resp) in cb_reject()
[all …]
/system/core/libpixelflinger/
Dfixed.cpp29 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/libmincrypt/
Drsa.c34 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/extras/tests/memtest/
Dthumb.cpp18 int a = 0; in thumb_function_1() local
24 int a = 0; in thumb_function_2() local
Dmemtest.cpp216 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/include/private/pixelflinger/
Dggl_fixed.h134 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/
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/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/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
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/debuggerd/
Dcrasher.c109 __attribute__((noinline)) static int crash3(int a) { in crash3()
114 __attribute__((noinline)) static int crash2(int a) { in crash2()
119 __attribute__((noinline)) static int crash(int a) { in crash()
/system/vold/
DVoldUtil.h22 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) argument
Dhash.h45 #define min(a,b) (((a)>(b))?(b):(a)) argument
/system/media/audio_utils/include/audio_utils/
Dprimitives.h118 int32_t mulAdd(int16_t in, int16_t v, int32_t a) in mulAdd()
154 int32_t mulAddRL(int left, uint32_t inRL, uint32_t vRL, int32_t a) in mulAddRL()
/system/extras/showslab/
Dshowslab.c9 #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/
Dpm_memusage.c23 void pm_memusage_add(pm_memusage_t *a, pm_memusage_t *b) { in pm_memusage_add()
/system/core/include/utils/
DAndroidThreads.h102 inline bool createThread(thread_func_t f, void *a) { in createThread()
/system/media/audio_utils/
Dfixedfft.cpp87 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/
DNetdConstants.h41 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(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
Dext4_extents.h25 #define ext_debug(a...) printk(a) argument
27 #define ext_debug(a...) argument
/system/extras/tests/bionic/libc/common/
Dtest_drand48.c9 double_eq(double a, double b) in double_eq()
/system/core/libpixelflinger/tests/codegen/
Dcodegen.cpp46 sp<ScanlineAssembly> a(new ScanlineAssembly(needs, ASSEMBLY_SCRATCH_SIZE)); in ggl_test_codegen() local

123