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

  /bionic/libc/stdio/
vfwscanf.c 65 * SIGNOK, HAVESIGN, NDIGITS, DPTOK, and EXPOK are for floating point;
66 * SIGNOK, HAVESIGN, NDIGITS, PFXOK, and NZDIGITS are for integral.
69 #define HAVESIGN 0x02000 /* sign detected */
531 flags |= HAVESIGN;
542 if ((flags & PFXOK) && p == buf + 1 + !!(flags & HAVESIGN)) {
vfscanf.cpp 68 #define HAVESIGN 0x04000 // Sign detected
620 flags |= HAVESIGN;
631 if ((flags & PFXOK) && p == 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 86 milliseconds