Home
last modified time | relevance | path

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

/freebsd-12-stable/crypto/openssl/crypto/modes/asm/
Dghashv8-armx.pl411 my ($I0,$j1,$j2,$j3,
429 vrev64.8 $j2,$j2
434 vext.8 $I2,$j2,$j2,#8
443 veor $j2,$j2,$I2
445 vpmull2.p64 $j2,$Hhl,$j2
449 veor $Ym,$Ym,$j2
472 vrev64.8 $j2,$j2
485 vext.8 $I2,$j2,$j2,#8
502 veor $j2,$j2,$I2
505 vpmull2.p64 $j2,$Hhl,$j2
[all …]
/freebsd-12-stable/usr.bin/bmake/tests/execution/empty/
DMakefile.test7 @${MAKE} -f ${MAKEFILE} -j2 do-$@
8 @${MAKE} -f ${MAKEFILE} -j2 -B do-$@
/freebsd-12-stable/usr.bin/bmake/tests/execution/ellipsis/
DMakefile.test7 @${MAKE} -f ${MAKEFILE} -j2 do-$@
8 @${MAKE} -f ${MAKEFILE} -j2 -B do-$@
/freebsd-12-stable/crypto/openssh/.github/
Dsetup_ci.sh158 make -j2 && sudo cp out/libhardened_malloc.so /usr/lib/)
179 make -j2 && sudo make install)
186 ./configure --prefix=/opt/libressl && make -j2 && sudo make install)
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_core/salsa/ref/
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
32 j2 = x2 = LOAD32_LE(k + 4); in crypto_core_salsa()
81 STORE32_LE(out + 8, x2 + j2); in crypto_core_salsa()
/freebsd-12-stable/contrib/unbound/compat/
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
101 j2 = x->input[2]; in chacha_encrypt_bytes()
125 x2 = j2; in chacha_encrypt_bytes()
151 x2 = PLUS(x2,j2); in chacha_encrypt_bytes()
/freebsd-12-stable/crypto/openssh/
Dchacha.c93 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local
102 j2 = x->input[2]; in chacha_encrypt_bytes()
126 x2 = j2; in chacha_encrypt_bytes()
152 x2 = PLUS(x2,j2); in chacha_encrypt_bytes()
DChangeLog9500 make with -j2 to use available CPUs.
/freebsd-12-stable/crypto/openssh/openbsd-compat/
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
103 j2 = x->input[2]; in chacha_encrypt_bytes()
127 x2 = j2; in chacha_encrypt_bytes()
153 x2 = PLUS(x2,j2); in chacha_encrypt_bytes()
/freebsd-12-stable/sys/crypto/chacha20/
Dchacha.c117 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local
126 j2 = x->input[2]; in chacha_encrypt_bytes()
150 x2 = j2; in chacha_encrypt_bytes()
176 x2 = PLUS(x2,j2); in chacha_encrypt_bytes()
/freebsd-12-stable/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/ref/
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
100 j2 = ctx->input[2]; in chacha20_encrypt_bytes()
127 x2 = j2; in chacha20_encrypt_bytes()
153 x2 = PLUS(x2, j2); in chacha20_encrypt_bytes()
/freebsd-12-stable/usr.bin/bmake/tests/execution/plus/
DMakefile.test4 @${MAKE} -f ${MAKEFILE} -j2 -n do-$@
/freebsd-12-stable/usr.bin/bmake/tests/execution/joberr/
DMakefile.test5 @-${MAKE} -f ${MAKEFILE} -j2 do-$@
/freebsd-12-stable/usr.bin/bmake/tests/shell/replace/
Dlegacy_test.sh15 TEST_2=-j2
/freebsd-12-stable/contrib/unbound/smallapp/
Dunbound-checkconf.c338 int i, j, i2, j2; in interfacechecks() local
387 for(j2=0; j2<num_resif[i2]; j2++) { in interfacechecks()
388 if(strcmp(resif[i][j], resif[i2][j2]) in interfacechecks()
394 if(strcmp(cfg->ifs[i2], resif[i2][j2]) != 0) in interfacechecks()
395 snprintf(info2, sizeof(info2), "address %s from interface: %s", resif[i2][j2], cfg->ifs[i2]); in interfacechecks()
/freebsd-12-stable/contrib/llvm-project/lld/COFF/
DChunks.cpp173 uint32_t j2 = (v >> 18) & 1; in applyBranch20T() local
175 or16(off + 2, (j1 << 13) | (j2 << 11) | ((v >> 1) & 0x7ff)); in applyBranch20T()
183 uint32_t j2 = ((~v >> 22) & 1) ^ s; in applyBranch24T() local
186 write16le(off + 2, (read16le(off + 2) & 0xd000) | (j1 << 13) | (j2 << 11) | ((v >> 1) & 0x7ff)); in applyBranch24T()
/freebsd-12-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
DArchHandler_arm.cpp403 uint32_t j2 = (instruction >> 27) & 0x1; in getDisplacementFromThumbBranch() local
407 uint32_t i2 = (j2 == s); in getDisplacementFromThumbBranch()
455 uint32_t j2 = (i2 == s); in setDisplacementInThumbBranch() local
456 uint32_t nextDisp = (j1 << 13) | (j2 << 11) | imm11; in setDisplacementInThumbBranch()
/freebsd-12-stable/contrib/googletest/googlemock/include/gmock/
Dgmock-generated-actions.h.pump294 $range j2 2..i
296 return DoAll(a1, DoAll($for j2, [[a$j2]]));
/freebsd-12-stable/contrib/gcc/config/s390/
Ds390.md5048 nihh\t%0,%j2
5049 nihl\t%0,%j2
5050 nilh\t%0,%j2
5051 nill\t%0,%j2
5071 nihh\t%0,%j2
5072 nihl\t%0,%j2
5073 nilh\t%0,%j2
5074 nill\t%0,%j2
5138 nilh\t%0,%j2
5139 nill\t%0,%j2
/freebsd-12-stable/contrib/binutils/bfd/
Delf32-arm.c5042 bfd_vma j2 = (lower_insn & (1 << 11)) >> 11; in elf32_arm_final_link_relocate() local
5044 bfd_vma i2 = j2 ^ s ? 0 : 1; in elf32_arm_final_link_relocate()
/freebsd-12-stable/crypto/heimdal/lib/sqlite/
Dsqlite3.c74888 int j1, j2, j3;
74902 j2 = sqlite3VdbeAddOp1(v, OP_NotNull, rRhsHasNull);
74907 sqlite3VdbeJumpHere(v, j2);
81519 int j2 = sqlite3VdbeCurrentAddr(v) + 3;
81520 sqlite3VdbeAddOp2(v, OP_Goto, 0, j2);
81522 sqlite3VdbeAddOp3(v, OP_SorterCompare, iSorter, j2, regRecord);
81535 const int j2 = sqlite3VdbeCurrentAddr(v) + 2;
81547 sqlite3VdbeAddOp4(v, OP_IsUnique, iIdx, j2, regRowid, pRegKey, P4_INT32);
87166 int j1, j2, j3, j4, j5;
87174 j2 = sqlite3VdbeAddOp0(v, OP_Rewind);
[all …]
/freebsd-12-stable/contrib/llvm-project/libcxx/include/
Dstring252 … basic_string& replace(const_iterator i1, const_iterator i2, InputIterator j1, InputIterator j2);
/freebsd-12-stable/contrib/gcc/config/rs6000/
Drs6000.md13611 "cr%q1 %E0,%j2,%j4"
13631 "cr%q1 %E0,%j2,%j4"
/freebsd-12-stable/contrib/ntp/
DCommitLog-4.1.02106 * configure.in: 4.0.99j2
/freebsd-12-stable/contrib/sqlite3/
Dsqlite3.c118439 int j1, j2, j3;
118441 j2 = sqlite3VdbeAddOp1(v, OP_If, regTemp); VdbeCoverage(v);
118446 sqlite3VdbeJumpHere(v, j2);
123884 int j2 = sqlite3VdbeGoto(v, 1);
123887 sqlite3VdbeAddOp4Int(v, OP_SorterCompare, iSorter, j2, regRecord,
123890 sqlite3VdbeJumpHere(v, j2);