/freebsd/sys/dev/bhnd/nvram/ |
H A D | bhnd_nvram_store.c | 823 bhnd_nvram_plist *unordered; in bhnd_nvram_store_export() local 832 unordered = NULL; in bhnd_nvram_store_export() 886 if ((unordered = bhnd_nvram_plist_new()) == NULL) { in bhnd_nvram_store_export() 892 error = bhnd_nvram_store_export_child(sc, top, top, unordered, flags); in bhnd_nvram_store_export() 906 child, unordered, flags); in bhnd_nvram_store_export() 925 *props = unordered; in bhnd_nvram_store_export() 926 unordered = NULL; in bhnd_nvram_store_export() 950 prop = bhnd_nvram_plist_get_prop(unordered, name); in bhnd_nvram_store_export() 959 bhnd_nvram_plist_remove(unordered, name); in bhnd_nvram_store_export() 965 while ((prop = bhnd_nvram_plist_next(unordered, prop)) != NULL) { in bhnd_nvram_store_export() [all …]
|
/freebsd/contrib/llvm-project/libcxx/include/__compare/ |
H A D | compare_partial_order_fallback.h | 46 : partial_ordering::unordered)) 51 : partial_ordering::unordered) { 56 : partial_ordering::unordered;
|
H A D | ordering.h | 59 static const partial_ordering unordered; in partial_ordering() 117 inline constexpr partial_ordering partial_ordering::unordered(_NCmpResult ::__unordered); 70 static const partial_ordering unordered; global() variable
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | __hash_table | 286 …__node_ != nullptr, "Attempted to dereference a non-dereferenceable unordered container iterator"); 292 …__node_ != nullptr, "Attempted to dereference a non-dereferenceable unordered container iterator"); 298 … __node_ != nullptr, "Attempted to increment a non-incrementable unordered container iterator"); 355 …__node_ != nullptr, "Attempted to dereference a non-dereferenceable unordered container const_iter… 360 …__node_ != nullptr, "Attempted to dereference a non-dereferenceable unordered container const_iter… 366 …__node_ != nullptr, "Attempted to increment a non-incrementable unordered container const_iterator… 418 …__node_ != nullptr, "Attempted to dereference a non-dereferenceable unordered container local_iter… 424 …__node_ != nullptr, "Attempted to dereference a non-dereferenceable unordered container local_iter… 430 …__node_ != nullptr, "Attempted to increment a non-incrementable unordered container local_iterator… 501 …__node_ != nullptr, "Attempted to dereference a non-dereferenceable unordered container const_loca… [all …]
|
H A D | compare | 70 static const partial_ordering unordered;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | fp_compare_impl.inc | 50 // If either a or b is NaN, they are unordered.
|
/freebsd/contrib/kyua/utils/text/ |
H A D | operations.ipp | 42 /// is unordered, the ordering in the output is undefined.
|
/freebsd/sys/netinet/ |
H A D | sctp_indata.c | 333 uint8_t flags, unordered; in sctp_place_control_in_stream() local 336 unordered = flags & SCTP_DATA_UNORDERED; in sctp_place_control_in_stream() 337 if (unordered) { in sctp_place_control_in_stream() 362 if (unordered) { in sctp_place_control_in_stream() 376 if (unordered) { in sctp_place_control_in_stream() 399 if (unordered) { in sctp_place_control_in_stream() 1361 int do_wakeup, unordered; in sctp_queue_data_for_reasm() local 1369 unordered = 1; in sctp_queue_data_for_reasm() 1371 unordered = 0; in sctp_queue_data_for_reasm() 1375 if ((unordered == 0) || (asoc->idata_supported)) { in sctp_queue_data_for_reasm() [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
H A D | msi.txt | 67 This property is unordered, and MSIs may be allocated from any combination of
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstructions.td | 358 // PatLeafs for unsigned / unordered comparisons 368 // XXX - For some reason R600 version is preferring to use unordered
|
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/ |
H A D | LLLexer.cpp | 551 KEYWORD(unordered); in LexIdentifier()
|
/freebsd/crypto/heimdal/doc/ |
H A D | layman.asc | 263 SET, an unordered collection of one or more types. 265 SET OF, an unordered collection of zero or more 1278 The SET type denotes an unordered collection of one or more 1336 The SET OF type denotes an unordered collection of zero or
|
H A D | setup.texi | 818 ticket. The field is unordered, since there is no way to know if know
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | RuntimeLibcalls.def | 481 // Element-wise unordered-atomic memory of different sizes
|
H A D | Intrinsics.td | 2481 // @llvm.memcpy.element.unordered.atomic.*(dest, src, length, elementsize) 2490 // @llvm.memmove.element.unordered.atomic.*(dest, src, length, elementsize) 2499 // @llvm.memset.element.unordered.atomic.*(dest, value, length, elementsize)
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | Checkers.td | 1738 HelpText<"Checks for non-determinism caused by iteration of unordered containers of pointers">,
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrSIMD.td | 790 // target-independent expansion of unordered comparisons and ordered ne.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
H A D | TargetSelectionDAG.td | 1440 // TODO: Split these into volatile and unordered flavors to enable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonPatterns.td | 874 // Floating-point comparisons with checks for ordered/unordered status.
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | AttrDocs.td | 7505 u for unordered access views (UAV),
|
/freebsd/contrib/flex/ |
H A D | ChangeLog | 529 …lazy). * Add unordered list marks when needed. * Say `configure && make && make install` and quo…
|
/freebsd/share/dict/ |
H A D | web2 | 220170 unordered
|