Home
last modified time | relevance | path

Searched defs:expected_pos (Results 1 – 2 of 2) sorted by relevance

/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A Dfstream_test.cpp310 long expected_pos = 0; in tellp() local
326 long expected_pos = 0; in tellp() local
/reactos/modules/rostests/winetests/windowscodecs/
H A Dstream.c26 static void _check_cur_pos(IStream *stream, ULONGLONG expected_pos, BOOL todo, unsigned int line) in _check_cur_pos()