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

/freebsd-13-stable/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-13-stable/usr.bin/gprof/
H A Dprintgprof.c276 register const nltype *np2 = *npp2; local
280 - ( np2 -> propself + np2 -> propchild );
287 if ( np2 -> name == 0 && np2 -> cycleno != 0 )
291 if ( np2 -> name == 0 )
293 if ( *(np1 -> name) != '_' && *(np2 -> name) == '_' )
295 if ( *(np1 -> name) == '_' && *(np2 -> name) != '_' )
297 if ( np1 -> ncall > np2 -> ncall )
299 if ( np1 -> ncall < np2
[all...]

Completed in 50 milliseconds