/external/iperf3/src/ |
D | iperf_udp.c | 72 uint64_t pcount; in iperf_udp_recv() local 107 memcpy(&pcount, sp->buffer+8, sizeof(pcount)); in iperf_udp_recv() 110 pcount = be64toh(pcount); in iperf_udp_recv() 121 pcount = ntohl(pc); in iperf_udp_recv() 127 fprintf(stderr, "pcount %" PRIu64 " packet_count %d\n", pcount, sp->packet_count); in iperf_udp_recv() 142 if (pcount >= sp->packet_count + 1) { in iperf_udp_recv() 145 if (pcount > sp->packet_count + 1) { in iperf_udp_recv() 147 sp->cnt_error += (pcount - 1) - sp->packet_count; in iperf_udp_recv() 150 sp->packet_count = pcount; in iperf_udp_recv() 170 …ming packet sequence %" PRIu64 " but expected sequence %d on stream %d", pcount, sp->packet_count … in iperf_udp_recv() [all …]
|
/external/llvm-project/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/ |
D | pcount.pass.cpp | 24 assert(sb.pcount() == 0); in main() 26 assert(sb.pcount() == 1); in main() 28 assert(sb.pcount() == 2); in main() 30 assert(sb.pcount() == 2); in main()
|
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/ |
D | pcount.pass.cpp | 23 assert(sb.pcount() == 0); in main() 25 assert(sb.pcount() == 1); in main() 27 assert(sb.pcount() == 2); in main() 29 assert(sb.pcount() == 2); in main()
|
/external/iptables/iptables/ |
D | nft-bridge.h | 165 size_t *pcount, const struct nft_among_pair *new) in nft_among_insert_pair() argument 172 for (i = 0; i < *pcount; i++) { in nft_among_insert_pair() 176 memmove(&pairs[i + 1], &pairs[i], sizeof(*pairs) * (*pcount - i)); in nft_among_insert_pair() 178 (*pcount)++; in nft_among_insert_pair()
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/deser/impl/ |
D | CreatorCandidate.java | 28 final int pcount = creator.getParameterCount(); in construct() local 29 Param[] params = new Param[pcount]; in construct() 30 for (int i = 0; i < pcount; ++i) { in construct() 35 return new CreatorCandidate(intr, creator, params, pcount); in construct()
|
/external/llvm-project/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/ |
D | pcount.pass.cpp | 24 assert(out.pcount() == 0); in main() 26 assert(out.pcount() == 11); in main()
|
/external/libcxx/test/std/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/ |
D | pcount.pass.cpp | 23 assert(out.pcount() == 0); in main() 25 assert(out.pcount() == 11); in main()
|
/external/llvm-project/libcxx/test/std/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/ |
D | pcount.pass.cpp | 24 assert(out.pcount() == 0); in main() 26 assert(out.pcount() == 11); in main()
|
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/ |
D | pcount.pass.cpp | 23 assert(out.pcount() == 0); in main() 25 assert(out.pcount() == 11); in main()
|
/external/llvm-project/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/ |
D | default.pass.cpp | 25 assert(s.pcount() == 0); in main() 30 assert(s.pcount() == 0); in main()
|
/external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/ |
D | default.pass.cpp | 24 assert(s.pcount() == 0); in main() 29 assert(s.pcount() == 0); in main()
|
/external/libcxx/include/ |
D | strstream | 40 int pcount() const; 94 int pcount() const; 119 int pcount() const; 167 int pcount() const; 331 int pcount() const {return __sb_.pcount();} 390 int pcount() const {return __sb_.pcount();}
|
/external/llvm-project/libcxx/include/ |
D | strstream | 39 int pcount() const; 93 int pcount() const; 118 int pcount() const; 166 int pcount() const; 330 int pcount() const {return __sb_.pcount();} 389 int pcount() const {return __sb_.pcount();}
|
/external/rust/crates/libz-sys/src/zlib/contrib/iostream2/ |
D | zstream.h | 200 ::gzwrite(m_fp, m_os->str(), m_os->pcount()); in close() 242 if (m_os && m_os->pcount()>0) { in os_flush() 248 ::gzwrite(m_fp, m_os->str(), m_os->pcount()); in os_flush()
|
/external/toybox/toys/posix/ |
D | find.c | 211 int pcount = 0, print = 0, not = 0, active = !!new, test = active, recurse; in do_find() local 284 if (pcount == sizeof(toybuf)) goto error; in do_find() 285 toybuf[pcount++] = not+(active<<1); in do_find() 291 if (--pcount < 0) goto error; in do_find() 293 active = (toybuf[pcount]>>1)&1; in do_find() 294 if (active && (toybuf[pcount]&1)) test = !test; in do_find()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | all_gather_decomposer.cc | 106 auto pcount = comp->AddInstruction(HloInstruction::CreateConstant( in DecomposeAllGather() local 111 pid->shape(), HloOpcode::kMultiply, rid, pcount)))); in DecomposeAllGather()
|
/external/oj-libjdwp/src/share/back/ |
D | stepControl.c | 109 getLineNumberTable(jmethodID method, jint *pcount, in getLineNumberTable() argument 114 *pcount = 0; in getLineNumberTable() 123 (gdata->jvmti, method, pcount, ptable); in getLineNumberTable() 125 *pcount = 0; in getLineNumberTable()
|
D | util.c | 1435 allInterfaces(jclass clazz, jclass **ppinterfaces, jint *pcount) in allInterfaces() argument 1439 *pcount = 0; in allInterfaces() 1442 (gdata->jvmti, clazz, pcount, ppinterfaces); in allInterfaces() 1448 allLoadedClasses(jclass **ppclasses, jint *pcount) in allLoadedClasses() argument 1452 *pcount = 0; in allLoadedClasses() 1455 (gdata->jvmti, pcount, ppclasses); in allLoadedClasses() 1461 allClassLoaderClasses(jobject loader, jclass **ppclasses, jint *pcount) in allClassLoaderClasses() argument 1465 *pcount = 0; in allClassLoaderClasses() 1468 (gdata->jvmti, loader, pcount, ppclasses); in allClassLoaderClasses() 1525 allNestedClasses(jclass parent_clazz, jclass **ppnested, jint *pcount) in allNestedClasses() argument [all …]
|
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/introspect/ |
D | AnnotatedMethodCollector.java | 187 int pcount = m.getParameterTypes().length; in _isIncludableMemberMethod() local 188 return (pcount <= 2); in _isIncludableMemberMethod()
|
/external/llvm-project/llvm/test/Transforms/SCCP/ |
D | resolvedundefsin-tracked-fn.ll | 366 @pcount = internal local_unnamed_addr global i32 0, align 4 380 ; CHECK-NEXT: [[TMP2:%.*]] = load i32, i32* @pcount, align 4 385 ; CHECK-NEXT: store i32 [[MUL]], i32* @pcount, align 4 405 %2 = load i32, i32* @pcount, align 4 411 store i32 %mul, i32* @pcount, align 4
|
/external/skqp/tests/ |
D | GeometryTest.cpp | 166 const int pcount = qcount * 2 + 1; in test_this_conic_to_quad() local 168 REPORTER_ASSERT(r, SkPointPriv::AreFinite(qpts, pcount)); in test_this_conic_to_quad()
|
/external/llvm-project/libcxx/src/ |
D | strstream.cpp | 147 strstreambuf::pcount() const in pcount() function in strstreambuf
|
/external/libcxx/src/ |
D | strstream.cpp | 148 strstreambuf::pcount() const in pcount() function in strstreambuf
|
/external/skia/tests/ |
D | GeometryTest.cpp | 232 const int pcount = qcount * 2 + 1; in test_this_conic_to_quad() local 234 REPORTER_ASSERT(r, SkPointPriv::AreFinite(qpts, pcount)); in test_this_conic_to_quad()
|
/external/python/cpython2/Objects/ |
D | bytesobject.c | 678 int pcount = 1; in _PyBytes_FormatEx() local 689 while (pcount > 0 && --fmtcnt >= 0) { in _PyBytes_FormatEx() 691 --pcount; in _PyBytes_FormatEx() 693 ++pcount; in _PyBytes_FormatEx() 697 if (fmtcnt < 0 || pcount > 0) { in _PyBytes_FormatEx()
|