Home
last modified time | relevance | path

Searched refs:pcount (Results 1 – 25 of 38) sorted by relevance

12

/external/iperf3/src/
Diperf_udp.c72 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/
Dpcount.pass.cpp24 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/
Dpcount.pass.cpp23 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/
Dnft-bridge.h165 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/
DCreatorCandidate.java28 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/
Dpcount.pass.cpp24 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/
Dpcount.pass.cpp23 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/
Dpcount.pass.cpp24 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/
Dpcount.pass.cpp23 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/
Ddefault.pass.cpp25 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/
Ddefault.pass.cpp24 assert(s.pcount() == 0); in main()
29 assert(s.pcount() == 0); in main()
/external/libcxx/include/
Dstrstream40 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/
Dstrstream39 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/
Dzstream.h200 ::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/
Dfind.c211 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/
Dall_gather_decomposer.cc106 auto pcount = comp->AddInstruction(HloInstruction::CreateConstant( in DecomposeAllGather() local
111 pid->shape(), HloOpcode::kMultiply, rid, pcount)))); in DecomposeAllGather()
/external/oj-libjdwp/src/share/back/
DstepControl.c109 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()
Dutil.c1435 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/
DAnnotatedMethodCollector.java187 int pcount = m.getParameterTypes().length; in _isIncludableMemberMethod() local
188 return (pcount <= 2); in _isIncludableMemberMethod()
/external/llvm-project/llvm/test/Transforms/SCCP/
Dresolvedundefsin-tracked-fn.ll366 @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/
DGeometryTest.cpp166 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/
Dstrstream.cpp147 strstreambuf::pcount() const in pcount() function in strstreambuf
/external/libcxx/src/
Dstrstream.cpp148 strstreambuf::pcount() const in pcount() function in strstreambuf
/external/skia/tests/
DGeometryTest.cpp232 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/
Dbytesobject.c678 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()

12