Home
last modified time | relevance | path

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

/dports/science/pnetcdf/parallel-netcdf-1.8.1/src/utils/ncoffsets/
H A Dncoffsets.c214 #define SWAP8B(a) ( (((a) & 0x00000000000000FFULL) << 56) | \ macro
234 *op = SWAP8B(*op); in swap8b()
/dports/science/netcdf/netcdf-c-4.7.4/ncdump/
H A Dncvalidator.c270 #define SWAP8B(a) ( (((a) & 0x00000000000000FFULL) << 56) | \ macro
297 *op = SWAP8B(*op); in swap8b()