Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 45) sorted by relevance

12

/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/private/pixelflinger/
Dggl_fixed.h197 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/
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/core/libpixelflinger/
Dfixed.cpp247 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()
Dtrap.cpp74 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 …]
Dpixelflinger.cpp74 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
Dclear.cpp147 GGLclampx r, GGLclampx g, GGLclampx b, GGLclampx a) in ggl_clearColorx()
/system/extras/libpagemap/
Dpm_memusage.c23 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/
Dcli_cu_common.h93 # define min(a, b) (((a)<(b)) ? (a) : (b)) argument
97 # define max(a, b) (((a)>(b)) ? (a) : (b)) argument
/system/core/libmincrypt/
Drsa.c57 const uint32_t* b) { in montMulAdd()
82 const uint32_t* b) { in montMul()
/system/core/toolbox/
Dtop.c487 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()
Dnetstat.c39 unsigned char b[4]; member
Ddd.c100 #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/
Dshowslab.c169 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/
Darith_lex.c1107 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/
Dlogwrapper.c34 int b = 0; // end index of unprocessed data in parent() local
/system/core/logwrapper/
Dlogwrapper.c52 int b = 0; // end index of unprocessed data in parent() local
/system/core/libcutils/
Dadb_networking.c51 uint8_t b[4]; in adb_networking_connect_fd() member
/system/core/adb/
Dfile_sync_service.h30 #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/
Dbrfpatch.c66 char *b = *buf; in advance() local
/system/extras/librank/
Dlibrank.c325 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/
Dpr-support.c88 _uw8 b; in next_unwind_byte_with_ptrace() local
/system/extras/latencytop/
Dlatencytop.c429 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/
Dutils.h156 #define MAX(a,b) (((a) > (b)) ? (a) : (b)) argument
157 #define MIN(a,b) (((a) < (b)) ? (a) : (b)) argument
/system/extras/procrank/
Dprocrank.c189 static int numcmp(long long a, long long b) { in numcmp()

12