Home
last modified time | relevance | path

Searched refs:lead (Results 1 – 7 of 7) sorted by relevance

/bionic/libc/bionic/
Dc32rtomb.cpp67 uint8_t lead; in c32rtomb() local
71 lead = 0xc0; in c32rtomb()
74 lead = 0xe0; in c32rtomb()
77 lead = 0xf0; in c32rtomb()
92 *s = (c32 & 0xff) | lead; in c32rtomb()
/bionic/libc/upstream-openbsd/lib/libc/time/
Dwcsftime.c527 int lead; in _yconv() local
532 lead = a / DIVISOR + b / DIVISOR + trail / DIVISOR; in _yconv()
534 if (trail < 0 && lead > 0) { in _yconv()
536 --lead; in _yconv()
537 } else if (lead < 0 && trail > 0) { in _yconv()
539 ++lead; in _yconv()
542 if (lead == 0 && trail < 0) in _yconv()
544 else pt = _conv(lead, L"%02d", pt, ptlim); in _yconv()
/bionic/libc/tzcode/
Dstrftime.c748 register int lead; in _yconv() local
753 lead = a / DIVISOR + b / DIVISOR + trail / DIVISOR; in _yconv()
755 if (trail < 0 && lead > 0) { in _yconv()
757 --lead; in _yconv()
758 } else if (lead < 0 && trail > 0) { in _yconv()
760 ++lead; in _yconv()
763 if (lead == 0 && trail < 0) in _yconv()
766 pt = _conv(lead, getformat(modifier, "02", " 2", " ", "02"), pt, ptlim); in _yconv()
/bionic/libc/stdio/
Dvfwprintf.cpp78 int lead; /* sig figs before decimal or group sep */ in FUNCTION_NAME() local
441 lead = expt; in FUNCTION_NAME()
672 PRINTANDPAD(cp, convbuf + ndig, lead, zeroes); in FUNCTION_NAME()
673 cp += lead; in FUNCTION_NAME()
Dvfprintf.cpp78 int lead; /* sig figs before decimal or group sep */ in FUNCTION_NAME() local
456 lead = expt; in FUNCTION_NAME()
683 PRINTANDPAD(cp, dtoaend, lead, zeroes); in FUNCTION_NAME()
684 cp += lead; in FUNCTION_NAME()
/bionic/
Dandroid-changes-for-ndk-developers.md332 a misconfiguration in your build system. A missing SONAME may lead to
341 *Potential problems*: namespace conflicts may lead to the wrong library
/bionic/docs/
Dnative_allocator.md365 rather than delete them. When that happens, it can lead to allocation