Searched refs:nt (Results 1 - 25 of 127) sorted by relevance

123456

/external/clang/test/CodeGen/
H A D2003-11-19-AddressOfRegister.c7 int TEST(int nt) { argument
9 aa[nt].delta;
/external/compiler-rt/test/msan/
H A Ddtor-trivial.cpp32 NonTrivial *nt = new NonTrivial(); local
33 nt->~NonTrivial();
34 assert(__msan_test_shadow(nt, sizeof(*nt)) != -1);
/external/libhevc/common/
H A Dihevc_chroma_intra_pred_filters.c120 * @param[in] nt
139 WORD32 nt,
146 WORD32 total_samples = (4 * nt) + 1;
182 pu1_dst[(4 * nt)] = *pu1_top_left; // U top-left sample
183 pu1_dst[(4 * nt) + 1] = *(pu1_top_left + 1); // V top-left sample
188 for(i = 0, j = 0; i < (2 * nt); i += 2)
190 pu1_dst[(4 * nt) - 2 - i] = pu1_left[j * src_strd]; // U left samples
191 pu1_dst[(4 * nt) - 1 - i] = pu1_left[(j * src_strd) + 1]; // V left samples
198 for(i = (2 * nt), j = nt;
135 ihevc_intra_pred_chroma_ref_substitution(UWORD8 *pu1_top_left, UWORD8 *pu1_top, UWORD8 *pu1_left, WORD32 src_strd, WORD32 nt, WORD32 nbr_flags, UWORD8 *pu1_dst, WORD32 dst_strd) argument
467 ihevc_intra_pred_chroma_planar(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
555 ihevc_intra_pred_chroma_dc(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
659 ihevc_intra_pred_chroma_horz(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
721 ihevc_intra_pred_chroma_ver(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
781 ihevc_intra_pred_chroma_mode2(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
848 ihevc_intra_pred_chroma_mode_18_34(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
921 ihevc_intra_pred_chroma_mode_3_to_9(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
1010 ihevc_intra_pred_chroma_mode_11_to_17(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
1130 ihevc_intra_pred_chroma_mode_19_to_25(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
1238 ihevc_intra_pred_chroma_mode_27_to_33(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
[all...]
H A Dihevc_intra_pred_filters.c114 * @param[in] nt
131 WORD32 nt,
138 WORD32 two_nt = 2 * nt;
150 if(nt == 4)
159 for(i = 0; i < nt; i++)
164 for(i = nt; i < two_nt; i++)
169 ihevc_memcpy(&pu1_dst[two_nt + 1], pu1_top, nt);
173 ihevc_memcpy(&pu1_dst[two_nt + 1 + nt], pu1_top + nt, nt);
127 ihevc_intra_pred_luma_ref_subst_all_avlble(UWORD8 *pu1_top_left, UWORD8 *pu1_top, UWORD8 *pu1_left, WORD32 src_strd, WORD32 nt, WORD32 nbr_flags, UWORD8 *pu1_dst, WORD32 dst_strd) argument
201 ihevc_intra_pred_luma_ref_substitution(UWORD8 *pu1_top_left, UWORD8 *pu1_top, UWORD8 *pu1_left, WORD32 src_strd, WORD32 nt, WORD32 nbr_flags, UWORD8 *pu1_dst, WORD32 dst_strd) argument
654 ihevc_intra_pred_ref_filtering(UWORD8 *pu1_src, WORD32 nt, UWORD8 *pu1_dst, WORD32 mode, WORD32 strong_intra_smoothing_enable_flag) argument
771 ihevc_intra_pred_luma_planar(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
857 ihevc_intra_pred_luma_dc(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
973 ihevc_intra_pred_luma_horz(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
1053 ihevc_intra_pred_luma_ver(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
1131 ihevc_intra_pred_luma_mode2(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
1195 ihevc_intra_pred_luma_mode_18_34(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
1272 ihevc_intra_pred_luma_mode_3_to_9(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
1349 ihevc_intra_pred_luma_mode_11_to_17(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
1457 ihevc_intra_pred_luma_mode_19_to_25(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
1555 ihevc_intra_pred_luma_mode_27_to_33(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
[all...]
H A Dihevc_intra_pred.h53 WORD32 nt,
63 WORD32 nt,
71 WORD32 nt,
80 WORD32 nt,
89 WORD32 nt,
98 WORD32 nt,
107 WORD32 nt,
116 WORD32 nt,
125 WORD32 nt,
134 WORD32 nt,
[all...]
H A Dihevc_chroma_intra_pred.h47 WORD32 nt,
55 WORD32 nt,
63 WORD32 nt,
71 WORD32 nt,
79 WORD32 nt,
87 WORD32 nt,
95 WORD32 nt,
103 WORD32 nt,
111 WORD32 nt,
119 WORD32 nt,
[all...]
/external/libhevc/common/arm/
H A Dihevc_intra_ref_substitution_a9q.c90 * @param[in] nt
108 WORD32 nt,
115 WORD32 total_samples = (4 * nt) + 1;
151 pu1_dst[(4 * nt)] = *pu1_top_left; // U top-left sample
152 pu1_dst[(4 * nt) + 1] = *(pu1_top_left + 1); // V top-left sample
157 for(i = 0, j = 0; i < (2 * nt); i += 2)
159 pu1_dst[(4 * nt) - 2 - i] = pu1_left[j * src_strd]; // U left samples
160 pu1_dst[(4 * nt) - 1 - i] = pu1_left[(j * src_strd) + 1]; // V left samples
167 for(i = (2 * nt), j = nt;
104 ihevc_intra_pred_chroma_ref_substitution_a9q(UWORD8 *pu1_top_left, UWORD8 *pu1_top, UWORD8 *pu1_left, WORD32 src_strd, WORD32 nt, WORD32 nbr_flags, UWORD8 *pu1_dst, WORD32 dst_strd) argument
398 ihevc_intra_pred_luma_ref_substitution_a9q(UWORD8 *pu1_top_left, UWORD8 *pu1_top, UWORD8 *pu1_left, WORD32 src_strd, WORD32 nt, WORD32 nbr_flags, UWORD8 *pu1_dst, WORD32 dst_strd) argument
[all...]
H A Dihevc_intra_pred_chroma_planar.s63 @* @param[in] nt
81 @ word32 nt,
91 @ nt
113 ldr r4,[sp,#40] @loads nt
122 vdup.8 d2, r4 @nt
123 vdup.s16 q8, r4 @nt
125 sub r6, r4, #1 @nt-1
126 add r6, r0,r6,lsl #1 @2*(nt-1)
128 vdup.s16 d0, r7 @src[nt-1]
130 add r6, r4, r4,lsl #1 @3nt
[all...]
H A Dihevc_intra_pred_luma_dc.s63 @* @param[in] nt
81 @ word32 nt,
91 @ nt
109 ldr r4,[sp,#40] @loads nt
122 add r6, r0, r4 @&src[nt]
124 add r7, r0, r4, lsl #1 @&src[2nt]
126 add r8, r7, #1 @&src[2nt+1]
134 sub r9, r7, #1 @&src[2nt-1]
137 mov r7, r8 @r7 also stores 2nt+1
140 add r14, r14, r12 @src[2nt
[all...]
H A Dihevc_intra_pred_filters_neon_intr.c102 * @param[in] nt
121 WORD32 nt,
128 WORD32 total_samples = (4 * nt) + 1;
129 WORD32 two_nt = 2 * nt;
130 WORD32 three_nt = 3 * nt;
171 if(nt <= 8)
194 idx = nt * next;
202 idx = (nt * (next - 1)) + 1;
216 pu1_dst_const_nt += nt;
218 if(0 == (nt
117 ihevc_intra_pred_luma_ref_substitution_neonintr(UWORD8 *pu1_top_left, UWORD8 *pu1_top, UWORD8 *pu1_left, WORD32 src_strd, WORD32 nt, WORD32 nbr_flags, UWORD8 *pu1_dst, WORD32 dst_strd) argument
458 ihevc_intra_pred_ref_filtering_neonintr(UWORD8 *pu1_src, WORD32 nt, UWORD8 *pu1_dst, WORD32 mode, WORD32 strong_intra_smoothing_enable_flag) argument
663 ihevc_intra_pred_luma_planar_neonintr(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
898 ihevc_intra_pred_luma_dc_neonintr(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
1186 ihevc_intra_pred_luma_horz_neonintr(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
1418 ihevc_intra_pred_luma_ver_neonintr(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
1721 ihevc_intra_pred_luma_mode2_neonintr(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
1885 ihevc_intra_pred_luma_mode_18_34_neonintr(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
2098 ihevc_intra_pred_luma_mode_3_to_9_neonintr(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
2310 ihevc_intra_pred_luma_mode_11_to_17_neonintr(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
2572 ihevc_intra_pred_luma_mode_19_to_25_neonintr(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
2792 ihevc_intra_pred_luma_mode_27_to_33_neonintr(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
[all...]
H A Dihevc_intra_pred_luma_planar.s63 @* @param[in] nt
81 @ word32 nt,
91 @ nt
118 ldr r4,[sp,#40] @loads nt
127 vdup.8 d2, r4 @nt
128 vdup.s16 q8, r4 @nt
130 sub r6, r4, #1 @nt-1
133 vdup.s8 d0, r7 @src[nt-1]
135 add r6, r4, r4,lsl #1 @3nt
136 add r6, r6, #1 @3nt
[all...]
H A Dihevc_intra_pred_chroma_ver.s60 @* @param[in] nt
78 @ word32 nt,
87 @ nt
104 ldr r4,[sp,#40] @loads nt
105 lsl r5, r4, #2 @4nt
113 add r5, r5, #2 @2nt+2
114 add r6, r0, r5 @&src[2nt+1]
182 add r5, r5, #2 @2nt+2
183 add r6, r0, r5 @&src[2nt+1]
209 @lsl r5, r4, #2 @4nt
[all...]
H A Dihevc_intra_pred_chroma_dc.s63 @* @param[in] nt
81 @ word32 nt,
91 @ nt
109 ldr r4,[sp,#40] @loads nt
115 add r6, r0, r4,lsl #1 @&src[2nt]
118 add r7, r0, r4, lsl #2 @&src[4nt]
120 add r8, r7, #2 @&src[4nt+2]
123 beq dc_4 @nt=4 loop
127 vld2.s8 {d30,d31}, [r6]! @load from src[nt]
128 lsl r10,r4,#1 @2nt
[all...]
H A Dihevc_intra_pred_luma_vert.s60 @* @param[in] nt
78 @ word32 nt,
88 @ nt
105 ldr r4,[sp,#40] @loads nt
107 lsl r5, r4, #1 @2nt
113 add r5, r5, #1 @2nt+1
114 add r6, r0, r5 @&src[2nt+1]
176 add r6, r0, r5 @&src[2nt]
178 ldrb r11, [r6], #1 @src[2nt]
180 vdup.8 q11, r11 @src[2nt]
[all...]
/external/valgrind/none/tests/
H A Dshorts.c4 typedef struct { short ot; short ob; short nt; short nb; } Stuff; member in struct:__anon20264
10 short newtop = w->nt;
32 st.nt = 0;
/external/llvm/test/MC/Hexagon/
H A Dv60-vmem.s10 #CHECK: 294dc319 { v25 = vmem(r13++#3):nt }
12 v25=vmem(r13++#3):nt
30 #CHECK: 296ec411 { vmem(r14++#-4):nt = v17 }
32 vmem(r14++#-4):nt=v17
35 #CHECK: 29fec62f { if (!p0) vmem(r30++#-2):nt = v15 }
37 if (!p0) vmem(r30++#-2):nt=v15
40 #CHECK: 29f9c914 { if (p1) vmem(r25++#1):nt = v20 }
42 if (p1) vmem(r25++#1):nt=v20
55 #CHECK: 29c9c425 { if (!q0) vmem(r9++#-4):nt = v5 }
57 if (!q0) vmem(r9++#-4):nt
[all...]
/external/v8/test/mjsunit/
H A Dobject-toprimitive.js59 var nt = Number(ot); variable
60 assertEquals(42, nt);
70 var nt = Number(ot); variable
71 assertEquals(Number("foo"), nt);
102 var nt = Number(ot); variable
103 assertEquals(87, nt);
/external/libhevc/common/x86/
H A Dihevc_chroma_intra_pred_filters_sse42_intr.c108 * @param[in] nt
126 WORD32 nt,
139 switch(nt)
153 two_nt = 2 * nt;
154 three_nt = 3 * nt;
163 // pu1_ref[2 * (nt - 1)]
169 const_temp1_4x32b = _mm_set_epi16(pu1_ref[2 * (nt - 1) + 1], pu1_ref[2 * (nt - 1)], pu1_ref[2 * (nt - 1) + 1], pu1_ref[2 * (nt
122 ihevc_intra_pred_chroma_planar_sse42(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
276 ihevc_intra_pred_chroma_dc_sse42(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
[all...]
H A Dihevc_chroma_intra_pred_filters_ssse3_intr.c127 * @param[in] nt
145 WORD32 nt,
157 switch(nt)
171 two_nt = 2 * nt;
172 three_nt = 3 * nt;
181 // pu1_ref[2 * (nt - 1)]
187 const_temp1_4x32b = _mm_set_epi16(pu1_ref[2 * (nt - 1) + 1], pu1_ref[2 * (nt - 1)], pu1_ref[2 * (nt - 1) + 1], pu1_ref[2 * (nt
141 ihevc_intra_pred_chroma_planar_ssse3(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
297 ihevc_intra_pred_chroma_dc_ssse3(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
551 ihevc_intra_pred_chroma_horz_ssse3(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
691 ihevc_intra_pred_chroma_ver_ssse3(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
814 ihevc_intra_pred_chroma_mode2_ssse3(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
936 ihevc_intra_pred_chroma_mode_18_34_ssse3(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
1162 ihevc_intra_pred_chroma_mode_3_to_9_ssse3(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
1568 ihevc_intra_pred_chroma_mode_11_to_17_ssse3(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
1988 ihevc_intra_pred_chroma_mode_19_to_25_ssse3(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
2344 ihevc_intra_pred_chroma_mode_27_to_33_ssse3(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
[all...]
H A Dihevc_intra_pred_filters_sse42_intr.c106 * @param[in] nt
122 WORD32 nt,
129 WORD32 four_nt = 4 * nt;
142 filter_flag = gau1_intra_pred_ref_filter[mode] & (1 << (CTZ(nt) - 2));
151 if(nt == 4)
159 else if(nt == 8)
171 else if(nt == 16)
186 else if(nt == 32)
218 if((1 == strong_intra_smoothing_enable_flag) && (32 == nt))
221 abs_cond_top_flag = (abs(pu1_src[2 * nt]
121 ihevc_intra_pred_ref_filtering_sse42(UWORD8 *pu1_src, WORD32 nt, UWORD8 *pu1_dst, WORD32 mode, WORD32 strong_intra_smoothing_enable_flag) argument
397 ihevc_intra_pred_luma_dc_sse42(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
929 ihevc_intra_pred_luma_horz_sse42(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
1197 ihevc_intra_pred_luma_ver_sse42(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
1413 ihevc_intra_pred_luma_mode_3_to_9_sse42(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
1950 ihevc_intra_pred_luma_mode_11_to_17_sse42(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
2789 ihevc_intra_pred_luma_mode_19_to_25_sse42(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
3558 ihevc_intra_pred_luma_mode_27_to_33_sse42(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
[all...]
/external/clang/test/SemaCXX/
H A Dcxx0x-deleted-default-ctor.cpp11 non_trivial nt; // expected-note {{non-trivial default constructor}} member in union:bad_union
21 non_trivial nt; // expected-note {{non-trivial default constructor}} member in union:bad_anon::__anon2757
47 non_trivial nt; member in struct:good
57 const non_trivial nt; member in struct:good_const
H A Dcxx0x-nontrivial-union.cpp11 non_trivial nt; member in union:u
14 non_trivial nt; member in union:u2
17 u2() : nt() {}
31 non_trivial nt; member in union:s::__anon2778
/external/javassist/src/main/javassist/convert/
H A DTransformNewClass.java69 int nt = cp.getMethodrefNameAndType(index);
70 if (newMethodNTIndex != nt) {
71 newMethodNTIndex = nt;
72 newMethodIndex = cp.addMethodrefInfo(newClassIndex, nt);
H A DTransformFieldAccess.java68 int nt = cp.addNameAndTypeInfo(newFieldname,
71 cp.addClassInfo(newClassname), nt);
/external/clang/test/CXX/dcl.decl/dcl.meaning/
H A Dp1-0x.cpp42 template<typename T> extern int nt; // expected-note {{here}} expected-warning {{extension}}
95 template<typename T> int N::nt<T*>; member in class:inline_namespaces::N
96 template<> int N::nt<int>; member in class:inline_namespaces::N
97 template int N::nt<int*>; member in class:inline_namespaces::N
98 template int N::nt<char>; // expected-error {{undefined}} member in class:inline_namespaces::N

Completed in 1015 milliseconds

123456