Searched refs:new2 (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dmsgmerge-19173 tmpfiles="$tmpfiles mm-test19.tmp.po mm-test19.new2.po"
177 tr -d '\r' < mm-test19.tmp.po > mm-test19.new2.po
220 ${DIFF} mm-test19.ok2 mm-test19.new2.po
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/vq/
H A Dvqgen.c343 float *new2; local
372 new2=_ogg_malloc(sizeof(float)*v->entries*v->elements);
518 if(vN(new2,j)[k]<ppt[k])vN(new2,j)[k]=ppt[k];
524 vN(new2,j)[k]=ppt[k];
545 _now(v,j)[k]=(vN(new,j)[k]+vN(new2,j)[k])/2.f;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dmempolicy.c1433 struct sp_node *n, *new2 = NULL; local
1449 if (!new2) {
1451 new2 = sp_alloc(end, n->end, n->policy);
1452 if (!new2)
1457 sp_insert(sp, new2);
1458 new2 = NULL;
1470 if (new2) {
1471 mpol_free(new2->policy);
1472 kmem_cache_free(sn_cache, new2);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_lsa.c1603 struct ospf_lsa *new2;
1622 new2 = ospf_lsa_dup(lsa);
1625 new2->data->type = OSPF_AS_NSSA_LSA;
1630 SET_FLAG(new2->data->options, OSPF_OPTION_NP);
1656 ospf_lsa_discard(new2);
1662 ospf_lsa_checksum (new2->data);
1665 ospf_lsa_install (NULL, new2); /* Remove Old, Lock New = 2 */
1668 ospf_flood_through_as (NULL, new2); /* all attached NSSA's, no AS/STUBs */
1592 struct ospf_lsa *new2; local

Completed in 128 milliseconds