Searched refs:y15 (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/Analysis/ |
D | dead-stores.c | 257 int y15 = 4; in f22() local 279 ++y15; in f22() 360 (void)y15; in f22()
|
/external/llvm-project/clang/test/Analysis/ |
D | dead-stores.c | 269 int y15 = 4; in f22() local 291 ++y15; in f22() 374 (void)y15; in f22()
|
/external/rust/crates/ring/crypto/fipsmodule/aes/ |
D | aes_nohw.c | 538 aes_word_t y15 = aes_nohw_xor(t1, x5); in aes_nohw_sub_bytes() local 540 aes_word_t y6 = aes_nohw_xor(y15, x7); in aes_nohw_sub_bytes() 541 aes_word_t y10 = aes_nohw_xor(y15, t0); in aes_nohw_sub_bytes() 551 aes_word_t t2 = aes_nohw_and(y12, y15); in aes_nohw_sub_bytes() 595 aes_word_t z0 = aes_nohw_and(t44, y15); in aes_nohw_sub_bytes()
|
/external/llvm-project/polly/test/ForwardOpTree/ |
D | atax.ll | 10 %y15 = bitcast double* %y to i8* 11 call void @llvm.memset.p0i8.i64(i8* %y15, i8 0, i64 16800, i32 8, i1 false)
|
/external/boringssl/src/crypto/fipsmodule/aes/ |
D | aes_nohw.c | 536 aes_word_t y15 = aes_nohw_xor(t1, x5); in aes_nohw_sub_bytes() local 538 aes_word_t y6 = aes_nohw_xor(y15, x7); in aes_nohw_sub_bytes() 539 aes_word_t y10 = aes_nohw_xor(y15, t0); in aes_nohw_sub_bytes() 549 aes_word_t t2 = aes_nohw_and(y12, y15); in aes_nohw_sub_bytes() 593 aes_word_t z0 = aes_nohw_and(t44, y15); in aes_nohw_sub_bytes()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/aes/ |
D | aes_nohw.c | 536 aes_word_t y15 = aes_nohw_xor(t1, x5); in aes_nohw_sub_bytes() local 538 aes_word_t y6 = aes_nohw_xor(y15, x7); in aes_nohw_sub_bytes() 539 aes_word_t y10 = aes_nohw_xor(y15, t0); in aes_nohw_sub_bytes() 549 aes_word_t t2 = aes_nohw_and(y12, y15); in aes_nohw_sub_bytes() 593 aes_word_t z0 = aes_nohw_and(t44, y15); in aes_nohw_sub_bytes()
|
/external/aac/libFDK/src/ |
D | fft.cpp | 319 FIXP_DBL y10, y11, y12, y13, y14, y15, y16, y17, y18, y19; in fft10() local 429 y15 = (s3 - r4); in fft10() 448 x[s * 12 + 1] = (y13 + y15); in fft10() 450 x[s * 2 + 1] = (y13 - y15); in fft10()
|