Home
last modified time | relevance | path

Searched defs:dst (Results 1 – 25 of 117) sorted by relevance

12345

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dns_netint.c28 uint16_t dst; in ns_get16() local
36 uint32_t dst; in ns_get32() local
43 ns_put16(uint16_t src, u_char *dst) { in ns_put16()
48 ns_put32(uint32_t src, u_char *dst) { in ns_put32()
Dns_name.c91 ns_name_ntop(const u_char *src, char *dst, size_t dstsiz) { in ns_name_ntop()
172 ns_name_pton(const char *src, u_char *dst, size_t dstsiz) { in ns_name_pton()
279 u_char *dst, size_t dstsiz) in ns_name_unpack()
364 ns_name_pack(const u_char *src, u_char *dst, int dstsiz, in ns_name_pack()
457 char *dst, size_t dstsiz) in ns_name_uncompress()
484 ns_name_compress(const char *src, u_char *dst, size_t dstsiz, in ns_name_compress()
Dinet_pton.c93 void *dst in inet_pton()
121 u_char *dst in inet_pton4()
176 u_char *dst in inet_pton6()
Dres_comp.c118 char *dst, int dstsiz) in dn_expand()
133 dn_comp(const char *src, u_char *dst, int dstsiz, in dn_comp()
279 void __putlong(u_int32_t src, u_char *dst) { ns_put32(src, dst); } in __putlong()
280 void __putshort(u_int16_t src, u_char *dst) { ns_put16(src, dst); } in __putshort()
Dinet_net_ntop.c57 char *dst, in inet_net_ntop()
87 char *dst, in inet_net_ntop_ipv4()
Dinet_net_pton.c101 void *dst, in inet_net_pton()
133 u_char *dst, in inet_net_pton_ipv4()
Dns_ttl.c80 ns_format_ttl(u_long src, char *dst, size_t dstlen) { in ns_format_ttl()
125 ns_parse_ttl(const char *src, u_long *dst) { in ns_parse_ttl()
Dinet_neta.c92 char *dst, in inet_neta()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dshutil.py54 def _samefile(src, dst): argument
66 def copyfile(src, dst): argument
86 def copymode(src, dst): argument
93 def copystat(src, dst): argument
111 def copy(src, dst): argument
122 def copy2(src, dst): argument
145 def copytree(src, dst, symlinks=False, ignore=None): argument
265 def move(src, dst): argument
305 def _destinsrc(src, dst): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dshutil.py53 def _samefile(src, dst): argument
65 def copyfile(src, dst): argument
85 def copymode(src, dst): argument
92 def copystat(src, dst): argument
108 def copy(src, dst): argument
119 def copy2(src, dst): argument
142 def copytree(src, dst, symlinks=False, ignore=None): argument
261 def move(src, dst): argument
301 def _destinsrc(src, dst): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dfile_util.py18 def _copy_file_contents(src, dst, buffer_size=16*1024): argument
71 def copy_file(src, dst, preserve_mode=1, preserve_times=1, update=0, argument
162 def move_file (src, dst, verbose=1, dry_run=0): argument
/device/linaro/bootloader/edk2/StdLib/LibC/NetUtil/
Dinet_ntop.c73 inet_ntop(int af, const void *src, char *dst, socklen_t size) in inet_ntop()
103 inet_ntop4(const u_char *src, char *dst, socklen_t size) in inet_ntop4()
129 inet_ntop6(const u_char *src, char *dst, socklen_t size) in inet_ntop6()
/device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/
Dmem.c12 void *memset(void *dst, int val, size_t count) in memset()
45 void *memcpy(void *dst, const void *src, size_t len) in memcpy()
59 void *memmove(void *dst, const void *src, size_t len) in memmove()
/device/google/contexthub/lib/nanohub/
Daes.c204 void aesEncr(struct AesContext *ctx, const uint32_t *src, uint32_t *dst) in aesEncr()
274 void aesDecr(struct AesContext *ctx, const uint32_t *src, uint32_t *dst) in aesDecr()
358 void aesCbcEncr(struct AesCbcContext *ctx, const uint32_t *src, uint32_t *dst) in aesCbcEncr()
369 void aesCbcDecr(struct AesCbcContext *ctx, const uint32_t *src, uint32_t *dst) in aesCbcDecr()
Dnanoapp.c46 bool readFile(void *dst, uint32_t len, const char *fileName) in readFile()
71 uint8_t *dst = NULL; in loadFile() local
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/
DUtils.cpp63 uint8_t *dst = static_cast<uint8_t *>(_dst); in SET_U16() local
69 uint8_t *dst = static_cast<uint8_t *>(_dst); in SET_U32() local
/device/google/contexthub/firmware/lib/libc/
Dstrncpy.c42 strncpy(char *dst, const char *src, size_t n) in strncpy()
Dmemset.c67 u_char *dst; in bzero() local
Dbcopy.c70 char *dst = dst0; in memcpy() local
/device/google/cuttlefish/guest/hals/hwcomposer/common/
Dcpu_composer.cpp159 int ConvertFromYV12(const BufferSpec& src, const BufferSpec& dst, bool v_flip) { in ConvertFromYV12()
200 int DoConversion(const BufferSpec& src, const BufferSpec& dst, bool v_flip) { in DoConversion()
204 int DoCopy(const BufferSpec& src, const BufferSpec& dst, bool v_flip) { in DoCopy()
227 int DoRotation(const BufferSpec& src, const BufferSpec& dst, in DoRotation()
246 int DoScaling(const BufferSpec& src, const BufferSpec& dst, bool v_flip) { in DoScaling()
266 int DoAttenuation(const BufferSpec& src, const BufferSpec& dst, bool v_flip) { in DoAttenuation()
284 int DoBlending(const BufferSpec& src, const BufferSpec& dst, bool v_flip) { in DoBlending()
/device/generic/goldfish-opengl/system/codecs/omx/avcdec/
DMediaH264Decoder.cpp141 …uint8_t* dst = transport->getInputAddr(mAddressOffSet); // Note: reuse the same addr for input and… in getImage() local
179 …uint8_t* dst = transport->getInputAddr(mAddressOffSet); // Note: reuse the same addr for input and… in renderOnHostAndReturnImageMetadata() local
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/common/
Dboard_arm_trusted_boot.c69 uint8_t *dst; in plat_get_rotpk_info() local
206 unsigned char *dst; in plat_get_rotpk_info() local
/device/linaro/bootloader/edk2/StdLib/LibC/Locale/
Dwcsftime.c61 char *dst, *dstp, *sformat; in wcsftime() local
/device/linaro/hikey/hifi/xaf/hifi-dpf/core/
Dxf-core.c341 static inline void xf_msg_local_ipc_put(u32 src, u32 dst, xf_message_t *m) in xf_msg_local_ipc_put()
544 u32 dst = XF_MSG_DST_CORE(m->id); in xf_msg_submit() local
563 u32 dst = XF_MSG_DST(m->id); in xf_msg_complete() local
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DglUtils.h120 template <class T> void shiftIndices(const T *src, T *dst, int count, int offset) in shiftIndices()
145 (const T *src, T *dst, int count, int offset, in shiftIndicesExcept()

12345