HomeSort by: relevance | last modified time | path
    Searched defs:guess (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl2/groff/dist/src/utils/addftinfo/
guess.cpp 1 /* $NetBSD: guess.cpp,v 1.1.1.1 2016/01/13 18:41:49 christos Exp $ */
23 #include "guess.h"
25 void guess(const char *s, const font_params &param, char_metric *metric) function
  /src/tests/usr.bin/xlint/lint1/
gcc_init_compound_literal.c 42 /* expect+1: warning: static variable 'guess' unused [226] */
43 static const struct node guess = { variable in typeref:struct:node
  /src/sys/arch/shark/isa/
clock.c 481 unsigned int guess = FIRST_GUESS; local
489 delayloop(guess);
499 guess *= uimax(2, (TIMER_MUSECDIV(1024) / ticks));
502 count1024usec = (guess * (TIMER_MUSECDIV(1024))) / ticks;
  /src/sys/uvm/
uvm_physseg.c 891 int start, len, guess; local
907 guess = start + (len / 2); /* try in the middle */
910 if (pframe >= segs[guess].start) {
912 if (pframe < segs[guess].end) {
914 *offp = pframe - segs[guess].start;
915 return guess; /* got it */
917 start = guess + 1; /* next time, start here */
  /src/sys/kern/
vfs_bio.c 560 u_long guess; local
580 guess = cprng_fast32() % 16;
582 if ((bufmem_hiwater - bufmem_lowater) / 16 * guess >=
  /src/external/bsd/bc/dist/
number.c 1008 /* Calculate the quotient digit guess. */
1291 bc_num guess, guess1, point5, diff; local
1316 bc_init_num(&guess);
1323 /* Calculate the initial guess. */
1326 /* The number is between 0 and 1. Guess should start at 1. */
1327 guess = bc_copy_num (_one_);
1332 /* The number is greater than 1. Guess should start at 10^(exp/2). */
1333 bc_int2num (&guess,10);
1338 bc_raise (guess, guess1, &guess, 0)
    [all...]
  /src/external/mpl/dhcp/dist/common/
parse.c 951 int guess; local
978 guess = atoi(val);
980 return((TIME)guess);
1128 /* Guess the time value... */
1129 guess = ((((((365 * (year - 70) + /* Days in years since '70 */
1140 /* This guess could be wrong because of leap seconds or other
1142 now, we're just going to accept the guess, but at some point
1149 return((TIME)guess);
1161 TIME guess; local
1162 guess = parse_date_core(cfile)
    [all...]
  /src/external/gpl2/gettext/dist/gettext-tools/misc/
po-mode.el 3189 (defun po-guess-archive-name ()
3240 (defun po-guess-team-address ()
3262 (po-guess-team-address)
3283 (name (po-guess-archive-name))

Completed in 40 milliseconds