Home
last modified time | relevance | path

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

/glibc-2.36/iconvdata/
Dutf-16.c234 put16 (outptr, bswap_16 (0xd7c0 + (c >> 10))); \
236 put16 (outptr, bswap_16 (0xdc00 + (c & 0x3ff))); \
239 put16 (outptr, bswap_16 (c)); \
285 u1 = bswap_16 (u1); \
314 u2 = bswap_16 (get16 (inptr)); \
Dunicode.c196 u1 = bswap_16 (u1); \
/glibc-2.36/string/
Dtst-bswap.c29 if (bswap_16 (0x1234) != 0x3412) in do_test()
46 if (bswap_16 (wash (0x1234)) != 0x3412) in do_test()
Dbyteswap.h32 #define bswap_16(x) __bswap_16 (x) macro
Dtst-endian.c47 n[__BYTE_ORDER == __LITTLE_ENDIAN] = bswap_16 (i); in do_test()
/glibc-2.36/sysdeps/s390/multiarch/
Dgconv_simple.c893 uint16_t u1 = bswap_16 (get16 (inptr)); \
1166 put16 (outptr, bswap_16 (val)); \
/glibc-2.36/iconv/
Dgconv_simple.c1255 uint16_t u1 = bswap_16 (get16 (inptr)); \
1321 put16 (outptr, bswap_16 (val)); \
/glibc-2.36/manual/
Dsocket.texi1933 @c bswap_16 ok
/glibc-2.36/ChangeLog.old/
DChangeLog.1112430 __gconv_transform_internal_ucs2): Never need to bswap_16.
12432 __gconv_transform_internal_ucs2reverse): Always need to bswap_16.
/glibc-2.36/
DNEWS2394 [20530] libc: bswap_16 should use __builtin_bswap16() when available