Home
last modified time | relevance | path

Searched refs:UINT32_MAX (Results 1 – 25 of 530) sorted by relevance

12345678910>>...22

/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-defines.h18 #if !defined(UINT32_MAX)
19 #define UINT32_MAX 4294967295U macro
34 #define LLDB_GENERIC_ERROR UINT32_MAX
53 #define LLDB_INVALID_SITE_ID UINT32_MAX
83 #define LLDB_INVALID_INDEX32 UINT32_MAX
84 #define LLDB_INVALID_IVAR_OFFSET UINT32_MAX
85 #define LLDB_INVALID_IMAGE_TOKEN UINT32_MAX
86 #define LLDB_INVALID_MODULE_VERSION UINT32_MAX
87 #define LLDB_INVALID_REGNUM UINT32_MAX
91 #define LLDB_INVALID_FRAME_ID UINT32_MAX
[all …]
/freebsd/tests/sys/devrandom/
H A Duint128_test.c123 .input = { UINT32_MAX, 0, 0, 0 }, in ATF_TC_BODY()
128 .input = { UINT32_MAX, UINT32_MAX, 0, 0 }, in ATF_TC_BODY()
133 .input = { UINT32_MAX, UINT32_MAX, UINT32_MAX, 0 }, in ATF_TC_BODY()
169 .addend = UINT32_MAX, in ATF_TC_BODY()
188 .input = { 1, 0, UINT32_MAX, 0 }, in ATF_TC_BODY()
236 .input = { UINT32_MAX, 0, 0, 0 }, in ATF_TC_BODY()
241 .input = { UINT32_MAX, UINT32_MAX, 0, 0 }, in ATF_TC_BODY()
246 .input = { UINT32_MAX, UINT32_MAX, UINT32_MAX, 0 }, in ATF_TC_BODY()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp277 #define CPU_ANY (UINT32_MAX)
288 … llvm::MachO::CPU_TYPE_ARM, CPU_ANY, UINT32_MAX, UINT32_MAX},
289 …lvm::MachO::CPU_TYPE_ARM, llvm::MachO::CPU_SUBTYPE_ARM_ALL, UINT32_MAX, SUBTYPE_MASK},
290 …lvm::MachO::CPU_TYPE_ARM, llvm::MachO::CPU_SUBTYPE_ARM_V4T, UINT32_MAX, SUBTYPE_MASK},
291 …lvm::MachO::CPU_TYPE_ARM, llvm::MachO::CPU_SUBTYPE_ARM_V4T, UINT32_MAX, SUBTYPE_MASK},
292 …lvm::MachO::CPU_TYPE_ARM, llvm::MachO::CPU_SUBTYPE_ARM_V6, UINT32_MAX, SUBTYPE_MASK},
293 …lvm::MachO::CPU_TYPE_ARM, llvm::MachO::CPU_SUBTYPE_ARM_V6M, UINT32_MAX, SUBTYPE_MASK},
294 …lvm::MachO::CPU_TYPE_ARM, llvm::MachO::CPU_SUBTYPE_ARM_V5TEJ, UINT32_MAX, SUBTYPE_MASK},
295 …lvm::MachO::CPU_TYPE_ARM, llvm::MachO::CPU_SUBTYPE_ARM_V5TEJ, UINT32_MAX, SUBTYPE_MASK},
296 …lvm::MachO::CPU_TYPE_ARM, llvm::MachO::CPU_SUBTYPE_ARM_V5TEJ, UINT32_MAX, SUBTYPE_MASK},
[all …]
H A DDataEncoder.cpp55 return UINT32_MAX; in PutU8()
67 return UINT32_MAX; in PutU16()
79 return UINT32_MAX; in PutU32()
91 return UINT32_MAX; in PutU64()
108 return UINT32_MAX; in PutUnsigned()
120 return UINT32_MAX; in PutData()
130 return UINT32_MAX; in PutCString()
/freebsd/sys/arm/include/
H A D_stdint.h74 #define UINT32_MAX 0xffffffffU macro
96 #define UINT_LEAST32_MAX UINT32_MAX
116 #define UINT_FAST8_MAX UINT32_MAX
117 #define UINT_FAST16_MAX UINT32_MAX
118 #define UINT_FAST32_MAX UINT32_MAX
127 #define UINTPTR_MAX UINT32_MAX
150 #define SIZE_MAX UINT32_MAX
/freebsd/sys/x86/include/
H A D_stdint.h82 #define UINT32_MAX 0xffffffffU macro
113 #define UINT_LEAST32_MAX UINT32_MAX
133 #define UINT_FAST8_MAX UINT32_MAX
134 #define UINT_FAST16_MAX UINT32_MAX
135 #define UINT_FAST32_MAX UINT32_MAX
149 #define UINTPTR_MAX UINT32_MAX
180 #define SIZE_MAX UINT32_MAX
/freebsd/sys/powerpc/include/
H A D_stdint.h97 #define UINT32_MAX 0xffffffff macro
119 #define UINT_LEAST32_MAX UINT32_MAX
139 #define UINT_FAST8_MAX UINT32_MAX
140 #define UINT_FAST16_MAX UINT32_MAX
141 #define UINT_FAST32_MAX UINT32_MAX
155 #define UINTPTR_MAX UINT32_MAX
191 #define SIZE_MAX UINT32_MAX
/freebsd/sys/dev/ocs_fc/
H A Dsli4.c126 { UINT32_MAX, UINT32_MAX }, { UINT32_MAX, UINT32_MAX } , { 0, SLI4_BMBX_REG },
132 { UINT32_MAX, UINT32_MAX }, { UINT32_MAX, UINT32_MAX },
139 { UINT32_MAX, UINT32_MAX }, { UINT32_MAX, UINT32_MAX },
145 { 0, SLI4_RQ_DOORBELL_REG }, { UINT32_MAX, UINT32_MAX },
146 { UINT32_MAX, UINT32_MAX }, { UINT32_MAX, UINT32_MAX },
152 { 0, SLI4_IO_WQ_DOORBELL_REG }, { UINT32_MAX, UINT32_MAX },
153 { UINT32_MAX, UINT32_MAX }, { UINT32_MAX, UINT32_MAX },
160 { UINT32_MAX, UINT32_MAX }, { UINT32_MAX, UINT32_MAX },
165 { UINT32_MAX, UINT32_MAX }, { UINT32_MAX, UINT32_MAX },
167 { UINT32_MAX, UINT32_MAX }, { UINT32_MAX, UINT32_MAX },
[all …]
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h54 bool UserIDIsValid() const { return m_uid != UINT32_MAX; } in UserIDIsValid()
56 bool GroupIDIsValid() const { return m_gid != UINT32_MAX; } in GroupIDIsValid()
127 uint32_t m_uid = UINT32_MAX;
128 uint32_t m_gid = UINT32_MAX;
155 m_euid = UINT32_MAX; in Clear()
156 m_egid = UINT32_MAX; in Clear()
164 bool EffectiveUserIDIsValid() const { return m_euid != UINT32_MAX; } in EffectiveUserIDIsValid()
166 bool EffectiveGroupIDIsValid() const { return m_egid != UINT32_MAX; } in EffectiveGroupIDIsValid()
258 uint32_t m_euid = UINT32_MAX;
259 uint32_t m_egid = UINT32_MAX;
H A DBroadcaster.h272 uint32_t event_mask = UINT32_MAX) {
295 uint32_t event_mask = UINT32_MAX) {
386 uint32_t event_mask = UINT32_MAX);
389 uint32_t event_mask = UINT32_MAX);
392 uint32_t event_mask = UINT32_MAX);
408 GetListeners(uint32_t event_mask = UINT32_MAX, bool include_primary = true);
450 uint32_t m_primary_listener_mask = UINT32_MAX;
/freebsd/sys/riscv/include/
H A D_stdint.h72 #define UINT32_MAX 0xffffffffU macro
94 #define UINT_LEAST32_MAX UINT32_MAX
114 #define UINT_FAST8_MAX UINT32_MAX
115 #define UINT_FAST16_MAX UINT32_MAX
116 #define UINT_FAST32_MAX UINT32_MAX
/freebsd/sys/arm64/include/
H A D_stdint.h76 #define UINT32_MAX 0xffffffffU macro
98 #define UINT_LEAST32_MAX UINT32_MAX
118 #define UINT_FAST8_MAX UINT32_MAX
119 #define UINT_FAST16_MAX UINT32_MAX
120 #define UINT_FAST32_MAX UINT32_MAX
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DBranchProbability.cpp58 while (Denominator > UINT32_MAX) { in getBranchProbability()
81 uint64_t ProductLow = (Num & UINT32_MAX) * N; in scale()
85 uint32_t Lower32 = ProductLow & UINT32_MAX; in scale()
86 uint32_t Mid32Partial = ProductHigh & UINT32_MAX; in scale()
96 if (UpperQ > UINT32_MAX) in scale()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DSourceManager.cpp227 if (m_last_line != 0 && m_last_line != UINT32_MAX) in DisplaySourceLinesWithLineNumbersUsingLastFile()
246 m_last_line = UINT32_MAX; in DisplaySourceLinesWithLineNumbersUsingLastFile()
299 m_last_line = UINT32_MAX; in DisplaySourceLinesWithLineNumbersUsingLastFile()
344 if (m_last_line == UINT32_MAX) in DisplayMoreWithLineNumbers()
371 m_last_line, m_last_count, UINT32_MAX, column, "", s, bp_locs); in DisplayMoreWithLineNumbers()
538 return UINT32_MAX; in GetLineOffset()
547 return UINT32_MAX; in GetLineOffset()
572 if (end_offset == UINT32_MAX) in GetLineLength()
655 if (start_line_offset != UINT32_MAX) { in DisplaySourceLines()
658 if (end_line_offset == UINT32_MAX) in DisplaySourceLines()
[all …]
H A DValueObjectSyntheticFilter.cpp57 m_synthetic_children_count(UINT32_MAX), in ValueObjectSynthetic()
94 if (m_synthetic_children_count < UINT32_MAX) in CalculateNumChildren()
97 if (max < UINT32_MAX) { in CalculateNumChildren()
210 m_synthetic_children_count = UINT32_MAX; in UpdateValue()
326 if (index == UINT32_MAX) in GetChildMemberWithName()
337 uint32_t found_index = UINT32_MAX; in GetIndexOfChildWithName()
349 if (index == UINT32_MAX) in GetIndexOfChildWithName()
355 return UINT32_MAX; in GetIndexOfChildWithName()
H A DFileLineResolver.cpp44 if (file_idx != UINT32_MAX) { in SearchCallback()
50 while (file_idx != UINT32_MAX) { in SearchCallback()
78 m_line_number = UINT32_MAX; in Clear()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadSpec.cpp24 uint32_t index = UINT32_MAX; in CreateFromStructuredData()
56 if (m_index != UINT32_MAX) in SerializeToStructuredData()
85 if (m_index == UINT32_MAX) in IndexMatches()
127 return (m_index != UINT32_MAX || m_tid != LLDB_INVALID_THREAD_ID || in HasSpecification()
143 if (GetIndex() != UINT32_MAX) in GetDescription()
H A DStackFrameList.cpp43 m_current_inlined_depth(UINT32_MAX), in StackFrameList()
60 if (cur_inlined_depth == UINT32_MAX) { in CalculateCurrentInlinedDepth()
70 m_current_inlined_depth = UINT32_MAX; in GetCurrentInlinedDepth()
79 return UINT32_MAX; in GetCurrentInlinedDepth()
93 m_current_inlined_depth = UINT32_MAX; in ResetCurrentInlinedDepth()
209 if (current_inlined_depth != UINT32_MAX) { in DecrementCurrentInlinedDepth()
221 if (new_depth == UINT32_MAX) in SetCurrentInlinedDepth()
238 m_concrete_frames_fetched = UINT32_MAX; in GetOnlyConcreteFramesUpTo()
469 if (end_idx > 0 && end_idx != UINT32_MAX) { in GetFramesUpTo()
471 if (inlined_depth != UINT32_MAX) { in GetFramesUpTo()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/MSF/
H A DMSFCommon.h114 return (uint64_t)UINT32_MAX * 2ULL; in getMaxFileSizeFromBlockSize()
116 return (uint64_t)UINT32_MAX * 3ULL; in getMaxFileSizeFromBlockSize()
118 return (uint64_t)UINT32_MAX * 4ULL; in getMaxFileSizeFromBlockSize()
120 return (uint64_t)UINT32_MAX; in getMaxFileSizeFromBlockSize()
/freebsd/contrib/llvm-project/lld/MachO/
H A DSymbols.h71 bool isInGot() const { return gotIndex != UINT32_MAX; } in isInGot()
74 bool isInStubs() const { return stubsIndex != UINT32_MAX; } in isInStubs()
90 uint32_t gotIndex = UINT32_MAX;
91 uint32_t lazyBindOffset = UINT32_MAX;
92 uint32_t stubsHelperIndex = UINT32_MAX;
93 uint32_t stubsIndex = UINT32_MAX;
94 uint32_t symtabIndex = UINT32_MAX;
277 bool hasStubsHelper() const { return stubsHelperIndex != UINT32_MAX; } in hasStubsHelper()
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-encoding.c134 if (str == NULL || dec_x > UINT32_MAX) { \ in decode_string()
148 bin_len > UINT32_MAX) { \ in decode_string()
177 if (ctx->m_cost > UINT32_MAX) { in decode_string()
182 if (ctx->t_cost > UINT32_MAX) { in decode_string()
187 if (ctx->lanes > UINT32_MAX) { in decode_string()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcessInfo.cpp89 uint32_t user_id = UINT32_MAX; in GetUserID()
99 uint32_t group_id = UINT32_MAX; in GetGroupID()
129 uint32_t user_id = UINT32_MAX; in GetEffectiveUserID()
139 uint32_t group_id = UINT32_MAX; in GetEffectiveGroupID()
/freebsd/lib/libc/tests/gen/
H A Darc4random_test.c93 UINT32_MAX - 1000000000, UINT32_MAX - 1000000, UINT32_MAX - 1, 0 in ATF_TC_BODY()
/freebsd/contrib/netbsd-tests/net/bpfjit/
H A Dt_bpfjit.c198 ATF_CHECK(exec_prog(insns, insn_count, pkt, 1) == UINT32_MAX); in ATF_TC_BODY()
917 ATF_CHECK(exec_prog(insns, insn_count, pkt, 1) == UINT32_MAX); in ATF_TC_BODY()
1657 BPF_STMT(BPF_RET+BPF_K, UINT32_MAX), in ATF_TC_BODY()
1670 ATF_CHECK(exec_prog(insns, insn_count, pkt, 1) == UINT32_MAX); in ATF_TC_BODY()
1715 BPF_STMT(BPF_JMP+BPF_JA, UINT32_MAX - 1), // -2 in ATF_TC_BODY()
1997 BPF_STMT(BPF_RET+BPF_K, UINT32_MAX), in ATF_TC_BODY()
2008 ATF_CHECK(exec_prog(insns, insn_count, pkt, 1) == UINT32_MAX); in ATF_TC_BODY()
2421 BPF_STMT(BPF_RET+BPF_K, UINT32_MAX), in ATF_TC_BODY()
2432 ATF_CHECK(exec_prog(insns, insn_count, pkt, 1) == UINT32_MAX); in ATF_TC_BODY()
2509 BPF_STMT(BPF_LD+BPF_H+BPF_ABS, UINT32_MAX), in ATF_TC_BODY()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp141 process_info.SetEffectiveGroupID(UINT32_MAX); in GetFreeBSDProcessUserAndGroup()
146 process_info.SetUserID(UINT32_MAX); in GetFreeBSDProcessUserAndGroup()
147 process_info.SetGroupID(UINT32_MAX); in GetFreeBSDProcessUserAndGroup()
148 process_info.SetEffectiveUserID(UINT32_MAX); in GetFreeBSDProcessUserAndGroup()
149 process_info.SetEffectiveGroupID(UINT32_MAX); in GetFreeBSDProcessUserAndGroup()

12345678910>>...22