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 | 984 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_esbr_postradixcompute2() local 1043 n33 = ixheaacd_sub32_sat(x_d, x_f); in ixheaacd_esbr_postradixcompute2() 1052 y3[h2 + 3] = n33; in ixheaacd_esbr_postradixcompute2() 1071 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_esbr_postradixcompute4() local 1147 n33 = ixheaacd_add32_sat(xl1_2, xl0_3); in ixheaacd_esbr_postradixcompute4() 1156 y3[h2 + 3] = n33; in ixheaacd_esbr_postradixcompute4() 1842 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_postradixcompute4() local 1918 n33 = ixheaacd_add32_sat(xl1_2, xl0_3); in ixheaacd_postradixcompute4() 1927 y3[h2 + 3] = n33; in ixheaacd_postradixcompute4() 1942 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_postradixcompute2() local [all …]
|
/external/libxaac/decoder/armv8/ |
D | ixheaacd_qmf_dec_armv8.c | 812 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_esbr_postradixcompute4() local 892 n33 = ixheaacd_add32_sat(xl1_2, xl0_3); in ixheaacd_esbr_postradixcompute4() 901 y3[h2 + 3] = n33; in ixheaacd_esbr_postradixcompute4()
|
/external/libxaac/decoder/ |
D | ixheaacd_aac_imdct.c | 2909 WORD32 n02, n12, n22, n32, n03, n13, n23, n33; in ixheaacd_fft32x32_ld_dec() local 3118 n33 = ixheaacd_add32_sat(xl1_2, xl0_3); in ixheaacd_fft32x32_ld_dec() 3128 n33 = ixheaacd_sub32_sat(x_d, x_f); in ixheaacd_fft32x32_ld_dec() 3138 y3[2 * h2 + 3] = n33; in ixheaacd_fft32x32_ld_dec()
|