Searched refs:n33 (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/Analysis/ |
D | pr22954.c | 700 struct nn n33 = {1, 2, 3, 4, 0}; in f33() local 701 n33.s2 = strdup("hello"); in f33() 703 …memcpy(n33.s1, input, 4); // expected-warning{{incompatible integer to pointer conversion passing … in f33() 704 clang_analyzer_eval(n33.i == 2); // expected-warning{{TRUE}} in f33() 705 clang_analyzer_eval(n33.j == 3); // expected-warning{{TRUE}} in f33() 706 clang_analyzer_eval(n33.k == 4); // expected-warning{{TRUE}} in f33() 707 clang_analyzer_eval(((char*)(n33.s1))[0] == 1); // expected-warning{{UNKNOWN}}\ in f33() 709 clang_analyzer_eval(((char*)(n33.s1))[1] == 1); // expected-warning{{UNKNOWN}}\ in f33() 711 clang_analyzer_eval(((char*)(n33.s1))[2] == 1); // expected-warning{{UNKNOWN}}\ in f33() 713 clang_analyzer_eval(((char*)(n33.s1))[3] == 1); // expected-warning{{UNKNOWN}}\ in f33() [all …]
|
/external/libxaac/decoder/generic/ |
D | ixheaacd_qmf_dec_generic.c | 848 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_esbr_postradixcompute2() local 910 n33 = ixheaacd_sub32_sat(x_d, x_f); in ixheaacd_esbr_postradixcompute2() 919 y3[h2 + 3] = n33; in ixheaacd_esbr_postradixcompute2() 938 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_esbr_postradixcompute4() local 1018 n33 = ixheaacd_add32_sat(xl1_2, xl0_3); in ixheaacd_esbr_postradixcompute4() 1027 y3[h2 + 3] = n33; in ixheaacd_esbr_postradixcompute4() 1687 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_postradixcompute4() local 1767 n33 = ixheaacd_add32_sat(xl1_2, xl0_3); in ixheaacd_postradixcompute4() 1776 y3[h2 + 3] = n33; in ixheaacd_postradixcompute4() 1791 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_postradixcompute2() local [all …]
|
/external/libxaac/decoder/armv8/ |
D | ixheaacd_qmf_dec_armv8.c | 693 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_esbr_postradixcompute4() local 773 n33 = xl1_2 + xl0_3; in ixheaacd_esbr_postradixcompute4() 782 y3[h2 + 3] = n33; in ixheaacd_esbr_postradixcompute4()
|
/external/libxaac/decoder/ |
D | ixheaacd_aac_imdct.c | 1959 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_fft32x32_ld_dec() local 2162 n33 = xl1_2 + xl0_3; in ixheaacd_fft32x32_ld_dec() 2172 n33 = x_d - x_f; in ixheaacd_fft32x32_ld_dec() 2182 y3[2 * h2 + 3] = n33; in ixheaacd_fft32x32_ld_dec()
|