Searched refs:swap (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/bionic/ |
D | iconv.cpp | 177 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/ |
D | getopt_long.c | 159 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.S | 40 # Translate to the kernel calling convention and swap the 'tls' and 'child_tid' arguments.
|
/bionic/libc/kernel/uapi/linux/ |
D | rds.h | 243 __u64 swap; member 250 __u64 swap; member
|
/bionic/libc/kernel/uapi/rdma/ |
D | rdma_user_rxe.h | 67 __aligned_u64 swap; member
|
D | vmw_pvrdma-abi.h | 194 __aligned_u64 swap; member
|
D | ib_user_verbs.h | 666 __aligned_u64 swap; member
|
/bionic/libc/tzcode/ |
D | localtime.c | 1117 int_fast32_t swap = starttime; in tzparse() local 1119 endtime = swap; in tzparse()
|
/bionic/docs/ |
D | status.md | 208 * all of <sys/swap.h>.
|
/bionic/linker/ |
D | linker.cpp | 1505 std::swap((*v)[n-1], (*v)[r]); in shuffle()
|