| /system/core/libsysutils/src/ |
| D | SocketListener.cpp | 114 char c = CtrlPipe_Shutdown; in stopListener() local 196 char c = CtrlPipe_Shutdown; in runListener() local 204 int c = TEMP_FAILURE_RETRY(accept4(mSock, nullptr, nullptr, SOCK_CLOEXEC)); in runListener() local 219 SocketClient* c = *it; in runListener() local 234 SocketClient* c = *it; in runListener() local 245 bool SocketListener::release(SocketClient* c, bool wakeup) { in release() 281 SocketClient* c = *i; in sendBroadcast() local 290 SocketClient* c = *i; in sendBroadcast() local 309 SocketClient* c = *i; in runOnEachSocket() local 318 SocketClient* c = *i; in runOnEachSocket() local
|
| D | FrameworkListener.cpp | 56 bool FrameworkListener::onDataAvailable(SocketClient *c) { in onDataAvailable() 197 FrameworkCommand *c = *i; in dispatchCommand() local
|
| /system/bt/stack/smp/ |
| D | p_256_multprecision.cc | 30 void multiprecision_init(uint32_t* c, uint32_t keyLength) { in multiprecision_init() 34 void multiprecision_copy(uint32_t* c, uint32_t* a, uint32_t keyLength) { in multiprecision_copy() 78 uint32_t multiprecision_add(uint32_t* c, uint32_t* a, uint32_t* b, in multiprecision_add() 96 uint32_t multiprecision_sub(uint32_t* c, uint32_t* a, uint32_t* b, in multiprecision_sub() 113 void multiprecision_lshift_mod(uint32_t* c, uint32_t* a, uint32_t keyLength) { in multiprecision_lshift_mod() 133 void multiprecision_rshift(uint32_t* c, uint32_t* a, uint32_t keyLength) { in multiprecision_rshift() 150 void multiprecision_mersenns_mult_mod(uint32_t* c, uint32_t* a, uint32_t* b, in multiprecision_mersenns_mult_mod() 163 void multiprecision_mersenns_squa_mod(uint32_t* c, uint32_t* a, in multiprecision_mersenns_squa_mod() 169 void multiprecision_add_mod(uint32_t* c, uint32_t* a, uint32_t* b, in multiprecision_add_mod() 190 void multiprecision_sub_mod(uint32_t* c, uint32_t* a, uint32_t* b, 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 | 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() 447 void ggl_pick_scanline(context_t* c) in ggl_pick_scanline() 491 void blending(context_t* c, pixel_t* fragment, pixel_t* fb) in blending() 644 void scanline(context_t* c) in scanline() 908 uint32_t& c = fragment.c[i]; in scanline() local 1056 static int is_context_horizontal(const context_t* c) { in is_context_horizontal() 1089 void horz_clamp_iterator::init(const context_t* c, int shift) in init() 1445 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()
|
| /system/extras/runconuid/ |
| D | runconuid.cpp | 78 uid_t lookup_uid(char* c) { in lookup_uid() 93 gid_t lookup_gid(char* c) { in lookup_gid() 108 void lookup_groups(char* c) { in lookup_groups() 134 int c; in parse_arguments() local
|
| /system/libhwbinder/ |
| D | Debug.cpp | 49 static inline int isident(int c) in isident() 54 static inline bool isasciitype(char c) in isasciitype() 74 static char* appendcharornum(char c, char* out, bool skipzero = true) in appendcharornum() 95 char c[4]; in typetostring() local 213 char* c = buffer; in printHexData() local
|
| /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/bt/stack/btm/ |
| D | btm_ble_multi_adv.cc | 316 std::unique_ptr<CreatorParams> c; in StartAdvertising() local 334 [](c_type c, uint8_t status, int8_t tx_power) { in StartAdvertising() 345 [](c_type c, uint8_t status) { in StartAdvertising() 353 [](c_type c, uint8_t status) { in StartAdvertising() 361 [](c_type c, uint8_t status) { in StartAdvertising() 384 std::unique_ptr<CreatorParams> c; in StartAdvertisingSet() local 403 [](c_type c, uint8_t advertiser_id, uint8_t status) { in StartAdvertisingSet() 413 [](c_type c, uint8_t status, int8_t tx_power) { in StartAdvertisingSet() 425 [](c_type c, uint8_t status) { in StartAdvertisingSet() 434 [](c_type c, uint8_t status) { in StartAdvertisingSet() [all …]
|
| /system/libufdt/tests/testdata/ |
| D | local_fixup-overlay.dts | 5 c: c{ label
|
| D | local_fixup_with_offset-overlay.dts | 5 c: c{ label
|
| D | apply_fragment-base.dts | 6 c: c {}; label
|
| /system/libufdt/sysdeps/ |
| D | libufdt_sysdeps_posix.c | 46 char *dto_strchr(const char *s, int c) { return strchr(s, c); } in dto_strchr() 68 void *dto_memchr(const void *s, int c, size_t n) { return memchr(s, c, n); } in dto_memchr() 70 void *dto_memset(void *s, int c, size_t n) { return memset(s, c, n); } in dto_memset()
|
| /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/netd/server/ |
| D | DnsProxyListener.cpp | 125 SocketClient *c, char* host, char* service, struct addrinfo* hints, in GetAddrInfoHandler() 143 static bool sendBE32(SocketClient* c, uint32_t data) { in sendBE32() 150 static bool sendLenAndData(SocketClient* c, const int len, const void* data) { in sendLenAndData() 155 static bool sendhostent(SocketClient *c, struct hostent *hp) { in sendhostent() 182 static bool sendaddrinfo(SocketClient* c, struct addrinfo* ai) { in sendaddrinfo() 418 SocketClient* c, char* name, int af, unsigned netId, uint32_t mark, const int metricsLevel, in GetHostByNameHandler() 554 DnsProxyListener::GetHostByAddrHandler::GetHostByAddrHandler(SocketClient* c, in GetHostByAddrHandler()
|
| /system/extras/ext4_utils/ |
| D | sha1.c | 57 u_char c[64]; member 80 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() 90 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() 100 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() 110 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() 127 u_int32_t a, b, c, d, e; local
|
| /system/core/libcutils/tests/ |
| D | android_get_control_file_test.cpp | 38 std::for_each(key.begin(), key.end(), [] (char& c) { c = isalnum(c) ? c : '_'; }); in TEST()
|
| /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/nfc/halimpl/bcm2079x/adaptation/ |
| D | config.cpp | 92 inline bool isPrintable(char c) { in isPrintable() 106 inline bool isDigit(char c, int base) { in isDigit() 123 inline int getDigitValue(char c, int base) { in getDigitValue() 186 char c = 0; in readConfig() local 278 unsigned char c = (numValue >> (n * 8)) & 0xFF; in readConfig() local
|
| /system/nfc/src/adaptation/ |
| D | config.cpp | 92 inline bool isPrintable(char c) { in isPrintable() 106 inline bool isDigit(char c, int base) { in isDigit() 123 inline int getDigitValue(char c, int base) { in getDigitValue() 186 char c = 0; in readConfig() local 287 unsigned char c = (numValue >> (n * 8)) & 0xFF; in readConfig() local
|
| /system/extras/simpleperf/ |
| D | event_type.cpp | 103 char c = event_type_str[i]; in ParseEventType() local 137 for (auto& c : modifier) { in ParseEventType() local
|
| /system/core/reboot/ |
| D | reboot.c | 34 int c; in main() local
|
| /system/core/logd/ |
| D | LogUtils.h | 54 const char c = *needle++; in strnstr() local
|