| /freebsd-14.2/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_store.c | 824 bhnd_nvram_plist *unordered; in bhnd_nvram_store_export() local 833 unordered = NULL; in bhnd_nvram_store_export() 887 if ((unordered = bhnd_nvram_plist_new()) == NULL) { in bhnd_nvram_store_export() 907 child, unordered, flags); in bhnd_nvram_store_export() 926 *props = unordered; in bhnd_nvram_store_export() 927 unordered = NULL; in bhnd_nvram_store_export() 960 bhnd_nvram_plist_remove(unordered, name); in bhnd_nvram_store_export() 975 if (unordered != NULL) in bhnd_nvram_store_export() 976 bhnd_nvram_plist_release(unordered); in bhnd_nvram_store_export() 983 if (unordered != NULL) in bhnd_nvram_store_export() [all …]
|
| /freebsd-14.2/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; variable 117 inline constexpr partial_ordering partial_ordering::unordered(_NCmpResult ::__unordered);
|
| /freebsd-14.2/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-14.2/contrib/kyua/utils/text/ |
| H A D | operations.ipp | 42 /// is unordered, the ordering in the output is undefined.
|
| /freebsd-14.2/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-14.2/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-14.2/contrib/llvm-project/libcxx/include/ |
| H A D | __hash_table | 865 bucket_count() > 0, "unordered container::bucket(key) called when bucket_count() == 0"); 921 …_LIBCPP_ASSERT_PEDANTIC(__mlf > 0, "unordered container::max_load_factor(lf) called with lf <= 0"); 927 __n < bucket_count(), "unordered container::begin(n) called with n >= bucket_count()"); 933 __n < bucket_count(), "unordered container::end(n) called with n >= bucket_count()"); 939 __n < bucket_count(), "unordered container::cbegin(n) called with n >= bucket_count()"); 945 __n < bucket_count(), "unordered container::cend(n) called with n >= bucket_count()"); 1801 … __p != end(), "unordered container::erase(iterator) called with a non-dereferenceable iterator"); 1969 "unordered container::swap: Either propagate_on_container_swap " 1993 __n < bucket_count(), "unordered container::bucket_size(n) called with n >= bucket_count()");
|
| H A D | compare | 70 static const partial_ordering unordered;
|
| H A D | __config | 170 // tricky since std::hash is used in the implementation of unordered containers.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstructions.td | 370 // PatLeafs for unsigned / unordered comparisons 380 // XXX - For some reason R600 version is preferring to use unordered
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 548 KEYWORD(unordered); in LexIdentifier()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | RuntimeLibcalls.def | 445 // Element-wise unordered-atomic memory of different sizes
|
| H A D | Intrinsics.td | 2325 // @llvm.memcpy.element.unordered.atomic.*(dest, src, length, elementsize) 2334 // @llvm.memmove.element.unordered.atomic.*(dest, src, length, elementsize) 2343 // @llvm.memset.element.unordered.atomic.*(dest, value, length, elementsize)
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 1713 HelpText<"Checks for non-determinism caused by iteration of unordered containers of pointers">,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrSIMD.td | 743 // target-independent expansion of unordered comparisons and ordered ne.
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 1379 // TODO: Split these into volatile and unordered flavors to enable
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonPatterns.td | 874 // Floating-point comparisons with checks for ordered/unordered status.
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | AttrDocs.td | 7208 u for unordered access views (UAV),
|
| /freebsd-14.2/contrib/flex/ |
| H A D | ChangeLog | 529 …lazy). * Add unordered list marks when needed. * Say `configure && make && make install` and quo…
|
| /freebsd-14.2/share/dict/ |
| H A D | web2 | 220170 unordered
|