HomeSort by relevance Sort by last modified time
    Searched refs:_count (Results 26 - 50 of 56) sorted by null

12 3

  /external/kernel-headers/original/linux/
mm.h 226 atomic_t _count; /* Usage count, see below. */ member in struct:page
300 BUG_ON(atomic_read(&page->_count) == 0);
301 return atomic_dec_and_test(&page->_count);
310 return atomic_inc_not_zero(&page->_count);
319 return atomic_read(&page->_count);
326 atomic_inc(&page->_count);
335 atomic_set(&page->_count, 1);
599 * The atomic page->_mapcount, like _count, starts from -1:
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
util.py 175 self._count = 0
182 count = self._count
188 self._count = count
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_stdinc.h 276 unsigned _count = (len); \
277 unsigned _n = (_count + 3) / 4; \
281 switch (_count % 4) { \
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 276 unsigned _count = (len); \
277 unsigned _n = (_count + 3) / 4; \
281 switch (_count % 4) { \
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_stdinc.h 276 unsigned _count = (len); \
277 unsigned _n = (_count + 3) / 4; \
281 switch (_count % 4) { \
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_stdinc.h 276 unsigned _count = (len); \
277 unsigned _n = (_count + 3) / 4; \
281 switch (_count % 4) { \
  /external/compiler-rt/lib/
atomic.c 58 __c11_atomic_store((_Atomic(uint32_t)*)&l->_count, 1, __ATOMIC_RELEASE);
65 while (!__c11_atomic_compare_exchange_weak((_Atomic(uint32_t)*)&l->_count, &old,
  /external/llvm/lib/Analysis/
PathProfileInfo.cpp 114 : _number(number) , _count(count), _countStdDev(countStdDev), _ppi(ppi) {}
117 return 100 * double(_count) /
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-mips.S 164 #define FETCH_ADVANCE_INST(_count) lhu rINST, (_count*2)(rPC); \
165 addu rPC, rPC, (_count * 2)
170 #define FETCH(rd, _count) lhu rd, (_count * 2)(rPC)
171 #define FETCH_S(rd, _count) lh rd, (_count * 2)(rPC)
175 #define FETCH_B(rd, _count) lbu rd, (_count * 2)(rPC)
176 #define FETCH_C(rd, _count) lbu rd, (_count * 2 + 1)(rPC
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
DetailedHeapshotGridNodes.js 197 return this._count / this.dataGrid.snapshot.nodeCount * 100.0;
426 this._count = aggregate.count;
472 var data = {object: this._name, count: this._count};
474 data["count"] = view.showCountAsPercent ? WebInspector.UIString("%.2f%%", this._countPercent) : this._count;
482 return this._count / this.dataGrid.snapshot.nodeCount * 100.0;
HeapSnapshotView.js 729 if (!this._count) {
730 this._count = 0;
732 this._count += this.children[i].count;
734 return this._count;
    [all...]
  /external/icu4c/test/intltest/
svccoll.cpp 306 const UnicodeString* getSupportedIDs(int32_t& _count, UErrorCode& status) {
312 _count = 0;
321 _count = count;
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 162 unsigned int *_count /* IN/OUT */,
165 if (_count) {
166 const USHORT *arr = this->sub_array (start_offset, _count);
167 unsigned int count = *_count;
    [all...]
  /external/qemu/target-i386/
hax-interface.h 256 uint16_t _count; member in struct:hax_tunnel::__anon13929::__anon13930
hax-all.c 564 ht->pio._size, ht->pio._count, vcpu->iobuf);
  /frameworks/base/core/jni/
android_opengl_GLES30.cpp 1733 jint _count = 0, _i; local
3098 jint _count = 0; local
3174 jint _count = 0; local
    [all...]
  /external/opencv/cv/src/
cvlinefit.cpp 46 icvFitLine2D_wods( CvPoint2D32f * points, int _count, float *weights, float *line )
51 int count = _count;
  /packages/apps/Email/src/com/android/email/provider/
ContentCache.java 721 CacheCounter(String _uri, Integer _count) {
723 count = _count;
  /dalvik/libdex/
DexSwapVerify.cpp 161 * Assumes "const CheckState* state" and "typeof(_count) == typeof(_elemSize)"
164 #define CHECK_LIST_SIZE(_ptr, _count, _elemSize) { \
166 const u1* _end = _start + ((_count) * (_elemSize)); \
167 if (!safe_mul(NULL, (_count), (_elemSize)) || \
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-mips.S 86 #define FETCH_ADVANCE_INST(_count) lhu rINST, ((_count)*2)(rPC); \
87 addu rPC, rPC, ((_count) * 2)
89 #define PREFETCH_ADVANCE_INST(_dreg, _sreg, _count) \
90 lhu _dreg, ((_count)*2)(_sreg) ; \
91 addu _sreg, _sreg, (_count)*2
96 #define FETCH(rd, _count) lhu rd, ((_count) * 2)(rPC)
97 #define FETCH_S(rd, _count) lh rd, ((_count) * 2)(rPC
    [all...]
InterpAsm-armv5te-vfp.S 117 * to point to the next instruction. "_count" is in 16-bit code units.
127 #define FETCH_ADVANCE_INST(_count) ldrh rINST, [rPC, #((_count)*2)]!
133 #define PREFETCH_ADVANCE_INST(_dreg, _sreg, _count) \
134 ldrh _dreg, [_sreg, #((_count)*2)]!
150 * "_count" value is in 16-bit code units. Does not advance rPC.
154 #define FETCH(_reg, _count) ldrh _reg, [rPC, #((_count)*2)]
155 #define FETCH_S(_reg, _count) ldrsh _reg, [rPC, #((_count)*2)
    [all...]
InterpAsm-armv5te.S 117 * to point to the next instruction. "_count" is in 16-bit code units.
127 #define FETCH_ADVANCE_INST(_count) ldrh rINST, [rPC, #((_count)*2)]!
133 #define PREFETCH_ADVANCE_INST(_dreg, _sreg, _count) \
134 ldrh _dreg, [_sreg, #((_count)*2)]!
150 * "_count" value is in 16-bit code units. Does not advance rPC.
154 #define FETCH(_reg, _count) ldrh _reg, [rPC, #((_count)*2)]
155 #define FETCH_S(_reg, _count) ldrsh _reg, [rPC, #((_count)*2)
    [all...]
InterpAsm-armv7-a-neon.S 117 * to point to the next instruction. "_count" is in 16-bit code units.
127 #define FETCH_ADVANCE_INST(_count) ldrh rINST, [rPC, #((_count)*2)]!
133 #define PREFETCH_ADVANCE_INST(_dreg, _sreg, _count) \
134 ldrh _dreg, [_sreg, #((_count)*2)]!
150 * "_count" value is in 16-bit code units. Does not advance rPC.
154 #define FETCH(_reg, _count) ldrh _reg, [rPC, #((_count)*2)]
155 #define FETCH_S(_reg, _count) ldrsh _reg, [rPC, #((_count)*2)
    [all...]
InterpAsm-armv7-a.S 117 * to point to the next instruction. "_count" is in 16-bit code units.
127 #define FETCH_ADVANCE_INST(_count) ldrh rINST, [rPC, #((_count)*2)]!
133 #define PREFETCH_ADVANCE_INST(_dreg, _sreg, _count) \
134 ldrh _dreg, [_sreg, #((_count)*2)]!
150 * "_count" value is in 16-bit code units. Does not advance rPC.
154 #define FETCH(_reg, _count) ldrh _reg, [rPC, #((_count)*2)]
155 #define FETCH_S(_reg, _count) ldrsh _reg, [rPC, #((_count)*2)
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 400 self._count = count
403 conf.lib.clang_disposeTokens(self._tu, self._memory, self._count)
    [all...]

Completed in 1256 milliseconds

12 3