Home
last modified time | relevance | path

Searched refs:dwStart (Results 1 – 25 of 207) sorted by relevance

123456789

/dports/devel/arduino-core/Arduino-b439a77/hardware/arduino/sam/system/libsam/source/
H A Dtimetick.c86 uint32_t dwStart ; in Wait() local
89 dwStart = _dwTickCount ; in Wait()
93 } while ( dwCurrent - dwStart < dwMs ) ; in Wait()
101 uint32_t dwStart ; in Sleep() local
104 dwStart = _dwTickCount ; in Sleep()
110 if ( dwCurrent - dwStart > dwMs ) in Sleep()
/dports/news/rntrack/rntrack-2.1.10_2/smapi/src/
H A Dsq_idx.c225 dword dwStart = 1L; in sidx() local
230 if(dwMsg >= dwStart && dwMsg < dwStart + hix->pss[i].dwUsed) in sidx()
235 dwStart += hix->pss[i].dwUsed; in sidx()
446 dword dwStart = 1L; in _SquishRemoveIndexEntry() local
452 if(dwMsg >= dwStart && dwMsg < dwStart + hix->pss[i].dwUsed) in _SquishRemoveIndexEntry()
454 int j = (int)(dwMsg - dwStart); in _SquishRemoveIndexEntry()
492 dwStart += hix->pss[i].dwUsed; in _SquishRemoveIndexEntry()
586 dword dwStart = 1; in _SquishEndBuffer() local
593 (long)dwStart <= hix->lDeltaHi) in _SquishEndBuffer()
597 if((long)dwStart > hix->lDeltaLo) in _SquishEndBuffer()
[all …]
/dports/news/husky-areafix/husky-areafix-1.9.20191207/smapi/src/
H A Dsq_idx.c237 dword dwStart=1L; in sidx() local
242 if (dwMsg >= dwStart && dwMsg < dwStart + hix->pss[i].dwUsed) in sidx()
245 dwStart += hix->pss[i].dwUsed; in sidx()
482 dword dwStart=1L; in _SquishRemoveIndexEntry() local
490 if (dwMsg >= dwStart && dwMsg < dwStart + hix->pss[i].dwUsed) in _SquishRemoveIndexEntry()
492 int j=(int)(dwMsg-dwStart); in _SquishRemoveIndexEntry()
522 dwStart += hix->pss[i].dwUsed; in _SquishRemoveIndexEntry()
626 dword dwStart=1; in _SquishEndBuffer() local
637 (long)dwStart <= hix->lDeltaHi) in _SquishEndBuffer()
641 if ((long)dwStart > hix->lDeltaLo) in _SquishEndBuffer()
[all …]
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/smapi/src/
H A Dsq_idx.c237 dword dwStart=1L; in sidx() local
242 if (dwMsg >= dwStart && dwMsg < dwStart + hix->pss[i].dwUsed) in sidx()
245 dwStart += hix->pss[i].dwUsed; in sidx()
482 dword dwStart=1L; in _SquishRemoveIndexEntry() local
490 if (dwMsg >= dwStart && dwMsg < dwStart + hix->pss[i].dwUsed) in _SquishRemoveIndexEntry()
492 int j=(int)(dwMsg-dwStart); in _SquishRemoveIndexEntry()
522 dwStart += hix->pss[i].dwUsed; in _SquishRemoveIndexEntry()
626 dword dwStart=1; in _SquishEndBuffer() local
637 (long)dwStart <= hix->lDeltaHi) in _SquishEndBuffer()
641 if ((long)dwStart > hix->lDeltaLo) in _SquishEndBuffer()
[all …]
/dports/news/husky-hpt/husky-hpt-1.9.20191207/smapi/src/
H A Dsq_idx.c237 dword dwStart=1L; in sidx() local
242 if (dwMsg >= dwStart && dwMsg < dwStart + hix->pss[i].dwUsed) in sidx()
245 dwStart += hix->pss[i].dwUsed; in sidx()
482 dword dwStart=1L; in _SquishRemoveIndexEntry() local
490 if (dwMsg >= dwStart && dwMsg < dwStart + hix->pss[i].dwUsed) in _SquishRemoveIndexEntry()
492 int j=(int)(dwMsg-dwStart); in _SquishRemoveIndexEntry()
522 dwStart += hix->pss[i].dwUsed; in _SquishRemoveIndexEntry()
626 dword dwStart=1; in _SquishEndBuffer() local
637 (long)dwStart <= hix->lDeltaHi) in _SquishEndBuffer()
641 if ((long)dwStart > hix->lDeltaLo) in _SquishEndBuffer()
[all …]
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/smapi/src/
H A Dsq_idx.c237 dword dwStart=1L; in sidx() local
242 if (dwMsg >= dwStart && dwMsg < dwStart + hix->pss[i].dwUsed) in sidx()
245 dwStart += hix->pss[i].dwUsed; in sidx()
482 dword dwStart=1L; in _SquishRemoveIndexEntry() local
490 if (dwMsg >= dwStart && dwMsg < dwStart + hix->pss[i].dwUsed) in _SquishRemoveIndexEntry()
492 int j=(int)(dwMsg-dwStart); in _SquishRemoveIndexEntry()
522 dwStart += hix->pss[i].dwUsed; in _SquishRemoveIndexEntry()
626 dword dwStart=1; in _SquishEndBuffer() local
637 (long)dwStart <= hix->lDeltaHi) in _SquishEndBuffer()
641 if ((long)dwStart > hix->lDeltaLo) in _SquishEndBuffer()
[all …]
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/smapi/src/
H A Dsq_idx.c237 dword dwStart=1L; in sidx() local
242 if (dwMsg >= dwStart && dwMsg < dwStart + hix->pss[i].dwUsed) in sidx()
245 dwStart += hix->pss[i].dwUsed; in sidx()
482 dword dwStart=1L; in _SquishRemoveIndexEntry() local
490 if (dwMsg >= dwStart && dwMsg < dwStart + hix->pss[i].dwUsed) in _SquishRemoveIndexEntry()
492 int j=(int)(dwMsg-dwStart); in _SquishRemoveIndexEntry()
522 dwStart += hix->pss[i].dwUsed; in _SquishRemoveIndexEntry()
626 dword dwStart=1; in _SquishEndBuffer() local
637 (long)dwStart <= hix->lDeltaHi) in _SquishEndBuffer()
641 if ((long)dwStart > hix->lDeltaLo) in _SquishEndBuffer()
[all …]
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/smapi/src/
H A Dsq_idx.c237 dword dwStart=1L; in sidx() local
242 if (dwMsg >= dwStart && dwMsg < dwStart + hix->pss[i].dwUsed) in sidx()
245 dwStart += hix->pss[i].dwUsed; in sidx()
482 dword dwStart=1L; in _SquishRemoveIndexEntry() local
490 if (dwMsg >= dwStart && dwMsg < dwStart + hix->pss[i].dwUsed) in _SquishRemoveIndexEntry()
492 int j=(int)(dwMsg-dwStart); in _SquishRemoveIndexEntry()
522 dwStart += hix->pss[i].dwUsed; in _SquishRemoveIndexEntry()
626 dword dwStart=1; in _SquishEndBuffer() local
637 (long)dwStart <= hix->lDeltaHi) in _SquishEndBuffer()
641 if ((long)dwStart > hix->lDeltaLo) in _SquishEndBuffer()
[all …]
/dports/news/husky-htick/husky-htick-1.9.20191207/smapi/src/
H A Dsq_idx.c237 dword dwStart=1L; in sidx() local
242 if (dwMsg >= dwStart && dwMsg < dwStart + hix->pss[i].dwUsed) in sidx()
245 dwStart += hix->pss[i].dwUsed; in sidx()
482 dword dwStart=1L; in _SquishRemoveIndexEntry() local
490 if (dwMsg >= dwStart && dwMsg < dwStart + hix->pss[i].dwUsed) in _SquishRemoveIndexEntry()
492 int j=(int)(dwMsg-dwStart); in _SquishRemoveIndexEntry()
522 dwStart += hix->pss[i].dwUsed; in _SquishRemoveIndexEntry()
626 dword dwStart=1; in _SquishEndBuffer() local
637 (long)dwStart <= hix->lDeltaHi) in _SquishEndBuffer()
641 if ((long)dwStart > hix->lDeltaLo) in _SquishEndBuffer()
[all …]
/dports/news/husky/husky-1.9.20191207/smapi/src/
H A Dsq_idx.c237 dword dwStart=1L; in sidx() local
242 if (dwMsg >= dwStart && dwMsg < dwStart + hix->pss[i].dwUsed) in sidx()
245 dwStart += hix->pss[i].dwUsed; in sidx()
482 dword dwStart=1L; in _SquishRemoveIndexEntry() local
490 if (dwMsg >= dwStart && dwMsg < dwStart + hix->pss[i].dwUsed) in _SquishRemoveIndexEntry()
492 int j=(int)(dwMsg-dwStart); in _SquishRemoveIndexEntry()
522 dwStart += hix->pss[i].dwUsed; in _SquishRemoveIndexEntry()
626 dword dwStart=1; in _SquishEndBuffer() local
637 (long)dwStart <= hix->lDeltaHi) in _SquishEndBuffer()
641 if ((long)dwStart > hix->lDeltaLo) in _SquishEndBuffer()
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fde/xml/
H A Dcfx_saxreader.cpp72 uint32_t dwStart, in StartFile() argument
76 if (dwStart >= dwSize) { in StartFile()
79 if (dwLen == static_cast<uint32_t>(-1) || dwStart + dwLen > dwSize) { in StartFile()
80 dwLen = dwSize - dwStart; in StartFile()
87 if (!pFile->ReadBlock(m_pBuf, dwStart, m_dwBufSize)) { in StartFile()
90 m_dwStart = dwStart; in StartFile()
91 m_dwEnd = dwStart + dwLen; in StartFile()
92 m_dwCur = dwStart; in StartFile()
215 uint32_t dwStart, in StartParse() argument
220 if (!m_File.StartFile(pFile, dwStart, dwLen)) { in StartParse()
/dports/audio/polyphone/polyphone-75a5e88/sources/core/sample/
H A Dinfosound.h41 dwStart = 0; in reset()
54 quint32 dwStart; variable
/dports/multimedia/libquicktime/libquicktime-1.2.4/src/
H A Davi_strh.c57 strh->dwStart = quicktime_read_int32_le(file); in quicktime_read_strh()
81 quicktime_write_int32_le(file, strh->dwStart); in quicktime_write_strh()
106 lqt_dump(" dwStart: %d\n", strh->dwStart); in quicktime_strh_dump()
H A Davi_avih.c60 avih->dwStart = quicktime_read_int32_le(file); in quicktime_read_avih()
82 quicktime_write_int32_le(file, avih->dwStart); in quicktime_write_avih()
102 lqt_dump(" dwStart: %d\n", avih->dwStart); in quicktime_avih_dump()
/dports/multimedia/libquicktime-lame/libquicktime-1.2.4/src/
H A Davi_strh.c57 strh->dwStart = quicktime_read_int32_le(file); in quicktime_read_strh()
81 quicktime_write_int32_le(file, strh->dwStart); in quicktime_write_strh()
106 lqt_dump(" dwStart: %d\n", strh->dwStart); in quicktime_strh_dump()
H A Davi_avih.c60 avih->dwStart = quicktime_read_int32_le(file); in quicktime_read_avih()
82 quicktime_write_int32_le(file, avih->dwStart); in quicktime_write_avih()
102 lqt_dump(" dwStart: %d\n", avih->dwStart); in quicktime_avih_dump()
/dports/textproc/qstardict/qstardict-qstardict-1.3/qstardict/
H A Dselection.cpp32 DWORD dwStart, dwEnd; in currentSelection() local
42 SendMessage(hWindow, EM_GETSEL, (WPARAM)&dwStart, (LPARAM)&dwEnd); in currentSelection()
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/milkyplay/
H A DSampleLoaderWAV.h93 mp_dword dwStart; member
101 dwStart(0), in TSampleLoop()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/ReadWrite/
H A DFileConverter.pas444 dwStart, dwElapsed: DWord;
447 dwStart := GetTickCount
449 dwStart := 0;
471 dwElapsed := GetTickCount - dwStart;
/dports/editors/lazarus/lazarus/components/jcf2/ReadWrite/
H A DFileConverter.pas458 dwStart, dwElapsed: DWord;
461 dwStart := GetTickCount
463 dwStart := 0;
485 dwElapsed := GetTickCount - dwStart;
/dports/emulators/jzintv/jzintv-20200712-src/src/imasm/
H A Dhandlers.cpp174 DWORD dwStart, dwEnd; in HandleEN_UPDATE() local
183 SendMessage(hWnd, EM_GETSEL, (WPARAM)&dwStart, (LPARAM)&dwEnd); in HandleEN_UPDATE()
220 SendMessage(hWnd, EM_SETSEL, (WPARAM)dwStart, (LPARAM)dwEnd); in HandleEN_UPDATE()
221 Highlight(hWnd, RGB(0, 0, 0), dwStart, dwEnd); in HandleEN_UPDATE()
/dports/editors/lazarus-qt5/lazarus/components/jcf2/ReadWrite/
H A DFileConverter.pas458 dwStart, dwElapsed: DWord;
461 dwStart := GetTickCount
463 dwStart := 0;
485 dwElapsed := GetTickCount - dwStart;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/jcf2/ReadWrite/
H A DFileConverter.pas444 dwStart, dwElapsed: DWord;
447 dwStart := GetTickCount
449 dwStart := 0;
471 dwElapsed := GetTickCount - dwStart;
/dports/devel/datadraw/datadraw3.1.1/dataview/
H A Ddwmain.c67 void dwStart(void) in dwStart() function
161 dwStart(); in main()
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/win/
H A Dap_Win32Dialog_Goto.cpp194 DWORD dwTextLength, dwCounter, dwStart; in _onCommand() local
340 dwStart = 1; in _onCommand()
342 dwStart = 0; in _onCommand()
345 for( dwCounter = dwStart; dwCounter < dwTextLength; dwCounter++ ) in _onCommand()

123456789