HomeSort by: relevance | last modified time | path
    Searched refs:byteswap32 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/public-domain/xz/dist/src/liblzma/check/
crc32_fast.c 49 crc = byteswap32(crc);
95 crc = byteswap32(crc);
crc32_tablegen.c 46 crc32_table[s][b] = byteswap32(crc32_table[s][b]);
  /src/external/public-domain/xz/dist/src/common/
tuklib_integer.h 70 # define byteswap32(num) __builtin_bswap32(num) macro
80 # define byteswap32(num) bswap_32(num) macro
91 # define byteswap32(num) swap32(num) macro
95 # define byteswap32(num) bswap32(num) macro
106 # define byteswap32(num) BSWAP_32(num) macro
138 #ifndef byteswap32
139 # define byteswap32(n) (uint32_t)( \ macro
175 # define conv32le(num) byteswap32(num)
185 # define conv32be(num) byteswap32(num)

Completed in 18 milliseconds