Searched defs:needs_swap (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/usr.bin/perl/ |
H A D | pp_pack.c | 128 #define PUSH16(utf8, cur, p, needs_swap) \ argument 130 #define PUSH32(utf8, cur, p, needs_swap) \ argument 147 #define SHIFT_BYTES(utf8, s, strend, buf, len, datumtype, needs_swap) \ argument 161 #define SHIFT16(utf8, s, strend, p, datumtype, needs_swap) \ argument 164 #define SHIFT32(utf8, s, strend, p, datumtype, needs_swap) \ argument 167 #define SHIFT_VAR(utf8, s, strend, var, datumtype, needs_swap) \ argument 170 #define PUSH_VAR(utf8, aptr, var, needs_swap) \ argument 285 const bool needs_swap = NEEDS_SWAP(datumtype); in S_utf8_to_bytes() local 348 #define PUSH_BYTES(utf8, cur, buf, len, needs_swap) \ argument 883 bool needs_swap; in S_unpack_rec() local [all …]
|