Searched refs:ncount (Results 1 – 7 of 7) 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/pcre/ |
D | pcre_dfa_exec.c | 1254 int ncount = 0; in internal_dfa_exec() local 1266 ncount++; in internal_dfa_exec() 1270 ADD_NEW_DATA(-state_offset, count, ncount); in internal_dfa_exec() 1283 int ncount = 0; in internal_dfa_exec() local 1295 if (ptr + 1 < end_subject && ptr[1] == 0x0a) ncount = 1; in internal_dfa_exec() 1306 ADD_NEW_DATA(-state_offset, count, ncount); in internal_dfa_exec() 1510 int ncount = 0; in internal_dfa_exec() local 1523 ncount++; in internal_dfa_exec() 1526 ADD_NEW_DATA(-(state_offset + count), 0, ncount); in internal_dfa_exec() 1547 int ncount = 0; in internal_dfa_exec() local [all …]
|
/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/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/quake/quake/src/QW/dxsdk/sdk/inc/ |
D | d3drmobj.h | 433 ( THIS_ DWORD vcount, D3DVECTOR *vertices, DWORD ncount, D3DVECTOR *normals, in DECLARE_INTERFACE_() 452 …( THIS_ DWORD *vcount, D3DVECTOR *vertices, DWORD *ncount, D3DVECTOR *normals, DWORD *face_data_… in DECLARE_INTERFACE_()
|
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/ |
D | D3DRMOBJ.H | 433 ( THIS_ DWORD vcount, D3DVECTOR *vertices, DWORD ncount, D3DVECTOR *normals, in DECLARE_INTERFACE_() 452 …( THIS_ DWORD *vcount, D3DVECTOR *vertices, DWORD *ncount, D3DVECTOR *normals, DWORD *face_data_… in DECLARE_INTERFACE_()
|