Home
last modified time | relevance | path

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

1234

/system/core/sh/
Dsyntax.h72 #define is_digit(c) ((unsigned)((c) - '0') <= 9) argument
73 #define is_alpha(c) (((char)(c)) != UPEOF && ((c) < CTL_FIRST || (c) > CTL_LAST) && isalpha((unsign… argument
74 #define is_name(c) (((char)(c)) != UPEOF && ((c) < CTL_FIRST || (c) > CTL_LAST) && ((c) == '_' || i… argument
75 #define is_in_name(c) (((char)(c)) != UPEOF && ((c) < CTL_FIRST || (c) > CTL_LAST) && ((c) == '_' |… argument
76 #define is_special(c) ((is_type+SYNBASE)[c] & (ISSPECL|ISDIGIT)) argument
77 #define digit_val(c) ((c) - '0') argument
Doutput.h76 #define outc(c, file) (--(file)->nleft < 0? (emptyoutbuf(file), *(file)->nextc++ = (c)) : (*(file)-… argument
77 #define out1c(c) outc(c, out1); argument
78 #define out2c(c) outc(c, out2); argument
Dmemalloc.h68 #define STPUTC(c, p) (--sstrnleft >= 0? (*p++ = (c)) : (p = growstackstr(), *p++ = (c))) argument
70 #define USTPUTC(c, p) (--sstrnleft, *p++ = (c)) argument
Doptions.c157 int c; in options() local
403 char c = '?'; in getopts() local
505 char c; in nextopt() 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()
665 void ggl_enable_stencil_test(context_t* c, int enable) in ggl_enable_stencil_test()
[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()
133 void readRGB565(const surface_t* s, context_t* c, in readRGB565()
147 void readABGR8888(const surface_t* s, context_t* c, in readABGR8888()
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()
Dscanline.cpp294 void ggl_init_scanline(context_t* c) in ggl_init_scanline()
301 void ggl_uninit_scanline(context_t* c) in ggl_uninit_scanline()
313 static void pick_scanline(context_t* c) in pick_scanline()
429 void ggl_pick_scanline(context_t* c) in ggl_pick_scanline()
473 void blending(context_t* c, pixel_t* fragment, pixel_t* fb) in blending()
525 void blend_factor(context_t* c, pixel_t* r, in blend_factor()
626 void scanline(context_t* c) in scanline()
890 uint32_t& c = fragment.c[i]; in scanline() local
1038 static int is_context_horizontal(const context_t* c) { in is_context_horizontal()
1071 void horz_clamp_iterator::init(const context_t* c, int shift) in init()
[all …]
Dpicker.cpp29 void ggl_init_picker(context_t* c) in ggl_init_picker()
33 void ggl_pick(context_t* c) in ggl_pick()
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/core/libsysutils/src/
DSocketListener.cpp106 char c = 0; in stopListener() local
190 int c; in runListener() local
223 SocketClient* c = *it; in runListener() local
DFrameworkCommand.cpp28 int FrameworkCommand::runCommand(SocketClient *c, int argc, char **argv) { in runCommand()
DFrameworkListener.cpp47 bool FrameworkListener::onDataAvailable(SocketClient *c) { in onDataAvailable()
179 FrameworkCommand *c = *i; in dispatchCommand() local
/system/extras/tests/bionic/libc/bionic/
Dtest_static_init.cpp9 int c = theFoo.getValue(); 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()
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()
488 inline GGLfixed gglMulAddx(GGLfixed a, GGLfixed b, GGLfixed c) { in gglMulAddx()
492 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c) { in gglMulSubx()
545 inline GGLfixed gglClampx(GGLfixed c) in gglClampx()
/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/
DDnsProxyListener.cpp48 DnsProxyListener::GetAddrInfoHandler::GetAddrInfoHandler(SocketClient *c, in GetAddrInfoHandler()
86 static bool sendLenAndData(SocketClient *c, const int len, const void* data) { in sendLenAndData()
93 static bool sendhostent(SocketClient *c, struct hostent *hp) { in sendhostent()
279 DnsProxyListener::GetHostByNameHandler::GetHostByNameHandler(SocketClient* c, in GetHostByNameHandler()
403 DnsProxyListener::GetHostByAddrHandler::GetHostByAddrHandler(SocketClient* c, in GetHostByAddrHandler()
/system/core/toolbox/
Dreboot.c16 int c; in reboot_main() local
Drotatefb.c15 int c; in rotatefb_main() local
Dsetkey.c38 int c, ret; in setkey_main() local
/system/core/sh/bltin/
Dbltin.h56 #define putc(c, file) outc(c, file) argument
57 #define putchar(c) out1c(c) argument
Decho.c63 char c; in echocmd() local
/system/core/toolbox/grep/
Dutil.c117 int c, fts_flags; in grep_tree() local
193 int c, t; in procfile() local
292 int c = 0, m = 0, r = 0; in procline() local
/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/libmincrypt/
Drsa_e_f4.c57 uint32_t* c, in montMulAdd()
82 uint32_t* c, in montMul()

1234