Searched refs:bswap32 (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/check/
H A Dcrc32_fast.c32 crc = bswap32(crc);
78 crc = bswap32(crc);
H A Dcrc32_tablegen.c47 crc32_table[s][b] = bswap32(crc32_table[s][b]);
H A Dsha256.c122 data[i] = bswap32(check->buffer.u32[i]);
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/check/
H A Dcrc32_fast.c32 crc = bswap32(crc);
78 crc = bswap32(crc);
H A Dcrc32_tablegen.c47 crc32_table[s][b] = bswap32(crc32_table[s][b]);
H A Dsha256.c122 data[i] = bswap32(check->buffer.u32[i]);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/common/
H A Dtuklib_integer.h58 # define bswap32(num) bswap_32(num) macro
75 # define bswap32(num) BSWAP_32(num) macro
110 #ifndef bswap32
111 # define bswap32(num) \ macro
145 # define conv32le(num) bswap32(num)
155 # define conv32be(num) bswap32(num)
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/common/
H A Dtuklib_integer.h58 # define bswap32(num) bswap_32(num) macro
75 # define bswap32(num) BSWAP_32(num) macro
110 #ifndef bswap32
111 # define bswap32(num) \ macro
145 # define conv32le(num) bswap32(num)
155 # define conv32be(num) bswap32(num)

Completed in 65 milliseconds