Searched refs:order (Results 326 - 343 of 343) sorted by relevance

<<11121314

/freebsd-current/contrib/wpa/wpa_supplicant/
H A DAndroid.mk1730 # With BoringSSL we need libkeystore-engine in order to provide access to
/freebsd-current/crypto/openssl/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm806 The fragments are evaluated in order, and side effects from earlier
1739 C<Text::Template> looks for these three things in order and takes the
/freebsd-current/stand/lua/
H A Dconfig.lua657 -- to walk through to guess product information. The order matters as
/freebsd-current/share/mk/
H A Ddirdeps.mk230 # In order to stay sane, we need to ensure that all the build_dirs
/freebsd-current/contrib/bmake/mk/
H A Ddirdeps.mk230 # In order to stay sane, we need to ensure that all the build_dirs
/freebsd-current/crypto/openssl/crypto/ec/
H A Dec_curve.c59 /* order */
96 /* order */
139 /* order */
193 /* order */
231 /* order */
263 /* order */
300 /* order */
338 /* order */
376 /* order */
415 /* order */
3140 BIGNUM *p = NULL, *a = NULL, *b = NULL, *x = NULL, *y = NULL, *order = local
[all...]
/freebsd-current/contrib/ntp/ntpdc/
H A Dntpdc_ops.c516 /* Convert a refid & stratum (in host order) to a string */
661 (void) fprintf(fp, "filter order: ");
663 (void) fprintf(fp, " %-8d", pp->order[i]);
862 fprintf(fp, "candidate order: %u\n",
/freebsd-current/sys/dev/firewire/
H A Dfirewire.c473 firewire_add_child(device_t dev, u_int order, const char *name, int unit) argument
/freebsd-current/sys/tools/
H A Dmakesyscalls.lua492 -- These patterns are processed in order on any line that isn't empty.
/freebsd-current/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c436 * order for keying dynamic variables. That order is:
509 * alloc_sz on the righthand side of the comparison in order to avoid overflow
2420 int base = 1, order; local
2425 for (order = 0; order < low; order++)
2430 * low order of magnitude, it goes into the zeroth bucket.
2435 for (this *= factor; order <= high; order
[all...]
/freebsd-current/contrib/bsnmp/tests/
H A Dcatch.hpp9660 auto const setTestOrder = [&]( std::string const& order ) {
9661 if( startsWith( "declared", order ) )
9663 else if( startsWith( "lexical", order ) )
9665 else if( startsWith( "random", order ) )
9668 return clara::ParserResult::runtimeError( "Unrecognised ordering: '" + order + "'" );
9788 ["--order"]
9789 ( "test case order (defaults to decl)" )
11819 // order of writes
13968 // already in declaration order
14739 // Reverse order fo
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1235 int order = S.Context.getFloatingTypeOrder(LHSType, RHSType); local
1236 if (order > 0) {
1241 assert(order < 0 && "illegal float comparison");
1312 int order = S.Context.getIntegerTypeOrder(LHSType, RHSType); local
1317 if (order >= 0) {
1323 } else if (order != (LHSSigned ? 1 : -1)) {
6929 /// space as input. In order to do this, we need to replace the
10900 // If the scalar is constant and is of a higher order and has more active
10918 // order is greater than that of the vector element type.
14339 // diagnostics in field nesting order
[all...]
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Daes-c64xplus.pl1002 SWAP4 B31,B31 ; in host byte order
H A Dbsaes-armv7.pl394 # modified to emit output in order suitable for feeding back to aesenc[last]
1477 @ to flip byte order in 32-bit counter
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp2787 AtomicOrdering order = cast<AtomicSDNode>(Node)->getMergedOrdering(); local
2790 RTLIB::Libcall LC = RTLIB::getOUTLINE_ATOMIC(Opc, order, VT);
/freebsd-current/contrib/wpa/src/crypto/
H A Ddh_groups.c1252 dh->order, dh->order_len,
/freebsd-current/contrib/bearssl/test/
H A Dtest_crypto.c6014 * Field order:
6487 * Field order:
8172 * x + y = curve order
8175 br_i31_decode(n, cd->order, nlen);
/freebsd-current/contrib/sqlite3/
H A Dsqlite3.c653 ** where the order in which destructors are called is arbitrary.
751 ** here in order to indicate success or failure.
951 ** information is written to disk in the same order as calls
1138 ** information is written to disk in the same order as calls
1196 ** file space based on this hint in order to help writes to the database
1256 ** windows [VFS] in order to provide robustness in the presence of
1280 ** in order for the database to be readable. The fourth parameter to
1351 ** shortly after it is opened in order to provide a custom VFS with access
1354 ** to a function of type (int (*)(void *)). In order to invoke the connection's
1409 ** circumstances in order t
[all...]

Completed in 865 milliseconds

<<11121314