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

1 2

  /bionic/libc/arch-arm/bionic/
exidx_dynamic.c 33 extern _Unwind_Ptr dl_unwind_find_exidx(_Unwind_Ptr pc, int *pcount);
38 * in that section (via *pcount).
44 _Unwind_Ptr __gnu_Unwind_Find_exidx(_Unwind_Ptr pc, int *pcount)
46 return dl_unwind_find_exidx(pc, pcount);
exidx_static.c 41 int *pcount)
43 *pcount = (__exidx_end-__exidx_start)/8;
  /bootable/bootloader/legacy/libboot/
flash.c 35 static unsigned pcount = 0; variable
39 if(pcount < MAX_PTN){
40 memcpy(ptable + pcount, ptn, sizeof(*ptn));
41 pcount++;
48 for(n = 0; n < pcount; n++) {
59 for(n = 0; n < pcount; n++) {
69 if(n < pcount) {
78 return pcount;
  /external/qemu/
tcpdump.h 34 extern void qemu_tcpdump_stats( uint64_t *pcount, uint64_t* psize );
tcpdump.c 142 qemu_tcpdump_stats( uint64_t *pcount, uint64_t* psize )
144 *pcount = capture_count;
  /system/extras/sane_schedstat/
sane_schedstat.c 51 unsigned long pcount; /* number of tasks (not necessarily unique) given */ member in struct:cpu_stat
79 cpu_delta[i].cpu_time / 1000000, cpu_delta[i].run_delay / 1000000, cpu_delta[i].pcount);
91 &tmp.cpu_time, &tmp.run_delay, &tmp.pcount) != 10) {
104 cpu_delta[cpu].pcount = tmp.pcount - cpu_prev[cpu].pcount;
  /bionic/libdl/
libdl.c 28 void *dl_unwind_find_exidx(void *pc, int *pcount) { return 0; }
  /external/stlport/stlport/stl/
_strstream.h 71 int pcount() const;
130 int pcount() const;
152 int pcount() const;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 71 int pcount() const;
130 int pcount() const;
152 int pcount() const;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 71 int pcount() const;
130 int pcount() const;
152 int pcount() const;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 71 int pcount() const;
130 int pcount() const;
152 int pcount() const;
  /external/qemu/proxy/
proxy_common.h 78 extern void proxy_manager_select_fill( int *pcount,
proxy_common.c 381 if (*sel->pcount < fd+1)
382 *sel->pcount = fd+1;
420 proxy_manager_select_fill( int *pcount, fd_set* read_fds, fd_set* write_fds, fd_set* err_fds)
428 sel->pcount = pcount;
448 sel->pcount = NULL;
proxy_int.h 37 int* pcount; member in struct:__anon9945
  /development/samples/RenderScript/Balls/src/com/example/android/rs/balls/
BallsView.java 88 int pcount = ev.getPointerCount(); local
90 for (int p=0; p < pcount; p++) {
  /development/samples/RenderScript/Fountain/src/com/example/android/rs/fountain/
FountainView.java 89 int pcount = ev.getPointerCount(); local
91 for (int p=0; p < pcount; p++) {
  /external/chromium/googleurl/base/
logging.cc 278 message_start_ = stream_.pcount();
285 std::string str_newline(stream_.str(), stream_.pcount());
340 log_assert_handler(std::string(stream_.str(), stream_.pcount()));
344 DisplayDebugMessage(std::string(stream_.str(), stream_.pcount()));
  /external/stlport/src/
strstream.cpp 112 int strstreambuf::pcount() const { function in class:strstreambuf
350 int ostrstream::pcount() const { function in class:ostrstream
351 return _M_buf.pcount();
379 int strstream::pcount() const { function in class:strstream
380 return _M_buf.pcount();
  /ndk/sources/cxx-stl/stlport/src/
strstream.cpp 112 int strstreambuf::pcount() const { function in class:strstreambuf
350 int ostrstream::pcount() const { function in class:ostrstream
351 return _M_buf.pcount();
379 int strstream::pcount() const { function in class:strstream
380 return _M_buf.pcount();
  /bootable/bootloader/legacy/usbloader/
main.c 46 unsigned pcount; local
61 if((pcount = flash_get_ptn_count())){
66 for(pn = 0; pn < pcount; pn++) {
  /external/zlib/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/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) {
  /bionic/linker/
linker.h 222 _Unwind_Ptr dl_unwind_find_exidx(_Unwind_Ptr pc, int *pcount);
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 407 const size_t pcount = animation.parts.size(); local
416 for (int j=0 ; j<pcount ; j++) {
464 for (int i=0 ; i<pcount && !exitPending() ; i++) {
  /system/core/libpixelflinger/
trap.cpp 664 int* pcount,
672 Edge* edge = edges + *pcount;
714 ++*pcount;
854 int* pcount,
862 AAEdge* edge = edges + *pcount;
903 ++*pcount;
    [all...]

Completed in 1514 milliseconds

1 2