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
70 lead = 0; in c32rtomb()
73 lead = 0xc0; in c32rtomb()
76 lead = 0xe0; in c32rtomb()
79 lead = 0xf0; in c32rtomb()
94 *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.c690 register int lead; in _yconv() local
695 lead = a / DIVISOR + b / DIVISOR + trail / DIVISOR; in _yconv()
697 if (trail < 0 && lead > 0) { in _yconv()
699 --lead; in _yconv()
700 } else if (lead < 0 && trail > 0) { in _yconv()
702 ++lead; in _yconv()
705 if (lead == 0 && trail < 0) in _yconv()
707 else pt = _conv(lead, getformat(modifier, "%02d", "%2d", "%d", "%02d"), pt, ptlim); in _yconv()
/bionic/libc/stdio/
Dvfwprintf.cpp78 int lead; /* sig figs before decimal or group sep */ in FUNCTION_NAME() local
435 lead = expt; in FUNCTION_NAME()
631 PRINTANDPAD(cp, convbuf + ndig, lead, zeroes); in FUNCTION_NAME()
632 cp += lead; in FUNCTION_NAME()
Dvfprintf.cpp78 int lead; /* sig figs before decimal or group sep */ in FUNCTION_NAME() local
450 lead = expt; in FUNCTION_NAME()
642 PRINTANDPAD(cp, dtoaend, lead, zeroes); in FUNCTION_NAME()
643 cp += lead; in FUNCTION_NAME()
/bionic/
Dandroid-changes-for-ndk-developers.md329 or a misconfiguration in your build system. A missing SONAME may lead
338 *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