Searched refs:BYTEORDER_BYTES (Results 1 – 1 of 1) sorted by relevance
/openbsd/gnu/usr.bin/perl/dist/Storable/ |
H A D | Storable.xs | 939 #define BYTEORDER_BYTES '1','2','3','4' macro 942 #define BYTEORDER_BYTES '1','2','3','4','5','6','7','8' macro 948 #define BYTEORDER_BYTES '8','7','6','5','4','3','2','1' macro 954 #define BYTEORDER_BYTES '4','3','2','1' macro 969 static const char byteorderstr[] = {BYTEORDER_BYTES, 0}; 4456 BYTEORDER_BYTES, in magic_write()
|