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