HomeSort by relevance Sort by last modified time
    Searched refs:jumpCount (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/JavaScriptCore/assembler/
LinkBuffer.h 228 unsigned jumpCount = jumpsToLink.size();
229 for (unsigned i = 0; i < jumpCount; ++i) {
267 for (unsigned i = 0; i < jumpCount; ++i) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
BinaryDictIOUtils.java 577 int jumpCount = 0;
578 while (jumpCount++ < MAX_JUMPS) {
589 if (DBG && jumpCount >= MAX_JUMPS) {
    [all...]

Completed in 410 milliseconds