| /src/lib/libcrypt/ |
| crypt-sha1.c | 47 * The default iterations - should take >0s on a fast CPU 64 * to 24680. The goals are that the number of iterations should take 90 * $<tag>$<iterations>$<salt>$<digest> 94 * <iterations> is an unsigned int identifying how many rounds 122 unsigned int iterations; local 129 * $<tag>$<iterations>$salt[$] 130 * If it does not start with $ we use our default iterations. 137 iterations = strtoul(salt, &ep, 10); 142 iterations = __crypt_sha1_iterations(0); 155 * Prime the pump with <salt><magic><iterations> [all...] |
| /src/lib/libpthread/ |
| pthread_tsd.c | 328 int i, done, iterations; local 361 iterations = PTHREAD_DESTRUCTOR_ITERATIONS; 385 } while (!done && --iterations);
|
| /src/tests/net/in_cksum/ |
| in_cksum.c | 180 long i, iterations; local 189 iterations = 100000; 194 iterations = atoi(optarg); 206 errx(1, "%s [-l <loops>] [-u <unalign> [-i <iterations> " 238 if (iterations == 0) 243 for (i = iterations; i; --i) 254 for (i = iterations; i; --i)
|
| /src/sys/arch/x86/x86/ |
| identcpu.c | 111 int iterations, i, j; local 117 iterations = descs[0] & 0xff; 118 while (iterations-- > 0) {
|
| /src/usr.sbin/cpuctl/arch/ |
| i386.c | 972 int iterations, i, j; local 989 iterations = descs[0] & 0xff; 990 while (iterations-- > 0) { 1029 iterations = descs[0]; 1030 for (i = 0; i <= iterations; i++) {
|
| /src/sys/dev/pci/ |
| if_iwmreg.h | 5327 * @delay: delay between iterations, in seconds. 5328 * @iterations: num of scan iterations 5333 uint8_t iterations; member in struct:iwm_scan_schedule_lmac 5363 * @iter_interval: interval in seconds between iterations on one channel 5416 * @non_ebs_ratio: defines the ratio of number of scan iterations where EBS is 5477 * @iter_num: number of scan iterations 5709 * @iter_interval: interval between two iterations on one channel. 5799 * @delay: delay between iterations, in seconds. 5800 * @iterations: num of scan iteration 5805 uint8_t iterations; member in struct:iwm_scan_offload_schedule [all...] |