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

/freebsd-13-stable/crypto/openssl/crypto/modes/asm/
H A Dghashv8-armx.pl411 my ($I0,$j1,$j2,$j3,
428 vrev64.8 $j1,$j1
435 vext.8 $I1,$j1,$j1,#8
452 veor $j1,$j1,$I1
454 vpmull.p64 $j1,$H34,$j1
458 veor $Ym,$Ym,$j1
[all...]
/freebsd-13-stable/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
[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 >
[all...]
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dposix.exp13 make -n -j1
H A Ddeptgt-delete_on_error.mk29 @-${.MAKE} -f ${MAKEFILE} -k -j1 ${TARGETS}
H A Dsh-errctl.mk12 .MAKEFLAGS: -j1 -dj
H A Dvarname-make_print_var_on_error-jobs.mk21 .MAKEFLAGS: -j1
H A Dshell-csh.mk19 .MAKEFLAGS: -j1
H A Dopt-jobs-no-action.mk16 .MAKEFLAGS: -j1 -n
H A Dsh-flags.mk19 opt-jobs.yes= -j1
/freebsd-13-stable/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; local
100 j1 = x->input[1];
124 x1 = j1;
150 x1 = PLUS(x1,j1);
/freebsd-13-stable/crypto/openssh/
H A Dchacha.c93 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; local
101 j1 = x->input[1];
125 x1 = j1;
151 x1 = PLUS(x1,j1);
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dchacha_private.h92 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; local
100 j1 = x->input[1];
124 x1 = j1;
150 x1 = PLUS(x1,j1);
/freebsd-13-stable/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, local
31 j1 = x1 = LOAD32_LE(k + 0);
80 STORE32_LE(out + 4, x1 + j1);
/freebsd-13-stable/sys/crypto/chacha20/
H A Dchacha.c117 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; local
125 j1 = x->input[1];
151 x1 = j1;
177 x1 = PLUS(x1,j1);
/freebsd-13-stable/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, local
99 j1 = ctx->input[1];
126 x1 = j1;
152 x1 = PLUS(x1, j1);
/freebsd-13-stable/usr.bin/diff/
H A Ddiffreg.c894 int i, j, m, i0, i1, j0, j1, nc; local
921 j1 = J[i1 + 1] - 1;
922 J[i1] = j1;
934 for (i=i0, j=j0; i<=i1 && j<=j1; i++, j++)
944 while (j <= j1) {
951 j1, &flags);
961 j1 = J[i1 - 1] + 1;
962 J[i1] = j1;
963 change(file1, f1, file2, f2, i1, i0, j1, j0, &flags);
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DChunks.cpp166 uint32_t j1 = (v >> 19) & 1;
169 or16(off + 2, (j1 << 13) | (j2 << 11) | ((v >> 1) & 0x7ff));
176 uint32_t j1 = ((~v >> 23) & 1) ^ s;
180 write16le(off + 2, (read16le(off + 2) & 0xd000) | (j1 << 13) | (j2 << 11) | ((v >> 1) & 0x7ff));
/freebsd-13-stable/lib/msun/src/
H A Dmath.h296 double j1(double);
H A Dmath_private.h851 #define __ieee754_j1 j1
/freebsd-13-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DArchHandler_arm.cpp402 uint32_t j1 = (instruction >> 29) & 0x1; local
406 uint32_t i1 = (j1 == s);
454 uint32_t j1 = (i1 == s); local
456 uint32_t nextDisp = (j1 << 13) | (j2 << 11) | imm11;
/freebsd-13-stable/lib/msun/
H A DMakefile220 MLINKS+=j0.3 j1.3 j0.3 jn.3 j0.3 y0.3 j0.3 y1.3 j0.3 y1f.3 j0.3 yn.3
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math.h145 __DEVICE__ double j1(double __a) { return __nv_j1(__a); } function
H A D__clang_hip_math.h648 inline double j1(double __x) { return __ocml_j1_f64(__x); } function
/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3.c110020 int j1, j2, j3; local
[all...]

Completed in 646 milliseconds