/system/core/libsysutils/src/ |
D | SocketListener.cpp | 111 char c = CtrlPipe_Shutdown; in stopListener() local 193 char c = CtrlPipe_Shutdown; in runListener() local 203 int c; in runListener() local 224 SocketClient* c = *it; in runListener() local 239 SocketClient* c = *it; in runListener() local 250 bool SocketListener::release(SocketClient* c, bool wakeup) { in release() 286 SocketClient* c = *i; in sendBroadcast() local 295 SocketClient* c = *i; in sendBroadcast() local 314 SocketClient* c = *i; in runOnEachSocket() local 323 SocketClient* c = *i; in runOnEachSocket() local
|
D | FrameworkListener.cpp | 54 bool FrameworkListener::onDataAvailable(SocketClient *c) { in onDataAvailable() 185 FrameworkCommand *c = *i; in dispatchCommand() local
|
/system/core/libpixelflinger/ |
D | pixelflinger.cpp | 85 void ggl_error(context_t* c, GGLenum error) in ggl_error() 159 static void enable_disable(context_t* c, GGLenum name, int en) in enable_disable() 290 static void ggl_enable_fog(context_t* c, int enable) in ggl_enable_fog() 596 void ggl_set_scissor(context_t* c) in ggl_set_scissor() 615 void ggl_enable_blending(context_t* c, int enable) in ggl_enable_blending() 625 void ggl_enable_scissor_test(context_t* c, int enable) in ggl_enable_scissor_test() 635 void ggl_enable_alpha_test(context_t* c, int enable) in ggl_enable_alpha_test() 645 void ggl_enable_logic_op(context_t* c, int enable) in ggl_enable_logic_op() 655 void ggl_enable_dither(context_t* c, int enable) in ggl_enable_dither() 669 void ggl_enable_depth_test(context_t* c, int enable) in ggl_enable_depth_test() [all …]
|
D | scanline.cpp | 308 void ggl_init_scanline(context_t* c) in ggl_init_scanline() 315 void ggl_uninit_scanline(context_t* c) in ggl_uninit_scanline() 327 static void pick_scanline(context_t* c) in pick_scanline() 445 void ggl_pick_scanline(context_t* c) in ggl_pick_scanline() 489 void blending(context_t* c, pixel_t* fragment, pixel_t* fb) in blending() 642 void scanline(context_t* c) in scanline() 906 uint32_t& c = fragment.c[i]; in scanline() local 1054 static int is_context_horizontal(const context_t* c) { in is_context_horizontal() 1087 void horz_clamp_iterator::init(const context_t* c, int shift) in init() 1443 static void scanline_t32cb16_clamp(context_t* c) in scanline_t32cb16_clamp() [all …]
|
D | buffer.cpp | 43 void ggl_init_texture(context_t* c) in ggl_init_texture() 58 void ggl_set_surface(context_t* c, surface_t* dst, const GGLSurface* src) in ggl_set_surface() 84 void ggl_pick_texture(context_t* c) in ggl_pick_texture() 100 void ggl_pick_cb(context_t* c) in ggl_pick_cb() 111 void read_pixel(const surface_t* s, context_t* c, in read_pixel() 162 void write_pixel(const surface_t* s, context_t* c, in write_pixel() 257 uint32_t ggl_pack_color(context_t* c, int32_t format, in ggl_pack_color()
|
D | fixed.cpp | 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()
|
D | clear.cpp | 35 void ggl_init_clear(context_t* c) in ggl_init_clear() 50 static void memset2d(context_t* c, const surface_t& s, uint32_t packed, in memset2d()
|
/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 796 uint32_t c[HASHSTATE], d[HASHSTATE], i=0, j=0, k, l, m=0, z; in driver2() local 972 uint32_t b,c; in driver5() local
|
/system/core/fastbootd/ |
D | config.c | 47 char *c; in config_parse_line() local 82 int c; in config_parse() local
|
D | fastbootd.c | 40 int c; in main() local
|
/system/core/libmincrypt/ |
D | p256.c | 74 p256_digit* c) { in mulAdd() 91 p256_digit* c) { in subTop() 112 p256_digit* c, in subM() 129 p256_digit* c, in addM() 147 p256_int* c) { in p256_modmul() 252 int p256_sub(const p256_int* a, const p256_int* b, p256_int* c) { in p256_sub() 265 int p256_add(const p256_int* a, const p256_int* b, p256_int* c) { in p256_add()
|
/system/extras/tests/bionic/libc/bionic/ |
D | test_static_init.cpp | 9 int c = theFoo.getValue(); in main() local
|
/system/media/audio_utils/private/ |
D | private.h | 31 typedef struct {uint8_t c[3];} __attribute__((__packed__)) uint8x3_t; member
|
/system/extras/ext4_utils/ |
D | sha1.c | 60 u_char c[64]; member 83 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/netd/server/ |
D | DnsProxyListener.cpp | 51 DnsProxyListener::GetAddrInfoHandler::GetAddrInfoHandler(SocketClient *c, in GetAddrInfoHandler() 88 static bool sendLenAndData(SocketClient *c, const int len, const void* data) { in sendLenAndData() 95 static bool sendhostent(SocketClient *c, struct hostent *hp) { in sendhostent() 275 DnsProxyListener::GetHostByNameHandler::GetHostByNameHandler(SocketClient* c, in GetHostByNameHandler() 390 DnsProxyListener::GetHostByAddrHandler::GetHostByAddrHandler(SocketClient* c, in GetHostByAddrHandler()
|
/system/core/reboot/ |
D | reboot.c | 34 int c; in main() local
|
/system/core/include/private/pixelflinger/ |
D | ggl_fixed.h | 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() 530 inline GGLfixed gglMulAddx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulAddx() 534 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulSubx() 551 inline GGLfixed gglMulAddx(GGLfixed a, GGLfixed b, GGLfixed c) { in gglMulAddx() 555 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c) { in gglMulSubx() 608 inline GGLfixed gglClampx(GGLfixed c) in gglClampx()
|
/system/core/liblog/ |
D | event_tag_map.c | 158 static inline int isCharWhitespace(char c) in isCharWhitespace() 166 static inline int isCharValidTag(char c) in isCharValidTag() 177 static inline int isCharDigit(char c) in isCharDigit()
|
/system/core/toolbox/upstream-netbsd/usr.bin/grep/ |
D | util.c | 118 int c, fts_flags; in grep_tree() local 194 int c, t; in procfile() local 293 int c = 0, m = 0, r = 0; in procline() local
|
/system/core/toolbox/ |
D | rotatefb.c | 15 int c; in rotatefb_main() local
|
D | setkey.c | 38 int c, ret; in setkey_main() local
|
D | swapon.c | 28 int c = getopt(argc, argv, "hp:"); in swapon_main() local
|
D | readlink.c | 44 int c; in readlink_main() local
|
/system/core/libcutils/ |
D | partition_utils.c | 26 static int only_one_char(char *buf, int len, char c) in only_one_char()
|
/system/core/include/sysutils/ |
D | SocketListener.h | 48 bool release(SocketClient *c) { return release(c, true); } in release()
|