Home
last modified time | relevance | path

Searched refs:UINT16_MAX (Results 1 – 25 of 101) sorted by relevance

12345

/openbsd/src/gnu/llvm/lldb/source/Plugins/SystemRuntime/MacOSX/
DSystemRuntimeMacOSX.h167 dqo_version = UINT16_MAX; in LibdispatchOffsets()
168 dqo_flags = UINT16_MAX; in LibdispatchOffsets()
169 dqo_serialnum = UINT16_MAX; in LibdispatchOffsets()
170 dqo_label = UINT16_MAX; in LibdispatchOffsets()
171 dqo_width = UINT16_MAX; in LibdispatchOffsets()
172 dqo_running = UINT16_MAX; in LibdispatchOffsets()
173 dqo_suspend_cnt = UINT16_MAX; in LibdispatchOffsets()
174 dqo_target_queue = UINT16_MAX; in LibdispatchOffsets()
175 dqo_target_queue = UINT16_MAX; in LibdispatchOffsets()
176 dqo_priority = UINT16_MAX; in LibdispatchOffsets()
[all …]
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/
DRNBRemote.h329 dqo_version = UINT16_MAX; in Clear()
330 dqo_label = UINT16_MAX; in Clear()
331 dqo_label_size = UINT16_MAX; in Clear()
332 dqo_flags = UINT16_MAX; in Clear()
333 dqo_flags_size = UINT16_MAX; in Clear()
334 dqo_serialnum = UINT16_MAX; in Clear()
335 dqo_serialnum_size = UINT16_MAX; in Clear()
336 dqo_width = UINT16_MAX; in Clear()
337 dqo_width_size = UINT16_MAX; in Clear()
338 dqo_running = UINT16_MAX; in Clear()
[all …]
/openbsd/src/gnu/llvm/llvm/lib/BinaryFormat/
DMsgPackWriter.cpp74 if (u <= UINT16_MAX) { in write()
111 } else if (Size <= UINT16_MAX) { in write()
131 } else if (Size <= UINT16_MAX) { in write()
149 if (Size <= UINT16_MAX) { in writeArraySize()
165 if (Size <= UINT16_MAX) { in writeMapSize()
198 } else if (Size <= UINT16_MAX) { in writeExt()
/openbsd/src/usr.bin/lex/
Dflexint.h56 #ifndef UINT16_MAX
57 #define UINT16_MAX (65535U) macro
/openbsd/src/regress/lib/libc/printf/
Dint.c316 tu("<%hu>", S_SHORT, UINT16_MAX, "<65535>"); in main()
350 tu("<%hx>", S_SHORT, UINT16_MAX, "<ffff>"); in main()
351 tu("<%#hx>", S_SHORT, UINT16_MAX, "<0xffff>"); in main()
352 tu("<%hX>", S_SHORT, UINT16_MAX, "<FFFF>"); in main()
353 tu("<%#hX>", S_SHORT, UINT16_MAX, "<0XFFFF>"); in main()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Utils/
DLowerGlobalDtors.cpp108 uint16_t PriorityValue = Priority->getLimitedValue(UINT16_MAX); in runImpl()
167 (Priority != UINT16_MAX ? (Twine(".") + Twine(Priority)) in runImpl()
185 (Priority != UINT16_MAX ? (Twine(".") + Twine(Priority)) in runImpl()
/openbsd/src/usr.sbin/radiusd/
Dradiusd_radius.c185 UINT16_MAX, &errmsg); in module_radius_config_set()
188 "`request-timeout must be 0-%d", UINT16_MAX); in module_radius_config_set()
195 UINT16_MAX, &errmsg); in module_radius_config_set()
198 "`max-tries must be 0-%d", UINT16_MAX); in module_radius_config_set()
206 UINT16_MAX, &errmsg); in module_radius_config_set()
209 "`max-failovers' must be 0-%d", UINT16_MAX); in module_radius_config_set()
/openbsd/src/sys/sys/
Dstdint.h121 #define UINT16_MAX 0xffff macro
137 #define UINT_LEAST16_MAX UINT16_MAX
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCInstrItineraries.h130 return ((Itineraries[ItinClassIndx].FirstStage == UINT16_MAX) && in isEndMarker()
131 (Itineraries[ItinClassIndx].LastStage == UINT16_MAX)); in isEndMarker()
/openbsd/src/sys/dev/pci/drm/include/linux/
Dlimits.h14 #define U16_MAX UINT16_MAX
/openbsd/src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
DDbiStreamBuilder.cpp196 uint16_t ModiCount = std::min<uint32_t>(UINT16_MAX, ModiList.size()); in generateFileInfoSubstream()
197 uint16_t FileCount = std::min<uint32_t>(UINT16_MAX, SourceFileNames.size()); in generateFileInfoSubstream()
362 Entry.SecName = UINT16_MAX; in createSectionMap()
363 Entry.ClassName = UINT16_MAX; in createSectionMap()
/openbsd/src/regress/sys/kern/stackpivot/pagefault/
Dstackpivot.c27 static size_t scansize = UINT16_MAX;
/openbsd/src/usr.sbin/ntpd/
Dntp.h52 #define S_DENOMINATOR (UINT16_MAX + 1)
/openbsd/src/lib/libc/locale/
Dmbrtoc16.c90 if (wc > UINT16_MAX) { in mbrtoc16()
/openbsd/src/usr.bin/mandoc/
Dterm_ascii.c125 assert(p->defindent < UINT16_MAX); in ascii_init()
126 assert(p->defrmargin < UINT16_MAX); in ascii_init()
/openbsd/src/lib/libfido2/src/
Diso7816.c44 if (cnt > apdu->payload_len || cnt > UINT16_MAX) in iso7816_add()
Dio.c171 if (d->io_handle == NULL || d->io.write == NULL || count > UINT16_MAX) { in fido_tx()
321 if (d->io_handle == NULL || d->io.read == NULL || count > UINT16_MAX) { in fido_rx()
/openbsd/src/gnu/llvm/llvm/lib/TextAPI/
DPackedVersion.cpp38 if (Num > UINT16_MAX) in parse32()
/openbsd/src/lib/libcbor/src/cbor/internal/
Dencoders.c89 if (value <= UINT16_MAX) in _cbor_encode_uint()
/openbsd/src/lib/libutil/
Dimsg-buffer.c170 if (value > UINT16_MAX) { in ibuf_add_n16()
203 if (value > UINT16_MAX) { in ibuf_add_h16()
284 if (value > UINT16_MAX) { in ibuf_set_n16()
317 if (value > UINT16_MAX) { in ibuf_set_h16()
/openbsd/src/usr.sbin/npppd/pppoe/
Dpppoe.h106 #define PPPOED_LISTENER_INVALID_INDEX UINT16_MAX
/openbsd/src/sys/net/
Dtoeplitz.c93 seed = arc4random() & UINT16_MAX; in stoeplitz_random_seed()
/openbsd/src/gnu/llvm/clang/tools/diagtool/
DTreeView.cpp90 if (RootGroup.size() > UINT16_MAX) { in showGroup()
/openbsd/src/gnu/llvm/clang/lib/Headers/
Dstdint.h807 #define UINT16_MAX UINT16_C(65535) macro
814 # define __UINT_LEAST16_MAX UINT16_MAX
820 # define __UINT_LEAST8_MAX UINT16_MAX
/openbsd/src/gnu/llvm/libcxx/include/
Dcstdint29 UINT16_MAX

12345