Searched refs:_cnt (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dyvals.h193 #define _IOCNT _cnt
H A Dstdio.h28 int _cnt; member in struct:_iobuf
891 #define _fgetc_nolock(_stream) (--(_stream)->_cnt >= 0 ? 0xff & *(_stream)->_ptr++ : _filbuf(_stream))
892 #define _fputc_nolock(_c,_stream) (--(_stream)->_cnt >= 0 ? 0xff & (*(_stream)->_ptr++ = (char)(_c)) : _flsbuf((_c),(_stream)))
H A Dmbstring.h20 int _cnt; member in struct:_iobuf
H A Dwchar.h34 int _cnt; member in struct:_iobuf
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dyvals.h193 #define _IOCNT _cnt
H A Dstdio.h28 int _cnt; member in struct:_iobuf
891 #define _fgetc_nolock(_stream) (--(_stream)->_cnt >= 0 ? 0xff & *(_stream)->_ptr++ : _filbuf(_stream))
892 #define _fputc_nolock(_c,_stream) (--(_stream)->_cnt >= 0 ? 0xff & (*(_stream)->_ptr++ = (char)(_c)) : _flsbuf((_c),(_stream)))
H A Dmbstring.h20 int _cnt; member in struct:_iobuf
H A Dwchar.h34 int _cnt; member in struct:_iobuf

Completed in 207 milliseconds