Home
last modified time | relevance | path

Searched defs:ZSWAP32 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/zlib/
H A Dzutil.h271 #define ZSWAP32(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \ macro
/netbsd-src/external/gpl3/gdb/dist/zlib/
H A Dzutil.h271 #define ZSWAP32(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \ macro
/netbsd-src/external/gpl3/binutils/dist/zlib/
H A Dzutil.h271 #define ZSWAP32(q) ((((q) >> 24) & 0xff) + (((q) >> 8) & 0xff00) + \ macro