/external/zstd/tests/fuzz/ |
D | fse_read_ncount.c | 39 short ncount[256]; in LLVMFuzzerTestOneInput() local 42 memset(ncount, 0, sizeof(ncount)); in LLVMFuzzerTestOneInput() 47 ncount[s] = n; in LLVMFuzzerTestOneInput() 56 ncount[maxSymbolValue] = remainingWeight + 1; in LLVMFuzzerTestOneInput() 57 if (ncount[maxSymbolValue] == 1 && FUZZ_dataProducer_uint32Range(producer, 0, 1) == 1) { in LLVMFuzzerTestOneInput() 58 ncount[maxSymbolValue] = -1; in LLVMFuzzerTestOneInput() 64 dataSize = FSE_writeNCount(data, sizeof(data), ncount, maxSymbolValue, tableLog); in LLVMFuzzerTestOneInput() 92 FUZZ_ASSERT(ncount[s] == rtNcount[s]); in LLVMFuzzerTestOneInput()
|
/external/tcpdump/ |
D | print-dvmrp.c | 239 int ncount; in print_neighbors() local 252 ncount = GET_U_1(bp); in print_neighbors() 255 while (--ncount >= 0) { in print_neighbors() 281 int ncount; in print_neighbors2() local 298 ncount = GET_U_1(bp); in print_neighbors2() 301 while (--ncount >= 0 && len > 0) { in print_neighbors2() 323 if (ncount != -1) { in print_neighbors2()
|
/external/pcre/src/ |
D | pcre2_dfa_match.c | 1557 int ncount = 0; in internal_dfa_match() local 1564 &ncount); in internal_dfa_match() 1566 ADD_NEW_DATA(-state_offset, count, ncount); in internal_dfa_match() 1579 int ncount = 0; in internal_dfa_match() local 1593 if (ptr + 1 < end_subject && UCHAR21TEST(ptr + 1) == CHAR_LF) ncount = 1; in internal_dfa_match() 1604 ADD_NEW_DATA(-state_offset, count, ncount); in internal_dfa_match() 1821 int ncount = 0; in internal_dfa_match() local 1829 &ncount); in internal_dfa_match() 1830 ADD_NEW_DATA(-(state_offset + count), 0, ncount); in internal_dfa_match() 1851 int ncount = 0; in internal_dfa_match() local [all …]
|
/external/webrtc/rtc_base/ |
D | http_common.cc | 306 std::string cnonce, ncount; in HttpAuthenticate() local 310 ncount = "00000001"; in HttpAuthenticate() 334 middle = nonce + ":" + ncount + ":" + cnonce + ":" + qop; in HttpAuthenticate() 352 ss << ", nc=" << ncount; in HttpAuthenticate()
|
/external/zstd/lib/common/ |
D | fse_decompress.c | 314 short ncount[FSE_MAX_SYMBOL_VALUE + 1]; member 336 …size_t const NCountLength = FSE_readNCount_bmi2(wksp->ncount, &maxSymbolValue, &tableLog, istart, … in FSE_decompress_wksp_body() 348 …CHECK_F( FSE_buildDTable_internal(wksp->dtable, wksp->ncount, maxSymbolValue, tableLog, workSpace,… in FSE_decompress_wksp_body()
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_bc_parser.cpp | 394 int ndst = 0, ncount = 0; in prepare_alu_group() local 417 n->dst[ncount++] = sh->get_special_value(SV_LDS_OQA); in prepare_alu_group() 419 n->dst[ncount++] = sh->get_special_value(SV_LDS_OQB); in prepare_alu_group() 421 n->dst[ncount++] = sh->get_special_value(SV_LDS_RW); in prepare_alu_group()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | StringTokenizerTest.java | 542 int ncount = st.countTokens(); in TestCountTokensNoCoalesce() local 549 if (count != ncount || count != xcount) { in TestCountTokensNoCoalesce() 550 errln("inconsistent counts " + count + ", " + ncount + ", " + xcount); in TestCountTokensNoCoalesce()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | StringTokenizerTest.java | 539 int ncount = st.countTokens(); in TestCountTokensNoCoalesce() local 546 if (count != ncount || count != xcount) { in TestCountTokensNoCoalesce() 547 errln("inconsistent counts " + count + ", " + ncount + ", " + xcount); in TestCountTokensNoCoalesce()
|
/external/oj-libjdwp/src/share/back/ |
D | util.c | 1541 jint ncount; in allNestedClasses() local 1551 ncount = 0; in allNestedClasses() 1583 classes[i] = classes[ncount]; in allNestedClasses() 1584 classes[ncount++] = clazz; in allNestedClasses() 1591 if ( count != 0 && ncount == 0 ) { in allNestedClasses() 1597 *pcount = ncount; in allNestedClasses()
|
/external/cronet/base/win/ |
D | registry.cc | 1095 DWORD ncount = static_cast<DWORD>(std::size(name_)); in Read() local 1097 LONG r = ::RegEnumKeyEx(key_, index_, name_, &ncount, nullptr, nullptr, in Read()
|
/external/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 58614 short int ncount[256]; member
|