Searched refs:lead (Results 1 – 7 of 7) sorted by relevance
/bionic/libc/bionic/ |
D | c32rtomb.cpp | 67 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/ |
D | wcsftime.c | 527 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/ |
D | strftime.c | 748 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/ |
D | vfwprintf.cpp | 78 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()
|
D | vfprintf.cpp | 78 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/ |
D | android-changes-for-ndk-developers.md | 332 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/ |
D | native_allocator.md | 365 rather than delete them. When that happens, it can lead to allocation
|