Searched refs:j9 (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 112 j9 = x->input[9];
in chacha_encrypt_bytes() 136 x9 = j9;
in chacha_encrypt_bytes() 162 x9 = PLUS(x9,j9);
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 119 j9 = x->input[9]; in chacha_encrypt_bytes() 143 x9 = j9; in chacha_encrypt_bytes() 169 x9 = PLUS(x9,j9); in chacha_encrypt_bytes()
|
/third_party/json/tests/src/ |
H A D | unit-conversions.cpp | 1446 json j9 = {{0, 1, 2}, {1, 2, 3}, {2, 3, 4}}; variable 1447 m2 = j9.get<std::map<int, int>>(); 1471 json j9{{0, 1, 2}, {1, 2, 3}, {2, 3, 4}}; 1472 m2 = j9.get<std::unordered_map<int, int>>();
|
/third_party/ffmpeg/libpostproc/ |
H A D | postprocess_altivec_template.c | 244 j9 = 9 * stride; in doVertLowPass_altivec() local
|
Completed in 7 milliseconds