Searched refs:j8 (Results 1 - 9 of 9) sorted by relevance
/third_party/FreeBSD/crypto/openssh/openbsd-compat/ |
H A D | chacha_private.h | 96 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15;
in chacha_encrypt_bytes() local 111 j8 = x->input[8];
in chacha_encrypt_bytes() 135 x8 = j8;
in chacha_encrypt_bytes() 161 x8 = PLUS(x8,j8);
in chacha_encrypt_bytes()
|
/third_party/libwebsockets/plugins/ssh-base/crypto/ |
H A D | chacha.c | 103 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local 118 j8 = x->input[8]; in chacha_encrypt_bytes() 142 x8 = j8; in chacha_encrypt_bytes() 168 x8 = PLUS(x8,j8); in chacha_encrypt_bytes()
|
/third_party/protobuf/kokoro/release/python/linux/ |
H A D | config.sh | 16 make -j8
|
/third_party/protobuf/kokoro/release/python/macos/ |
H A D | config.sh | 33 make -j8
|
/third_party/protobuf/python/release/wheel/ |
H A D | protobuf_optimized_pip.sh | 56 make -j8
|
/third_party/protobuf/ |
H A D | appveyor.bat | 16 mingw32-make -j8 all || goto error
|
/third_party/protobuf/protoc-artifacts/ |
H A D | build-protoc.sh | 284 cd src && make $MAKE_TARGET -j8 &&
|
/third_party/json/tests/src/ |
H A D | unit-conversions.cpp | 1436 json j8 = 2; variable 1440 CHECK_THROWS_WITH_AS((j8.get<std::map<int, int>>()), 1461 json j8 = 2; variable 1465 CHECK_THROWS_WITH_AS((j8.get<std::unordered_map<int, int>>()),
|
/third_party/ffmpeg/libpostproc/ |
H A D | postprocess_altivec_template.c | 243 j8 = 8 * stride, in doVertLowPass_altivec() local
|
Completed in 7 milliseconds