Searched refs:np2 (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/sys/fs/nwfs/
H A Dnwfs_node.h68 #define NWCMPN(np1,np2) NWCMPF(&(np1)->n_fid, &(np2)->n_fid)
/freebsd-9.3-release/tools/regression/geom/ConfCmp/
H A DConfCmp.c233 struct node *np1, *np2; local
244 np2 = LIST_NEXT(np1, siblings);
245 if (np2 == NULL)
247 if (strcmp(sbuf_data(np1->key), sbuf_data(np2->key)) > 0) {
248 LIST_REMOVE(np2, siblings);
249 LIST_INSERT_BEFORE(np1, np2, siblings);
253 np1 = np2;
/freebsd-9.3-release/usr.bin/gprof/
H A Dprintgprof.c273 register nltype *np2 = *npp2; local
277 - ( np2 -> propself + np2 -> propchild );
284 if ( np2 -> name == 0 && np2 -> cycleno != 0 )
288 if ( np2 -> name == 0 )
290 if ( *(np1 -> name) != '_' && *(np2 -> name) == '_' )
292 if ( *(np1 -> name) == '_' && *(np2 -> name) != '_' )
294 if ( np1 -> ncall > np2 -> ncall )
296 if ( np1 -> ncall < np2
[all...]
/freebsd-9.3-release/sys/fs/smbfs/
H A Dsmbfs_node.c160 struct smbnode *np, *np2, *dnp; local
260 LIST_FOREACH(np2, nhpp, n_hash) {
261 if (np2->n_parent != dvp ||
262 np2->n_nmlen != nmlen || bcmp(name, np2->n_name, nmlen) != 0)
/freebsd-9.3-release/contrib/gcc/
H A Dreal.c2272 int np2;
2286 np2 = SIGNIFICAND_BITS - fmt->p * fmt->log2_b;
2288 clear_significand_below (r, np2);
2326 int p2, np2, i, w;
2349 np2 = SIGNIFICAND_BITS - p2;
2365 clear_significand_below (r, np2);
2422 for (i = 0, w = (np2 - 1) / HOST_BITS_PER_LONG; i < w; ++i)
2425 r->sig[w] & (((unsigned long)1 << ((np2 - 1) % HOST_BITS_PER_LONG)) - 1);
2427 guard = test_significand_bit (r, np2 - 1);
2428 lsb = test_significand_bit (r, np2);
2268 int np2; local
2321 int p2, np2, i, w; local
[all...]

Completed in 167 milliseconds