Home
last modified time | relevance | path

Searched refs:UINT64_MAX (Results 1 – 25 of 227) sorted by relevance

12345678910

/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
HDFileCache.cpp31 return UINT64_MAX; in OpenFile()
36 return UINT64_MAX; in OpenFile()
44 if (fd == UINT64_MAX) { in CloseFile()
66 if (fd == UINT64_MAX) { in WriteFile()
68 return UINT64_MAX; in WriteFile()
78 return UINT64_MAX; in WriteFile()
82 return UINT64_MAX; in WriteFile()
86 return UINT64_MAX; in WriteFile()
92 if (fd == UINT64_MAX) { in ReadFile()
94 return UINT64_MAX; in ReadFile()
[all …]
/freebsd-11-stable/sys/x86/include/
HD_stdint.h89 #define UINT64_MAX 0xffffffffffffffff macro
93 #define UINT64_MAX 0xffffffffffffffffULL macro
116 #define UINT_LEAST64_MAX UINT64_MAX
138 #define UINT_FAST64_MAX UINT64_MAX
147 #define UINTPTR_MAX UINT64_MAX
160 #define UINTMAX_MAX UINT64_MAX
176 #define SIZE_MAX UINT64_MAX
/freebsd-11-stable/sys/riscv/include/
HD_stdint.h75 #define UINT64_MAX 0xffffffffffffffffUL macro
97 #define UINT_LEAST64_MAX UINT64_MAX
119 #define UINT_FAST64_MAX UINT64_MAX
127 #define UINTPTR_MAX UINT64_MAX
135 #define UINTMAX_MAX UINT64_MAX
150 #define SIZE_MAX UINT64_MAX
/freebsd-11-stable/sys/sparc64/include/
HD_stdint.h75 #define UINT64_MAX 0xffffffffffffffffUL macro
97 #define UINT_LEAST64_MAX UINT64_MAX
119 #define UINT_FAST64_MAX UINT64_MAX
127 #define UINTPTR_MAX UINT64_MAX
135 #define UINTMAX_MAX UINT64_MAX
150 #define SIZE_MAX UINT64_MAX
/freebsd-11-stable/sys/arm64/include/
HD_stdint.h75 #define UINT64_MAX 0xffffffffffffffffUL macro
97 #define UINT_LEAST64_MAX UINT64_MAX
119 #define UINT_FAST64_MAX UINT64_MAX
127 #define UINTPTR_MAX UINT64_MAX
135 #define UINTMAX_MAX UINT64_MAX
150 #define SIZE_MAX UINT64_MAX
/freebsd-11-stable/sys/powerpc/include/
HD_stdint.h98 #define UINT64_MAX __UINT64_C(0xffffffffffffffff) macro
120 #define UINT_LEAST64_MAX UINT64_MAX
142 #define UINT_FAST64_MAX UINT64_MAX
151 #define UINTPTR_MAX UINT64_MAX
164 #define UINTMAX_MAX UINT64_MAX
180 #define SIZE_MAX UINT64_MAX
/freebsd-11-stable/sys/mips/include/
HD_stdint.h99 #define UINT64_MAX __UINT64_C(0xffffffffffffffff) macro
121 #define UINT_LEAST64_MAX UINT64_MAX
143 #define UINT_FAST64_MAX UINT64_MAX
152 #define UINTPTR_MAX UINT64_MAX
165 #define UINTMAX_MAX UINT64_MAX
177 #define SIZE_MAX UINT64_MAX
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/
HDlldb-defines.h34 #if !defined(UINT64_MAX)
35 #define UINT64_MAX 18446744073709551615ULL macro
85 #define LLDB_INVALID_ADDRESS UINT64_MAX
91 #define LLDB_INVALID_UID UINT64_MAX
96 #define LLDB_INVALID_OFFSET UINT64_MAX // Must match max of lldb::offset_t
/freebsd-11-stable/lib/libc/tests/stdio/
HDprintbasic_test.c52 #define S_SIZEMAX (SIZE_MAX == UINT64_MAX ? S_UINT64MAX : S_UINT32MAX)
53 #define S_ULONGMAX (ULONG_MAX == UINT64_MAX ? S_UINT64MAX : S_UINT32MAX)
54 #define S_ULLONGMAX (ULLONG_MAX == UINT64_MAX ? S_UINT64MAX : S_UINT32MAX)
105 ATF_REQUIRE(UINTMAX_MAX == UINT64_MAX); in ATF_TC_BODY()
112 testfmt(S_UINT64MAX, "%ju", UINT64_MAX); in ATF_TC_BODY()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
HDValueObjectDynamicValue.cpp281 uint64_t my_value = GetValueAsUnsigned(UINT64_MAX); in SetValueFromCString()
282 uint64_t parent_value = m_parent->GetValueAsUnsigned(UINT64_MAX); in SetValueFromCString()
284 if (my_value == UINT64_MAX || parent_value == UINT64_MAX) { in SetValueFromCString()
314 uint64_t my_value = GetValueAsUnsigned(UINT64_MAX); in SetData()
315 uint64_t parent_value = m_parent->GetValueAsUnsigned(UINT64_MAX); in SetData()
317 if (my_value == UINT64_MAX || parent_value == UINT64_MAX) { in SetData()
/freebsd-11-stable/sys/arm/include/
HD_stdint.h75 #define UINT64_MAX 0xffffffffffffffffULL macro
97 #define UINT_LEAST64_MAX UINT64_MAX
119 #define UINT_FAST64_MAX UINT64_MAX
135 #define UINTMAX_MAX UINT64_MAX
/freebsd-11-stable/sys/compat/cloudabi/
HDcloudabi_clock.c75 if (s > UINT64_MAX / 1000000000 || in cloudabi_convert_timespec()
76 (s == UINT64_MAX / 1000000000 && ns > UINT64_MAX % 1000000000)) { in cloudabi_convert_timespec()
78 *out = UINT64_MAX; in cloudabi_convert_timespec()
/freebsd-11-stable/contrib/xz/src/common/
HDsysdefs.h100 #ifndef UINT64_MAX
101 # define UINT64_MAX UINT64_C(18446744073709551615) macro
118 # define SIZE_MAX UINT64_MAX
123 #if SIZE_MAX != UINT32_MAX && SIZE_MAX != UINT64_MAX
/freebsd-11-stable/contrib/xz/src/liblzma/common/
HDstream_encoder_mt.c23 #define BLOCK_SIZE_MAX (UINT64_MAX / LZMA_THREADS_MAX)
953 #if SIZE_MAX < UINT64_MAX in stream_encoder_mt_init()
962 if (lzma_raw_encoder_memusage(filters) == UINT64_MAX) in stream_encoder_mt_init()
1106 return UINT64_MAX; in lzma_stream_encoder_mt_memusage()
1113 if (filters_memusage == UINT64_MAX) in lzma_stream_encoder_mt_memusage()
1114 return UINT64_MAX; in lzma_stream_encoder_mt_memusage()
1121 if (outq_memusage == UINT64_MAX) in lzma_stream_encoder_mt_memusage()
1122 return UINT64_MAX; in lzma_stream_encoder_mt_memusage()
1129 if (UINT64_MAX - total_memusage < inbuf_memusage) in lzma_stream_encoder_mt_memusage()
1130 return UINT64_MAX; in lzma_stream_encoder_mt_memusage()
[all …]
/freebsd-11-stable/contrib/xz/src/xz/
HDcoder.c224 uint64_t memory_usage = UINT64_MAX; in coder_set_compression_settings()
234 if (memory_usage != UINT64_MAX) in coder_set_compression_settings()
250 if (memory_usage == UINT64_MAX) in coder_set_compression_settings()
262 if (decmem != UINT64_MAX) in coder_set_compression_settings()
295 if (memory_usage == UINT64_MAX) in coder_set_compression_settings()
340 if (memory_usage == UINT64_MAX) in coder_set_compression_settings()
420 if (uncompressed_size != UINT64_MAX in is_format_lzma()
650 uint64_t block_remaining = UINT64_MAX; in coder_normal()
706 } else if (block_remaining != UINT64_MAX) { in coder_normal()
HDhardware.c98 if (memlimit_compress != UINT64_MAX in hardware_memlimit_set()
125 return memlimit != 0 ? memlimit : UINT64_MAX; in hardware_memlimit_get()
136 if (value == 0 || value == UINT64_MAX) in memlimit_show()
/freebsd-11-stable/contrib/xz/src/liblzma/api/
HDlzma.h83 || !defined(UINT32_MAX) || !defined(UINT64_MAX)
161 # ifndef UINT64_MAX
162 # define UINT64_MAX (UINT64_C(18446744073709551615)) macro
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDOptionGroupFormat.cpp46 if (m_byte_size.GetDefaultValue() < UINT64_MAX) { in GetDefinitions()
47 if (m_count.GetDefaultValue() < UINT64_MAX) in GetDefinitions()
120 const bool byte_size_enabled = m_byte_size.GetDefaultValue() < UINT64_MAX; in SetOptionValue()
121 const bool count_enabled = m_count.GetDefaultValue() < UINT64_MAX; in SetOptionValue()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
HDStringExtractor.cpp50 m_index = UINT64_MAX; in GetChar()
86 m_index = UINT64_MAX; in GetHexU8Ex()
165 m_index = UINT64_MAX; in GetHexMaxU32()
189 m_index = UINT64_MAX; in GetHexMaxU32()
216 m_index = UINT64_MAX; in GetHexMaxU64()
240 m_index = UINT64_MAX; in GetHexMaxU64()
/freebsd-11-stable/contrib/libarchive/libarchive/
HDarchive_platform.h114 # undef UINT64_MAX
148 #define UINT64_MAX (~(uint64_t)0) macro
151 #define INT64_MAX ((int64_t)(UINT64_MAX >> 1))
/freebsd-11-stable/sys/contrib/ck/include/
HDck_limits.h39 #ifndef UINT64_MAX
40 #define UINT64_MAX ULLONG_MAX macro
/freebsd-11-stable/lib/libnv/tests/
HDnvlist_get_test.c88 nvlist_add_number(nvl, "nvlist/number/UINT64_MAX", UINT64_MAX); in main()
90 CHECK(nvlist_get_number(nvl, "nvlist/number/UINT64_MAX") == UINT64_MAX); in main()
145 CHECK(nvlist_get_number(cnvl, "nvlist/number/UINT64_MAX") == UINT64_MAX); in main()
164 CHECK(nvlist_get_number(nvl, "nvlist/number/UINT64_MAX") == UINT64_MAX); in main()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm-c/
HDDataTypes.h82 #if !defined(UINT64_MAX)
83 # define UINT64_MAX 0xffffffffffffffffULL macro
/freebsd-11-stable/sys/dev/bhnd/
HDbhnd_types.h99 #define BHND_ADDR_MAX UINT64_MAX /**< Maximum bhnd_addr_t value */
103 #define BHND_SIZE_MAX UINT64_MAX /**< Maximum bhnd_size_t value */
/freebsd-11-stable/sys/sys/
HDstdint.h59 #if defined(UINTPTR_MAX) && defined(UINT64_MAX) && (UINTPTR_MAX == UINT64_MAX)

12345678910