/tools/dexter/testdata/expected/ |
entry_hooks.stats | 5 link_size : 0
|
exit_hooks.stats | 5 link_size : 0
|
hello.hello_stats | 5 link_size : 0
|
hello.stats | 5 link_size : 0
|
hello_nodebug.stats | 5 link_size : 0
|
large.am_stats | 5 link_size : 0
|
large.stats | 5 link_size : 0
|
medium.stats | 5 link_size : 0
|
min.stats | 5 link_size : 0
|
try_catch.stats | 5 link_size : 0
|
/external/pcre/dist2/ |
config-cmake.h.in | 38 #define LINK_SIZE @PCRE2_LINK_SIZE@
|
HACKING | 171 In many cases listed below, LINK_SIZE data values are specified for offsets 172 within the compiled pattern. LINK_SIZE always specifies a number of bytes. The 173 default value for LINK_SIZE is 2, except for the 32-bit library, where it can 176 impairs performance. Specifing a LINK_SIZE larger than 2 for these libraries is 178 units are going to be processed. When a LINK_SIZE value uses more than one code 370 OP_XCLASS is followed by a LINK_SIZE value containing the total length of the 440 bracket opcode is followed by a LINK_SIZE value which gives the offset to the 442 OP_KET opcode. Each OP_ALT is followed by a LINK_SIZE value giving the offset 449 a LINK_SIZE value giving (as a positive number) the offset back to the matching 562 OP_RECURSE is followed by a LINK_SIZE value that is the offset to the startin [all...] |
/external/pcre/dist2/src/ |
pcre2_pattern_info.c | 380 cb.next_item_length = GET(cc, 1 + LINK_SIZE); 381 cb.callout_number = cc[1 + 2*LINK_SIZE]; 392 cb.next_item_length = GET(cc, 1 + LINK_SIZE); 394 cb.callout_string_offset = GET(cc, 1 + 3*LINK_SIZE); 396 GET(cc, 1 + 2*LINK_SIZE) - (1 + 4*LINK_SIZE) - 2; 397 cb.callout_string = cc + (1 + 4*LINK_SIZE) + 1; 400 cc += GET(cc, 1 + 2*LINK_SIZE);
|
pcre2_study.c | 105 register PCRE2_UCHAR *cc = (PCRE2_UCHAR *)code + 1 + LINK_SIZE; 144 cc = cs + 1 + LINK_SIZE; 155 if (cc[1+LINK_SIZE] == OP_RECURSE && cc[2*(1+LINK_SIZE)] == OP_KET) 157 once_fudge = 1 + LINK_SIZE; 158 cc += 1 + LINK_SIZE; 173 cc += 1 + LINK_SIZE; 185 recno = dupcapused? prev_cap_recno - 1 : (int)GET2(cc, 1+LINK_SIZE); 194 cc += 1 + LINK_SIZE; 218 cc += 1 + LINK_SIZE; [all...] |
pcre2_printint.c | 297 bytecode can be written that do not depend on the value of LINK_SIZE. 379 fprintf(f, "%s %d", OP_names[*code], GET2(code, 1+LINK_SIZE)); 611 fprintf(f, " %s %d %d %d", OP_names[*code], code[1 + 2*LINK_SIZE], 612 GET(code, 1), GET(code, 1 + LINK_SIZE)); 616 c = code[1 + 4*LINK_SIZE]; 618 extra = GET(code, 1 + 2*LINK_SIZE); 619 print_custring_bylen(f, code + 2 + 4*LINK_SIZE, extra - 3 - 4*LINK_SIZE); 626 fprintf(f, "%c %d %d %d", c, GET(code, 1 + 3*LINK_SIZE), GET(code, 1), 627 GET(code, 1 + LINK_SIZE)); [all...] |
pcre2_internal.h | [all...] |
pcre2_intmodedep.h | 96 The macros are controlled by the value of LINK_SIZE. This defaults to 2, but 103 #if LINK_SIZE == 2 111 #elif LINK_SIZE == 3 120 #elif LINK_SIZE == 4 131 #error LINK_SIZE must be 2, 3, or 4 139 #if LINK_SIZE == 2 140 #undef LINK_SIZE 141 #define LINK_SIZE 1 148 #elif LINK_SIZE == 3 || LINK_SIZE == [all...] |
pcre2_dfa_match.c | 420 first_op = this_start_code + 1 + LINK_SIZE + 442 size_t back = (size_t)GET(end_code, 2+LINK_SIZE); 484 size_t back = (size_t)GET(end_code, 2+LINK_SIZE); 487 int bstate = (int)(end_code - start_code + 2 + 2*LINK_SIZE); 519 int length = 1 + LINK_SIZE + 527 length = 1 + LINK_SIZE; 720 ADD_ACTIVE(state_offset + 1 + LINK_SIZE, 0); 764 ADD_ACTIVE((int)(code - start_code + 1 + LINK_SIZE), 0); [all...] |
pcre2_jit_compile.c | 585 cc += 1 + LINK_SIZE; 794 return cc + GET(cc, 1 + 2*LINK_SIZE); 839 common->optimized_cbracket[GET2(cc, 1 + LINK_SIZE)] = 0; 840 cc += 1 + LINK_SIZE + IMM2_SIZE; 847 if (cc[1 + LINK_SIZE] == OP_CALLOUT || cc[1 + LINK_SIZE] == OP_CALLOUT_STR) 849 cc += 1 + LINK_SIZE; 877 cc += 1 + LINK_SIZE; 887 cc += (*cc == OP_CALLOUT) ? PRIV(OP_lengths)[OP_CALLOUT] : GET(cc, 1 + 2*LINK_SIZE); 894 cc += 1 + LINK_SIZE; [all...] |
/art/test/061-out-of-memory/src/ |
Main.java | 72 final int LINK_SIZE = 6 * 4; // estimated size of a LinkedList's node 79 while (objSize >= LINK_SIZE) {
|
/dalvik/dx/tests/034-dex-minimal/ |
expected.txt | 11 00002c: 0000 0000 |link_size: 0
|
/cts/tools/vm-tests-tf/src/dot/junit/format/f1/d/ |
T_f1_1.dfh | 17 // parsed: offset 44, len 4: link_size : 0
|
/dalvik/dx/src/com/android/dex/ |
SizeOf.java | 35 * link_size uint
|
/art/test/dexdump/ |
staticfields.txt | 9 link_size : 0
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
HeaderItem.java | 82 out.annotate(4, "link_size: 0");
|