Searched refs:bswap64 (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/check/
H A Dcrc64_fast.c35 crc = bswap64(crc);
68 crc = bswap64(crc);
H A Dcrc64_tablegen.c46 crc64_table[s][b] = bswap64(crc64_table[s][b]);
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/check/
H A Dcrc64_fast.c35 crc = bswap64(crc);
68 crc = bswap64(crc);
H A Dcrc64_tablegen.c46 crc64_table[s][b] = bswap64(crc64_table[s][b]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/common/
H A Dtuklib_integer.h61 # define bswap64(num) bswap_64(num) macro
78 # define bswap64(num) BSWAP_64(num) macro
118 #ifndef bswap64
119 # define bswap64(num) \ macro
148 # define conv64le(num) bswap64(num)
158 # define conv64be(num) bswap64(num)
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/common/
H A Dtuklib_integer.h61 # define bswap64(num) bswap_64(num) macro
78 # define bswap64(num) BSWAP_64(num) macro
118 #ifndef bswap64
119 # define bswap64(num) \ macro
148 # define conv64le(num) bswap64(num)
158 # define conv64be(num) bswap64(num)

Completed in 73 milliseconds