Searched refs:y18 (Results 1 – 6 of 6) sorted by relevance
/external/clang/test/Analysis/ |
D | dead-stores.c | 260 int y18 = 4; in f22() local 282 ++y18; in f22() 380 (void)y18; in f22()
|
/external/llvm-project/clang/test/Analysis/ |
D | dead-stores.c | 272 int y18 = 4; in f22() local 294 ++y18; in f22() 394 (void)y18; in f22()
|
/external/aac/libFDK/src/ |
D | fft.cpp | 319 FIXP_DBL y10, y11, y12, y13, y14, y15, y16, y17, y18, y19; in fft10() local 422 y18 = (r1 - s2); in fft10() 452 x[s * 16] = (y16 + y18); in fft10() 454 x[s * 6] = (y16 - y18); in fft10()
|
/external/rust/crates/ring/crypto/fipsmodule/aes/ |
D | aes_nohw.c | 548 aes_word_t y18 = aes_nohw_xor(x0, y16); in aes_nohw_sub_bytes() local 573 aes_word_t t24 = aes_nohw_xor(t20, y18); in aes_nohw_sub_bytes()
|
/external/boringssl/src/crypto/fipsmodule/aes/ |
D | aes_nohw.c | 546 aes_word_t y18 = aes_nohw_xor(x0, y16); in aes_nohw_sub_bytes() local 571 aes_word_t t24 = aes_nohw_xor(t20, y18); in aes_nohw_sub_bytes()
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/aes/ |
D | aes_nohw.c | 546 aes_word_t y18 = aes_nohw_xor(x0, y16); in aes_nohw_sub_bytes() local 571 aes_word_t t24 = aes_nohw_xor(t20, y18); in aes_nohw_sub_bytes()
|