Home
last modified time | relevance | path

Searched refs:stored (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/tzcode/
Dlocaltime.c381 register int stored; in tzloadbody() local
439 for (stored = 4; stored <= 8; stored *= 2) { in tzloadbody()
456 + timecnt * stored /* ats */ in tzloadbody()
460 + leapcnt * (stored + 4) /* lsinfos */ in tzloadbody()
475 = stored == 4 ? detzcode(p) : detzcode64(p); in tzloadbody()
489 p += stored; in tzloadbody()
524 int_fast64_t tr = stored == 4 ? detzcode(p) : detzcode64(p); in tzloadbody()
525 int_fast32_t corr = detzcode(p + stored); in tzloadbody()
526 p += stored + 4; in tzloadbody()
/bionic/libc/arch-arm/bionic/
D__bionic_clone.S66 # Call __start_thread with the 'fn' and 'arg' we stored on the child stack.
/bionic/benchmarks/
DREADME.md29 Suites are stored in the `suites/` directory and can be chosen with the command line flag
/bionic/
Dandroid-changes-for-ndk-developers.md141 (on a 4096-byte boundary) in the zip file and stored uncompressed.
147 page-aligned and stored uncompressed for this to work.
/bionic/libc/
DSYSCALLS.TXT24 # - Each parameter type is assumed to be stored in 32 bits.