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

/freebsd-10.0-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-10.0-release/usr.bin/gprof/
H A Dprintgprof.c274 register const nltype *np2 = *npp2; local
278 - ( np2 -> propself + np2 -> propchild );
285 if ( np2 -> name == 0 && np2 -> cycleno != 0 )
289 if ( np2 -> name == 0 )
291 if ( *(np1 -> name) != '_' && *(np2 -> name) == '_' )
293 if ( *(np1 -> name) == '_' && *(np2 -> name) != '_' )
295 if ( np1 -> ncall > np2 -> ncall )
297 if ( np1 -> ncall < np2
[all...]
/freebsd-10.0-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 69 milliseconds