Searched refs:firsttime (Results 1 – 15 of 15) sorted by relevance
52 static int firsttime = 1; variable170 if (firsttime) { in au_preselect()171 firsttime = 0; in au_preselect()
198 int firsttime = stlast == 1; local430 if (!firsttime)437 if (!firsttime)444 if (!firsttime)
44 unsigned int firsttime) in adapt() argument48 delta = (firsttime) ? delta / damp : delta / 2; in adapt()
63 int firsttime; in pmcstat_image_add_symbols() local92 firsttime = image->pi_symbols == NULL; in pmcstat_image_add_symbols()113 if (!firsttime && pmcstat_symbol_search(image, sym.st_value)) in pmcstat_image_add_symbols()
67 static int firsttime = 1; in gettable() local73 if (firsttime) { in gettable()93 firsttime = 0; in gettable()
140 static bool firsttime = true; variable149 if (firsttime) { in getrec()150 firsttime = false; in getrec()
14 if (firsttime++ == 0) {
315 offsetof(firsttime) = 4
2065 (u_long)ntohl(oml->firsttime)); in monlist()
726 u_int32 firsttime; /* first time we received a packet */ member
1080 opendaemonsocket(d, firsttime) in opendaemonsocket() argument1082 bool firsttime;1097 if (firsttime || d->d_socket < 0)1243 if (!firsttime &&
717 static bool firsttime = true; local720 if (firsttime)725 firsttime = false;
620 (int) offsetof(struct old_info_monitor, firsttime));
518 function adapt(delta,numpoints,firsttime):519 if firsttime then let delta = delta div damp1420 punycode_uint delta, punycode_uint numpoints, int firsttime )1424 delta = firsttime ? delta / damp : delta >> 1;
[all...]