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

  /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;
  /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/qemu/proxy/
proxy_int.h 37 int* pcount; member in struct:__anon6525
  /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/android/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();
  /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++) {

Completed in 277 milliseconds