Searched refs:j2 (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/usr.bin/bmake/tests/execution/plus/
H A DMakefile.test4 @${MAKE} -f ${MAKEFILE} -j2 -n do-$@
/freebsd-11-stable/usr.bin/bmake/tests/shell/replace/
H A Dlegacy_test.sh15 TEST_2=-j2
/freebsd-11-stable/usr.bin/bmake/tests/execution/empty/
H A DMakefile.test7 @${MAKE} -f ${MAKEFILE} -j2 do-$@
8 @${MAKE} -f ${MAKEFILE} -j2 -B do-$@
/freebsd-11-stable/usr.bin/bmake/tests/execution/joberr/
H A DMakefile.test5 @-${MAKE} -f ${MAKEFILE} -j2 do-$@
/freebsd-11-stable/usr.bin/bmake/tests/execution/ellipsis/
H A DMakefile.test7 @${MAKE} -f ${MAKEFILE} -j2 do-$@
8 @${MAKE} -f ${MAKEFILE} -j2 -B do-$@
/freebsd-11-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
101 j2 = x->input[2];
125 x2 = j2;
151 x2 = PLUS(x2,j2);
/freebsd-11-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
102 j2 = x->input[2];
126 x2 = j2;
152 x2 = PLUS(x2,j2);
/freebsd-11-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
101 j2 = x->input[2];
125 x2 = j2;
151 x2 = PLUS(x2,j2);
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
H A DChunks.cpp167 uint32_t j2 = (v >> 18) & 1; local
169 or16(off + 2, (j1 << 13) | (j2 << 11) | ((v >> 1) & 0x7ff));
177 uint32_t j2 = ((~v >> 22) & 1) ^ s; local
180 write16le(off + 2, (read16le(off + 2) & 0xd000) | (j1 << 13) | (j2 << 11) | ((v >> 1) & 0x7ff));
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DArchHandler_arm.cpp403 uint32_t j2 = (instruction >> 27) & 0x1; local
407 uint32_t i2 = (j2 == s);
455 uint32_t j2 = (i2 == s); local
456 uint32_t nextDisp = (j1 << 13) | (j2 << 11) | imm11;
/freebsd-11-stable/contrib/binutils/bfd/
H A Delf32-arm.c5042 bfd_vma j2 = (lower_insn & (1 << 11)) >> 11; local
5044 bfd_vma i2 = j2 ^ s ? 0 : 1;
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c74888 int j1, j2, j3; local
81519 int j2 = sqlite3VdbeCurrentAddr(v) + 3; local
81535 const int j2 = sqlite3VdbeCurrentAddr(v) + 2; local
87166 int j1, j2, j3, j4, j5; local
88035 int j2 = 0, j3; /* Addresses of jump instructions */ local
94291 int j1, j2; local
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c110020 int j1, j2, j3; local
115069 int j2 = sqlite3VdbeGoto(v, 1); local
[all...]

Completed in 1083 milliseconds