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

12345

/external/clang/test/CodeGen/
H A D2003-11-19-AddressOfRegister.c7 int TEST(int nt) { argument
9 aa[nt].delta;
/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
662 ihevc_intra_pred_luma_planar_neonintr(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
897 ihevc_intra_pred_luma_dc_neonintr(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
1185 ihevc_intra_pred_luma_horz_neonintr(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
1417 ihevc_intra_pred_luma_ver_neonintr(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
1720 ihevc_intra_pred_luma_mode2_neonintr(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
1884 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
2097 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
2309 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
2571 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
2791 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...]
/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
609 ihevc_intra_pred_ref_filtering(UWORD8 *pu1_src, WORD32 nt, UWORD8 *pu1_dst, WORD32 mode, WORD32 strong_intra_smoothing_enable_flag) argument
726 ihevc_intra_pred_luma_planar(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
812 ihevc_intra_pred_luma_dc(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
928 ihevc_intra_pred_luma_horz(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
1008 ihevc_intra_pred_luma_ver(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
1086 ihevc_intra_pred_luma_mode2(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
1150 ihevc_intra_pred_luma_mode_18_34(UWORD8 *pu1_ref, WORD32 src_strd, UWORD8 *pu1_dst, WORD32 dst_strd, WORD32 nt, WORD32 mode) argument
1227 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
1304 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
1412 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
1510 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/valgrind/main/none/tests/
H A Dshorts.c4 typedef struct { short ot; short ob; short nt; short nb; } Stuff; member in struct:__anon33248
10 short newtop = w->nt;
32 st.nt = 0;
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dlibc_override_redefine.h56 void* operator new(size_t size, const std::nothrow_t& nt) __THROW {
57 return tc_new_nothrow(size, nt);
59 void* operator new[](size_t size, const std::nothrow_t& nt) __THROW {
60 return tc_newarray_nothrow(size, nt);
62 void operator delete(void* ptr, const std::nothrow_t& nt) __THROW {
63 return tc_delete_nothrow(ptr, nt);
65 void operator delete[](void* ptr, const std::nothrow_t& nt) __THROW {
66 return tc_deletearray_nothrow(ptr, nt);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dlibc_override_redefine.h56 void* operator new(size_t size, const std::nothrow_t& nt) __THROW {
57 return tc_new_nothrow(size, nt);
59 void* operator new[](size_t size, const std::nothrow_t& nt) __THROW {
60 return tc_newarray_nothrow(size, nt);
62 void operator delete(void* ptr, const std::nothrow_t& nt) __THROW {
63 return tc_delete_nothrow(ptr, nt);
65 void operator delete[](void* ptr, const std::nothrow_t& nt) __THROW {
66 return tc_deletearray_nothrow(ptr, nt);
/external/chromium_org/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...]
/external/openssl/crypto/bio/
H A Dbf_nbio.c104 NBIO_TEST *nt; local
106 if (!(nt=(NBIO_TEST *)OPENSSL_malloc(sizeof(NBIO_TEST)))) return(0);
107 nt->lrn= -1;
108 nt->lwn= -1;
109 bi->ptr=(char *)nt;
161 NBIO_TEST *nt; local
168 nt=(NBIO_TEST *)b->ptr;
173 if (nt->lwn > 0)
175 num=nt->lwn;
176 nt
[all...]
/external/chromium_org/build/linux/
H A Ddump_app_syms30 if [ ! -e "$OUTFILE" -o "$INFILE" -nt "$OUTFILE" ]; then
/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::__anon19265
47 non_trivial nt; member in struct:good
57 const non_trivial nt; member in struct:good_const
/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);
/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
/external/linux-tools-perf/perf-3.12.0/arch/hexagon/lib/
H A Dmemset.S172 if (r2==#0) jump:nt .L1
177 if (p0.new) jump:nt .L3
192 if (!p0.new) jump:nt .L8
204 if (!p0.new) jump:nt .L10
210 if (p0.new) jump:nt .L1
215 if (!p0.new) jump:nt .L12
221 if (p0.new) jump:nt .L1
226 if (!p0.new) jump:nt .L14
229 if (r3==#0) jump:nt .L17
235 if (r3==#0) jump:nt
[all...]
/external/chromium_org/chrome/tools/build/mac/
H A Ddump_product_syms67 if [[ "${original_sym_path}" -nt "${variant_sym_path}" ]]; then
150 if [ "${DWARF_PATH}" -nt "${BPAD_SYM_PATH}" -o \
151 "${SRC_PATH}" -nt "${BPAD_SYM_PATH}" ] ; then
182 if [ "${DWARF_PATH}" -nt "${DSYM_TAR_PATH}" ] ; then

Completed in 2720 milliseconds

12345