Home
last modified time | relevance | path

Searched refs:tnums (Results 1 – 8 of 8) sorted by relevance

/dports/www/dolibarr/dolibarr-14.0.3/htdocs/projet/
H A Dganttchart.inc.php117 $tnums = count($tasks); variable
119 for ($tcursor = 0; $tcursor < $tnums; $tcursor++) {
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/projet/
H A Dganttchart.inc.php117 $tnums = count($tasks); variable
119 for ($tcursor = 0; $tcursor < $tnums; $tcursor++)
/dports/games/spellcast/spellcast/
H A Dxquery.c195 tl->tnums = (int *)malloc(tl->size*sizeof(int));
205 tl->tnums = (int *)realloc(tl->tnums, tl->size*sizeof(int));
209 tl->tnums[size] = targnum;
772 py->answers[py->query_hit].answer = py->query_tl->tnums[py->query_sel];
813 py->answers[ix].answer = othertl->tnums[forceans];
H A Dxspell.h33 int *tnums; member
/dports/www/thttpd/thttpd-2.29/
H A Dthttpd.c110 int tnums[MAXTHROTTLENUMS]; /* throttle indexes */ member
1679 throttles[c->tnums[tind]].bytes_since_avg += hc->bytes_sent; in handle_read()
1853 throttles[c->tnums[tind]].bytes_since_avg += sz; in handle_send()
1938 c->tnums[c->numtnums++] = tnum; in check_throttles()
1961 --throttles[c->tnums[tind]].num_sending; in clear_throttles()
2005 tnum = c->tnums[tind]; in update_throttles()
/dports/databases/tokyocabinet/tokyocabinet-1.4.48/
H A Dtcutil.c9912 int fnums[0x100], tnums[0x100]; in tcbsdecode() local
9914 memset(tnums, 0, sizeof(tnums)); in tcbsdecode()
9921 rp->tchr = (tc << 23) + tnums[tc]++; in tcbsdecode()
10006 int fnums[0x100], tnums[0x100]; in tcbwtdecode() local
10008 memset(tnums, 0, sizeof(tnums)); in tcbwtdecode()
10017 rp->tchr = (tc << 23) + tnums[tc]++; in tcbwtdecode()
/dports/math/gap/gap-4.11.0/lib/
H A Dmat8bit.gi855 Print(" all rows plain lists, tnums: ", Set(m,
/dports/audio/csound/csound-6.15.0/Opcodes/
H A Doscbnk.c1983 int32_t tnums[8] = { 0, 0, 1, 2, 1, 3, 4, 5 }; in vco2set() local
2015 tnum = tnums[(mode & 14) >> 1]; in vco2set()