Home
last modified time | relevance | path

Searched refs:bswap_16 (Results 1 – 7 of 7) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/test/string/
A Dtst-bswap.c30 if (bswap_16 (0x1234) != 0x3412) in main()
47 if (bswap_16 (wash (0x1234)) != 0x3412) in main()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dbyteswap.h29 #define bswap_16(x) __bswap_16 (x) macro
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/unistd/
A Dswab.c21 *to++ = bswap_16 (junk); in swab()
/l4re-core-master/uclibc/lib/contrib/uclibc/utils/
A Dbswap.h13 static __inline__ uint16_t bswap_16(uint16_t x) in bswap_16() function
A Dreadsoname2.c46 epnt->e_phnum = bswap_16(epnt->e_phnum); in readsonameXX()
A Dldd.c253 ehdr->e_type = bswap_16(ehdr->e_type); in check_elf_header()
256 ehdr->e_phnum = bswap_16(ehdr->e_phnum); in check_elf_header()
257 ehdr->e_shnum = bswap_16(ehdr->e_shnum); in check_elf_header()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/wchar/
A Dwchar.c1378 if (!(px->fromcodeset & 1)) wc = bswap_16(wc); in iconv()
1386 if (!(px->fromcodeset & 1)) wc = bswap_16(wc2); in iconv()
1505 wc = bswap_16(wc); in iconv()
1506 wc2 = bswap_16(wc2); in iconv()
1509 } else if (px->tocodeset & 1) wc = bswap_16(wc); in iconv()

Completed in 9 milliseconds