Searched refs:dest (Results 26 - 33 of 33) sorted by relevance

12

/bionic/libc/kernel/uapi/linux/
H A Dtipc_config.h121 __be32 dest; member in struct:tipc_link_info
175 __u32 dest; member in struct:tipc_genlmsghdr
H A Dtcp.h27 __be16 dest; member in struct:tcphdr
/bionic/libc/arch-mips/string/
H A Dmemcpy.S137 pref 30,96(a0) # continue setting up the dest, addr 96
159 pref 30,128(a0) # continue setting up the dest, addr 128
178 addiu a0,a0,64 # adding 64 to dest
184 # Here we have src and dest word-aligned but less than 64-bytes to go
288 pref 30,96(a0) # continue setting up the dest, addr 96
318 pref 30,128(a0) # continue setting up the dest, addr 128
343 addiu a0,a0,64 # adding 64 to dest
349 # Here we have src and dest word-aligned but less than 64-bytes to go
/bionic/libc/arch-mips64/string/
H A Dmemcpy.S137 pref 30,96(a0) # continue setting up the dest, addr 96
159 pref 30,128(a0) # continue setting up the dest, addr 128
178 addiu a0,a0,64 # adding 64 to dest
184 # Here we have src and dest word-aligned but less than 64-bytes to go
288 pref 30,96(a0) # continue setting up the dest, addr 96
318 pref 30,128(a0) # continue setting up the dest, addr 128
343 addiu a0,a0,64 # adding 64 to dest
349 # Here we have src and dest word-aligned but less than 64-bytes to go
/bionic/libc/bionic/
H A Dwchar.cpp229 size_t wcsxfrm_l(wchar_t *dest, const wchar_t *src, size_t n, locale_t) { argument
230 return wcsxfrm(dest, src, n);
/bionic/libc/tzcode/
H A Dstrptime.c412 _conv_num(const unsigned char **buf, int *dest, int llim, int ulim) argument
430 *dest = result;
/bionic/tests/
H A Dfortify_test.cpp632 char dest[11]; local
635 ASSERT_EXIT(stpncpy(dest, src, sizeof(dest)), testing::KilledBySignal(SIGABRT), "");
650 char dest[11]; local
653 ASSERT_EXIT(strncpy(dest, src, sizeof(dest)), testing::KilledBySignal(SIGABRT), "");
/bionic/libc/kernel/uapi/rdma/
H A Dib_user_verbs.h510 struct ib_uverbs_qp_dest dest; member in struct:ib_uverbs_query_qp_resp
551 struct ib_uverbs_qp_dest dest; member in struct:ib_uverbs_modify_qp

Completed in 5778 milliseconds

12