HomeSort by relevance Sort by last modified time
    Searched refs:ncount (Results 1 - 8 of 8) 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/lldb/tools/debugserver/source/MacOSX/
MachThread.cpp 218 mach_msg_type_number_t ncount, tcount; local
223 kern_return_t kret = ::mach_port_names (task, &names, &ncount, &types, &tcount);
227 for (i = 0; i < ncount; i++)
244 ::vm_deallocate (my_task, (vm_address_t) names, ncount * sizeof (mach_port_name_t));
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpcommon.cc 807 std::string cnonce, ncount; local
817 ncount = "00000001";
839 middle = nonce + ":" + ncount + ":" + cnonce + ":" + qop;
861 ss << ", nc=" << ncount; local
  /external/chromium_org/third_party/webrtc/base/
httpcommon.cc 790 std::string cnonce, ncount; local
800 ncount = "00000001";
822 middle = nonce + ":" + ncount + ":" + cnonce + ":" + qop;
844 ss << ", nc=" << ncount; local
  /external/chromium_org/base/win/
registry.cc 625 DWORD ncount = arraysize(name_); local
627 LONG r = ::RegEnumKeyEx(key_, index_, name_, &ncount, NULL, NULL,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3drmobj.h     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
dojo-1.6.1.js     [all...]

Completed in 428 milliseconds