Searched refs:j7 (Results 1 - 4 of 4) 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 110 j7 = x->input[7];
in chacha_encrypt_bytes() 134 x7 = j7;
in chacha_encrypt_bytes() 160 x7 = PLUS(x7,j7);
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 117 j7 = x->input[7]; in chacha_encrypt_bytes() 141 x7 = j7; in chacha_encrypt_bytes() 167 x7 = PLUS(x7,j7); in chacha_encrypt_bytes()
|
/third_party/json/tests/src/ |
H A D | unit-conversions.cpp | 1435 json j7 = {0, 1, 2, 3}; variable 1437 CHECK_THROWS_WITH_AS((j7.get<std::map<int, int>>()), 1460 json j7 = {0, 1, 2, 3}; variable 1462 CHECK_THROWS_WITH_AS((j7.get<std::unordered_map<int, int>>()),
|
/third_party/ffmpeg/libpostproc/ |
H A D | postprocess_altivec_template.c | 97 j7 = 7 * stride; in vertClassify_altivec() local 242 j7 = 7 * stride, in doVertLowPass_altivec() local
|
Completed in 7 milliseconds