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

/freebsd-9.3-release/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_crc32.c21 * STATIC_RW_DATA is used in the pre-boot environment on some architectures.
24 #ifndef STATIC_RW_DATA
25 # define STATIC_RW_DATA static macro
28 STATIC_RW_DATA uint32_t xz_crc32_table[256];

Completed in 45 milliseconds