Searched refs:passes (Results 1 - 17 of 17) sorted by relevance

/src/usr.sbin/timed/timed/
H A Dcorrect.c119 static int passes = 0; local in function:adjclock
162 if (passes > 1
165 passes = 0;
/src/usr.bin/make/unit-tests/
H A Dvarname-dot-makeflags.mk4 # command line arguments and passes them on to any child processes via
H A Ddirective-ifmake.mk98 # a bare word, there is no escaping mechanism so the backslash passes through.
H A Dvar-op-shell.mk74 # The output from the shell's stderr is not captured, it just passes through.
H A Dvarmod-defined.mk95 # ApplyModifier_Defined passes the emode unmodified to Var_Parse, unlike
H A Descape.mk223 # When make passes two backslashes to the shell, the shell will pass one
H A Dvarmod-indirect.mk242 # This is because when ApplyModifiersIndirect calls ApplyModifiers, it passes
/src/sys/external/isc/libsodium/dist/src/libsodium/crypto_pwhash/argon2/
H A Dargon2-core.h90 * Argon2 instance: memory pointer, number of passes, amount of memory, type,
98 uint32_t passes; /* Number of passes */ member in struct:Argon2_instance_t
H A Dargon2.c56 instance.passes = context->t_cost;
75 for (pass = 0; pass < instance.passes; pass++) {
H A Dargon2-fill-block-avx2.c115 input_block.v[4] = instance->passes;
H A Dargon2-fill-block-avx512f.c120 input_block.v[4] = instance->passes;
H A Dargon2-fill-block-ref.c126 input_block.v[4] = instance->passes;
H A Dargon2-fill-block-ssse3.c114 input_block.v[4] = instance->passes;
/src/sys/arch/x68k/stand/boot_ufs/
H A Dboot.S216 | passes partition table entry address in a0
/src/sys/external/isc/libsodium/dist/build-aux/
H A Dltmain.sh3646 -no-suppress do not suppress compiler output for multiple passes
7527 passes="conv dlpreopen link"
7543 passes="conv scan dlopen dlpreopen link"
7545 *) passes="conv"
7549 for pass in $passes; do
/src/sys/external/isc/libsodium/dist/m4/
H A Dlibtool.m44741 # Sun Fortran 8.3 passes all unrecognized flags to the linker
6077 # systems, -lgcc has to come before -lc. If gcc already passes -lc
/src/sys/arch/m68k/060sp/dist/
H A Dfpsp.s18108 # fails then don't update the address register. if write passes then
18126 # fails then don't update the address register. if the write passes then
24530 subq.l &1,%d0 # for dbf d0 would have LEN+1 passes

Completed in 55 milliseconds