Home
last modified time | relevance | path

Searched refs:dpos (Results 1 – 3 of 3) sorted by relevance

/reactos/sdk/tools/unicode/
H A Dsortkey.c183 static void inc_str_pos(const WCHAR **str, int *len, int *dpos, int *dlen) in inc_str_pos() argument
185 (*dpos)++; in inc_str_pos()
186 if (*dpos == *dlen) in inc_str_pos()
188 *dpos = *dlen = 0; in inc_str_pos()
/reactos/dll/win32/winemp3.acm/
H A Dmpegl3.c161 DWORD dpos = 0; in mp3_horse() local
177 ret = mpg123_read(amd->mh, dst + dpos, *ndst - dpos, &size); in mp3_horse()
192 dpos += size; in mp3_horse()
193 if (dpos >= *ndst) break; in mp3_horse()
195 *ndst = dpos; in mp3_horse()
/reactos/drivers/filesystems/vfatfs/
H A Dvfat_fr.txt63 wchar_t * vfat_movstr(wchar_t * dest, const wchar_t *src, ULONG dpos,