Searched refs:new_elem (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/gcc/
H A Dread-rtl.c579 rtx elem, new_elem, original, x; local
604 new_elem = rtx_alloc (EXPR_LIST);
605 XEXP (new_elem, 1) = XEXP (elem, 1);
606 XEXP (elem, 1) = new_elem;
607 elem = new_elem;
/freebsd-11.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c22033 HashElem *new_elem; /* New element added to the pH */ local
22056 new_elem = (HashElem*)sqlite3Malloc( sizeof(HashElem) );
22057 if( new_elem==0 ) return data;
22058 new_elem->pKey = pKey;
22059 new_elem->nKey = nKey;
22060 new_elem->data = data;
22069 insertElement(pH, &pH->ht[h], new_elem);
22071 insertElement(pH, 0, new_elem);
120837 Fts3HashElem *new_elem; /* New element added to the pH */ local
[all...]
/freebsd-11.0-release/contrib/sqlite3/
H A Dsqlite3.c27098 HashElem *new_elem; /* New element added to the pH */ local
146560 Fts3HashElem *new_elem; /* New element added to the pH */ local
[all...]

Completed in 640 milliseconds