Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dpp_pack.c134 # define NEEDS_SWAP(d) (TYPE_ENDIANNESS(d) == TYPE_IS_LITTLE_ENDIAN) macro
136 # define NEEDS_SWAP(d) (TYPE_ENDIANNESS(d) == TYPE_IS_BIG_ENDIAN) macro
285 const bool needs_swap = NEEDS_SWAP(datumtype); in S_utf8_to_bytes()
921 needs_swap = NEEDS_SWAP(datumtype); in S_unpack_rec()
2185 needs_swap = NEEDS_SWAP(datumtype); in S_pack_rec()