| /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 | 50 : partial_ordering::unordered)) { in __go() 55 : partial_ordering::unordered; in __go()
|
| H A D | ordering.h | 62 static const partial_ordering unordered; variable 120 inline constexpr partial_ordering partial_ordering::unordered(_PartialOrdResult::__unordered);
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | __hash_table | 273 …__node_ != nullptr, "Attempted to dereference a non-dereferenceable unordered container iterator"); 279 …__node_ != nullptr, "Attempted to dereference a non-dereferenceable unordered container iterator"); 285 … __node_ != nullptr, "Attempted to increment a non-incrementable unordered container iterator"); 342 …__node_ != nullptr, "Attempted to dereference a non-dereferenceable unordered container const_iter… 347 …__node_ != nullptr, "Attempted to dereference a non-dereferenceable unordered container const_iter… 353 …__node_ != nullptr, "Attempted to increment a non-incrementable unordered container const_iterator… 405 …__node_ != nullptr, "Attempted to dereference a non-dereferenceable unordered container local_iter… 411 …__node_ != nullptr, "Attempted to dereference a non-dereferenceable unordered container local_iter… 417 …__node_ != nullptr, "Attempted to increment a non-incrementable unordered container local_iterator… 488 …__node_ != nullptr, "Attempted to dereference a non-dereferenceable unordered container const_loca… [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | __hash_table | 88 …ooks like you are using std::__hash_table (an implementation detail for the unordered containers) " 310 …__node_ != nullptr, "Attempted to dereference a non-dereferenceable unordered container iterator"); 316 …__node_ != nullptr, "Attempted to dereference a non-dereferenceable unordered container iterator"); 322 … __node_ != nullptr, "Attempted to increment a non-incrementable unordered container iterator"); 379 …__node_ != nullptr, "Attempted to dereference a non-dereferenceable unordered container const_iter… 384 …__node_ != nullptr, "Attempted to dereference a non-dereferenceable unordered container const_iter… 390 …__node_ != nullptr, "Attempted to increment a non-incrementable unordered container const_iterator… 442 …__node_ != nullptr, "Attempted to dereference a non-dereferenceable unordered container local_iter… 448 …__node_ != nullptr, "Attempted to dereference a non-dereferenceable unordered container local_iter… 454 …__node_ != nullptr, "Attempted to increment a non-incrementable unordered container local_iterator… [all …]
|
| H A D | compare | 70 static const partial_ordering unordered;
|
| H A D | unordered_set | 1194 // For unordered associative containers, if an exception is thrown by any operation 1816 // For unordered associative containers, if an exception is thrown by any operation
|
| H A D | unordered_map | 1746 // For unordered associative containers, if an exception is thrown by any operation 2446 // For unordered associative containers, if an exception is thrown by any operation
|
| /freebsd/contrib/kyua/utils/text/ |
| H A D | operations.ipp | 42 /// is unordered, the ordering in the output is undefined.
|
| /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/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/RISCV/ |
| H A D | RISCVInstrInfoA.td | 164 // The normal loads/stores are relaxed (unordered) loads/stores that don't have 166 // atomic load/stores and changed them to unordered ones.
|
| H A D | RISCVSchedSiFiveP400.td | 70 // The latency for simple unordered VFReduce is `C + 6 * log2(LMUL)`,
|
| /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/googletest/googletest/include/gtest/ |
| H A D | gtest-printers.h | 812 if (ordering == std::partial_ordering::unordered) {
|
| /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/lib/AsmParser/ |
| H A D | LLLexer.cpp | 590 KEYWORD(unordered); in LexIdentifier()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Intrinsics.td | 2589 // @llvm.memcpy.element.unordered.atomic.*(dest, src, length, elementsize) 2598 // @llvm.memmove.element.unordered.atomic.*(dest, src, length, elementsize) 2607 // @llvm.memset.element.unordered.atomic.*(dest, value, length, elementsize)
|
| H A D | RuntimeLibcalls.td | 280 // Element-wise unordered-atomic memory of different sizes 679 // Element-wise unordered-atomic memory of different sizes
|
| /freebsd/contrib/googletest/googletest/test/ |
| H A D | googletest-printers-test.cc | 1999 EXPECT_EQ("(unordered)", PrintToString(std::partial_ordering::unordered));
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrSIMD.td | 809 // target-independent expansion of unordered comparisons and ordered ne.
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 1529 // TODO: Split these into volatile and unordered flavors to enable
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonPatterns.td | 879 // Floating-point comparisons with checks for ordered/unordered status.
|