HomeSort by relevance Sort by last modified time
    Searched refs:counter (Results 251 - 275 of 375) sorted by null

<<1112131415

  /external/libvpx/vp8/encoder/arm/neon/
vp8_subpixelvariance16x16_neon.asm 51 mov r2, #3 ;loop counter
187 mov r12, #4 ;loop counter
236 mov r2, #4 ;loop counter
308 mov r12, #4 ;loop counter
  /external/webkit/WebCore/rendering/
RenderCounter.cpp 112 // - Finds the insertion point for the counter described by counterOwner, isReset and
115 // - The function returns true if the counter whose insertion point is searched is NOT
117 // - The root of the tree is a counter reference that is not in the scope of any other
118 // counter with the same identifier.
119 // - All the counter references with the same identifier as this one that are in
123 // - A subtree rooted at any reset node in the tree is equivalent to all counter
124 // references that are in the scope of the counter or nested counter defined by that
131 // check this renderer, because it may affect the positioning in the tree of our counter.
133 // We check renderers in preOrder from the renderer that our counter is attached t
    [all...]
  /dalvik/vm/mterp/x86-atom/
entry.S 72 movl offGlue_pc(%ecx), rPC # get program counter
  /external/bluetooth/glib/glib/
gfileutils.c 1157 static int counter = 0; local
1170 value = (tv.tv_usec ^ tv.tv_sec) + counter++;
1884 static int counter = 0; local
    [all...]
  /external/chromium/base/
tracked_objects.h 192 // When a birthplace is changed (updated), we need to decrement the counter
311 // following counter tracks how many more threads will contribute. When it is
586 ThreadSafeDownCounter* counter);
  /external/e2fsprogs/intl/
dcigettext.c 229 /* State of the catalog counter at the point the string was found. */
230 int counter; member in struct:known_translation_t
489 if (foundp != NULL && (*foundp)->counter == _nl_msg_cat_cntr)
659 newp->counter = _nl_msg_cat_cntr;
676 (*foundp)->counter = _nl_msg_cat_cntr;
    [all...]
  /external/kernel-headers/original/asm-x86/
paravirt.h 618 static inline unsigned long long paravirt_read_pmc(int counter)
620 return PVOP_CALL1(u64, pv_cpu_ops.read_pmc, counter);
623 #define rdpmc(counter,low,high) do { \
624 u64 _l = paravirt_read_pmc(counter); \
  /external/webkit/JavaScriptCore/jit/
JITInlineMethods.h 266 ALWAYS_INLINE void JIT::emitCount(AbstractSamplingCounter& counter, uint32_t count)
269 addPtr(Imm32(count), AbsoluteAddress(&counter.m_counter));
271 intptr_t hiWord = reinterpret_cast<intptr_t>(&counter.m_counter) + sizeof(int32_t);
272 add32(Imm32(count), AbsoluteAddress(&counter.m_counter));
  /frameworks/base/opengl/include/GLES2/
gl2ext.h 578 GL_APICALL void GL_APIENTRY glGetPerfMonitorCounterStringAMD (GLuint group, GLuint counter, GLsizei bufSize, GLsizei *length, GLchar *counterString);
579 GL_APICALL void GL_APIENTRY glGetPerfMonitorCounterInfoAMD (GLuint group, GLuint counter, GLenum pname, GLvoid *data);
590 typedef void (GL_APIENTRYP PFNGLGETPERFMONITORCOUNTERSTRINGAMDPROC) (GLuint group, GLuint counter, GLsizei bufSize, GLsizei *length, GLchar *counterString);
591 typedef void (GL_APIENTRYP PFNGLGETPERFMONITORCOUNTERINFOAMDPROC) (GLuint group, GLuint counter, GLenum pname, GLvoid *data);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ImportVCardActivity.java 221 final VCardEntryCounter counter = new VCardEntryCounter(); local
224 new VCardInterpreterCollection(Arrays.asList(counter, detector));
239 counter, false, null);
258 mProgressDialogForReadVCard.setMax(counter.getCount());
    [all...]
  /external/v8/src/
serialize.cc 58 static int* GetInternalPointer(StatsCounter* counter) {
62 return counter->Enabled() ? counter->GetInternalPointer() : &dummy_counter;
250 StatsCounter* counter; member in struct:v8::internal::StatsRefTableEntry
268 GetInternalPointer(stats_ref_table[i].counter)),
    [all...]
assembler.cc 560 ExternalReference::ExternalReference(StatsCounter* counter)
561 : address_(reinterpret_cast<Address>(counter->GetInternalPointer())) {}
assembler.h 391 explicit ExternalReference(StatsCounter* counter);
  /libcore/luni/src/test/java/tests/api/java/math/
BigIntegerTest.java 209 for (int counter = myByteArray.length - 1; counter >= 0; counter--) {
211 myByteArray[counter] == anotherByteArray[counter]);
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc     [all...]
  /libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
PatternTest.java 1022 int counter = 0; local
1093 int counter = 0; local
    [all...]
  /external/junit/src/junit/awtui/
TestRunner.java 370 private void addToCounterPanel(Panel counter, Component comp,
386 counter.add(comp, constraints);
  /external/libvpx/vp8/common/arm/neon/
sixtappredict8x8_neon.asm 50 mov r2, #2 ;loop counter
251 mov r3, #2 ;loop counter
325 mov r2, #2 ;loop counter
434 mov r3, #2 ;loop counter
  /external/libvpx/vp8/encoder/ppc/
sad_altivec.asm 34 li r10, 16 ;# load offset and loop counter
  /external/oprofile/daemon/
opd_sfile.c 310 fprintf(stderr, "%s: Invalid counter %lu\n", __FUNCTION__,
350 static void verbose_print_sample(struct sfile * sf, vma_t pc, uint counter)
353 printf("0x%llx(%u): ", pc, counter);
  /dalvik/vm/mterp/armv5te/
footer.S 276 * Common code to update potential trace start counter, and initiate
290 ldrb r1,[r0,r3,lsr #(32 - JIT_PROF_SIZE_LOG_2)] @ get counter
292 subs r1,r1,#1 @ decrement counter
304 strb r1,[r0,r3,lsr #(32 - JIT_PROF_SIZE_LOG_2)] @ reset counter
357 mov r0,rPC @ r0<- program counter
    [all...]
  /external/libxml2/include/libxml/
schemasInternals.h 945 int counter; /* used to give ononymous components unique names */ member in struct:_xmlSchema
  /external/wpa_supplicant/
common.h 241 void inc_byte_array(u8 *counter, size_t len);
  /dalvik/vm/alloc/
MarkSweep.c 715 size_t counter; local
721 counter = 0;
730 if (!marked && ((++counter) & 1)) {
  /external/srec/srec/Grammar/src/
SR_GrammarImpl.c 728 arcID j, counter = 0; local
747 counter++;
751 if (counter == 0) break;

Completed in 1056 milliseconds

<<1112131415