/system/core/include/cutils/ |
D | atomic.h | 84 volatile atomic_int_least32_t* a = (volatile atomic_int_least32_t*)addr; in android_atomic_inc() local 92 volatile atomic_int_least32_t* a = (volatile atomic_int_least32_t*)addr; in android_atomic_dec() local 99 volatile atomic_int_least32_t* a = (volatile atomic_int_least32_t*)addr; in android_atomic_add() local 106 volatile atomic_int_least32_t* a = (volatile atomic_int_least32_t*)addr; in android_atomic_and() local 113 volatile atomic_int_least32_t* a = (volatile atomic_int_least32_t*)addr; in android_atomic_or() local 134 volatile atomic_int_least32_t* a = (volatile atomic_int_least32_t*)addr; in android_atomic_acquire_load() local 141 volatile atomic_int_least32_t* a = (volatile atomic_int_least32_t*)addr; in android_atomic_release_load() local 165 volatile atomic_int_least32_t* a = (volatile atomic_int_least32_t*)addr; in android_atomic_acquire_store() local 174 volatile atomic_int_least32_t* a = (volatile atomic_int_least32_t*)addr; in android_atomic_release_store() local 194 volatile atomic_int_least32_t* a = (volatile atomic_int_least32_t*)addr; in android_atomic_acquire_cas() local [all …]
|
/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/bt/stack/smp/ |
D | p_256_multprecision.c | 36 void multiprecision_copy(DWORD *c, DWORD *a, uint32_t keyLength) in multiprecision_copy() 42 int multiprecision_compare(DWORD *a, DWORD *b, uint32_t keyLength) in multiprecision_compare() 54 int multiprecision_iszero(DWORD *a, uint32_t keyLength) in multiprecision_iszero() 63 UINT32 multiprecision_dword_bits(DWORD a) in multiprecision_dword_bits() 73 UINT32 multiprecision_most_signdwords(DWORD *a, uint32_t keyLength) in multiprecision_most_signdwords() 82 UINT32 multiprecision_most_signbits(DWORD *a, uint32_t keyLength) in multiprecision_most_signbits() 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() 131 void multiprecision_lshift_mod(DWORD * c, DWORD * a, uint32_t keyLength) in multiprecision_lshift_mod() 159 void multiprecision_rshift(DWORD * c, DWORD * a, uint32_t keyLength) in multiprecision_rshift() [all …]
|
/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/libpixelflinger/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/bt/embdrv/sbc/decoder/include/ |
D | oi_utils.h | 109 #define OI_ScheduleCallback(f, a, t) OI_ScheduleCallbackFunction(f, a, t, NULL); argument 360 #define OI_MAX(a, b) (((a) < (b)) ? (b) : (a) ) argument 361 #define OI_MIN(a, b) (((a) > (b)) ? (b) : (a) ) argument
|
/system/core/debuggerd/ |
D | crasher.c | 101 __attribute__((noinline)) static int crash3(int a) { in crash3() 106 __attribute__((noinline)) static int crash2(int a) { in crash2() 111 __attribute__((noinline)) static int crash(int a) { in crash() 122 int* a = (int *)(&do_action); in sigsegv_non_null() local
|
/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/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/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/toolbox/ |
D | bsd-compatibility.h | 43 #define __type_fit(t, a) (0 == 0) argument 46 #define __arraycount(a) (sizeof(a) / sizeof(a[0])) argument
|
/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/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/bt/stack/include/ |
D | l2c_api.h | 320 #define L2CA_REGISTER(a,b,c) L2CA_Register(a,(tL2CAP_APPL_INFO *)b) argument 321 #define L2CA_DEREGISTER(a) L2CA_Deregister(a) 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 326 #define L2CA_DISCONNECT_REQ(a) L2CA_DisconnectReq(a) argument 327 #define L2CA_DISCONNECT_RSP(a) L2CA_DisconnectRsp(a) argument 328 #define L2CA_DATA_WRITE(a, b) L2CA_DataWrite(a, b) argument
|
D | bt_types.h | 246 #define ARRAY32_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 32; ijk++) *(p)++… argument 247 #define ARRAY16_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 16; ijk++) *(p)++… argument 248 #define ARRAY8_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 8; ijk++) *(p)++… argument 249 #define BDADDR_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < BD_ADDR_LEN; ijk++) *(p)++… argument 250 #define LAP_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < LAP_LEN; ijk++) *(p)++… argument 251 #define DEVCLASS_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < DEV_CLASS_LEN;ijk++) *(p)++… argument 252 #define ARRAY_TO_STREAM(p, a, len) {register int ijk; for (ijk = 0; ijk < len; ijk++) *(p)++… argument 253 #define REVERSE_ARRAY_TO_STREAM(p, a, len) {register int ijk; for (ijk = 0; ijk < len; ijk++) *(p)… argument 259 #define STREAM_TO_BDADDR(a, p) {register int ijk; register UINT8 *pbda = (UINT8 *)a + BD_ADDR_LEN… argument 260 #define STREAM_TO_ARRAY32(a, p) {register int ijk; register UINT8 *_pa = (UINT8 *)a + 31; for (ijk… argument [all …]
|
/system/vold/ |
D | VoldUtil.h | 22 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) argument
|
/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/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/logd/ |
D | LogWhiteBlackList.cpp | 195 char *a = NULL; in format() local 207 char *a = NULL; in format() local
|
/system/core/include/utils/ |
D | AndroidThreads.h | 99 inline bool createThread(thread_func_t f, void *a) { in createThread()
|
/system/extras/tests/pagingtest/ |
D | pagingtest.h | 8 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(a))) argument
|
/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
|