/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/private/pixelflinger/ |
D | ggl_fixed.h | 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/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/libpixelflinger/ |
D | fixed.cpp | 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 | trap.cpp | 74 inline int min(int a, int b) { in min() 77 inline int max(int a, int b) { in max() 80 inline int min(int a, int b, int c) { in min() 83 inline int max(int a, int b, int c) { in max() 88 static inline void swap(T& a, T& b) { in swap() 170 GGLint b = (yc + halfSize) >> TRI_FRACTION_BITS; in pointx() local 211 GGLint b = (v[1] + rad + (TRI_ONE-1)) >> TRI_FRACTION_BITS; in aa_nice_pointx() local 276 GGLint b = (v[1] + rad + (TRI_ONE-1)) >> TRI_FRACTION_BITS; in aa_pointx() local 411 void recti_validate(void *con, GGLint l, GGLint t, GGLint r, GGLint b) in recti_validate() 419 void recti(void* con, GGLint l, GGLint t, GGLint r, GGLint b) in recti() [all …]
|
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() 283 const int32_t b = gglClampx(color[2]); in ggl_fogColor3xv() local 372 const GGLclampx b = gglClampx(params[2]); in ggl_texEnvxv() local 513 GGLboolean b, in ggl_colorMask() 601 const int32_t b = c->state.scissor.user_bottom; in ggl_set_scissor() local
|
D | clear.cpp | 147 GGLclampx r, GGLclampx g, GGLclampx b, GGLclampx a) in ggl_clearColorx()
|
/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/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/ |
D | cli_cu_common.h | 93 # define min(a, b) (((a)<(b)) ? (a) : (b)) argument 97 # define max(a, b) (((a)>(b)) ? (a) : (b)) argument
|
/system/core/libmincrypt/ |
D | rsa.c | 57 const uint32_t* b) { in montMulAdd() 82 const uint32_t* b) { in montMul()
|
/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()
|
D | netstat.c | 39 unsigned char b[4]; member
|
D | dd.c | 100 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument 1187 c_arg(const void *a, const void *b) in c_arg() 1349 c_conv(const void *a, const void *b) in c_conv()
|
/system/extras/showslab/ |
D | showslab.c | 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/sh/ |
D | arith_lex.c | 1107 YY_BUFFER_STATE b = YY_CURRENT_BUFFER; in yy_get_next_buffer() local 1415 YY_BUFFER_STATE b; in yy_create_buffer() local 1441 void yy_delete_buffer (YY_BUFFER_STATE b ) in yy_delete_buffer() 1464 static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file ) in yy_init_buffer() 1492 void yy_flush_buffer (YY_BUFFER_STATE b ) in yy_flush_buffer() 1617 YY_BUFFER_STATE b; in yy_scan_buffer() local 1667 YY_BUFFER_STATE b; in yy_scan_bytes() local
|
/system/core/vold/ |
D | logwrapper.c | 34 int b = 0; // end index of unprocessed data in parent() local
|
/system/core/logwrapper/ |
D | logwrapper.c | 52 int b = 0; // end index of unprocessed data in parent() local
|
/system/core/libcutils/ |
D | adb_networking.c | 51 uint8_t b[4]; in adb_networking_connect_fd() member
|
/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/bluetooth/brfpatch/ |
D | brfpatch.c | 66 char *b = *buf; in advance() local
|
/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/core/debuggerd/ |
D | pr-support.c | 88 _uw8 b; in next_unwind_byte_with_ptrace() local
|
/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
|
/system/extras/procrank/ |
D | procrank.c | 189 static int numcmp(long long a, long long b) { in numcmp()
|