HomeSort by relevance Sort by last modified time
    Searched refs:STATIC_RW_DATA (Results 1 - 2 of 2) sorted by null

  /external/lzma/xz-embedded/
xz_crc32.c 21 * STATIC_RW_DATA is used in the pre-boot environment on some architectures.
24 #ifndef STATIC_RW_DATA
25 # define STATIC_RW_DATA static
28 STATIC_RW_DATA uint32_t xz_crc32_table[256];
xz_crc64.c 15 #ifndef STATIC_RW_DATA
16 # define STATIC_RW_DATA static
19 STATIC_RW_DATA uint64_t xz_crc64_table[256];

Completed in 87 milliseconds