Searched refs:ncount (Results 1 – 8 of 8) sorted by relevance
/external/oprofile/daemon/liblegacy/ |
D | init.c | 123 ssize_t ncount = -1; in opd_shutdown() local 133 while (ncount < 0) in opd_shutdown() 134 ncount = op_read_device(notedevfd, nbuf, nsize); in opd_shutdown() 136 if (ncount > 0) in opd_shutdown() 137 opd_do_notes(nbuf, ncount); in opd_shutdown() 169 ssize_t ncount = -1; in opd_do_read() local 175 while (ncount < 0) in opd_do_read() 176 ncount = op_read_device(notedevfd, nbuf, nsize); in opd_do_read() 178 opd_do_notes(nbuf, ncount); in opd_do_read()
|
/external/tcpdump/ |
D | print-dvmrp.c | 265 register int ncount; in print_neighbors() local 273 ncount = *bp++; in print_neighbors() 275 while (--ncount >= 0) { in print_neighbors() 295 register int ncount; in print_neighbors2() local 308 ncount = *bp++; in print_neighbors2() 310 while (--ncount >= 0 && (len >= 4) && (bp + 4) <= ep) { in print_neighbors2() 328 if (ncount != -1) { in print_neighbors2()
|
/external/chromium/base/win/ |
D | registry.cc | 331 DWORD ncount = arraysize(name_); in Read() local 333 LONG r = ::RegEnumValue(key_, index_, name_, &ncount, NULL, &type_, in Read() 398 DWORD ncount = arraysize(name_); in Read() local 400 LONG r = ::RegEnumKeyEx(key_, index_, name_, &ncount, NULL, NULL, in Read()
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | httpcommon.cc | 807 std::string cnonce, ncount; in HttpAuthenticate() local 817 ncount = "00000001"; in HttpAuthenticate() 839 middle = nonce + ":" + ncount + ":" + cnonce + ":" + qop; in HttpAuthenticate() 861 ss << ", nc=" << ncount; in HttpAuthenticate()
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | httpcommon.cc | 800 std::string cnonce, ncount; in HttpAuthenticate() local 810 ncount = "00000001"; in HttpAuthenticate() 832 middle = nonce + ":" + ncount + ":" + cnonce + ":" + qop; in HttpAuthenticate() 854 ss << ", nc=" << ncount; in HttpAuthenticate()
|
/external/chromium_org/base/win/ |
D | registry.cc | 470 DWORD ncount = arraysize(name_); in Read() local 472 LONG r = ::RegEnumKeyEx(key_, index_, name_, &ncount, NULL, NULL, in Read()
|
/external/openssh/ |
D | monitor.c | 1920 mm_zalloc(struct mm_master *mm, u_int ncount, u_int size) in mm_zalloc() argument 1922 size_t len = (size_t) size * ncount; in mm_zalloc() 1925 if (len == 0 || ncount > SIZE_T_MAX / size) in mm_zalloc() 1926 fatal("%s: mm_zalloc(%u, %u)", __func__, ncount, size); in mm_zalloc()
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/ |
D | dojo-1.6.1.js | 8771 var ncount = pi(condition); 8773 return (getNodeIndex(elem) == ncount);
|