Searched refs:UINT32_C (Results 26 - 50 of 69) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/lzma/
H A Dfastpos.h100 (UINT32_C(1) << (FASTPOS_BITS + fastpos_shift(extra, n)))
H A Dlzma_encoder_presets.c33 options->dict_size = UINT32_C(1) << (uint8_t []){
H A Dlzma_encoder_optimum_fast.c112 && back_main > (UINT32_C(1) << 9))
114 && back_main > (UINT32_C(1) << 15))) {
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/check/
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/lzma/
H A Dfastpos.h100 (UINT32_C(1) << (FASTPOS_BITS + fastpos_shift(extra, n)))
H A Dlzma_encoder_presets.c33 options->dict_size = UINT32_C(1) << (uint8_t []){
H A Dlzma_encoder_optimum_fast.c112 && back_main > (UINT32_C(1) << 9))
114 && back_main > (UINT32_C(1) << 15))) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/lz/
H A Dlz_encoder.c52 = (mf->read_pos - mf->keep_size_before) & ~UINT32_C(15);
190 > (UINT32_C(1) << 30) + (UINT32_C(1) << 29)
211 if (reserve > (UINT32_C(1) << 30))
215 + lz_options->after_size) / 2 + (UINT32_C(1) << 19);
307 if (hs > (UINT32_C(1) << 24)) {
309 hs = (UINT32_C(1) << 24) - 1;
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/lz/
H A Dlz_encoder.c52 = (mf->read_pos - mf->keep_size_before) & ~UINT32_C(15);
190 > (UINT32_C(1) << 30) + (UINT32_C(1) << 29)
211 if (reserve > (UINT32_C(1) << 30))
215 + lz_options->after_size) / 2 + (UINT32_C(1) << 19);
307 if (hs > (UINT32_C(1) << 24)) {
309 hs = (UINT32_C(1) << 24) - 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/common/
H A Dblock_header_encoder.c61 block->header_size = (size + 3) & ~UINT32_C(3);
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/common/
H A Dblock_header_encoder.c61 block->header_size = (size + 3) & ~UINT32_C(3);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/xz/
H A Dcoder.c220 opt->dict_size &= ~((UINT32_C(1) << 20) - 1);
229 if (opt->dict_size < (UINT32_C(1) << 20))
243 opt->dict_size -= UINT32_C(1) << 20;
H A Doptions.c337 (UINT32_C(1) << 30) + (UINT32_C(1) << 29) },
H A Dutil.c131 return (n >> 20) + ((n & ((UINT32_C(1) << 20) - 1)) != 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dtest-stdint.c78 uint32_t b3[2] = { UINT32_C (17), UINT32_MAX };
339 verify (UINT32_C (17) == 17);
340 verify_same_types (UINT32_C (17), (uint_least32_t)0 + 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-stdint.c77 uint32_t b3[2] = { UINT32_C (17), UINT32_MAX };
334 verify (UINT32_C (17) == 17);
335 verify_same_types (UINT32_C (17), (uint_least32_t)0 + 0);
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/xz/
H A Dcoder.c220 opt->dict_size &= ~((UINT32_C(1) << 20) - 1);
229 if (opt->dict_size < (UINT32_C(1) << 20))
243 opt->dict_size -= UINT32_C(1) << 20;
H A Doptions.c337 (UINT32_C(1) << 30) + (UINT32_C(1) << 29) },
H A Dutil.c131 return (n >> 20) + ((n & ((UINT32_C(1) << 20) - 1)) != 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/rangecoder/
H A Drange_decoder.h170 rc_bound = UINT32_C(0) - (rc.code >> 31); \
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/rangecoder/
H A Drange_decoder.h170 rc_bound = UINT32_C(0) - (rc.code >> 31); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/srclib/
H A Dstdint_.h241 #define UINT32_C(x) x##U macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dstdint_.h978 #undef UINT32_C macro
982 # define UINT32_C(x) x macro
984 # define UINT32_C(x) x##U macro
987 # define UINT32_C(x) x macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstdint.in.h472 #undef UINT32_C macro
474 #define UINT32_C(x) x ## U macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dstdint.in.h472 #undef UINT32_C macro
474 #define UINT32_C(x) x ## U macro

Completed in 214 milliseconds

123