Searched refs:UINT64_C (Results 26 - 50 of 62) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dtypes.h111 #define U64_C(c) (UINT64_C(c))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dstdint.in.h477 #undef UINT64_C macro
486 # define UINT64_C(x) x##UL macro
488 # define UINT64_C(x) x##ui64 macro
490 # define UINT64_C(x) x##ULL macro
508 # define UINTMAX_C(x) UINT64_C(x)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dstdint.in.h477 #undef UINT64_C macro
486 # define UINT64_C(x) x##UL macro
488 # define UINT64_C(x) x##ui64 macro
490 # define UINT64_C(x) x##ULL macro
508 # define UINTMAX_C(x) UINT64_C(x)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dstdint.in.h528 #undef UINT64_C macro
537 # define UINT64_C(x) x##UL macro
539 # define UINT64_C(x) x##ui64 macro
541 # define UINT64_C(x) x##ULL macro
559 # define UINTMAX_C(x) UINT64_C(x)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/md5/
H A Dstdint.in.h528 #undef UINT64_C macro
537 # define UINT64_C(x) x##UL macro
539 # define UINT64_C(x) x##ui64 macro
541 # define UINT64_C(x) x##ULL macro
559 # define UINTMAX_C(x) UINT64_C(x)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dstdint.in.h529 #undef UINT64_C macro
538 # define UINT64_C(x) x##UL macro
540 # define UINT64_C(x) x##ui64 macro
542 # define UINT64_C(x) x##ULL macro
560 # define UINTMAX_C(x) UINT64_C(x)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstdint.in.h477 #undef UINT64_C macro
486 # define UINT64_C(x) x##UL macro
488 # define UINT64_C(x) x##ui64 macro
490 # define UINT64_C(x) x##ULL macro
508 # define UINTMAX_C(x) UINT64_C(x)
H A Dtempname.c84 if (__builtin_expect (value == UINT64_C (0), 0)) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/srclib/
H A Dstdint_.h244 #define UINT64_C(x) x##UL macro
247 #define UINT64_C(x) x##ULL macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Diff.c63 AV_LE2NE64C(UINT64_C(0x0000000)<<32 | v) << plane, \
64 AV_LE2NE64C(UINT64_C(0x1000000)<<32 | v) << plane, \
65 AV_LE2NE64C(UINT64_C(0x0010000)<<32 | v) << plane, \
66 AV_LE2NE64C(UINT64_C(0x1010000)<<32 | v) << plane, \
67 AV_LE2NE64C(UINT64_C(0x0000100)<<32 | v) << plane, \
68 AV_LE2NE64C(UINT64_C(0x1000100)<<32 | v) << plane, \
69 AV_LE2NE64C(UINT64_C(0x0010100)<<32 | v) << plane, \
70 AV_LE2NE64C(UINT64_C(0x1010100)<<32 | v) << plane, \
71 AV_LE2NE64C(UINT64_C(0x0000001)<<32 | v) << plane, \
72 AV_LE2NE64C(UINT64_C(
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/tests/
H A Dtest-stdint.c83 uint64_t b4[2] = { UINT64_C (17), UINT64_MAX };
346 #ifdef UINT64_C
347 verify (UINT64_C (17) == 17);
348 verify_same_types (UINT64_C (17), (uint_least64_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.c82 uint64_t b4[2] = { UINT64_C (17), UINT64_MAX };
341 #ifdef UINT64_C
342 verify (UINT64_C (17) == 17);
343 verify_same_types (UINT64_C (17), (uint_least64_t)0 + 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/common/
H A Dcommon.h56 #define LZMA_MEMUSAGE_BASE (UINT64_C(1) << 15)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Daiffenc.c87 avio_wb64(pb, UINT64_C(1) << 63 | sample_rate << 11);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dinternal.h84 #define UINT64_MAX UINT64_C(0xFFFFFFFFFFFFFFFF)
H A Dcommon.h168 if ((a+0x80000000u) & ~UINT64_C(0xFFFFFFFF)) return (a>>63) ^ 0x7FFFFFFF;
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/common/
H A Dcommon.h56 #define LZMA_MEMUSAGE_BASE (UINT64_C(1) << 15)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/srclib/
H A Dstdint_.h991 #undef UINT64_C macro
994 # define UINT64_C(x) x##UL macro
997 # define UINT64_C(x) x##ULL macro
1000 # define UINT64_C(x) x##ui64 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dcommon.h29 #if defined(__cplusplus) && !defined(__STDC_CONSTANT_MACROS) && !defined(UINT64_C)
183 if ((a+0x80000000u) & ~UINT64_C(0xFFFFFFFF)) return (int32_t)((a>>63) ^ 0x7FFFFFFF);
H A Dchannel_layout.c209 if ((channel_layout & (UINT64_C(1) << i))) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dqt-faststart.c243 if (i + 12 + offset_count * UINT64_C(4) > moov_atom_size) {
264 if (i + 12 + offset_count * UINT64_C(8) > moov_atom_size) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/crypto/
H A Dvmac.c39 #define UINT64_C(x) x##ULL macro
40 const u64 p64 = UINT64_C(0xfffffffffffffeff); /* 2^64 - 257 prime */
41 const u64 m62 = UINT64_C(0x3fffffffffffffff); /* 62-bit mask */
42 const u64 m63 = UINT64_C(0x7fffffffffffffff); /* 63-bit mask */
43 const u64 m64 = UINT64_C(0xffffffffffffffff); /* 64-bit mask */
44 const u64 mpoly = UINT64_C(0x1fffffff1fffffff); /* Poly key mask */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/xz/
H A Dmessage.c121 return (uint64_t)(tv.tv_sec) * UINT64_C(1000000) + tv.tv_usec;
448 || in_pos < (UINT64_C(1) << 19) || elapsed < 8000000)
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/xz/
H A Dmessage.c121 return (uint64_t)(tv.tv_sec) * UINT64_C(1000000) + tv.tv_usec;
448 || in_pos < (UINT64_C(1) << 19) || elapsed < 8000000)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Daiffenc.c181 avio_wb64(pb, UINT64_C(1) << 63 | sample_rate << 11);

Completed in 212 milliseconds

123