Searched refs:subtotal (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dexp_noevent.c119 /* amount of time over the long run. Note that while "subtotal" isn't */
127 static double subtotal = 0; local
130 subtotal += sec;
131 if (subtotal < 1) return TCL_OK;
132 seconds = subtotal;
133 subtotal -= seconds;
146 /* amount of time over the long run. Note that while "subtotal" isn't */
154 static subtotal = 0;
157 subtotal += usec;
158 if (subtotal < 100000
[all...]
H A Dexp_simple.c410 /* amount of time over the long run. Note that while "subtotal" isn't */
418 static double subtotal = 0;
421 subtotal += sec;
422 if (subtotal < 1) return TCL_OK;
423 seconds = subtotal;
424 subtotal -= seconds;
437 /* amount of time over the long run. Note that while "subtotal" isn't */
445 static subtotal = 0;
448 subtotal += usec;
449 if (subtotal < 100000
414 static double subtotal = 0; local
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c54129 int subtotal; /* Subtotal of bytes in cells on one page */ local
[all...]

Completed in 430 milliseconds