Searched refs:nt (Results 51 - 75 of 110) sorted by relevance

12345

/external/srec/srec/cfront/
H A Dsp_fft.c272 unsigned m, n, n2, n4, i, j, ii, nt; local
277 nt = (n >> 1) - 1;
278 pcos1 = (trigonomydata*) CALLOC(nt, sizeof(trigonomydata), "srfft.trigonomydata");
279 psin1 = (trigonomydata*) CALLOC(nt, sizeof(trigonomydata), "srfft.trigonomydata");
280 pcos2 = (trigonomydata*) CALLOC(nt, sizeof(trigonomydata), "srfft.trigonomydata");
281 psin2 = (trigonomydata*) CALLOC(nt, sizeof(trigonomydata), "srfft.trigonomydata");
282 pcos3 = (trigonomydata*) CALLOC(nt, sizeof(trigonomydata), "srfft.trigonomydata");
283 psin3 = (trigonomydata*) CALLOC(nt, sizeof(trigonomydata), "srfft.trigonomydata");
309 for (i = 0; i < nt; i++)
/external/elfutils/0.153/src/
H A Dmake-debug-archive.in95 if [ $force_kernel = no -a "$archive" -nt "$dep" ]; then
/external/javassist/src/main/javassist/expr/
H A DNewExpr.java223 ProceedForNew(CtClass nt, int ni, int mi) { argument
224 newType = nt;
/external/libhevc/common/arm/
H A Dihevc_intra_pred_chroma_mode_18_34.s63 @* @param[in] nt
81 @ word32 nt,
91 @ nt
H A Dihevc_intra_pred_luma_mode2.s63 @* @param[in] nt
81 @ word32 nt,
91 @ nt
109 ldr r4,[sp,#40] @loads nt
H A Dihevc_intra_pred_chroma_horz.s62 @* @param[in] nt
79 @ word32 nt,
101 ldr r4,[sp,#40] @loads nt
106 cmp r4,#4 @if nt == 4
109 cmp r4,#8 @if nt == 8
112 @cmp r4,#16 @if nt == 16
H A Dihevc_intra_pred_luma_horz.s62 @* @param[in] nt
79 @ word32 nt,
101 ldr r4,[sp,#40] @loads nt
107 cmp r4,#4 @if nt == 4
110 cmp r4,#8 @if nt == 8
113 cmp r4,#16 @if nt == 16
H A Dihevc_intra_pred_filters_luma_mode_11_to_17.s60 @* @param[in] nt
78 @ word32 nt,
88 @ nt
133 ldr r4,[sp,#40] @loads nt
151 add r6, sp, r4 @ref_temp + nt
153 mul r9, r4, r7 @nt*intra_pred_ang
155 sub r6, r6, #1 @ref_temp + nt - 1
157 add r1, r0, r4, lsl #1 @r1 = &src[2nt]
232 add r6, sp, r4 @ref_temp + nt
233 sub r6, r6, #2 @ref_temp + nt
[all...]
H A Dihevc_intra_pred_chroma_mode2.s63 @* @param[in] nt
81 @ word32 nt,
91 @ nt
109 ldr r4,[sp,#40] @loads nt
H A Dihevc_intra_pred_filters_chroma_mode_11_to_17.s60 @* @param[in] nt
78 @ word32 nt,
88 @ nt
127 ldr r4,[sp,#40] @loads nt
145 add r6, sp, r4, lsl #1 @ref_temp + 2 * nt
147 mul r9, r4, r7 @nt*intra_pred_ang
149 sub r6, r6, #2 @ref_temp + 2*nt - 2
151 add r1, r0, r4, lsl #2 @r1 = &src[4nt]
226 add r6, sp, r4, lsl #1 @ref_temp + 2 * nt
227 sub r6, r6, #4 @ref_temp + 2 * nt
[all...]
H A Dihevc_intra_pred_luma_mode_18_34.s63 @* @param[in] nt
81 @ word32 nt,
91 @ nt
H A Dihevc_intra_pred_luma_mode_3_to_9.s60 @* @param[in] nt
78 @ word32 nt,
88 @ nt
130 ldr r4,[sp,#40] @loads nt
175 add r1, r0, r4, lsl #1 @pu1_ref + nt
179 sub r1, r1, #9 @ref_main_idx + 2nt - (8 + 1)(two_nt - idx - row ) for 8 & 8 - 1row
498 add r6, r0, r4, lsl #1 @pu1_ref + 2nt
501 sub r6, r6, #9 @ref_main_idx + 2nt - (8 + 1)(two_nt - idx - row ) for 8 & 8 - 1row
/external/libnl/lib/route/
H A Dneightbl.c408 struct rtnl_neightbl *nt; local
413 nl_list_for_each_entry(nt, &cache->c_items, ce_list) {
414 if (!strcasecmp(nt->nt_name, name) &&
415 ((!ifindex && !nt->nt_parms.ntp_ifindex) ||
416 (ifindex && ifindex == nt->nt_parms.ntp_ifindex))) {
417 nl_object_get((struct nl_object *) nt);
418 return nt;
/external/chromium_org/third_party/speex/libspeex/
H A Dcb_search.c275 spx_word16_t **ot, **nt; local
330 nt=nt2;
420 nt[j][m]=ot[best_ntarget[j]][m];
441 target_update(nt[j]+subvect_size*(i+1), g, r+q, nsf-subvect_size*(i+1));
454 ot=nt;
455 nt=tmp2;
/external/speex/libspeex/
H A Dcb_search.c275 spx_word16_t **ot, **nt; local
330 nt=nt2;
420 nt[j][m]=ot[best_ntarget[j]][m];
441 target_update(nt[j]+subvect_size*(i+1), g, r+q, nsf-subvect_size*(i+1));
454 ot=nt;
455 nt=tmp2;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_texture.c47 struct nouveau_texture *nt = CALLOC_STRUCT(nouveau_texture); local
49 _mesa_initialize_texture_object(&nt->base, name, target);
51 return &nt->base;
57 struct nouveau_texture *nt = to_nouveau_texture(t); local
61 nouveau_surface_ref(NULL, &nt->surfaces[i]);
434 struct nouveau_texture *nt = to_nouveau_texture(t); local
441 if (nt->dirty) {
442 nt->dirty = GL_FALSE;
446 struct nouveau_surface *s = &nt->surfaces[i];
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_texture.c47 struct nouveau_texture *nt = CALLOC_STRUCT(nouveau_texture); local
49 _mesa_initialize_texture_object(&nt->base, name, target);
51 return &nt->base;
57 struct nouveau_texture *nt = to_nouveau_texture(t); local
61 nouveau_surface_ref(NULL, &nt->surfaces[i]);
434 struct nouveau_texture *nt = to_nouveau_texture(t); local
441 if (nt->dirty) {
442 nt->dirty = GL_FALSE;
446 struct nouveau_surface *s = &nt->surfaces[i];
/external/chromium_org/third_party/icu/source/common/
H A Dutrie2_builder.cpp329 NewTrieAndStatus *nt=(NewTrieAndStatus *)context; local
330 if(value!=nt->trie->initialValue) {
331 if(nt->exclusiveLimit) {
335 utrie2_set32(nt->trie, start, value, &nt->errorCode);
337 utrie2_setRange32(nt->trie, start, end, value, TRUE, &nt->errorCode);
339 return U_SUCCESS(nt->errorCode);
/external/icu/icu4c/source/common/
H A Dutrie2_builder.cpp329 NewTrieAndStatus *nt=(NewTrieAndStatus *)context; local
330 if(value!=nt->trie->initialValue) {
331 if(nt->exclusiveLimit) {
335 utrie2_set32(nt->trie, start, value, &nt->errorCode);
337 utrie2_setRange32(nt->trie, start, end, value, TRUE, &nt->errorCode);
339 return U_SUCCESS(nt->errorCode);
/external/javassist/src/main/javassist/bytecode/
H A DMethodInfo.java492 int nt = cp.getMethodrefNameAndType(mref);
494 int mref2 = cp.addMethodrefInfo(sc, nt);
H A DConstPool.java787 int nt = addNameAndTypeInfo(name, type);
788 return addFieldrefInfo(classInfo, nt);
826 int nt = addNameAndTypeInfo(name, type);
827 return addMethodrefInfo(classInfo, nt);
867 int nt = addNameAndTypeInfo(name, type);
868 return addInterfaceMethodrefInfo(classInfo, nt);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-earley-boyer.js3830 ind = function(nt, sc_nts_10) {
3836 if ((sc_isEqual((sc_nts_10[i]), nt)))
3850 var nt;
3861 (nt = (l.car));
3863 (sc_nts_13 = (((sc_member(nt, sc_nts_13))!== false)?sc_nts_13:(new sc_Pair(nt, sc_nts_13))));
3925 var nt;
3940 (nt = (l.car));
3941 (steps[sc_conf_18] = (ind(nt, nts)));
3942 (sc_i_17 = (ind(nt, nt
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-earley-boyer.js3830 ind = function(nt, sc_nts_10) {
3836 if ((sc_isEqual((sc_nts_10[i]), nt)))
3850 var nt;
3861 (nt = (l.car));
3863 (sc_nts_13 = (((sc_member(nt, sc_nts_13))!== false)?sc_nts_13:(new sc_Pair(nt, sc_nts_13))));
3925 var nt;
3940 (nt = (l.car));
3941 (steps[sc_conf_18] = (ind(nt, nts)));
3942 (sc_i_17 = (ind(nt, nt
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-earley-boyer.js3830 ind = function(nt, sc_nts_10) {
3836 if ((sc_isEqual((sc_nts_10[i]), nt)))
3850 var nt;
3861 (nt = (l.car));
3863 (sc_nts_13 = (((sc_member(nt, sc_nts_13))!== false)?sc_nts_13:(new sc_Pair(nt, sc_nts_13))));
3925 var nt;
3940 (nt = (l.car));
3941 (steps[sc_conf_18] = (ind(nt, nts)));
3942 (sc_i_17 = (ind(nt, nt
[all...]
/external/chromium_org/v8/benchmarks/
H A Dearley-boyer.js3836 ind = function(nt, sc_nts_10) {
3842 if ((sc_isEqual((sc_nts_10[i]), nt)))
3856 var nt;
3867 (nt = (l.car));
3869 (sc_nts_13 = (((sc_member(nt, sc_nts_13))!== false)?sc_nts_13:(new sc_Pair(nt, sc_nts_13))));
3931 var nt;
3946 (nt = (l.car));
3947 (steps[sc_conf_18] = (ind(nt, nts)));
3948 (sc_i_17 = (ind(nt, nt
[all...]

Completed in 4923 milliseconds

12345