| /freebsd-13.1/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_store.c | 827 bhnd_nvram_plist *unordered; in bhnd_nvram_store_export() local 836 unordered = NULL; in bhnd_nvram_store_export() 890 if ((unordered = bhnd_nvram_plist_new()) == NULL) { in bhnd_nvram_store_export() 910 child, unordered, flags); in bhnd_nvram_store_export() 929 *props = unordered; in bhnd_nvram_store_export() 930 unordered = NULL; in bhnd_nvram_store_export() 963 bhnd_nvram_plist_remove(unordered, name); in bhnd_nvram_store_export() 978 if (unordered != NULL) in bhnd_nvram_store_export() 979 bhnd_nvram_plist_release(unordered); in bhnd_nvram_store_export() 986 if (unordered != NULL) in bhnd_nvram_store_export() [all …]
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | __hash_table | 1212 "unordered container::bucket(key) called when bucket_count() == 0"); 1277 "unordered container::max_load_factor(lf) called with lf <= 0"); 1286 "unordered container::begin(n) called with n >= bucket_count()"); 1299 "unordered container::end(n) called with n >= bucket_count()"); 1312 "unordered container::cbegin(n) called with n >= bucket_count()"); 1325 "unordered container::cend(n) called with n >= bucket_count()"); 2035 " referring to this unordered container"); 2164 " referring to this unordered container"); 2489 "unordered container erase(iterator) called with an iterator not" 2509 "unordered container::erase(iterator, iterator) called with an iterator not" [all …]
|
| H A D | compare | 50 static const partial_ordering unordered; 189 static const partial_ordering unordered; 244 _LIBCPP_INLINE_VAR constexpr partial_ordering partial_ordering::unordered(_NCmpResult ::__unordered…
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | fp_compare_impl.inc | 47 // If either a or b is NaN, they are unordered.
|
| /freebsd-13.1/contrib/kyua/utils/text/ |
| H A D | operations.ipp | 42 /// is unordered, the ordering in the output is undefined.
|
| /freebsd-13.1/sys/netinet/ |
| H A D | sctp_indata.c | 336 uint8_t flags, unordered; in sctp_place_control_in_stream() local 339 unordered = flags & SCTP_DATA_UNORDERED; in sctp_place_control_in_stream() 340 if (unordered) { in sctp_place_control_in_stream() 365 if (unordered) { in sctp_place_control_in_stream() 379 if (unordered) { in sctp_place_control_in_stream() 402 if (unordered) { in sctp_place_control_in_stream() 1374 int do_wakeup, unordered; in sctp_queue_data_for_reasm() local 1382 unordered = 1; in sctp_queue_data_for_reasm() 1384 unordered = 0; in sctp_queue_data_for_reasm() 1388 if ((unordered == 0) || (asoc->idata_supported)) { in sctp_queue_data_for_reasm() [all …]
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUInstructions.td | 277 // PatLeafs for unsigned / unordered comparisons 287 // XXX - For some reason R600 version is preferring to use unordered
|
| /freebsd-13.1/sys/mips/mips/ |
| H A D | fp.S | 1579 bne t2, zero, unordered # FS is a NAN 1582 bne ta2, zero, unordered # FT is a NAN 1607 bne t2, zero, unordered 1608 bne t3, zero, unordered # FS is a NAN 1611 bne ta2, zero, unordered 1612 bne ta3, zero, unordered # FT is a NAN 1653 unordered: label 1654 and v0, a0, COND_UNORDERED # this cmp match unordered?
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | RuntimeLibcalls.def | 415 // Element-wise unordered-atomic memory of different sizes
|
| H A D | Intrinsics.td | 1585 // @llvm.memcpy.element.unordered.atomic.*(dest, src, length, elementsize) 1594 // @llvm.memmove.element.unordered.atomic.*(dest, src, length, elementsize) 1603 // @llvm.memset.element.unordered.atomic.*(dest, value, length, elementsize)
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 549 KEYWORD(unordered); in LexIdentifier()
|
| /freebsd-13.1/contrib/googletest/googlemock/ |
| H A D | README.md | 22 * handles unordered, partially ordered, or completely ordered expectations.
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Checkers.td | 1615 HelpText<"Checks for non-determinism caused by iteration of unordered containers of pointers">,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrSIMD.td | 713 // target-independent expansion of unordered comparisons and ordered ne.
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/ |
| H A D | TargetSelectionDAG.td | 1272 // TODO: Split these into volatile and unordered flavors to enable
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonPatterns.td | 815 // Floating-point comparisons with checks for ordered/unordered status.
|
| /freebsd-13.1/contrib/flex/ |
| H A D | ChangeLog | 529 …lazy). * Add unordered list marks when needed. * Say `configure && make && make install` and quo…
|
| /freebsd-13.1/contrib/subversion/ |
| H A D | CHANGES | 4277 * allow svn_mergeinfo_parse() to tolerate unordered mergeinfo (r35297, -367)
|
| /freebsd-13.1/share/dict/ |
| H A D | web2 | 220139 unordered
|