HomeSort by relevance Sort by last modified time
    Searched refs:hData (Results 1 - 3 of 3) sorted by null

  /external/quake/quake/src/QW/client/
snd_win.c 50 HANDLE hData;
153 if (hData)
155 GlobalUnlock(hData);
156 GlobalFree(hData);
165 hData = 0;
476 hData = GlobalAlloc(GMEM_MOVEABLE | GMEM_SHARE, gSndBufSize);
477 if (!hData)
483 lpData = GlobalLock(hData);
  /external/quake/quake/src/WinQuake/
snd_win.cpp 50 HANDLE hData;
155 if (hData)
157 GlobalUnlock(hData);
158 GlobalFree(hData);
167 hData = 0;
478 hData = GlobalAlloc(GMEM_MOVEABLE | GMEM_SHARE, gSndBufSize);
479 if (!hData)
485 lpData = GlobalLock(hData);
  /external/llvm/include/llvm/CodeGen/PBQP/
HeuristicSolver.h 56 HeuristicNodeData& getHeuristicData() { return hData; }
77 HeuristicNodeData hData;
84 HeuristicEdgeData& getHeuristicData() { return hData; }
100 HeuristicEdgeData hData;

Completed in 59 milliseconds