Home
last modified time | relevance | path

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

123

/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()
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()
463 inline GGLfixed gglMulx(GGLfixed a, GGLfixed b, int shift) { in gglMulx()
467 inline GGLfixed gglMulAddx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulAddx()
471 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulSubx()
475 inline int64_t gglMulii(int32_t a, int32_t b) { in gglMulii()
484 inline GGLfixed gglMulx(GGLfixed a, GGLfixed b) { in gglMulx()
488 inline GGLfixed gglMulAddx(GGLfixed a, GGLfixed b, GGLfixed c) { in gglMulAddx()
492 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/extras/sane_schedstat/
Dsane_schedstat.c58 static const char *next_line(const char *b) { in next_line()
84 static int parse_cpu_v15(const char *b) { in parse_cpu_v15()
111 static int parse(const char *b) { in parse()
/system/core/libpixelflinger/
Dfixed.cpp248 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()
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
373 const GGLclampx b = gglClampx(params[2]); in ggl_texEnvxv() local
514 GGLboolean b, in ggl_colorMask()
602 const int32_t b = c->state.scissor.user_bottom; in ggl_set_scissor() local
/system/extras/libpagemap/
Dpm_memusage.c23 void pm_memusage_add(pm_memusage_t *a, pm_memusage_t *b) { in pm_memusage_add()
/system/core/toolbox/
Dnetstat.c43 unsigned char b[4]; member
49 unsigned b; member
53 unsigned char b[16]; member
Dsetsebool.c12 SELboolean *b = alloca(nargs * sizeof(SELboolean)); in do_setsebool() local
Dtop.c508 static int proc_cpu_cmp(const void *a, const void *b) { in proc_cpu_cmp()
520 static int proc_vss_cmp(const void *a, const void *b) { in proc_vss_cmp()
532 static int proc_rss_cmp(const void *a, const void *b) { in proc_rss_cmp()
544 static int proc_thr_cmp(const void *a, const void *b) { in proc_thr_cmp()
556 static int numcmp(long long a, long long b) { in numcmp()
Ddd.c96 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument
97 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument
1152 c_arg(const void *a, const void *b) in c_arg()
1307 c_conv(const void *a, const void *b) in c_conv()
/system/extras/micro_bench/
Dmicro_bench.c87 uint8_t *b = malloc(sz); in do_memset() local
113 uint8_t *b = malloc(sz); in do_memcpy() local
139 int *b = malloc(sz); in do_memread() local
/system/vold/
Dhash.h45 #define min(a,b) (((a)>(b))?(b):(a)) argument
Dlogwrapper.c35 int b = 0; // end index of unprocessed data in parent() local
/system/core/libmincrypt/
Drsa_e_f4.c59 const uint32_t* b) { in montMulAdd()
84 const uint32_t* b) { in montMul()
Drsa_e_3.c57 const uint32_t* b) { in montMulAdd()
82 const uint32_t* b) { in montMul()
/system/extras/ext4_utils/
Dsha1.c83 do_R01(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *block) in do_R01()
93 do_R2(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *block) in do_R2()
103 do_R3(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *block) in do_R3()
113 do_R4(u_int32_t *a, u_int32_t *b, u_int32_t *c, u_int32_t *d, u_int32_t *e, CHAR64LONG16 *block) in do_R4()
130 u_int32_t a, b, c, d, e; local
/system/core/libcutils/
Dqsort_r_compat.c42 static int compar_wrapper(const void* a, const void* b, void* data) { in compar_wrapper()
70 static int compar_wrapper(const void* a, const void* b) { in compar_wrapper()
/system/core/include/mincrypt/
Dsha.h42 uint8_t b[64]; member
/system/extras/tests/bionic/libc/common/
Dtest_drand48.c9 double_eq(double a, double b) in double_eq()
/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/logwrapper/
Dlogwrapper.c53 int b = 0; // end index of unprocessed data in parent() local
/system/bluetooth/brfpatch/
Dbrfpatch.c66 char *b = *buf; in advance() local

123