/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/fastboot/ |
D | engine.cpp | 91 static int cb_default(Action* a, int status, const char* resp) { in cb_default() 107 Action* a = reinterpret_cast<Action*>(calloc(1, sizeof(Action))); in queue_action() local 135 Action *a; in fb_set_active() local 142 Action *a; in fb_queue_erase() local 149 Action *a; in fb_queue_flash() local 162 Action *a; in fb_queue_flash_sparse() local 196 static int cb_check(Action* a, int status, const char* resp, int invert) in cb_check() 239 static int cb_require(Action*a, int status, const char* resp) { in cb_require() 243 static int cb_reject(Action* a, int status, const char* resp) { in cb_reject() 250 Action *a; in fb_queue_require() 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/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/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/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() 527 inline GGLfixed gglMulx(GGLfixed a, GGLfixed b, int shift) { in gglMulx() 616 inline GGLfixed gglMulAddx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulAddx() 682 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulSubx() [all …]
|
/system/core/debuggerd/ |
D | crasher.c | 110 __attribute__((noinline)) static int crash3(int a) { in crash3() 115 __attribute__((noinline)) static int crash2(int a) { in crash2() 120 __attribute__((noinline)) static int crash(int a) { in crash() 131 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/extras/tests/net_test/ |
D | cstruct_test.py | 29 def CheckEquals(self, a, b): argument 37 def CheckNotEquals(self, a, b): argument
|
/system/extras/tests/memtest/ |
D | memtest.cpp | 194 int a = 0; in arm_function_3() local 199 int a = 0; in arm_function_2() local 204 int a = 0; in arm_function_1() local 209 int a = 0; in crawl_test() local
|
D | thumb.cpp | 15 int a = 0; in thumb_function_1() local
|
/system/update_engine/update_manager/ |
D | prng_unittest.cc | 28 PRNG a(42); in TEST() local 37 PRNG a(42); in TEST() local 65 PRNG a(42); in TEST() local
|
/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/bt/stack/include/ |
D | l2c_api.h | 332 #define L2CA_REGISTER(a,b,c) L2CA_Register(a,(tL2CAP_APPL_INFO *)b) argument 333 #define L2CA_DEREGISTER(a) L2CA_Deregister(a) argument 334 #define L2CA_CONNECT_REQ(a,b,c) L2CA_ErtmConnectReq(a,b,c) argument 335 #define L2CA_CONNECT_RSP(a,b,c,d,e,f) L2CA_ErtmConnectRsp(a,b,c,d,e,f) argument 336 #define L2CA_CONFIG_REQ(a,b) L2CA_ConfigReq(a,b) argument 337 #define L2CA_CONFIG_RSP(a,b) L2CA_ConfigRsp(a,b) argument 338 #define L2CA_DISCONNECT_REQ(a) L2CA_DisconnectReq(a) argument 339 #define L2CA_DISCONNECT_RSP(a) L2CA_DisconnectRsp(a) argument 340 #define L2CA_DATA_WRITE(a, b) L2CA_DataWrite(a, b) argument 341 #define L2CA_REGISTER_COC(a,b,c) L2CA_RegisterLECoc(a,(tL2CAP_APPL_INFO *)b) argument [all …]
|
D | bt_types.h | 242 #define ARRAY32_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 32; ijk++) *(p)++… argument 243 #define ARRAY16_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 16; ijk++) *(p)++… argument 244 #define ARRAY8_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < 8; ijk++) *(p)++… argument 245 #define BDADDR_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < BD_ADDR_LEN; ijk++) *(p)++… argument 246 #define LAP_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < LAP_LEN; ijk++) *(p)++… argument 247 #define DEVCLASS_TO_STREAM(p, a) {register int ijk; for (ijk = 0; ijk < DEV_CLASS_LEN;ijk++) *(p)++… argument 248 #define ARRAY_TO_STREAM(p, a, len) {register int ijk; for (ijk = 0; ijk < len; ijk++) *(p)++… argument 249 #define REVERSE_ARRAY_TO_STREAM(p, a, len) {register int ijk; for (ijk = 0; ijk < len; ijk++) *(p)… argument 255 #define STREAM_TO_BDADDR(a, p) {register int ijk; register UINT8 *pbda = (UINT8 *)a + BD_ADDR_LEN… argument 256 #define STREAM_TO_ARRAY32(a, p) {register int ijk; register UINT8 *_pa = (UINT8 *)a + 31; for (ijk… argument [all …]
|
/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/vold/ |
D | VoldUtil.h | 22 #define ARRAY_SIZE(a) (sizeof(a) / sizeof(*(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/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/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/tools/aidl/ |
D | generate_cpp.cpp | 97 string BuildVarName(const AidlArgument& a) { in BuildVarName() 110 for (const unique_ptr<AidlArgument>& a : method.GetArguments()) { in BuildArgList() local 197 bool DeclareLocalVariable(const TypeNamespace& types, const AidlArgument& a, in DeclareLocalVariable() 284 for (const AidlArgument* a : method.GetInArguments()) { in DefineClientTransaction() local 345 for (const AidlArgument* a : method.GetOutArguments()) { in DefineClientTransaction() local 412 for (const unique_ptr<AidlArgument>& a : method.GetArguments()) { in HandleServerTransaction() local 435 for (const AidlArgument* a : method.GetInArguments()) { in HandleServerTransaction() local 482 for (const AidlArgument* a : method.GetOutArguments()) { in HandleServerTransaction() local
|