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

  /dalvik/tests/061-out-of-memory/src/
Main.java 62 final int LINK_SIZE = 6 * 4; // estimated size of a LinkedList's node
69 while (objSize >= LINK_SIZE) {
  /external/webkit/JavaScriptCore/pcre/
pcre_internal.h 84 /* The value of LINK_SIZE determines the number of bytes used to store links as
88 #define LINK_SIZE 3
159 #if LINK_SIZE == 3
161 #elif LINK_SIZE == 2
164 # error LINK_SIZE not supported.
170 #if LINK_SIZE == 3
172 #elif LINK_SIZE == 2
175 # error LINK_SIZE not supported.
180 COMPILE_ASSERT(MAX_PATTERN_SIZE < (1 << (8 * LINK_SIZE)), pcre_max_pattern_fits_in_bytecode);
198 opcodePtr += LINK_SIZE;
    [all...]
pcre_compile.cpp 454 code += 1 + LINK_SIZE;
722 class_utf8data = code + LINK_SIZE + 34; /* For UTF-8 items */
    [all...]
pcre_exec.cpp 513 RECURSIVE_MATCH_NEW_GROUP(2, stack.currentFrame->args.instructionPtr + 1 + LINK_SIZE, stack.currentFrame->args.bracketChain);
543 RECURSIVE_MATCH_NEW_GROUP(6, stack.currentFrame->args.instructionPtr + 1 + LINK_SIZE, NULL);
555 stack.currentFrame->args.instructionPtr += 1 + LINK_SIZE;
563 RECURSIVE_MATCH_NEW_GROUP(7, stack.currentFrame->args.instructionPtr + 1 + LINK_SIZE, NULL);
569 stack.currentFrame->args.instructionPtr += 1 + LINK_SIZE;
591 stack.currentFrame->args.instructionPtr = stack.currentFrame->locals.startOfRepeatingBracket + 1 + LINK_SIZE;
598 RECURSIVE_MATCH_NEW_GROUP(15, stack.currentFrame->locals.startOfRepeatingBracket + 1 + LINK_SIZE, stack.currentFrame->args.bracketChain);
636 stack.currentFrame->locals.number = get2ByteValue(stack.currentFrame->locals.instructionPtrAtStartOfOnce + 2 + LINK_SIZE);
668 stack.currentFrame->args.instructionPtr += 1 + LINK_SIZE;
676 RECURSIVE_MATCH(16, stack.currentFrame->args.instructionPtr + 1 + LINK_SIZE, stack.currentFrame->args.bracketChain)
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
HeapTest.java 516 final int LINK_SIZE = 6 * 4; // estimated size of a LinkedList's node
525 while (objSize >= LINK_SIZE) {

Completed in 142 milliseconds