HomeSort by relevance Sort by last modified time
    Searched full:pcount (Results 26 - 50 of 76) sorted by null

12 3 4

  /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/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/qemu/proxy/
proxy_common.h 78 extern void proxy_manager_select_fill( int *pcount,
proxy_int.h 37 int* pcount; member in struct:__anon9945
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/lib/
libdl.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/lib/
libdl.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/lib/
libdl.so 
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/lib/
libdl.so 
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/lib/
libdl.so 
  /prebuilt/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/lib/
libdl.so 
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/lib/
libdl.so 
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/lib/
libdl.so 
  /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 222 _Unwind_Ptr dl_unwind_find_exidx(_Unwind_Ptr pc, int *pcount);
linker.c 345 * in that section (via *pcount).
352 _Unwind_Ptr dl_unwind_find_exidx(_Unwind_Ptr pc, int *pcount)
360 *pcount = si->ARM_exidx_count;
365 *pcount = 0;
    [all...]
  /dalvik/vm/
Exception.h 187 void* dvmFillInStackTraceInternal(Thread* thread, bool wantObject, size_t* pCount);
194 INLINE int* dvmFillInStackTraceRaw(Thread* thread, size_t* pCount) {
195 return (int*) dvmFillInStackTraceInternal(thread, false, pCount);
Exception.cpp 823 void* dvmFillInStackTraceInternal(Thread* thread, bool wantObject, size_t* pCount)
832 if (pCount != NULL)
833 *pCount = 0;
    [all...]
  /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...]
  /external/quake/quake/src/QW/progs/
client.qc 318 local float rnum, pcount;
341 pcount=0;
345 pcount=pcount + 1;
348 if (pcount == 0) {
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/
OMX_VPP_Utils.h 484 OMX_U32 *pCount);
  /external/libvpx/examples/includes/geshi/geshi/
visualfoxpro.php 134 'Oracle','Order','Os','Outer','PCount','Pack',
  /external/valgrind/main/include/
pub_tool_wordfm.h 208 Bool VG_(nextIterBag)( WordBag*, /*OUT*/UWord* pVal, /*OUT*/UWord* pCount );
  /external/valgrind/main/coregrind/
m_wordfm.c 967 Bool VG_(nextIterBag)( WordBag* bag, /*OUT*/UWord* pVal, /*OUT*/UWord* pCount )
969 return VG_(nextIterFM)( bag->fm, pVal, pCount );

Completed in 2023 milliseconds

12 3 4