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

  /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;
  /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;
  /external/qemu/proxy/
proxy_common.h 78 extern void proxy_manager_select_fill( int *pcount,
proxy_common.c 380 if (*sel->pcount < fd+1)
381 *sel->pcount = fd+1;
419 proxy_manager_select_fill( int *pcount, fd_set* read_fds, fd_set* write_fds, fd_set* err_fds)
427 sel->pcount = pcount;
447 sel->pcount = NULL;
proxy_int.h 37 int* pcount; member in struct:__anon6366
  /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()));
logging.h 219 return new std::string(ss.str(), ss.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());
  /bionic/linker/
linker.h 234 _Unwind_Ptr dl_unwind_find_exidx(_Unwind_Ptr pc, int *pcount);
linker.c 355 * in that section (via *pcount).
362 _Unwind_Ptr dl_unwind_find_exidx(_Unwind_Ptr pc, int *pcount)
370 *pcount = si->ARM_exidx_count;
375 *pcount = 0;
    [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 388 const size_t pcount = animation.parts.size(); local
397 for (int j=0 ; j<pcount ; j++) {
444 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...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc     [all...]
  /external/gtest/src/
gtest.cc     [all...]
  /external/protobuf/gtest/src/
gtest.cc     [all...]

Completed in 480 milliseconds