Searched refs:UINT32_C (Results 1 - 25 of 69) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/lzma/
H A Dlzma2_encoder.h21 #define LZMA2_CHUNK_MAX (UINT32_C(1) << 16)
24 #define LZMA2_UNCOMPRESSED_MAX (UINT32_C(1) << 21)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/rangecoder/
H A Drange_common.h28 #define RC_TOP_VALUE (UINT32_C(1) << RC_TOP_BITS)
30 #define RC_BIT_MODEL_TOTAL (UINT32_C(1) << RC_BIT_MODEL_TOTAL_BITS)
H A Dprice_tablegen.c28 for (uint32_t i = (UINT32_C(1) << RC_MOVE_REDUCING_BITS) / 2;
30 i += (UINT32_C(1) << RC_MOVE_REDUCING_BITS)) {
39 while (w >= (UINT32_C(1) << 16)) {
H A Dprice.h21 #define RC_INFINITY_PRICE (UINT32_C(1) << 30)
31 return lzma_rc_prices[(prob ^ ((UINT32_C(0) - bit)
56 symbol += UINT32_C(1) << bit_levels;
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/lzma/
H A Dlzma2_encoder.h21 #define LZMA2_CHUNK_MAX (UINT32_C(1) << 16)
24 #define LZMA2_UNCOMPRESSED_MAX (UINT32_C(1) << 21)
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/rangecoder/
H A Drange_common.h28 #define RC_TOP_VALUE (UINT32_C(1) << RC_TOP_BITS)
30 #define RC_BIT_MODEL_TOTAL (UINT32_C(1) << RC_BIT_MODEL_TOTAL_BITS)
H A Dprice_tablegen.c28 for (uint32_t i = (UINT32_C(1) << RC_MOVE_REDUCING_BITS) / 2;
30 i += (UINT32_C(1) << RC_MOVE_REDUCING_BITS)) {
39 while (w >= (UINT32_C(1) << 16)) {
H A Dprice.h21 #define RC_INFINITY_PRICE (UINT32_C(1) << 30)
31 return lzma_rc_prices[(prob ^ ((UINT32_C(0) - bit)
56 symbol += UINT32_C(1) << bit_levels;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/api/
H A Dlzma.h46 * - stdint.h: uint8_t, uint32_t, uint64_t, UINT32_C(n), uint64_C(n),
82 # if !defined(UINT32_C) || !defined(UINT64_C) \
127 # ifndef UINT32_C
129 # define UINT32_C(n) n ## UI32 macro
131 # define UINT32_C(n) n ## U macro
150 # define UINT32_MAX (UINT32_C(4294967295))
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/api/
H A Dlzma.h46 * - stdint.h: uint8_t, uint32_t, uint64_t, UINT32_C(n), uint64_C(n),
82 # if !defined(UINT32_C) || !defined(UINT64_C) \
127 # ifndef UINT32_C
129 # define UINT32_C(n) n ## UI32 macro
131 # define UINT32_C(n) n ## U macro
150 # define UINT32_MAX (UINT32_C(4294967295))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/api/lzma/
H A Dcontainer.h31 #define LZMA_PRESET_DEFAULT UINT32_C(6)
40 #define LZMA_PRESET_LEVEL_MASK UINT32_C(0x1F)
60 #define LZMA_PRESET_EXTREME (UINT32_C(1) << 31)
287 #define LZMA_TELL_NO_CHECK UINT32_C(0x01)
296 #define LZMA_TELL_UNSUPPORTED_CHECK UINT32_C(0x02)
304 #define LZMA_TELL_ANY_CHECK UINT32_C(0x04)
321 #define LZMA_CONCATENATED UINT32_C(0x08)
H A Dversion.h57 #define LZMA_VERSION (LZMA_VERSION_MAJOR * UINT32_C(10000000) \
58 + LZMA_VERSION_MINOR * UINT32_C(10000) \
59 + LZMA_VERSION_PATCH * UINT32_C(10) \
H A Dlzma.h202 * (i.e. (UINT32_C(1) << 30) + (UINT32_C(1) << 29)) even on 64-bit
218 # define LZMA_DICT_SIZE_MIN UINT32_C(4096)
219 # define LZMA_DICT_SIZE_DEFAULT (UINT32_C(1) << 23)
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/api/lzma/
H A Dcontainer.h31 #define LZMA_PRESET_DEFAULT UINT32_C(6)
40 #define LZMA_PRESET_LEVEL_MASK UINT32_C(0x1F)
60 #define LZMA_PRESET_EXTREME (UINT32_C(1) << 31)
287 #define LZMA_TELL_NO_CHECK UINT32_C(0x01)
296 #define LZMA_TELL_UNSUPPORTED_CHECK UINT32_C(0x02)
304 #define LZMA_TELL_ANY_CHECK UINT32_C(0x04)
321 #define LZMA_CONCATENATED UINT32_C(0x08)
H A Dversion.h57 #define LZMA_VERSION (LZMA_VERSION_MAJOR * UINT32_C(10000000) \
58 + LZMA_VERSION_MINOR * UINT32_C(10000) \
59 + LZMA_VERSION_PATCH * UINT32_C(10) \
H A Dlzma.h202 * (i.e. (UINT32_C(1) << 30) + (UINT32_C(1) << 29)) even on 64-bit
218 # define LZMA_DICT_SIZE_MIN UINT32_C(4096)
219 # define LZMA_DICT_SIZE_DEFAULT (UINT32_C(1) << 23)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/common/
H A Dtuklib_integer.h113 | (((uint32_t)(num) << 8) & UINT32_C(0x00FF0000)) \
114 | (((uint32_t)(num) >> 8) & UINT32_C(0x0000FF00)) \
392 if ((n & UINT32_C(0xFFFF0000)) == 0) {
397 if ((n & UINT32_C(0xFF000000)) == 0) {
402 if ((n & UINT32_C(0xF0000000)) == 0) {
407 if ((n & UINT32_C(0xC0000000)) == 0) {
412 if ((n & UINT32_C(0x80000000)) == 0)
444 if ((n & UINT32_C(0xFFFF0000)) == 0) {
449 if ((n & UINT32_C(0xFF000000)) == 0) {
454 if ((n & UINT32_C(
[all...]
H A Dsysdefs.h56 #ifndef UINT32_C
58 # error UINT32_C is not defined and unsigned int is not 32-bit.
60 # define UINT32_C(n) n ## U macro
63 # define UINT32_MAX UINT32_C(4294967295)
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/common/
H A Dtuklib_integer.h113 | (((uint32_t)(num) << 8) & UINT32_C(0x00FF0000)) \
114 | (((uint32_t)(num) >> 8) & UINT32_C(0x0000FF00)) \
392 if ((n & UINT32_C(0xFFFF0000)) == 0) {
397 if ((n & UINT32_C(0xFF000000)) == 0) {
402 if ((n & UINT32_C(0xF0000000)) == 0) {
407 if ((n & UINT32_C(0xC0000000)) == 0) {
412 if ((n & UINT32_C(0x80000000)) == 0)
444 if ((n & UINT32_C(0xFFFF0000)) == 0) {
449 if ((n & UINT32_C(0xFF000000)) == 0) {
454 if ((n & UINT32_C(
[all...]
H A Dsysdefs.h56 #ifndef UINT32_C
58 # error UINT32_C is not defined and unsigned int is not 32-bit.
60 # define UINT32_C(n) n ## U macro
63 # define UINT32_MAX UINT32_C(4294967295)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/check/
H A Dcrc32_small.c22 static const uint32_t poly32 = UINT32_C(0xEDB88320);
H A Dcrc32_tablegen.c27 static const uint32_t poly32 = UINT32_C(0xEDB88320);
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/check/
H A Dcrc32_small.c22 static const uint32_t poly32 = UINT32_C(0xEDB88320);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/lz/
H A Dlz_encoder_hash.h27 #define HASH_2_SIZE (UINT32_C(1) << 10)
28 #define HASH_3_SIZE (UINT32_C(1) << 16)
29 #define HASH_4_SIZE (UINT32_C(1) << 20)
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/lz/
H A Dlz_encoder_hash.h27 #define HASH_2_SIZE (UINT32_C(1) << 10)
28 #define HASH_3_SIZE (UINT32_C(1) << 16)
29 #define HASH_4_SIZE (UINT32_C(1) << 20)

Completed in 133 milliseconds

123