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

1 2 3 4

  /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;
  /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;
  /frameworks/compile/mclinker/lib/Support/Unix/
FileSystem.inc 26 size_t pread(int pFD, Address pBuf, size_t pCount, off_t pOffset)
28 return ::pread(pFD, (void*) pBuf, pCount, pOffset);
31 size_t pwrite(int pFD, const Address pBuf, size_t pCount, off_t pOffset)
33 return ::pwrite(pFD, (const void*) pBuf, pCount, pOffset);
  /frameworks/rs/
rsMesh.cpp 96 for (uint32_t pCount = 0; pCount < mHal.state.primitivesCount; pCount ++) {
97 stream->addU8((uint8_t)mHal.state.primitives[pCount]);
99 if (mHal.state.indexBuffers[pCount]) {
101 mHal.state.indexBuffers[pCount]->serialize(stream);
138 for (uint32_t pCount = 0; pCount < primitivesCount; pCount ++) {
139 primitives[pCount] = (RsPrimitive)stream->loadU8()
    [all...]
  /frameworks/wilhelm/src/itf/
IMetadataTraversal.c 46 static SLresult IMetadataTraversal_GetChildCount(SLMetadataTraversalItf self, SLuint32 *pCount)
50 if (NULL == pCount) {
57 *pCount = count;
IMIDIMuteSolo.c 108 static SLresult IMIDIMuteSolo_GetTrackCount(SLMIDIMuteSoloItf self, SLuint16 *pCount)
112 if (NULL == pCount) {
118 *pCount = trackCount;
  /external/icu4c/test/cintltst/
ucnvseltst.c 77 getEncodings(int32_t start, int32_t step, int32_t count, int32_t *pCount) {
81 *pCount = 0;
97 ++*pCount;
109 getNoEncodings(int32_t *pCount) {
110 *pCount = 0;
116 getOneEncoding(int32_t *pCount) {
117 return getEncodings(1, 0, 1, pCount);
121 getFirstEvenEncodings(int32_t *pCount) {
122 return getEncodings(0, 2, 25, pCount);
126 getMiddleEncodings(int32_t *pCount) {
    [all...]
  /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;
  /external/qemu/
tcpdump.c 142 qemu_tcpdump_stats( uint64_t *pcount, uint64_t* psize )
144 *pcount = capture_count;
tcpdump.h 34 extern void qemu_tcpdump_stats( uint64_t *pcount, uint64_t* psize );
  /frameworks/base/tests/RenderScriptTests/FountainFbo/src/com/example/android/rs/fountainfbo/
FountainFboView.java 71 int pcount = ev.getPointerCount(); local
73 for (int p=0; p < pcount; p++) {
  /bionic/libdl/
libdl.c 28 void *dl_unwind_find_exidx(void *pc, int *pcount) { return 0; }
  /frameworks/base/tests/RenderScriptTests/Balls/src/com/example/android/rs/balls/
BallsView.java 88 int pcount = ev.getPointerCount(); local
90 for (int p=0; p < pcount; p++) {
  /frameworks/base/tests/RenderScriptTests/Fountain/src/com/example/android/rs/fountain/
FountainView.java 89 int pcount = ev.getPointerCount(); local
91 for (int p=0; p < pcount; p++) {
  /frameworks/base/tests/RenderScriptTests/Fountain_v11/src/com/android/fountain/
FountainView.java 86 int pcount = ev.getPointerCount(); local
88 for (int p=0; p < pcount; p++) {
  /frameworks/compile/mclinker/include/mcld/ADT/
HashTable.h 100 /// rehash - immediately re-new the hash table to the size pCount, and
102 void rehash(size_type pCount);
  /frameworks/compile/mclinker/include/mcld/Support/
FileSystem.h 109 size_t pread(int pFD, Address pBuf, size_t pCount, off_t pOffset);
110 size_t pwrite(int pFD, const Address pBuf, size_t pCount, off_t pOffset);
  /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;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/backward/
strstream 82 int pcount() const;
146 int pcount() const;
167 int pcount() const;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/backward/
strstream 90 _GLIBCXX_PURE int pcount() const throw ();
154 _GLIBCXX_PURE int pcount() const throw ();
175 _GLIBCXX_PURE int pcount() const throw ();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/backward/
strstream 90 _GLIBCXX_PURE int pcount() const throw ();
154 _GLIBCXX_PURE int pcount() const throw ();
175 _GLIBCXX_PURE int pcount() const throw ();
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/backward/
strstream 82 int pcount() const;
146 int pcount() const;
167 int pcount() const;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 71 int pcount() const;
130 int pcount() const;
152 int pcount() const;

Completed in 337 milliseconds

1 2 3 4