Home
last modified time | relevance | path

Searched refs:unordered (Results 1 – 22 of 22) sorted by relevance

/freebsd-13.1/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_store.c827 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_table1212 "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 Dcompare50 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 Dfp_compare_impl.inc47 // If either a or b is NaN, they are unordered.
/freebsd-13.1/contrib/kyua/utils/text/
H A Doperations.ipp42 /// is unordered, the ordering in the output is undefined.
/freebsd-13.1/sys/netinet/
H A Dsctp_indata.c336 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 Dmsi.txt67 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 DAMDGPUInstructions.td277 // 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 Dfp.S1579 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 DRuntimeLibcalls.def415 // Element-wise unordered-atomic memory of different sizes
H A DIntrinsics.td1585 // @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 DLLLexer.cpp549 KEYWORD(unordered); in LexIdentifier()
/freebsd-13.1/contrib/googletest/googlemock/
H A DREADME.md22 * handles unordered, partially ordered, or completely ordered expectations.
/freebsd-13.1/crypto/heimdal/doc/
H A Dlayman.asc263 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 Dsetup.texi818 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 DCheckers.td1615 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 DWebAssemblyInstrSIMD.td713 // target-independent expansion of unordered comparisons and ordered ne.
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetSelectionDAG.td1272 // TODO: Split these into volatile and unordered flavors to enable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPatterns.td815 // Floating-point comparisons with checks for ordered/unordered status.
/freebsd-13.1/contrib/flex/
H A DChangeLog529 …lazy). * Add unordered list marks when needed. * Say `configure && make && make install` and quo…
/freebsd-13.1/contrib/subversion/
H A DCHANGES4277 * allow svn_mergeinfo_parse() to tolerate unordered mergeinfo (r35297, -367)
/freebsd-13.1/share/dict/
H A Dweb2220139 unordered