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

1 2 3

  /external/qemu/android/utils/
duff.h 22 #define DUFF1(_count,_stmnt) \
24 int __n = (_count); \
30 #define DUFF2(_count,_stmnt) \
32 int __count = (_count); \
41 #define DUFF4(_count,_stmnt) \
43 int __count = (_count); \
54 #define DUFF8(_count,_stmnt) \
56 int __count = (_count); \
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glTransformFeedbackVaryings.cpp 9 jint _count = 0, _i; local
20 _count = _env->GetArrayLength(varyings_ref);
21 _varyings = (const char**)calloc(_count, sizeof(const char*));
22 for (_i = 0; _i < _count; _i++) {
33 glTransformFeedbackVaryings(program, _count, _varyings, bufferMode);
36 for (_i = _count - 1; _i >= 0; _i--) {
glGetUniformIndices.cpp 9 jint _count = 0; local
21 _count = _env->GetArrayLength(uniformNames_ref);
22 _names = (const char**)calloc(_count, sizeof(const char*));
23 for (_i = 0; _i < _count; _i++) {
46 if (_env->GetArrayLength(uniformIndices_ref) - uniformIndicesOffset < _count) {
56 glGetUniformIndices(program, _count, _names, _indices);
63 for (_i = _count - 1; _i >= 0; _i--) {
85 jint _count = 0; local
107 _count = _env->GetArrayLength(uniformNames_ref);
108 _names = (const char**)calloc(_count, sizeof(const char*))
    [all...]
  /dalvik/vm/mterp/armv5te/
header.S 110 * to point to the next instruction. "_count" is in 16-bit code units.
120 #define FETCH_ADVANCE_INST(_count) ldrh rINST, [rPC, #((_count)*2)]!
126 #define PREFETCH_ADVANCE_INST(_dreg, _sreg, _count) \
127 ldrh _dreg, [_sreg, #((_count)*2)]!
143 * "_count" value is in 16-bit code units. Does not advance rPC.
147 #define FETCH(_reg, _count) ldrh _reg, [rPC, #((_count)*2)]
148 #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/libvpx/libvpx/vp8/decoder/
dboolhuff.h 51 #define VP8DX_BOOL_DECODER_FILL(_count,_value,_bufptr,_bufend) \
54 int shift = VP8_BD_VALUE_SIZE - 8 - ((_count) + 8); \
62 (_count) += VP8_LOTS_OF_BITS; \
68 (_count) += CHAR_BIT; \
  /external/jmdns/src/javax/jmdns/impl/tasks/resolver/
DNSResolverTask.java 25 protected int _count = 0; field in class:DNSResolverTask
40 return super.toString() + " count: " + _count;
64 if (_count++ < 3) {
  /dalvik/vm/mterp/x86/
header.S 188 * Fetch the opcode byte at _count words offset from rPC and zero-extend
191 .macro FETCH_INST_OPCODE _count _reg
192 movzbl \_count*2(rPC),\_reg
197 * rPC, and _count is in words
199 .macro FETCH_INST_WORD _count
200 movzwl \_count*2(rPC),rINST
214 .macro ADVANCE_PC _count
215 leal 2*\_count(rPC),rPC
  /external/webrtc/src/system_wrappers/source/
event_posix.h 61 unsigned long _count; member in class:webrtc::EventPosix
event_posix.cc 48 _count(0),
263 _count=0;
267 unsigned long long time = _time * ++_count;
286 if(_periodic || _count==1)
321 _count=0;
  /external/llvm/include/llvm/Analysis/
PathProfileInfo.h 62 inline unsigned int getCount() const { return _count; }
72 unsigned int _count; member in class:llvm::ProfilePath
  /dalvik/vm/mterp/mips/
header.S 79 #define FETCH_ADVANCE_INST(_count) lhu rINST, ((_count)*2)(rPC); \
80 addu rPC, rPC, ((_count) * 2)
82 #define PREFETCH_ADVANCE_INST(_dreg, _sreg, _count) \
83 lhu _dreg, ((_count)*2)(_sreg) ; \
84 addu _sreg, _sreg, (_count)*2
89 #define FETCH(rd, _count) lhu rd, ((_count) * 2)(rPC)
90 #define FETCH_S(rd, _count) lh rd, ((_count) * 2)(rPC
    [all...]
  /external/harfbuzz/src/
harfbuzz-impl.h 100 #define ALLOC_ARRAY(_ptr,_count,_type) \
101 ALLOC(_ptr,(_count)*sizeof(_type))
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-impl.h 104 #define ALLOC_ARRAY(_ptr,_count,_type) \
105 ALLOC(_ptr,(_count)*sizeof(_type))
  /dalvik/vm/compiler/template/mips/
header.S 157 #define FETCH_ADVANCE_INST(_count) lhu rINST, (_count*2)(rPC); \
158 addu rPC, rPC, (_count * 2)
163 #define FETCH(rd, _count) lhu rd, (_count * 2)(rPC)
164 #define FETCH_S(rd, _count) lh rd, (_count * 2)(rPC)
168 #define FETCH_B(rd, _count) lbu rd, (_count * 2)(rPC)
169 #define FETCH_C(rd, _count) lbu rd, (_count * 2 + 1)(rPC
    [all...]
  /libcore/luni/src/main/java/java/lang/
String.java 985 int _count = count; local
1032 int _count = count; local
1091 int _count = count; local
1111 int _count = count; local
1307 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/harfbuzz_ng/src/
hb-ot-name-table.hh 104 unsigned int _count = count; local
105 for (unsigned int i = 0; i < _count; i++)
  /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);
  /ndk/sources/cxx-stl/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/opencv/ml/src/
mlknearest.cpp 105 int _count, _dims, _dims_all, _rsize; local
115 &_count, &_dims, &_dims_all, &responses, 0, 0 ));
130 _rsize = _count*sizeof(float);
135 _samples->count = _count;
136 total += _count;
  /external/valgrind/main/helgrind/
helgrind.h 275 /* Notify here immediately before barrier creation. _count is the
278 #define VALGRIND_HG_BARRIER_INIT_PRE(_bar, _count, _resizable) \
281 unsigned long,(_count), \
    [all...]

Completed in 667 milliseconds

1 2 3