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

  /external/oprofile/daemon/liblegacy/
init.c 123 ssize_t ncount = -1; local
133 while (ncount < 0)
134 ncount = op_read_device(notedevfd, nbuf, nsize);
136 if (ncount > 0)
137 opd_do_notes(nbuf, ncount);
169 ssize_t ncount = -1; local
175 while (ncount < 0)
176 ncount = op_read_device(notedevfd, nbuf, nsize);
178 opd_do_notes(nbuf, ncount);
  /external/tcpdump/
print-dvmrp.c 265 register int ncount; local
273 ncount = *bp++;
275 while (--ncount >= 0) {
295 register int ncount; local
308 ncount = *bp++;
310 while (--ncount >= 0 && (len >= 4) && (bp + 4) <= ep) {
328 if (ncount != -1) {
  /external/chromium/base/win/
registry.cc 331 DWORD ncount = arraysize(name_); local
333 LONG r = ::RegEnumValue(key_, index_, name_, &ncount, NULL, &type_,
398 DWORD ncount = arraysize(name_); local
400 LONG r = ::RegEnumKeyEx(key_, index_, name_, &ncount, NULL, NULL,
  /external/chromium/third_party/libjingle/source/talk/base/
httpcommon.cc 800 std::string cnonce, ncount; local
810 ncount = "00000001";
832 middle = nonce + ":" + ncount + ":" + cnonce + ":" + qop;
854 ss << ", nc=" << ncount; local
  /external/openssh/
monitor.c     [all...]
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drmobj.h 433 ( THIS_ DWORD vcount, D3DVECTOR *vertices, DWORD ncount, D3DVECTOR *normals,
452 ( THIS_ DWORD *vcount, D3DVECTOR *vertices, DWORD *ncount, D3DVECTOR *normals, DWORD *face_data_size, DWORD *face_data
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRMOBJ.H 433 ( THIS_ DWORD vcount, D3DVECTOR *vertices, DWORD ncount, D3DVECTOR *normals,
452 ( THIS_ DWORD *vcount, D3DVECTOR *vertices, DWORD *ncount, D3DVECTOR *normals, DWORD *face_data_size, DWORD *face_data

Completed in 555 milliseconds