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

<<11121314

/freebsd-current/usr.sbin/ntp/ntpdc/
H A Dnl.c187 printf("offsetof(order) = %d\n",
188 (int) offsetof(struct info_peer, order));
/freebsd-current/lib/libc/gen/
H A Dgetpwent.c1217 int rv, order; local
1224 rv = yp_order(domain, buffer, &order);
/freebsd-current/share/mk/
H A Dgendirdeps.mk136 # In each case order matters.
H A Dbsd.cpu.mk393 # Byte order: big-endian, little-endian
H A Dsrc.opts.mk477 # In order to get sensible backtraces from ASAN we have to install
H A Dsrc.libnames.mk275 # 2nd+ order consumers. Auto-generating this would be better.
/freebsd-current/contrib/bmake/mk/
H A Dgendirdeps.mk136 # In each case order matters.
/freebsd-current/sys/dev/bhnd/bhndb/
H A Dbhndb.c494 * This function will add a bridged bhnd(4) child device with a device order of
497 * their preferred order relative to the bridged bhnd(4) bus.
841 bhndb_add_child(device_t dev, u_int order, const char *name, int unit) argument
846 child = device_add_child_ordered(dev, order, name, unit);
1505 * as an indirect resource -- in that order.
1620 * In order of preference, this function will either:
/freebsd-current/contrib/bmake/unit-tests/
H A Dvar-scope-local.mk81 # scope and from the environment are resolved, in this precedence order (but
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DScriptParser.cpp1480 auto order = ctx.scriptSymOrderCounter++;
1483 return s && s->isDefined() && ctx.scriptSymOrder.lookup(s) < order ? 1
/freebsd-current/contrib/bearssl/src/ssl/
H A Dssl_hs_server.c268 const unsigned char *order; local
279 * which is lower than the curve order, in a "large enough"
285 order = ctx->eng.iec->order(curve, &olen);
287 while (mask >= order[0]) {
H A Dssl_hs_client.c268 const unsigned char *order, *point_src; local
292 * is lower than the curve order, in a "large enough" range. We
296 order = ctx->eng.iec->order(curve, &olen);
298 while (mask >= order[0]) {
/freebsd-current/contrib/wpa/src/common/
H A Dcommon_module_tests.c410 crypto_bignum_mod(sae.tmp->own_commit_scalar, sae.tmp->order,
/freebsd-current/contrib/mandoc/
H A Dmdoc_validate.c1957 int order; local
2059 order = strcmp(prev_Er, nnext->string);
2060 if (order > 0)
2065 else if (order == 0)
2191 * The full `Rs' block needs special handling to order the
2193 * and correctly order it. This is an insertion sort.
2198 /* Determine order number of this child. */
2231 /* Determine order of `prev'. */
2517 * follow a conventional order and may only appear in certain
2572 * out of order
[all...]
/freebsd-current/tools/boot/
H A Dfull-test.sh175 kern.cfg.order="acpi,fdt"
/freebsd-current/crypto/openssl/crypto/ec/
H A Dec2_smpl.c889 * order or cofactor set to 0.
891 if (num > 1 || BN_is_zero(group->order) || BN_is_zero(group->cofactor))
H A Dec_local.h186 /* Inverse modulo order */
213 BIGNUM *order, *cofactor; member in struct:ec_group_st
714 * This function expects `group->order` and `group->cardinality` to be well
H A Decp_nistp256.c260 /* In order to prevent underflow, we subtract from 0 mod p. */
277 * In order to prevent underflow, we add 0 mod p before subtracting.
309 * In order to prevent underflow, we add 0 mod p before subtracting.
420 * In order to make space in tmp[3] for the carry from 2 -> 3, we
2134 if (!BN_nnmod(tmp_scalar, p_scalar, group->order, ctx)) {
2188 if (!BN_nnmod(tmp_scalar, scalar, group->order, ctx)) {
H A Decp_nistp521.c297 /* In order to prevent underflow, we subtract from 0 mod p. */
322 * In order to prevent underflow, we add 0 mod p before subtracting.
348 * In order to prevent underflow, we add 64p mod p (which is equivalent
379 * In order to prevent underflow, we add 0 mod p before subtracting.
1013 * In order to test that |out| >= 2^521-1 we need only test if out[8] >>
1320 * where the intermediate value gets very close to the group order.
2025 if (!BN_nnmod(tmp_scalar, p_scalar, group->order, ctx)) {
2077 if (!BN_nnmod(tmp_scalar, scalar, group->order, ctx)) {
/freebsd-current/crypto/openssl/crypto/
H A Dsparccpuid.S254 ! is slow (documented to be 6 cycles on T2) and the core is in-order
/freebsd-current/sys/amd64/amd64/
H A Dexec_machdep.c80 #error KDB must be enabled in order for DDB to work!
/freebsd-current/contrib/openbsm/config/
H A Dconfig.guess139 # Note: order is significant - the case branches are not exclusive.
653 /* The order matters, because CPU_IS_HP_MC68K erroneously returns
1374 pertinent to <config-patches@gnu.org> in order to provide the needed
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DDriver.cpp255 // Retrying synchronously is important for keeping the order of inputs
385 // same /EXPORT options. In order to save cost of parsing them,
1075 // Parse an /order file. If an option is given, the linker places
1076 // COMDAT sections in the same order as their names appear in the
1082 error("malformed /order option: '@' missing");
1101 // Parse a file. An order file contains one symbol per line.
1102 // All symbols that were not present in a given order file are
1112 warn("/order:" + arg + ": missing symbol: " + s + " [LNK4037]");
1114 ctx.config.order[s] = INT_MIN + ctx.config.order
[all...]
/freebsd-current/sys/conf/
H A Dkmod.mk40 # order to use this firmware. See /usr/share/doc/legal
/freebsd-current/contrib/dialog/
H A Dconfig.guess167 # Note: order is significant - the case branches are not exclusive.
746 /* The order matters, because CPU_IS_HP_MC68K erroneously returns

Completed in 376 milliseconds

<<11121314