Home
last modified time | relevance | path

Searched refs:swap (Results 1 – 10 of 10) sorted by relevance

/bionic/libc/bionic/
Diconv.cpp177 bool swap = (src_encoding == UTF_16_BE); in GetNext() local
178 wc = In16(*src_buf, swap); in GetNext()
191 uint16_t lo = In16(*src_buf + 2, swap); in GetNext()
248 bool swap = (dst_encoding == UTF_16_BE); in Convert() local
250 Out16(buf, wc, swap); in Convert()
255 Out16(buf + 0, hi, swap); in Convert()
256 Out16(buf + 2, lo, swap); in Convert()
285 uint16_t In16(const char* buf, bool swap) { in In16()
288 if (swap) wc = __swap16(wc); in In16()
293 uint32_t In32(const char* buf, bool swap) { in In32()
[all …]
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Dgetopt_long.c159 char *swap; in permute_args() local
177 swap = nargv[pos]; in permute_args()
181 ((char **)nargv)[cstart] = swap; in permute_args()
/bionic/libc/arch-x86_64/bionic/
D__bionic_clone.S40 # Translate to the kernel calling convention and swap the 'tls' and 'child_tid' arguments.
/bionic/libc/kernel/uapi/linux/
Drds.h243 __u64 swap; member
250 __u64 swap; member
/bionic/libc/kernel/uapi/rdma/
Drdma_user_rxe.h67 __aligned_u64 swap; member
Dvmw_pvrdma-abi.h194 __aligned_u64 swap; member
Dib_user_verbs.h666 __aligned_u64 swap; member
/bionic/libc/tzcode/
Dlocaltime.c1117 int_fast32_t swap = starttime; in tzparse() local
1119 endtime = swap; in tzparse()
/bionic/docs/
Dstatus.md208 * all of <sys/swap.h>.
/bionic/linker/
Dlinker.cpp1505 std::swap((*v)[n-1], (*v)[r]); in shuffle()