Home
last modified time | relevance | path

Searched refs:j1 (Results 1 – 25 of 54) sorted by relevance

123

/freebsd/crypto/openssl/crypto/modes/asm/
H A Dghashv8-armx.pl434 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 Dgdtoa.c157 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 Ddtoa.c119 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 Dt.re11 /[a-cg-j1-3]/ { print $0 " matches /[a-cg-j1-3]/" }
H A Dt.re1a1 BEGIN { r1 = "[a-cg-j1-3]"
5 $0 ~ r1 { print $0 " matches /[a-cg-j1-3]/" }
/freebsd/contrib/bmake/unit-tests/
H A Dopt-keep-going-indirect.mk56 @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 Dposix.mk18 @echo make -n -j1
19 @${.MAKE} -r -f ${MAKEFILE} -n -j1 plus
H A Ddepsrc-meta.mk29 @${MAKE} -r -f ${MAKEFILE} actual-test -j1
30 @${MAKE} -r -f ${MAKEFILE} check-results -j1
H A Dopt-query.mk30 @${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 Djobs-error-indirect.mk16 .MAKEFLAGS: -j1
H A Djobs-error-nested.mk14 .MAKEFLAGS: -j1
H A Djob-output-null.mk26 .MAKEFLAGS: -j1 # force jobs mode
H A Djobs-empty-commands-error.mk11 .MAKEFLAGS: -j1
H A Djobs-error-nested-make.mk14 .MAKEFLAGS: -j1
H A Dvarname-make_print_var_on_error-jobs.mk21 .MAKEFLAGS: -j1
H A Dopt-debug-jobs.mk10 .MAKEFLAGS: -j1
H A Dsh-errctl.mk12 .MAKEFLAGS: -j1 -dj
H A Ddeptgt-silent-jobs.mk34 @${MAKE} -r -f ${MAKEFILE} test VARIANT=jobs -j1
/freebsd/lib/msun/src/
H A De_jn.c69 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 Dcore_salsa_ref.c17 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 Dchacha_private.h92 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 Dchacha_private.h94 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 Dchacha.c92 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 Dchacha.c114 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 Dchacha20_ref.c86 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()

123