Searched refs:new_cons (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/src/
H A Dkeyword-list.cc52 Keyword_List *new_cons = new Keyword_List (list->first()); local
53 *lastp = new_cons;
54 lastp = &new_cons->rest();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bnx2x/
H A Dbnx2x_cmn.c26 u16 bd_idx = TX_BD(tx_buf->first_bd), new_cons; local
48 new_cons = nbd + tx_buf->first_bd;
80 return new_cons;

Completed in 51 milliseconds