Searched refs:stored (Results 1 – 5 of 5) sorted by relevance
61 # Call __start_thread with the 'fn' and 'arg' we stored on the child stack.
413 register int stored; in tzloadbody() local493 for (stored = 4; stored <= 8; stored *= 2) { in tzloadbody()495 bool skip_datablock = stored == 4 && version; in tzloadbody()517 = (timecnt * stored /* ats */ in tzloadbody()521 + leapcnt * (stored + 4) /* lsinfos */ in tzloadbody()544 = stored == 4 ? detzcode(p) : detzcode64(p); in tzloadbody()558 p += stored; in tzloadbody()595 int_fast64_t tr = stored == 4 ? detzcode(p) : detzcode64(p); in tzloadbody()596 int_fast32_t corr = detzcode(p + stored); in tzloadbody()597 p += stored + 4; in tzloadbody()
29 Suites are stored in the `suites/` directory and can be chosen with the command line flag
147 (on a 4096-byte boundary) in the zip file and stored uncompressed.153 page-aligned and stored uncompressed for this to work.
24 # - Each parameter type is assumed to be stored in 32 bits.