Home
last modified time | relevance | path

Searched defs:d (Results 1 – 25 of 82) sorted by relevance

1234

/system/core/libpixelflinger/codeflinger/
Dload_store.cpp105 void GGLAssembler::extract(integer_t& d, int s, int h, int l, int bits) in extract()
142 void GGLAssembler::extract(integer_t& d, const pixel_t& s, int component) in extract()
150 void GGLAssembler::extract(component_t& d, const pixel_t& s, int component) in extract()
161 void GGLAssembler::expand(integer_t& d, const component_t& s, int dbits) in expand()
171 void GGLAssembler::expand(component_t& d, const component_t& s, int dbits) in expand()
184 int d = dst.reg; in expand() local
229 pixel_t& d, int component, component_t s, const reg_t& dither) in downshift()
Dblending.cpp473 void GGLAssembler::mul_factor( component_t& d, in mul_factor()
564 void GGLAssembler::mul_factor_add( component_t& d, in mul_factor_add()
635 void GGLAssembler::component_add(component_t& d, in component_add()
/system/core/include/utils/
DRefBase.h485 void move_references(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_references()
488 sp<TYPE>* d; in move_references() local
505 void move_references(wp<TYPE>* d, wp<TYPE> const* s, size_t n) { in move_references()
508 wp<TYPE>* d; in move_references() local
532 void move_forward_type(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_forward_type()
537 void move_backward_type(sp<TYPE>* d, sp<TYPE> const* s, size_t n) { in move_backward_type()
542 void move_forward_type(wp<TYPE>* d, wp<TYPE> const* s, size_t n) { in move_forward_type()
547 void move_backward_type(wp<TYPE>* d, wp<TYPE> const* s, size_t n) { in move_backward_type()
/system/bt/osi/src/
Dcompat.c71 char *d = dst; in strlcpy() local
106 char *d = dst; in strlcat() local
/system/sepolicy/tools/sepolicy-analyze/
Dtypecmp.c10 static int insert_type_rule(avtab_key_t * k, avtab_datum_t * d, in insert_type_rule()
54 static int create_type_rules_helper(avtab_key_t * k, avtab_datum_t * d, in create_type_rules_helper()
93 static int create_type_rules(avtab_key_t * k, avtab_datum_t * d, void *args) in create_type_rules()
100 static int create_type_rules_cond(avtab_key_t * k, avtab_datum_t * d, in create_type_rules_cond()
Dbooleans.c8 __attribute__ ((unused)) hashtab_datum_t d, in list_booleans()
Ddups.c12 static int find_dups_helper(avtab_key_t * k, avtab_datum_t * d, in find_dups_helper()
/system/bt/embdrv/sbc/decoder/srce/
Ddequant.c146 OI_UINT32 d; in OI_SBC_Dequant() local
185 OI_UINT32 d; in OI_SBC_Dequant_Unscaled() local
/system/vold/
Dmain.cpp167 static void do_coldboot(DIR *d, int lvl) { in do_coldboot()
203 DIR *d = opendir(path); in coldboot() local
DKeymaster.cpp56 KeymasterDevice(T* d) : mDevice{d} {} in KeymasterDevice()
89 Keymaster1Device(keymaster1_device_t* d) : KeymasterDevice<keymaster1_device_t>{d} {} in Keymaster1Device()
102 Keymaster2Device(keymaster2_device_t* d) : KeymasterDevice<keymaster2_device_t>{d} {} in Keymaster2Device()
DKeymaster.h63 KeymasterOperation(std::shared_ptr<IKeymasterDevice> d, keymaster_operation_handle_t h) in KeymasterOperation()
/system/core/libcutils/
Dstrlcpy.c35 char *d = dst; in strlcpy() local
/system/bt/stack/smp/
Daes.c303 # define block_copy_nn(d, s, l) memcpy(d, s, l) argument
304 # define block_copy(d, s) memcpy(d, s, N_BLOCK) argument
306 # define block_copy_nn(d, s, l) copy_block_nn(d, s, l) argument
307 # define block_copy(d, s) copy_block(d, s) argument
311 static void copy_block( void *d, const void *s ) in copy_block()
338 static void copy_block_nn( void * d, const void *s, uint_8t nn ) in copy_block_nn()
345 static void xor_block( void *d, const void *s ) in xor_block()
372 static void copy_and_key( void *d, const void *s, const void *k ) in copy_and_key()
/system/extras/ext4_utils/
Dsha1.c83 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
Dext4_crypt_init_extensions.cpp131 for (auto d: directories_to_exclude) { in e4crypt_set_directory_policy() local
/system/bt/embdrv/sbc/decoder/include/
Doi_utils.h350 #define OI_DigitToChar(d) ((d) + '0') argument
/system/connectivity/shill/dbus/
Dchromeos_dhcpcd_proxy.cc26 static string ObjectID(ChromeosDHCPCDProxy* d) { return "(dhcpcd_proxy)"; } in ObjectID()
/system/connectivity/shill/
Ddaemon_task.cc55 static string ObjectID(DaemonTask* d) { return "(chromeos_daemon)"; } in ObjectID()
/system/core/toolbox/
Dps.c243 DIR *d; in ps_threads() local
262 DIR *d; in ps_main() local
/system/core/libpixelflinger/
Dfixed.cpp73 GGLfixed gglFastDivx(GGLfixed n, GGLfixed d) in gglFastDivx()
174 int32_t gglDivQ(GGLfixed n, GGLfixed d, int32_t i) in gglDivQ()
/system/media/camera/include/system/
Dcamera_metadata.h91 double *d; member
110 const double *d; member
/system/netd/server/
DPppController.cpp138 DIR *d = opendir("/sys/class/tty"); in updateTtyList() local
/system/extras/tests/audio/alsa/
Dpcmtest.cpp58 DIR *d; in getPcmNodes() local
77 DIR *d; in getSndDev() local
/system/core/libutils/
DUnicode.cpp209 int d = 0; in strcmp16() local
223 int d = 0; in strncmp16() local
317 const int d = (int)*s1++ - (int)*s2++; in strzcmp16() local
337 const int d = (int)*s1H++ - (int)c2; in strzcmp16_h_n() local
/system/core/libpixelflinger/tests/arch-mips64/col32cb16blend/
Dcol32cb16blend_test.c71 uint16_t d = *dst; in scanline_col32cb16blend_c() local

1234