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

  /external/tcpdump/
print-dvmrp.c 258 register int ncount; local
266 ncount = *bp++;
268 while (--ncount >= 0) {
289 register int ncount; local
302 ncount = *bp++;
304 while (--ncount >= 0 && (len >= 4) && (bp + 4) <= ep) {
322 if (ncount != -1) {
  /external/opencv3/modules/ml/src/
kdtree.cpp 290 int i, j, ncount = 0, e = 0;
329 if( ncount == K && alt_d > dist[ncount-1] )
353 dist[ncount] = d;
354 idx[ncount] = i;
355 for( i = ncount-1; i >= 0; i-- )
362 ncount += ncount < K;
385 if( ncount == K && d > dist[ncount-1]
    [all...]
  /external/pcre/dist/
pcre_dfa_exec.c 1431 int ncount = 0; local
1462 int ncount = 0; local
1692 int ncount = 0; local
1731 int ncount = 0; local
1964 int ncount = 0; local
2001 int ncount = 0; local
2166 int ncount = 0; local
    [all...]
  /external/opencv3/modules/imgproc/test/
test_floodfill.cpp 254 int mdelta[8], idelta[8], ncount; local
294 ncount = 4;
302 ncount = 8;
335 for( i = 0; i < ncount; i++ )
384 for( i = 0; i < ncount; i++ )
  /toolchain/binutils/binutils-2.25/bfd/
pef.c 913 long ncount = 0; local
915 &ncount, csym);
916 count += ncount;
921 unsigned long ncount = 0; local
923 (abfd, codesec, codebuf, codelen, loaderbuf, loaderlen, &ncount,
925 count += ncount;
  /external/webrtc/webrtc/base/
httpcommon.cc 798 std::string cnonce, ncount; local
808 ncount = "00000001";
830 middle = nonce + ":" + ncount + ":" + cnonce + ":" + qop;
852 ss << ", nc=" << ncount; local
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
StringTokenizerTest.java 527 int ncount = st.countTokens(); local
534 if (count != ncount || count != xcount) {
535 errln("inconsistent counts " + count + ", " + ncount + ", " + xcount);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
StringTokenizerTest.java 523 int ncount = st.countTokens(); local
530 if (count != ncount || count != xcount) {
531 errln("inconsistent counts " + count + ", " + ncount + ", " + xcount);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3drmobj.h     [all...]

Completed in 948 milliseconds