HomeSort by relevance Sort by last modified time
    Searched defs:LINK_SIZE (Results 1 - 3 of 3) 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...]
  /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 678 milliseconds