Home
last modified time | relevance | path

Searched refs:SHORTSHORT (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/stdio/
Dvfwscanf.c53 #define SHORTSHORT 0x00008 /* hh: 8 bit integer */ macro
202 flags |= SHORTSHORT; in __vfwscanf()
318 if (flags & SHORTSHORT) in __vfwscanf()
599 else if (flags & SHORTSHORT) in __vfwscanf()
Dvfscanf.cpp56 #define SHORTSHORT 0x00008 // hh: 8 bit integer macro
148 flags |= SHORTSHORT; in __svfscanf()
264 if (flags & SHORTSHORT) { in __svfscanf()
693 } else if (flags & SHORTSHORT) { in __svfscanf()