HomeSort by relevance Sort by last modified time
    Searched refs:nt (Results 1 - 25 of 153) sorted by null

1 2 3 4 5 6 7

  /external/clang/test/CodeGen/
2003-11-19-AddressOfRegister.c 7 int TEST(int nt) {
9 aa[nt].delta;
  /external/libhevc/common/arm/
ihevc_intra_ref_substitution_a9q.c 90 * @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; i < (4 * nt); i += 2
    [all...]
ihevc_intra_pred_chroma_planar.s 63 @* @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...]
ihevc_intra_pred_luma_dc.s 63 @* @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+1] + src[2nt-1
    [all...]
ihevc_intra_pred_filters_neon_intr.c 102 * @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 & 7)
    [all...]
ihevc_intra_pred_luma_planar.s 63 @* @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...]
  /external/libhevc/common/
ihevc_chroma_intra_pred_filters.c 120 * @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; i < (4 * nt); i += 2
    [all...]
ihevc_intra_pred_filters.c 114 * @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);
    [all...]
ihevc_intra_pred.h 53 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...]
ihevc_chroma_intra_pred.h 47 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...]
  /ndk/sources/cxx-stl/gabi++/src/
delete.cc 55 void operator delete[](void* ptr, const std::nothrow_t &nt) _GABIXX_NOEXCEPT
57 ::operator delete(ptr, nt);
  /external/valgrind/main/none/tests/
shorts.c 4 typedef struct { short ot; short ob; short nt; short nb; } Stuff; member in struct:__anon16914
10 short newtop = w->nt;
32 st.nt = 0;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
libc_override_redefine.h 56 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/
libc_override_redefine.h 56 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);
libc_override_gcc_and_weak.h 64 void* operator new(size_t size, const std::nothrow_t& nt) __THROW
66 void* operator new[](size_t size, const std::nothrow_t& nt) __THROW
68 void operator delete(void* p, const std::nothrow_t& nt) __THROW
70 void operator delete[](void* p, const std::nothrow_t& nt) __THROW
  /cts/tools/dasm/src/java_cup/
non_terminal.java 99 * the given string as a base for the name (or "NT$" if null is passed).
104 if (prefix == null) prefix = "NT$";
122 non_terminal nt; local
135 nt = (non_terminal)e.nextElement();
138 if (!nt.nullable())
140 if (nt.looks_nullable())
142 nt._nullable = true;
167 non_terminal nt; local
180 nt = (non_terminal)n.nextElement();
183 for (p = nt.productions(); p.hasMoreElements();
    [all...]
  /external/libhevc/common/x86/
ihevc_chroma_intra_pred_filters_sse42_intr.c 108 * @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 - 1)]
    [all...]
ihevc_chroma_intra_pred_filters_ssse3_intr.c 127 * @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 - 1)]
    [all...]
  /external/openssl/crypto/bio/
bf_nbio.c 104 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->lwn=0
    [all...]
  /external/chromium_org/build/linux/
dump_app_syms 30 if [ ! -e "$OUTFILE" -o "$INFILE" -nt "$OUTFILE" ]; then
  /external/clang/test/SemaCXX/
cxx0x-deleted-default-ctor.cpp 11 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::__anon2970
47 non_trivial nt; member in struct:good
57 const non_trivial nt; member in struct:good_const
  /external/javassist/src/main/javassist/convert/
TransformNewClass.java 69 int nt = cp.getMethodrefNameAndType(index); local
70 if (newMethodNTIndex != nt) {
71 newMethodNTIndex = nt;
72 newMethodIndex = cp.addMethodrefInfo(newClassIndex, nt);
  /external/clang/test/CXX/dcl.decl/dcl.meaning/
p1-0x.cpp 42 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/
memset.S 172 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 .L1
    [all...]
  /external/chromium_org/chrome/tools/build/mac/
dump_product_syms 67 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 839 milliseconds

1 2 3 4 5 6 7