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

/freebsd-10.3-release/sys/ddb/
H A Ddb_sym.c371 size_t newdiff; local
375 newdiff = diff = ~0;
377 sym = X_db_search_symbol(&db_symtabs[i], val, strategy, &newdiff);
378 if (newdiff < diff) {
380 diff = newdiff;
/freebsd-10.3-release/usr.sbin/lmcconfig/
H A Dlmcconfig.c856 double newdiff, olddiff;
871 newdiff = Fout - Ftarg;
873 newdiff = Ftarg - Fout;
878 if ((newdiff < olddiff) ||
879 ((newdiff == olddiff) && (Fvco < bestV)))
855 double newdiff, olddiff; local

Completed in 102 milliseconds