| /src/external/bsd/zstd/dist/tests/fuzz/ |
| fse_read_ncount.c | 39 short ncount[256]; local 42 memset(ncount, 0, sizeof(ncount)); 47 ncount[s] = n; 55 /* Ensure ncount[maxSymbolValue] != 0 and the sum is (1<<tableLog) */ 56 ncount[maxSymbolValue] = remainingWeight + 1; 57 if (ncount[maxSymbolValue] == 1 && FUZZ_dataProducer_uint32Range(producer, 0, 1) == 1) { 58 ncount[maxSymbolValue] = -1; 64 dataSize = FSE_writeNCount(data, sizeof(data), ncount, maxSymbolValue, tableLog); 92 FUZZ_ASSERT(ncount[s] == rtNcount[s]) [all...] |
| /src/external/bsd/tcpdump/dist/ |
| print-dvmrp.c | 242 int ncount; local 255 ncount = GET_U_1(bp); 258 while (--ncount >= 0) { 284 int ncount; local 301 ncount = GET_U_1(bp); 304 while (--ncount >= 0 && len > 0) { 326 if (ncount != -1) { 327 ND_PRINT(" [ncount %d]", ncount);
|
| /src/usr.sbin/tprof/ |
| tprof_analyze.c | 65 unsigned int ncount[TPROF_MAXCOUNTERS]; /* count per event */ member in struct:addr 257 a->ncount[c] = 1; 268 o->ncount[c]++; 330 printf(" %8u", a->ncount[c]);
|
| /src/external/bsd/zstd/dist/lib/common/ |
| fse_decompress.c | 239 short ncount[FSE_MAX_SYMBOL_VALUE + 1]; member in struct:__anon25 265 FSE_readNCount_bmi2(wksp->ncount, &maxSymbolValue, &tableLog, istart, cSrcSize, bmi2); 278 CHECK_F( FSE_buildDTable_internal(dtable, wksp->ncount, maxSymbolValue, tableLog, workSpace, wkspSize) );
|
| /src/usr.sbin/mrinfo/ |
| mrinfo.c | 208 int ncount; local 214 ncount = *p++; 215 while (--ncount >= 0) { 247 int ncount; local 254 ncount = *p++; 255 if (broken_cisco && ncount == 0) /* dumb Ciscos */ 256 ncount = 1; 257 if (broken_cisco && ncount > 15) /* dumb Ciscos */ 258 ncount = ncount & 0xf [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| rdataslab.c | 489 unsigned int ocount, ncount, count, olength, tlength, tcount, length; local 520 ncount = *ncurrent++ * 256; 521 ncount += *ncurrent++; 523 ncurrent += (4 * ncount); 525 INSIST(ocount > 0 && ncount > 0); 528 oncount = ncount; 580 ncount--; 581 } while (ncount > 0); 582 ncount = nncount; 584 if (((flags & DNS_RDATASLAB_EXACT) != 0) && (tcount != ncount + ocount) [all...] |
| /src/usr.sbin/mrouted/ |
| vif.c | 693 u_char *p, *ncount; local 738 ncount = 0; 743 if (datalen + (ncount == 0 ? 4 + 3 + 4 : 4) > MAX_DVMRP_DATA_LEN) { 748 ncount = 0; 752 if (ncount == 0) { 756 ncount = p; 763 (*ncount)++; 780 u_char *p, *ncount; local 830 ncount = 0; 857 if (datalen + (ncount == 0 ? 4+4+4 : 4) > MAX_DVMRP_DATA_LEN) [all...] |
| /src/usr.sbin/map-mbone/ |
| mapper.c | 310 u_char metric, threshold, ncount; local 325 ncount = *p++; 387 while (ncount--) { 445 u_char metric, threshold, ncount, flags; local 461 ncount = *p++; 464 if (broken_cisco && ncount == 0) /* dumb Ciscos */ 465 ncount = 1; 466 if (broken_cisco && ncount > 15) /* dumb Ciscos */ 467 ncount = ncount & 0xf [all...] |
| /src/sys/kern/ |
| kern_tc.c | 919 u_int delta, ncount, ogen; local 947 ncount = timecounter->tc_get_timecount(timecounter); 949 ncount = 0; 1000 th->th_offset_count = ncount;
|
| /src/external/gpl3/binutils/dist/bfd/ |
| pef.c | 922 long ncount = 0; local 924 &ncount, csym); 925 count += ncount; 930 unsigned long ncount = 0; local 932 (abfd, codesec, codebuf, codelen, loaderbuf, loaderlen, &ncount, 934 count += ncount;
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| pef.c | 923 long ncount = 0; local 925 &ncount, csym); 926 count += ncount; 931 unsigned long ncount = 0; local 933 (abfd, codesec, codebuf, codelen, loaderbuf, loaderlen, &ncount, 935 count += ncount;
|
| /src/external/mpl/bind/dist/lib/dns/ |
| rdataslab.c | 528 unsigned int ocount, ncount, count, olength, tlength, tcount, length; local 558 ncount = get_uint16(ncurrent); 560 ncurrent += (4 * ncount); 562 INSIST(ocount > 0 && ncount > 0); 564 if (maxrrperset > 0 && ocount + ncount > maxrrperset) { 569 oncount = ncount; 620 ncount--; 621 } while (ncount > 0); 622 ncount = nncount; 624 if (((flags & DNS_RDATASLAB_EXACT) != 0) && (tcount != ncount + ocount) [all...] |
| /src/external/gpl3/gdb.old/dist/bfd/ |
| pef.c | 923 long ncount = 0; local 925 &ncount, csym); 926 count += ncount; 931 unsigned long ncount = 0; local 933 (abfd, codesec, codebuf, codelen, loaderbuf, loaderlen, &ncount, 935 count += ncount;
|
| /src/external/gpl3/gdb/dist/bfd/ |
| pef.c | 923 long ncount = 0; local 925 &ncount, csym); 926 count += ncount; 931 unsigned long ncount = 0; local 933 (abfd, codesec, codebuf, codelen, loaderbuf, loaderlen, &ncount, 935 count += ncount;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-loop-im.cc | 2076 int nbbs = 0, ncount = 0; local 2097 count_sum += (*it)->count, ncount ++; 2108 else if (ncount == nbbs
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-loop-im.cc | 2028 int nbbs = 0, ncount = 0; local 2049 count_sum += (*it)->count, ncount ++; 2059 else if (ncount == nbbs
|