Home
last modified time | relevance | path

Searched refs:j12 (Results 1 – 10 of 10) sorted by relevance

/external/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
112 j12 = x->input[12]; in chacha_encrypt_bytes()
136 x12 = j12; in chacha_encrypt_bytes()
162 x12 = PLUS(x12,j12); in chacha_encrypt_bytes()
184 j12 = PLUSONE(j12); in chacha_encrypt_bytes()
185 if (!j12) { in chacha_encrypt_bytes()
211 x->input[12] = j12; in chacha_encrypt_bytes()
/external/openssh/openbsd-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
111 j12 = x->input[12]; in chacha_encrypt_bytes()
135 x12 = j12; in chacha_encrypt_bytes()
161 x12 = PLUS(x12,j12); in chacha_encrypt_bytes()
185 j12 = PLUSONE(j12); in chacha_encrypt_bytes()
186 if (!j12) { in chacha_encrypt_bytes()
212 x->input[12] = j12; in chacha_encrypt_bytes()
/external/libwebsockets/plugins/ssh-base/crypto/
Dchacha.c103 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local
122 j12 = x->input[12]; in chacha_encrypt_bytes()
146 x12 = j12; in chacha_encrypt_bytes()
172 x12 = PLUS(x12,j12); in chacha_encrypt_bytes()
194 j12 = PLUSONE(j12); in chacha_encrypt_bytes()
195 if (!j12) in chacha_encrypt_bytes()
220 x->input[12] = j12; in chacha_encrypt_bytes()
/external/grpc-grpc/tools/dockerfile/grpc_dist_proto/
DDockerfile33 make -j12 && make check && make install
39 make -j12 && make check && make install
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/grpc_dist_proto/
DDockerfile33 make -j12 && make check && make install
39 make -j12 && make check && make install
/external/google-fruit/extras/scripts/
Dpostsubmit.bat39 mingw32-make -j12 || exit /b 1
/external/protobuf/javanano/
DREADME.md379 - Run "make -j12 check" and verify all tests pass.
385 - "make -j12 aprotoc libprotobuf-java-2.3.0-nano aprotoc-test-nano-params NanoAndroidTest" and
393 - "make -j12" and check for build errors
/external/virglrenderer/perf-testing/Docker/
DDockerfile236 make -j12 vmlinux && \
248 make -j12 -C _build install && \
/external/llvm-project/polly/test/DependenceInfo/
Dreduction_sequence.ll287 %j12.0 = phi i64 [ 0, %bb100 ], [ %tmp106, %bb105 ]
288 %exitcond14 = icmp ne i64 %j12.0, 1024
298 %tmp106 = add nuw nsw i64 %j12.0, 1
/external/python/pybind11/.github/
DCONTRIBUTING.md108 * Use `cmake --build build -j12` to build with 12 cores (for example).