/system/core/sh/ |
D | syntax.h | 72 #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
|
D | output.h | 76 #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
|
D | memalloc.h | 68 #define STPUTC(c, p) (--sstrnleft >= 0? (*p++ = (c)) : (p = growstackstr(), *p++ = (c))) argument 70 #define USTPUTC(c, p) (--sstrnleft, *p++ = (c)) argument
|
D | options.c | 157 int c; in options() local 403 char c = '?'; in getopts() local 505 char c; in nextopt() 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() 665 void ggl_enable_stencil_test(context_t* c, int enable) in ggl_enable_stencil_test() [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() 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()
|
D | scanline.cpp | 294 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 …]
|
D | picker.cpp | 29 void ggl_init_picker(context_t* c) in ggl_init_picker() 33 void ggl_pick(context_t* c) in ggl_pick()
|
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/core/libsysutils/src/ |
D | SocketListener.cpp | 106 char c = 0; in stopListener() local 190 int c; in runListener() local 223 SocketClient* c = *it; in runListener() local
|
D | FrameworkCommand.cpp | 28 int FrameworkCommand::runCommand(SocketClient *c, int argc, char **argv) { in runCommand()
|
D | FrameworkListener.cpp | 47 bool FrameworkListener::onDataAvailable(SocketClient *c) { in onDataAvailable() 179 FrameworkCommand *c = *i; in dispatchCommand() local
|
/system/extras/tests/bionic/libc/bionic/ |
D | test_static_init.cpp | 9 int c = theFoo.getValue(); 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() 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/ |
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/ |
D | DnsProxyListener.cpp | 48 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/ |
D | reboot.c | 16 int c; in reboot_main() local
|
D | rotatefb.c | 15 int c; in rotatefb_main() local
|
D | setkey.c | 38 int c, ret; in setkey_main() local
|
/system/core/sh/bltin/ |
D | bltin.h | 56 #define putc(c, file) outc(c, file) argument 57 #define putchar(c) out1c(c) argument
|
D | echo.c | 63 char c; in echocmd() local
|
/system/core/toolbox/grep/ |
D | util.c | 117 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/ |
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/libmincrypt/ |
D | rsa_e_f4.c | 57 uint32_t* c, in montMulAdd() 82 uint32_t* c, in montMul()
|