Home
last modified time | relevance | path

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

/bionic/libc/arch-riscv64/bionic/
D__bionic_clone.S61 # Call __start_thread with the 'fn' and 'arg' we stored on the child stack.
/bionic/libc/tzcode/
Dlocaltime.c413 register int stored; in tzloadbody() local
493 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()
/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.md147 (on a 4096-byte boundary) in the zip file and stored uncompressed.
153 page-aligned and stored uncompressed for this to work.
/bionic/libc/
DSYSCALLS.TXT24 # - Each parameter type is assumed to be stored in 32 bits.