Searched defs:ncount (Results 1 - 6 of 6) sorted by relevance

/external/oprofile/daemon/liblegacy/
H A Dinit.c123 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/
H A Dprint-dvmrp.c265 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_org/base/win/
H A Dregistry.cc625 DWORD ncount = arraysize(name_); local
627 LONG r = ::RegEnumKeyEx(key_, index_, name_, &ncount, NULL, NULL,
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.cpp218 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/pcre/dist/
H A Dpcre_dfa_exec.c1431 int ncount = 0; local
1444 ncount++;
1449 ADD_NEW_DATA(-state_offset, count, ncount);
1462 int ncount = 0; local
1476 if (ptr + 1 < end_subject && UCHAR21TEST(ptr + 1) == CHAR_LF) ncount = 1;
1487 ADD_NEW_DATA(-state_offset, count, ncount);
1692 int ncount = 0; local
1706 ncount++;
1710 ADD_NEW_DATA(-(state_offset + count), 0, ncount);
1731 int ncount local
1964 int ncount = 0; local
2001 int ncount = 0; local
2166 int ncount = 0; local
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dhttpcommon.cc790 std::string cnonce, ncount; local
800 ncount = "00000001";
822 middle = nonce + ":" + ncount + ":" + cnonce + ":" + qop;
844 ss << ", nc=" << ncount; local

Completed in 347 milliseconds