HomeSort by relevance Sort by last modified time
    Searched full:pcount (Results 1 - 25 of 76) 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;
  /system/media/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;
  /frameworks/base/libs/rs/
rsMesh.cpp 83 for (uint32_t pCount = 0; pCount < mHal.state.primitivesCount; pCount ++) {
84 Primitive_t * prim = mHal.state.primitives[pCount];
127 for (uint32_t pCount = 0; pCount < primitivesCount; pCount ++) {
128 primitives[pCount] = (RsPrimitive)stream->loadU8();
134 indexBuffers[pCount].set(indexAlloc);
144 for (uint32_t pCount = 0; pCount < primitivesCount; pCount ++)
    [all...]
  /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...]
  /development/tools/a3dconvert/
SimpleMesh.h 129 for (uint32_t pCount = 0; pCount < mTriangleLists.size(); pCount ++) {
131 uint32_t numIndicies = mTriangleLists[pCount].size();
140 const std::vector<uint32_t> &indexList = mTriangleLists[pCount];
148 indexAlloc->setName(mTriangleListNames[pCount].c_str());
149 mesh->setPrimitive(indexAlloc, RS_PRIMITIVE_TRIANGLE, pCount);
  /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 );
  /bionic/libdl/
libdl.c 28 void *dl_unwind_find_exidx(void *pc, int *pcount) { return 0; }
  /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/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/linux-x86/toolchain/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;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/backward/
strstream 82 int pcount() const;
146 int pcount() const;
167 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/gnu-libstdc++/include/backward/
strstream 82 int pcount() const;
146 int pcount() const;
167 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;
  /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) {
  /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();
  /external/qemu/proxy/
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;

Completed in 741 milliseconds

1 2 3 4