Home
last modified time | relevance | path

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

12

/freebsd-12.1/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_store.c830 bhnd_nvram_plist *unordered; in bhnd_nvram_store_export() local
839 unordered = NULL; in bhnd_nvram_store_export()
893 if ((unordered = bhnd_nvram_plist_new()) == NULL) { in bhnd_nvram_store_export()
913 child, unordered, flags); in bhnd_nvram_store_export()
932 *props = unordered; in bhnd_nvram_store_export()
933 unordered = NULL; in bhnd_nvram_store_export()
966 bhnd_nvram_plist_remove(unordered, name); in bhnd_nvram_store_export()
981 if (unordered != NULL) in bhnd_nvram_store_export()
982 bhnd_nvram_plist_release(unordered); in bhnd_nvram_store_export()
989 if (unordered != NULL) in bhnd_nvram_store_export()
[all …]
/freebsd-12.1/contrib/gcc/config/arm/
H A Dieee754-sf.S730 @ the operands are unordered and the operation is
733 @ the operands are unordered and the operation is GT
754 mov ip, #1 @ how should we specify unordered here?
786 5: ldr r0, [sp, #-4] @ return unordered code.
827 movne r0, #0 @ Less than, greater than, or unordered.
837 movcs r0, #0 @ Equal to, greater than, or unordered.
847 movhi r0, #0 @ Greater than or unordered.
857 movhi r0, #0 @ Operand 2 greater than operand 1, or unordered.
868 @ or they are unordered.
892 3: mov r0, #1 @ arguments are unordered.
H A Dieee754-df.S1030 mov ip, #1 @ how should we specify unordered here?
1077 5: ldr r0, [sp, #-4] @ unordered return code
1121 movne r0, #0 @ Less than, greater than, or unordered.
1131 movcs r0, #0 @ Equal to, greater than, or unordered.
1141 movhi r0, #0 @ Greater than or unordered.
1151 movhi r0, #0 @ Operand 2 greater than operand 1, or unordered.
1162 @ or they are unordered.
1187 3: mov r0, #1 @ arguments are unordered.
H A Dpredicates.md183 (match_code "eq,ne,le,lt,ge,gt,geu,gtu,leu,ltu,unordered,ordered,unlt,unle,unge,ungt"))
/freebsd-12.1/contrib/libc++/include/
H A D__hash_table1222 "unordered container::bucket(key) called when bucket_count() == 0");
1287 "unordered container::max_load_factor(lf) called with lf <= 0");
1296 "unordered container::begin(n) called with n >= bucket_count()");
1309 "unordered container::end(n) called with n >= bucket_count()");
1322 "unordered container::cbegin(n) called with n >= bucket_count()");
1335 "unordered container::cend(n) called with n >= bucket_count()");
2060 " referring to this unordered container");
2202 " referring to this unordered container");
2230 " referring to this unordered container");
2589 "unordered container erase(iterator) called with an iterator not"
[all …]
H A Dcompare230 static const partial_ordering unordered;
263 _LIBCPP_INLINE_VAR constexpr partial_ordering partial_ordering::unordered(_NCmpResult ::__unordered…
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-200526 * testsuite/tr1/6_containers/unordered/instantiate/set.cc: Just
28 * testsuite/tr1/6_containers/unordered/instantiate/map.cc: Likewise.
29 * testsuite/tr1/6_containers/unordered/instantiate/hash.cc: Likewise.
30 * testsuite/tr1/6_containers/unordered/instantiate/multiset.cc:
32 * testsuite/tr1/6_containers/unordered/instantiate/multimap.cc:
55 * testsuite/tr1/6_containers/unordered/insert/multiset_range.cc
57 * testsuite/tr1/6_containers/unordered/insert/set_range.cc
993 * testsuite/tr1/6_containers/unordered/hash/24799.cc: New.
1259 * testsuite/tr1/6_containers/unordered/erase/24061-map.cc: New.
1588 * testsuite/tr1/6_containers/unordered/23781.cc: Likewise.
[all …]
H A DChangeLog-20061465 * testsuite/tr1/6_containers/unordered/capacity/29134-multiset.cc:
1467 * testsuite/tr1/6_containers/unordered/capacity/29134-multimap.cc:
1477 * testsuite/tr1/6_containers/unordered/instantiate/set.cc: Add test.
1478 * testsuite/tr1/6_containers/unordered/instantiate/map.cc: Likewise.
1479 * testsuite/tr1/6_containers/unordered/instantiate/multiset.cc:
1481 * testsuite/tr1/6_containers/unordered/instantiate/multimap.cc:
4209 * testsuite/tr1/6_containers/unordered/hashtable/
4563 * testsuite/tr1/6_containers/unordered/hashtable/26132.cc: New.
4853 * testsuite/tr1/6_containers/unordered/hashtable/26127.cc: New.
5460 * testsuite/tr1/6_containers/unordered/swap/unordered_set/2.cc: New.
[all …]
/freebsd-12.1/contrib/gcc/config/sparc/
H A Dsparc-modes.def35 will generate an exception if the result is unordered (CCFPEmode) and
/freebsd-12.1/sys/netinet/
H A Dsctp_indata.c345 uint8_t flags, unordered; in sctp_place_control_in_stream() local
348 unordered = flags & SCTP_DATA_UNORDERED; in sctp_place_control_in_stream()
349 if (unordered) { in sctp_place_control_in_stream()
374 if (unordered) { in sctp_place_control_in_stream()
388 if (unordered) { in sctp_place_control_in_stream()
411 if (unordered) { in sctp_place_control_in_stream()
1394 int do_wakeup, unordered; in sctp_queue_data_for_reasm() local
1402 unordered = 1; in sctp_queue_data_for_reasm()
1404 unordered = 0; in sctp_queue_data_for_reasm()
1408 if (unordered == 0) { in sctp_queue_data_for_reasm()
[all …]
/freebsd-12.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-12.1/contrib/llvm/include/llvm/IR/
H A DIntrinsics.td1067 // @llvm.memcpy.element.unordered.atomic.*(dest, src, length, elementsize)
1078 // @llvm.memmove.element.unordered.atomic.*(dest, src, length, elementsize)
1089 // @llvm.memset.element.unordered.atomic.*(dest, value, length, elementsize)
H A DRuntimeLibcalls.def381 // Element-wise unordered-atomic memory of different sizes
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstructions.td248 // PatLeafs for unsigned / unordered comparisons
258 // XXX - For some reason R600 version is preferring to use unordered
/freebsd-12.1/contrib/gcc/config/s390/
H A Dpredicates.md166 unordered, ordered")
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLLexer.cpp550 KEYWORD(unordered); in LexIdentifier()
/freebsd-12.1/contrib/googletest/googlemock/
H A DREADME.md22 * handles unordered, partially ordered, or completely ordered expectations.
/freebsd-12.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
/freebsd-12.1/contrib/gcc/config/rs6000/
H A Dpredicates.md807 (match_code "eq,lt,gt,ltu,gtu,unordered")))
813 (match_code "eq,lt,gt,ltu,gtu,unordered")))
/freebsd-12.1/contrib/gcc/
H A Drtl.def520 /* Additional floating point unordered comparison flavors. */
521 DEF_RTL_EXPR(UNORDERED, "unordered", "ee", RTX_COMM_COMPARE)
524 /* These are equivalent to unordered or ... */
H A Dsys-protos.h1200 extern int unordered(double, double);
H A Dtree.def717 /* Additional relational operators for floating point unordered. */
721 /* These are equivalent to unordered or ... */
/freebsd-12.1/contrib/gcc/config/i386/
H A Dpredicates.md870 (match_code "eq,lt,le,unordered,ne,unge,ungt,ordered"))
/freebsd-12.1/contrib/gcc/doc/
H A Dc-tree.texi2335 These nodes represent non-trapping ordered and unordered comparison
2337 determine whether they are ordered or unordered relative to each other.
2339 unordered, otherwise the comparison is defined to be ordered. The
2350 These nodes represent the unordered comparison operators.
2352 the operands are unordered or are less than, less than or equal to,
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrSIMD.td524 // expansion of unordered comparisons and ordered ne.

12