Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 103) sorted by relevance

12345

/system/core/libsysutils/src/
DSocketListener.cpp111 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
DFrameworkListener.cpp54 bool FrameworkListener::onDataAvailable(SocketClient *c) { in onDataAvailable()
185 FrameworkCommand *c = *i; in dispatchCommand() local
/system/core/libpixelflinger/
Dpixelflinger.cpp85 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 …]
Dscanline.cpp308 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 …]
Dbuffer.cpp43 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()
Dfixed.cpp255 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()
Dclear.cpp35 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/
Dlookup3.c115 #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/
Dconfig.c47 char *c; in config_parse_line() local
82 int c; in config_parse() local
Dfastbootd.c40 int c; in main() local
/system/core/libmincrypt/
Dp256.c74 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/
Dtest_static_init.cpp9 int c = theFoo.getValue(); in main() local
/system/media/audio_utils/private/
Dprivate.h31 typedef struct {uint8_t c[3];} __attribute__((__packed__)) uint8x3_t; member
/system/extras/ext4_utils/
Dsha1.c60 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/
DDnsProxyListener.cpp51 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/
Dreboot.c34 int c; in main() local
/system/core/include/private/pixelflinger/
Dggl_fixed.h293 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/
Devent_tag_map.c158 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/
Dutil.c118 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/
Drotatefb.c15 int c; in rotatefb_main() local
Dsetkey.c38 int c, ret; in setkey_main() local
Dswapon.c28 int c = getopt(argc, argv, "hp:"); in swapon_main() local
Dreadlink.c44 int c; in readlink_main() local
/system/core/libcutils/
Dpartition_utils.c26 static int only_one_char(char *buf, int len, char c) in only_one_char()
/system/core/include/sysutils/
DSocketListener.h48 bool release(SocketClient *c) { return release(c, true); } in release()

12345