/system/core/libsysutils/src/ |
D | SocketListener.cpp | 112 char c = CtrlPipe_Shutdown; in stopListener() local 194 char c = CtrlPipe_Shutdown; in runListener() local 205 int c; in runListener() local 227 SocketClient* c = *it; in runListener() local 242 SocketClient* c = *it; in runListener() local 253 bool SocketListener::release(SocketClient* c, bool wakeup) { in release() 289 SocketClient* c = *i; in sendBroadcast() local 298 SocketClient* c = *i; in sendBroadcast() local 317 SocketClient* c = *i; in runOnEachSocket() local 326 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/bt/stack/smp/ |
D | p_256_multprecision.c | 30 void multiprecision_init(DWORD *c, uint32_t keyLength) in multiprecision_init() 36 void multiprecision_copy(DWORD *c, DWORD *a, uint32_t keyLength) in multiprecision_copy() 94 DWORD multiprecision_add(DWORD *c, DWORD *a, DWORD *b, uint32_t keyLength) in multiprecision_add() 113 DWORD multiprecision_sub(DWORD *c, DWORD *a, DWORD *b, uint32_t keyLength) in multiprecision_sub() 131 void multiprecision_lshift_mod(DWORD * c, DWORD * a, uint32_t keyLength) in multiprecision_lshift_mod() 159 void multiprecision_rshift(DWORD * c, DWORD * a, uint32_t keyLength) in multiprecision_rshift() 177 void multiprecision_mersenns_mult_mod(DWORD *c, DWORD *a, DWORD *b, uint32_t keyLength) in multiprecision_mersenns_mult_mod() 193 void multiprecision_mersenns_squa_mod(DWORD *c, DWORD *a, uint32_t keyLength) in multiprecision_mersenns_squa_mod() 199 void multiprecision_add_mod(DWORD *c, DWORD *a, DWORD *b, uint32_t keyLength) in multiprecision_add_mod() 227 void multiprecision_sub_mod(DWORD *c, DWORD *a, DWORD *b, uint32_t keyLength) in multiprecision_sub_mod() [all …]
|
/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 | 313 void ggl_init_scanline(context_t* c) in ggl_init_scanline() 320 void ggl_uninit_scanline(context_t* c) in ggl_uninit_scanline() 332 static void pick_scanline(context_t* c) in pick_scanline() 452 void ggl_pick_scanline(context_t* c) in ggl_pick_scanline() 496 void blending(context_t* c, pixel_t* fragment, pixel_t* fb) in blending() 649 void scanline(context_t* c) in scanline() 913 uint32_t& c = fragment.c[i]; in scanline() local 1061 static int is_context_horizontal(const context_t* c) { in is_context_horizontal() 1094 void horz_clamp_iterator::init(const context_t* c, int shift) in init() 1450 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/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/core/liblog/ |
D | log_is_loggable.c | 52 unsigned char c; member 99 char c = 0; in __android_log_level() local 306 unsigned char c; in do_cache2() local 333 unsigned char c = self->cache_persist.c; in evaluate_persist_ro() local 369 unsigned char c = self->cache_ro.c; in evaluate_security() local
|
D | event_tag_map.c | 161 static inline int isCharWhitespace(char c) in isCharWhitespace() 169 static inline int isCharValidTag(char c) in isCharValidTag() 180 static inline int isCharDigit(char c) in isCharDigit()
|
/system/netd/server/ |
D | DnsProxyListener.cpp | 62 SocketClient *c, char* host, char* service, struct addrinfo* hints, in GetAddrInfoHandler() 113 static bool sendBE32(SocketClient* c, uint32_t data) { in sendBE32() 120 static bool sendLenAndData(SocketClient* c, const int len, const void* data) { in sendLenAndData() 125 static bool sendhostent(SocketClient *c, struct hostent *hp) { in sendhostent() 152 static bool sendaddrinfo(SocketClient* c, struct addrinfo* ai) { in sendaddrinfo() 346 SocketClient* c, char* name, int af, unsigned netId, uint32_t mark, in GetHostByNameHandler() 464 DnsProxyListener::GetHostByAddrHandler::GetHostByAddrHandler(SocketClient* c, in GetHostByAddrHandler()
|
D | FirewallControllerTest.cpp | 40 std::string makeUidRules(IptablesTarget a, const char* b, bool c, in makeUidRules() 45 int createChain(const char* a, const char* b , FirewallType c) { in createChain()
|
/system/media/audio_utils/private/ |
D | private.h | 31 typedef struct {uint8_t c[3];} __attribute__((__packed__)) uint8x3_t; member
|
/system/core/libpixelflinger/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() 616 inline GGLfixed gglMulAddx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulAddx() 682 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulSubx() 776 inline GGLfixed gglMulAddx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulAddx() 780 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c, int shift) { in gglMulSubx() 797 inline GGLfixed gglMulAddx(GGLfixed a, GGLfixed b, GGLfixed c) { in gglMulAddx() 801 inline GGLfixed gglMulSubx(GGLfixed a, GGLfixed b, GGLfixed c) { in gglMulSubx() 854 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/core/reboot/ |
D | reboot.c | 34 int c; in main() local
|
/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/libcutils/ |
D | partition_utils.c | 26 static int only_one_char(char *buf, int len, char c) in only_one_char()
|
/system/tools/aidl/ |
D | import_resolver.cpp | 51 for (char& c : relative_path) { in FindImportFile() local
|
/system/core/include/sysutils/ |
D | SocketListener.h | 48 bool release(SocketClient *c) { return release(c, true); } in release()
|
/system/bt/embdrv/sbc/encoder/srce/ |
D | sbc_dct.c | 51 #define SBC_IDCT_MULT(a,b,c) SBC_MULT_32_16_SIMPLIFIED(a,b,c) argument 60 #define SBC_IDCT_MULT(a,b,c) SBC_MULT_32_32(a,b,c) argument
|
/system/extras/simpleperf/ |
D | event_type.cpp | 112 char c = event_type_str[i]; in ParseEventType() local 146 for (auto& c : modifier) { in ParseEventType() local
|
/system/core/logd/ |
D | LogKlog.cpp | 52 char c; in is_prio() local 72 char c; in is_timestamp() local 142 char c = *s++; in log_strntok_r() local 309 char c; in strnstr() local 515 static const char *strnrchr(const char *s, size_t len, char c) { in strnrchr()
|