HomeSort by relevance Sort by last modified time
    Searched refs:_count (Results 1 - 25 of 30) sorted by null

1 2

  /external/opencore/fileformats/mp4/parser/src/
metadataatom.cpp 29 uint32 _count = _size - getDefaultSize(); local
42 _count -= 4;
44 while (_count > 0)
61 if (_count < atomSize)
64 AtomUtils::seekFromCurrPos(fp, _count);
65 _count = 0;
69 _count -= atomSize;
83 _count -= atomSize;
94 _count -= _pHdlrAtom->getSize();
108 _count -= atomSize
    [all...]
pvuserdataatom.cpp 42 uint32 _count = getDefaultSize(); local
50 _count += (_version.get_size() * 2 + 2);
58 _count += (_title.get_size() * 2 + 2);
66 _count += (_author.get_size() * 2 + 2);
74 _count += (_copyright.get_size() * 2 + 2);
82 _count += (_description.get_size() * 2 + 2);
90 _count += (_rating.get_size() * 2 + 2);
98 _count += (_creationDate.get_size() * 2 + 2);
100 while (_count < _size)
109 _count++
141 uint32 _count = getDefaultSize(); local
    [all...]
assetinfoatoms.cpp 53 uint32 _count = 0; local
62 _count += 2;
73 _count += 1;
83 uint32 delta = (size - _count);
93 _count += delta;
101 if (_count < size)
102 AtomUtils::seekFromCurrPos(fp, (size - _count));
  /dalvik/vm/mterp/x86-atom/
header.S 153 * to point to the next instruction. "_count" is in 16-bit code units.
160 .macro FETCH_ADVANCE_INST _count
161 add $$(\_count*2), rPC
178 * "_count" value is in 16-bit code units. Does not advance rPC.
183 .macro FETCH _count _reg
184 movzwl (\_count*2)(rPC), \_reg
189 * "_count" value is in 16-bit code units. Does not advance rPC.
193 .macro FETCHs _count _reg
194 movswl (\_count*2)(rPC), \_reg
199 * "_count" value is in 16-bit code units. Does not advance rPC
    [all...]
  /dalvik/vm/mterp/armv5te/
header.S 109 * to point to the next instruction. "_count" is in 16-bit code units.
119 #define FETCH_ADVANCE_INST(_count) ldrh rINST, [rPC, #(_count*2)]!
125 #define PREFETCH_ADVANCE_INST(_dreg, _sreg, _count) \
126 ldrh _dreg, [_sreg, #(_count*2)]!
142 * "_count" value is in 16-bit code units. Does not advance rPC.
146 #define FETCH(_reg, _count) ldrh _reg, [rPC, #(_count*2)]
147 #define FETCH_S(_reg, _count) ldrsh _reg, [rPC, #(_count*2)
    [all...]
  /external/freetype/include/freetype/internal/
ftgloadr.h 124 #define FT_GLYPHLOADER_CHECK_P( _loader, _count ) \
125 ( (_count) == 0 || ((_loader)->base.outline.n_points + \
127 (unsigned long)(_count)) <= (_loader)->max_points )
129 #define FT_GLYPHLOADER_CHECK_C( _loader, _count ) \
130 ( (_count) == 0 || ((_loader)->base.outline.n_contours + \
132 (unsigned long)(_count)) <= (_loader)->max_contours )
  /external/opencore/fileformats/mp4/parser/include/
initialobjectdescriptor.h 74 return _count;
88 uint32 _count; member in class:InitialObjectDescriptor
  /dalvik/vm/mterp/x86/
header.S 151 * rPC, and _count is in words
153 #define FETCH_INST_WORD(_count) movzwl _count*2(rPC),rINST_FULL
169 #define ADVANCE_PC(_count) leal 2*_count(rPC),rPC
  /dalvik/libcore/luni/src/main/java/java/lang/
String.java 1028 int _count = count; local
1053 int _count = count; local
1082 int _count = count; local
1116 int _count = count; local
1165 int _count = count; local
1216 int _count = count; local
1242 int _count = count; local
1441 int _count = count; local
    [all...]
  /external/freetype/src/sfnt/
ttbdf.c 178 FT_UInt _count = FT_NEXT_USHORT( p ); local
182 count = _count;
186 strike += 10 * _count;
  /external/stlport/src/
message_facets.h 113 static _STLP_VOLATILE __stl_atomic_t _count;
messages.cpp 70 _STLP_VOLATILE __stl_atomic_t _Catalog_nl_catd_map::_count = 0; member in class:_Catalog_nl_catd_map
76 res = __STATIC_CAST(int, _STLP_ATOMIC_INCREMENT(&_count));
81 res = __STATIC_CAST(int, ++_count);
  /external/emma/core/java12/com/vladium/emma/report/
AbstractReportGenerator.java 144 final int [] _count = new int [1]; local
154 final int count = countMap.get (packageVMName, _count)
155 ? _count [0]
  /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/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 256 unsigned _count = (len); \
257 unsigned _n = (_count + 3) / 4; \
260 switch (_count % 4) { \
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 256 unsigned _count = (len); \
257 unsigned _n = (_count + 3) / 4; \
260 switch (_count % 4) { \
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h 256 unsigned _count = (len); \
257 unsigned _n = (_count + 3) / 4; \
260 switch (_count % 4) { \
  /prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h 256 unsigned _count = (len); \
257 unsigned _n = (_count + 3) / 4; \
260 switch (_count % 4) { \
  /external/icu4c/test/intltest/
svccoll.cpp 300 const UnicodeString* getSupportedIDs(int32_t& _count, UErrorCode& status) {
306 _count = 0;
315 _count = count;
  /external/webkit/WebKit/chromium/src/js/
HeapProfilerPanel.js 659 if (!this._count) {
660 this._count = 0;
662 this._count += this.children[i].count;
664 return this._count;
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-x86-atom.S 160 * to point to the next instruction. "_count" is in 16-bit code units.
167 .macro FETCH_ADVANCE_INST _count
168 add $(\_count*2), rPC
185 * "_count" value is in 16-bit code units. Does not advance rPC.
190 .macro FETCH _count _reg
191 movzwl (\_count*2)(rPC), \_reg
196 * "_count" value is in 16-bit code units. Does not advance rPC.
200 .macro FETCHs _count _reg
201 movswl (\_count*2)(rPC), \_reg
206 * "_count" value is in 16-bit code units. Does not advance rPC
    [all...]
InterpAsm-armv4t.S 116 * to point to the next instruction. "_count" is in 16-bit code units.
126 #define FETCH_ADVANCE_INST(_count) ldrh rINST, [rPC, #(_count*2)]!
132 #define PREFETCH_ADVANCE_INST(_dreg, _sreg, _count) \
133 ldrh _dreg, [_sreg, #(_count*2)]!
149 * "_count" value is in 16-bit code units. Does not advance rPC.
153 #define FETCH(_reg, _count) ldrh _reg, [rPC, #(_count*2)]
154 #define FETCH_S(_reg, _count) ldrsh _reg, [rPC, #(_count*2)
    [all...]
InterpAsm-armv5te-vfp.S 116 * to point to the next instruction. "_count" is in 16-bit code units.
126 #define FETCH_ADVANCE_INST(_count) ldrh rINST, [rPC, #(_count*2)]!
132 #define PREFETCH_ADVANCE_INST(_dreg, _sreg, _count) \
133 ldrh _dreg, [_sreg, #(_count*2)]!
149 * "_count" value is in 16-bit code units. Does not advance rPC.
153 #define FETCH(_reg, _count) ldrh _reg, [rPC, #(_count*2)]
154 #define FETCH_S(_reg, _count) ldrsh _reg, [rPC, #(_count*2)
    [all...]
InterpAsm-armv5te.S 116 * to point to the next instruction. "_count" is in 16-bit code units.
126 #define FETCH_ADVANCE_INST(_count) ldrh rINST, [rPC, #(_count*2)]!
132 #define PREFETCH_ADVANCE_INST(_dreg, _sreg, _count) \
133 ldrh _dreg, [_sreg, #(_count*2)]!
149 * "_count" value is in 16-bit code units. Does not advance rPC.
153 #define FETCH(_reg, _count) ldrh _reg, [rPC, #(_count*2)]
154 #define FETCH_S(_reg, _count) ldrsh _reg, [rPC, #(_count*2)
    [all...]
  /dalvik/libdex/
DexSwapVerify.c 160 * Assumes "const CheckState* state" and "typeof(_count) == typeof(_elemSize)"
163 #define CHECK_LIST_SIZE(_ptr, _count, _elemSize) { \
165 const u1* _end = _start + ((_count) * (_elemSize)); \
166 if (!safe_mul(NULL, (_count), (_elemSize)) || \
    [all...]

Completed in 3556 milliseconds

1 2