HomeSort by: relevance | last modified time | path
    Searched refs:iS (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
commctrl.d 3203 is the same as HD_NOTIFY depending on the value of _WIN32_IE macro.
3818 LPWSTR pszSubsetTitle; // NULL if group is not subset
5445 void ListView_GetItemText(HWND w, int i, int iS, LPTSTR s, int n) {
5447 _lvi.iSubItem = iS;
5453 void ListView_SetItemText(HWND w, int i, int iS, LPTSTR s) {
5455 _lvi.iSubItem = iS;
  /src/external/public-domain/sqlite/dist/
sqlite3.c 2 ** This file is an amalgamation of many separate C source files from SQLite
7 ** of 5% or more are commonly seen when SQLite is compiled as a single
10 ** This file is all you need to compile SQLite. To use SQLite in other
17 ** language. The code for the "sqlite3" command-line shell is also in a
36 ** a legal notice, here is a blessing:
55 ** measured by branch coverage. This is
59 ** OPTIMIZATION-IF-TRUE - This branch is allowed to always be false
60 ** and the correct answer is still obtained,
63 ** OPTIMIZATION-IF-FALSE - This branch is allowed to always be true
64 ** and the correct answer is still obtained
251577 int il, is; local
265183 int is = 0; local
265524 int is; local
    [all...]

Completed in 125 milliseconds