| /freebsd-13-stable/crypto/openssl/crypto/modes/asm/ |
| HD | ghashv8-armx.pl | 411 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-13-stable/usr.bin/bmake/tests/execution/empty/ |
| HD | Makefile.test | 6 @${MAKE} -f ${MAKEFILE} -j2 do-$@ 7 @${MAKE} -f ${MAKEFILE} -j2 -B do-$@
|
| /freebsd-13-stable/usr.bin/bmake/tests/execution/ellipsis/ |
| HD | Makefile.test | 6 @${MAKE} -f ${MAKEFILE} -j2 do-$@ 7 @${MAKE} -f ${MAKEFILE} -j2 -B do-$@
|
| /freebsd-13-stable/sys/contrib/device-tree/src/sh/ |
| HD | j2_mimas_v2.dts | 5 compatible = "jcore,j2-soc"; 19 compatible = "jcore,j2";
|
| /freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_core/salsa/ref/ |
| HD | 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 32 j2 = x2 = LOAD32_LE(k + 4); in crypto_core_salsa() 81 STORE32_LE(out + 8, x2 + j2); in crypto_core_salsa()
|
| /freebsd-13-stable/crypto/openssh/ |
| HD | 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 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()
|
| HD | ChangeLog | 4021 Don't use make -j2.
|
| /freebsd-13-stable/crypto/openssh/openbsd-compat/ |
| HD | 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 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-13-stable/contrib/unbound/compat/ |
| HD | 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 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-13-stable/sys/crypto/chacha20/ |
| HD | chacha.c | 115 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local 124 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-13-stable/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/ref/ |
| HD | 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 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-13-stable/usr.bin/bmake/tests/execution/plus/ |
| HD | Makefile.test | 3 @${MAKE} -f ${MAKEFILE} -j2 -n do-$@
|
| /freebsd-13-stable/usr.bin/bmake/tests/execution/joberr/ |
| HD | Makefile.test | 4 @-${MAKE} -f ${MAKEFILE} -j2 do-$@
|
| /freebsd-13-stable/usr.bin/bmake/tests/shell/replace/ |
| HD | legacy_test.sh | 14 TEST_2=-j2
|
| /freebsd-13-stable/contrib/bmake/unit-tests/ |
| HD | job-output-long-lines.mk | 17 .MAKEFLAGS: -j2
|
| /freebsd-13-stable/contrib/unbound/smallapp/ |
| HD | unbound-checkconf.c | 342 int i, j, i2, j2; in interfacechecks() local 391 for(j2=0; j2<num_resif[i2]; j2++) { in interfacechecks() 392 if(strcmp(resif[i][j], resif[i2][j2]) in interfacechecks() 398 if(strcmp(cfg->ifs[i2], resif[i2][j2]) != 0) in interfacechecks() 399 snprintf(info2, sizeof(info2), "address %s from interface: %s", resif[i2][j2], cfg->ifs[i2]); in interfacechecks()
|
| /freebsd-13-stable/contrib/llvm-project/lld/COFF/ |
| HD | Chunks.cpp | 192 uint32_t j2 = (v >> 18) & 1; in applyBranch20T() local 194 or16(off + 2, (j1 << 13) | (j2 << 11) | ((v >> 1) & 0x7ff)); in applyBranch20T() 202 uint32_t j2 = ((~v >> 22) & 1) ^ s; in applyBranch24T() local 205 write16le(off + 2, (read16le(off + 2) & 0xd000) | (j1 << 13) | (j2 << 11) | ((v >> 1) & 0x7ff)); in applyBranch24T()
|
| /freebsd-13-stable/contrib/llvm-project/libcxx/include/ |
| HD | string | 274 …lace(const_iterator i1, const_iterator i2, InputIterator j1, InputIterator j2); // constexpr since…
|
| /freebsd-13-stable/contrib/ntp/ |
| HD | CommitLog-4.1.0 | 2106 * configure.in: 4.0.99j2
|
| /freebsd-13-stable/contrib/sqlite3/ |
| HD | sqlite3.c | 119707 int j1, j2, j3; 119709 j2 = sqlite3VdbeAddOp1(v, OP_If, regTemp); VdbeCoverage(v); 119714 sqlite3VdbeJumpHere(v, j2); 125180 int j2 = sqlite3VdbeGoto(v, 1); 125183 sqlite3VdbeAddOp4Int(v, OP_SorterCompare, iSorter, j2, regRecord, 125186 sqlite3VdbeJumpHere(v, j2);
|