Home
last modified time | relevance | path

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

/freebsd-13-stable/crypto/openssl/crypto/modes/asm/
HDghashv8-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-13-stable/usr.bin/bmake/tests/execution/empty/
HDMakefile.test6 @${MAKE} -f ${MAKEFILE} -j2 do-$@
7 @${MAKE} -f ${MAKEFILE} -j2 -B do-$@
/freebsd-13-stable/usr.bin/bmake/tests/execution/ellipsis/
HDMakefile.test6 @${MAKE} -f ${MAKEFILE} -j2 do-$@
7 @${MAKE} -f ${MAKEFILE} -j2 -B do-$@
/freebsd-13-stable/sys/contrib/device-tree/src/sh/
HDj2_mimas_v2.dts5 compatible = "jcore,j2-soc";
19 compatible = "jcore,j2";
/freebsd-13-stable/sys/contrib/libsodium/src/libsodium/crypto_core/salsa/ref/
HDcore_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-13-stable/crypto/openssh/
HDchacha.c92 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()
HDChangeLog4021 Don't use make -j2.
/freebsd-13-stable/crypto/openssh/openbsd-compat/
HDchacha_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-13-stable/contrib/unbound/compat/
HDchacha_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-13-stable/sys/crypto/chacha20/
HDchacha.c115 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/
HDchacha20_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-13-stable/usr.bin/bmake/tests/execution/plus/
HDMakefile.test3 @${MAKE} -f ${MAKEFILE} -j2 -n do-$@
/freebsd-13-stable/usr.bin/bmake/tests/execution/joberr/
HDMakefile.test4 @-${MAKE} -f ${MAKEFILE} -j2 do-$@
/freebsd-13-stable/usr.bin/bmake/tests/shell/replace/
HDlegacy_test.sh14 TEST_2=-j2
/freebsd-13-stable/contrib/bmake/unit-tests/
HDjob-output-long-lines.mk17 .MAKEFLAGS: -j2
/freebsd-13-stable/contrib/unbound/smallapp/
HDunbound-checkconf.c342 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/
HDChunks.cpp192 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/
HDstring274 …lace(const_iterator i1, const_iterator i2, InputIterator j1, InputIterator j2); // constexpr since…
/freebsd-13-stable/contrib/ntp/
HDCommitLog-4.1.02106 * configure.in: 4.0.99j2
/freebsd-13-stable/contrib/sqlite3/
HDsqlite3.c119707 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);