Searched refs:j14 (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | chacha.c | 93 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local 114 j14 = x->input[14]; in chacha_encrypt_bytes() 138 x14 = j14; in chacha_encrypt_bytes() 164 x14 = PLUS(x14,j14); in chacha_encrypt_bytes()
|
/external/openssh/openbsd-compat/ |
D | chacha_private.h | 92 u32 j0, j1, j2, j3, j4, j5, j6, j7, j8, j9, j10, j11, j12, j13, j14, j15; in chacha_encrypt_bytes() local 113 j14 = x->input[14]; in chacha_encrypt_bytes() 137 x14 = j14; in chacha_encrypt_bytes() 163 x14 = PLUS(x14,j14); in chacha_encrypt_bytes()
|
/external/libwebsockets/plugins/ssh-base/crypto/ |
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 124 j14 = x->input[14]; in chacha_encrypt_bytes() 148 x14 = j14; in chacha_encrypt_bytes() 174 x14 = PLUS(x14,j14); in chacha_encrypt_bytes()
|
/external/llvm-project/polly/test/ScopInfo/ |
D | assume_gep_bounds_many.ll | 396 %j14.0 = phi i64 [ 0, %bb162 ], [ %tmp195, %bb194 ] 397 %tmp164 = icmp slt i64 %j14.0, %n5_b 417 %tmp172 = add nuw nsw i64 %i13.0, %j14.0 426 %tmp181 = mul nsw i64 %j14.0, %tmp180 451 %tmp195 = add nuw nsw i64 %j14.0, 1
|
/external/llvm-project/polly/test/DependenceInfo/ |
D | reduction_sequence.ll | 320 %j14.0 = phi i64 [ 0, %bb112 ], [ %tmp118, %bb117 ] 321 %exitcond12 = icmp ne i64 %j14.0, 1024 331 %tmp118 = add nuw nsw i64 %j14.0, 1
|