/freebsd/crypto/openssl/crypto/modes/asm/ |
H A D | ghashv8-armx.pl | 434 my ($I0,$j1,$j2,$j3, 451 vrev64.8 $j1,$j1 458 vext.8 $I1,$j1,$j1,#8 475 veor $j1,$j1,$I1 477 vpmull.p64 $j1,$H34,$j1 481 veor $Ym,$Ym,$j1 494 vrev64.8 $j1,$j1 510 vext.8 $I1,$j1,$j1,#8 537 veor $j1,$j1,$I1 540 vpmull.p64 $j1,$H34,$j1 [all …]
|
/freebsd/contrib/gdtoa/ |
H A D | gdtoa.c | 157 int j, j1, k, k0, k_check, kind, leftright, m2, m5, nbits; local 250 if ( (j1 = j & 3) !=0) 251 dval(&d) *= 1 << j1; 361 if ( (j1 = -k) !=0) { 362 dval(&d) *= tens[j1 & 0xf]; 363 for(j = j1 >> 4; j; j >>= 1, i++) 626 j1 = delta->sign ? 1 : cmp(b, delta); 629 if (j1 == 0 && !mode && !(bits[0] & 1) && !rdir) { 668 if (j1 > 0) { 670 j1 = cmp(b, S); [all …]
|
H A D | dtoa.c | 119 j, j1, k, k0, k_check, leftright, m2, m5, s2, s5, local 359 else if (( j1 = -k )!=0) { 360 dval(&d) *= tens[j1 & 0xf]; 361 for(j = j1 >> 4; j; j >>= 1, i++) 628 j1 = delta->sign ? 1 : cmp(b, delta); 631 if (j1 == 0 && mode != 1 && !(word1(&d) & 1) 666 if (j1 > 0) { 668 j1 = cmp(b, S); 670 if (j1 >= 0 /*)*/ 672 if ((j1 > 0 || (j1 == 0 && dig & 1)) [all …]
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | t.re1 | 1 /[a-cg-j1-3]/ { print $0 " matches /[a-cg-j1-3]/" }
|
H A D | t.re1a | 1 BEGIN { r1 = "[a-cg-j1-3]" 5 $0 ~ r1 { print $0 " matches /[a-cg-j1-3]/" }
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | opt-keep-going-indirect.mk | 56 @set +e; env -i "PATH=$$PATH" ${MAKE} -r -f ${MAKEFILE} -k direct -j1; echo "exited $$?" 64 @set +e; env -i "PATH=$$PATH" ${MAKE} -r -f ${MAKEFILE} -k indirect -j1; echo "exited $$?"
|
H A D | posix.mk | 18 @echo make -n -j1 19 @${.MAKE} -r -f ${MAKEFILE} -n -j1 plus
|
H A D | depsrc-meta.mk | 29 @${MAKE} -r -f ${MAKEFILE} actual-test -j1 30 @${MAKE} -r -f ${MAKEFILE} check-results -j1
|
H A D | opt-query.mk | 30 @${MAKE} -r -f ${MAKEFILE} -q ${mode:Mjobs:%=-j1} ${target} PART=commands \ 39 @${MAKE} -r -f ${MAKEFILE} -q ${mode:Mjobs:%=-j1} ${target} PART=variants \
|
H A D | jobs-error-indirect.mk | 16 .MAKEFLAGS: -j1
|
H A D | jobs-error-nested.mk | 14 .MAKEFLAGS: -j1
|
H A D | job-output-null.mk | 26 .MAKEFLAGS: -j1 # force jobs mode
|
H A D | jobs-empty-commands-error.mk | 11 .MAKEFLAGS: -j1
|
H A D | jobs-error-nested-make.mk | 14 .MAKEFLAGS: -j1
|
H A D | varname-make_print_var_on_error-jobs.mk | 21 .MAKEFLAGS: -j1
|
H A D | opt-debug-jobs.mk | 10 .MAKEFLAGS: -j1
|
H A D | sh-errctl.mk | 12 .MAKEFLAGS: -j1 -dj
|
H A D | deptgt-silent-jobs.mk | 34 @${MAKE} -r -f ${MAKEFILE} test VARIANT=jobs -j1
|
/freebsd/lib/msun/src/ |
H A D | e_jn.c | 69 if(n==1) return(j1(x)); in jn() 100 b = j1(x); in jn() 201 w = j1(x); in jn()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_core/salsa/ref/ |
H A D | core_salsa_ref.c | 17 uint32_t j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, in crypto_core_salsa() local 31 j1 = x1 = LOAD32_LE(k + 0); in crypto_core_salsa() 80 STORE32_LE(out + 4, x1 + j1); in crypto_core_salsa()
|
/freebsd/contrib/unbound/compat/ |
H A D | chacha_private.h | 92 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local 100 j1 = x->input[1]; in chacha_encrypt_bytes() 124 x1 = j1; in chacha_encrypt_bytes() 150 x1 = PLUS(x1,j1); in chacha_encrypt_bytes()
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | chacha_private.h | 94 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local 102 j1 = x->input[1]; in chacha_encrypt_bytes() 126 x1 = j1; in chacha_encrypt_bytes() 152 x1 = PLUS(x1,j1); in chacha_encrypt_bytes()
|
/freebsd/crypto/openssh/ |
H A D | chacha.c | 92 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local 100 j1 = x->input[1]; in chacha_encrypt_bytes() 124 x1 = j1; in chacha_encrypt_bytes() 150 x1 = PLUS(x1,j1); in chacha_encrypt_bytes()
|
/freebsd/sys/crypto/chacha20/ |
H A D | chacha.c | 114 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local 122 j1 = x->input[1]; in chacha_encrypt_bytes() 148 x1 = j1; in chacha_encrypt_bytes() 174 x1 = PLUS(x1,j1); in chacha_encrypt_bytes()
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/ref/ |
H A D | chacha20_ref.c | 86 uint32_t j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, in chacha20_encrypt_bytes() local 99 j1 = ctx->input[1]; in chacha20_encrypt_bytes() 126 x1 = j1; in chacha20_encrypt_bytes() 152 x1 = PLUS(x1, j1); in chacha20_encrypt_bytes()
|