HomeSort by relevance Sort by last modified time
    Searched refs:pcount (Results 1 - 25 of 36) sorted by null

1 2

  /bionic/libc/arch-arm/bionic/
exidx_dynamic.c 34 * in that section (via *pcount).
40 _Unwind_Ptr __gnu_Unwind_Find_exidx_impl(_Unwind_Ptr pc, int *pcount) {
41 return dl_unwind_find_exidx(pc, pcount);
44 _Unwind_Ptr __gnu_Unwind_Find_exidx_impl2(_Unwind_Ptr pc, int *pcount) {
45 return dl_unwind_find_exidx(pc, pcount);
exidx_static.c 46 _Unwind_Ptr __gnu_Unwind_Find_exidx(_Unwind_Ptr pc __attribute__((unused)), int* pcount) {
47 *pcount = (&__exidx_end - &__exidx_start);
  /bionic/linker/
linker_exidx_static.c 42 int* pcount)
44 *pcount = (__exidx_end-__exidx_start)/8;
dlfcn.cpp 92 _Unwind_Ptr __loader_dl_unwind_find_exidx(_Unwind_Ptr pc, int* pcount) __LINKER_PUBLIC__;
202 _Unwind_Ptr __loader_dl_unwind_find_exidx(_Unwind_Ptr pc, int* pcount) {
204 return do_dl_unwind_find_exidx(pc, pcount);
linker.h 120 _Unwind_Ptr do_dl_unwind_find_exidx(_Unwind_Ptr pc, int* pcount);
  /external/libcxx/test/std/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/
pcount.pass.cpp 14 // int pcount() const;
23 assert(out.pcount() == 0);
25 assert(out.pcount() == 11);
  /external/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/
pcount.pass.cpp 14 // int pcount() const;
23 assert(out.pcount() == 0);
25 assert(out.pcount() == 11);
  /external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/
pcount.pass.cpp 14 // int pcount() const;
23 assert(sb.pcount() == 0);
25 assert(sb.pcount() == 1);
27 assert(sb.pcount() == 2);
29 assert(sb.pcount() == 2);
  /external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.cons/
default.pass.cpp 24 assert(s.pcount() == 0);
29 assert(s.pcount() == 0);
  /external/iperf3/src/
iperf_udp.c 65 uint64_t pcount; local
89 memcpy(&pcount, sp->buffer+8, sizeof(pcount));
92 pcount = be64toh(pcount);
103 pcount = ntohl(pc);
109 fprintf(stderr, "pcount %" PRIu64 " packet_count %d\n", pcount, sp->packet_count);
119 * Note that pcount is the sequence number read from the packet,
124 if (pcount >= sp->packet_count + 1)
203 uint64_t pcount; local
216 uint32_t sec, usec, pcount; local
    [all...]
  /bionic/libdl/
libdl.cpp 53 _Unwind_Ptr __loader_dl_unwind_find_exidx(_Unwind_Ptr pc, int* pcount);
116 _Unwind_Ptr dl_unwind_find_exidx(_Unwind_Ptr pc, int* pcount) {
117 return __loader_dl_unwind_find_exidx(pc, pcount);
  /external/u-boot/board/cavium/thunderx/
atf.c 182 size_t pcount; local
189 pcount = atf_get_pcount();
191 printf("Partition count: %lu\n\n", pcount);
194 for (i = 0; i < pcount; i++) {
  /external/zlib/src/contrib/iostream2/
zstream.h 200 ::gzwrite(m_fp, m_os->str(), m_os->pcount());
242 if (m_os && m_os->pcount()>0) {
248 ::gzwrite(m_fp, m_os->str(), m_os->pcount());
  /build/make/tools/atree/
files.cpp 270 int pcount = 0; local
286 } else if (pcount < 2) {
288 paths[pcount++] = replace_variables(word, variables, &error);
299 if (pcount == 0 && !errstr.empty()) {
308 if (pcount == 1) {
  /external/toybox/toys/posix/
find.c 200 int pcount = 0, print = 0, not = 0, active = !!new, test = active, recurse; local
241 // pcount: parentheses stack depth (using toybuf bytes, 4096 max depth)
264 if (pcount == sizeof(toybuf)) goto error;
265 toybuf[pcount++] = not+(active<<1);
271 if (--pcount < 0) goto error;
273 active = (toybuf[pcount]>>1)&1;
274 if (active && (toybuf[pcount]&1)) test = !test;
  /build/kati/
strutil.go 324 pcount := 1
330 pcount++
332 pcount--
333 if pcount == 0 {
  /external/oj-libjdwp/src/share/back/
stepControl.c 109 getLineNumberTable(jmethodID method, jint *pcount,
114 *pcount = 0;
123 (gdata->jvmti, method, pcount, ptable);
125 *pcount = 0;
util.c     [all...]
util.h 427 jvmtiError allNestedClasses(jclass clazz, jclass **ppnested, jint *pcount);
  /external/skia/tests/
GeometryTest.cpp 166 const int pcount = qcount * 2 + 1; local
168 REPORTER_ASSERT(r, SkPointPriv::AreFinite(qpts, pcount));
  /external/skqp/tests/
GeometryTest.cpp 166 const int pcount = qcount * 2 + 1; local
168 REPORTER_ASSERT(r, SkPointPriv::AreFinite(qpts, pcount));
  /external/libcxx/src/
strstream.cpp 148 strstreambuf::pcount() const function in class:strstreambuf
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 737 const size_t pcount = animation.parts.size(); local
765 for (size_t j = 0; j < pcount; j++) {
921 const size_t pcount = animation.parts.size(); local
928 for (size_t i=0 ; i<pcount ; i++) {
    [all...]
  /device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/
SplitFspBin.py 721 pcount = 0
725 pcount += img.Rebase(delta, newfspbin)
728 print " Patched %d entries in %d TE/PE32 images." % (pcount, fcount)
  /external/python/cpython2/Objects/
bytesobject.c 678 int pcount = 1; local
689 while (pcount > 0 && --fmtcnt >= 0) {
691 --pcount;
693 ++pcount;
697 if (fmtcnt < 0 || pcount > 0) {
    [all...]

Completed in 1657 milliseconds

1 2