/system/core/fastboot/ |
D | engine.c | 74 static int cb_default(Action *a, int status, char *resp) in cb_default() 86 Action *a; in queue_action() local 109 Action *a; in fb_queue_erase() local 116 Action *a; in fb_queue_flash() local 153 static int cb_check(Action *a, int status, char *resp, int invert) in cb_check() 184 static int cb_require(Action *a, int status, char *resp) in cb_require() 189 static int cb_reject(Action *a, int status, char *resp) in cb_reject() 196 Action *a; in fb_queue_require() local 205 static int cb_display(Action *a, int status, char *resp) in cb_display() 217 Action *a; in fb_queue_display() local [all …]
|
/system/core/libmincrypt/ |
D | rsa.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 92 const GGLfixed a = x; in gglSqrtRecipx() local 107 GGLfixed gglSqrtx(GGLfixed a) in gglSqrtx() 247 static inline void swap(T& a, T& b) { in swap() 254 int32_t slow_muldiv(uint32_t a, uint32_t b, uint32_t c) in slow_muldiv() 290 int32_t quick_muldiv(int32_t a, int32_t b, int32_t c) in quick_muldiv() 319 int32_t gglMulDivi(int32_t a, int32_t b, int32_t c) in gglMulDivi()
|
D | pixelflinger.cpp | 74 static inline int min(int a, int b) { in min() 79 static inline int max(int a, int b) { in max() 373 const GGLclampx a = gglClampx(params[3]); in ggl_texEnvxv() local 514 GGLboolean a) in ggl_colorMask()
|
D | clear.cpp | 147 GGLclampx r, GGLclampx g, GGLclampx b, GGLclampx a) in ggl_clearColorx()
|
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/ |
D | osrgstry_parser.h | 49 # define NDIS_STRING_CONST(a) {sizeof(a), sizeof(a), a} argument 51 # define NDIS_STRING_CONST(a) { 0, 0, "" } argument
|
D | esta_drv.h | 101 #define msm_wifi_power(a) trout_wifi_power(a) argument 102 #define msm_wifi_reset(a) trout_wifi_reset(a) argument 109 #define android_unlock_suspend(a) wake_unlock(a) argument 110 #define android_lock_suspend(a) wake_lock(a) argument 111 #define android_lock_suspend_auto_expire(a,t) wake_lock_timeout(a,t) argument 112 #define android_init_suspend_wakelock(a,n) wake_lock_init(a,WAKE_LOCK_SUSPEND,n) argument 113 #define android_uninit_suspend_lock(a) wake_lock_destroy(a) argument
|
/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() 201 inline GGLfixed gglMulAddx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulAddx() 205 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulSubx() 209 inline int64_t gglMulii(int32_t a, int32_t b) { in gglMulii() 218 inline GGLfixed gglMulx(GGLfixed a, GGLfixed b) { in gglMulx() 222 inline GGLfixed gglMulAddx(GGLfixed a, GGLfixed b, GGLfixed c) { in gglMulAddx() 226 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c) { in gglMulSubx()
|
/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 | 387 int a = ref_memcmp(s, d, size); in validate_memcmp() local 743 int a = 0; in arm_function_3() local 748 int a = 0; in arm_function_2() local 753 int a = 0; in arm_function_1() local 759 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/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/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/ |
D | cli_cu_common.h | 89 # define SIZE_ARR(a) (sizeof(a)/sizeof(a[0]) ) argument 93 # define min(a, b) (((a)<(b)) ? (a) : (b)) argument 97 # define max(a, b) (((a)>(b)) ? (a) : (b)) argument
|
D | linux_ioctl_common.h | 42 #define SIZE_ARR(a) (sizeof(a)/sizeof(a[0])) 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/toolbox/ |
D | top.c | 487 static int proc_cpu_cmp(const void *a, const void *b) { in proc_cpu_cmp() 499 static int proc_vss_cmp(const void *a, const void *b) { in proc_vss_cmp() 511 static int proc_rss_cmp(const void *a, const void *b) { in proc_rss_cmp() 523 static int proc_thr_cmp(const void *a, const void *b) { in proc_thr_cmp() 535 static int numcmp(long long a, long long b) { in numcmp()
|
/system/core/libsysutils/src/ |
D | NetlinkEvent.cpp | 63 char *a = s + strlen("ACTION="); in decode() local
|
/system/core/vold/ |
D | logwrapper.c | 33 int a = 0; // start index of unprocessed data in parent() local
|
/system/core/logwrapper/ |
D | logwrapper.c | 51 int a = 0; // start index of unprocessed data in parent() local
|
/system/core/libcutils/ |
D | adb_networking.c | 53 } a; in adb_networking_connect_fd() local
|
/system/core/adb/ |
D | file_sync_service.h | 30 #define MKID(a,b,c,d) ((d) | ((c) << 8) | ((b) << 16) | ((a) << 24)) argument 34 #define MKID(a,b,c,d) ((a) | ((b) << 8) | ((c) << 16) | ((d) << 24)) argument
|
/system/extras/librank/ |
D | librank.c | 325 static int numcmp(long long a, long long b) { in numcmp() 331 static int licmp(const void *a, const void *b) { in licmp()
|
/system/extras/latencytop/ |
D | latencytop.c | 429 static int numcmp(const long long a, const long long b) { in numcmp() 435 static int lat_cmp(const void *a, const void *b) { in lat_cmp()
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/ |
D | utils.h | 156 #define MAX(a,b) (((a) > (b)) ? (a) : (b)) argument 157 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) argument
|