HomeSort by relevance Sort by last modified time
    Searched refs:HAVESIGN (Results 1 - 4 of 4) sorted by null

  /bionic/libc/stdio/
vfwscanf.c 69 * SIGNOK, HAVESIGN, NDIGITS, DPTOK, and EXPOK are for floating point;
70 * SIGNOK, HAVESIGN, NDIGITS, PFXOK, and NZDIGITS are for integral.
73 #define HAVESIGN 0x02000 /* sign detected */
602 flags |= HAVESIGN;
613 buf + 1 + !!(flags & HAVESIGN)) {
vfscanf.c 68 * SIGNOK, HAVESIGN, NDIGITS, DPTOK, and EXPOK are for floating point;
69 * SIGNOK, HAVESIGN, NDIGITS, PFXOK, and NZDIGITS are for integral.
72 #define HAVESIGN 0x02000 /* sign detected */
678 flags |= HAVESIGN;
689 buf + 1 + !!(flags & HAVESIGN)) {
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vfscanf.c 105 #define HAVESIGN 0x10000 /* sign detected */
740 flags |= HAVESIGN;
751 buf + 1 + !!(flags & HAVESIGN)) {
vfwscanf.c 105 #define HAVESIGN 0x10000 /* sign detected */
629 flags |= HAVESIGN;
640 buf + 1 + !!(flags & HAVESIGN)) {

Completed in 7761 milliseconds