Searched refs:GET2 (Results 1 - 7 of 7) sorted by relevance

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_printint.c397 fprintf(f, "%s %d", priv_OP_names[*code], GET2(code, 1+LINK_SIZE));
424 fprintf(f, " %s %d", priv_OP_names[*code], GET2(code, 1));
428 fprintf(f, "%3d %s", GET2(code,1), priv_OP_names[*code]);
433 pcre_uchar *entry = (pcre_uchar *)re + offset + (GET2(code, 1) * size) +
437 fprintf(f, ">%d", GET2(code, 1 + IMM2_SIZE));
442 c = GET2(code, 1);
451 pcre_uchar *entry = (pcre_uchar *)re + offset + (GET2(code, 1) * size) +
455 fprintf(f, ">%d", GET2(code, 1 + IMM2_SIZE));
520 fprintf(f, "%d}", GET2(code,1));
537 fprintf(f, "%d}", GET2(cod
[all...]
H A Dpcre_study.c252 branchlength += GET2(cc,1);
260 branchlength += GET2(cc,1);
366 branchlength += GET2(cc,1);
392 int count = GET2(cc, 1+IMM2_SIZE);
394 re->name_table_offset + GET2(cc, 1) * re->name_entry_size;
398 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(slot, 0));
438 ce = cs = (pcre_uchar *)PRIV(find_bracket)(startcode, utf, GET2(cc, 1));
492 min = GET2(cc, 1);
1407 if (GET2(tcode, 1) == 0) tcode += 1 + 2 * IMM2_SIZE;
H A Dpcre_get.c122 if (c == 0) return GET2(entry, 0);
301 int n = GET2(entry, 0);
304 return GET2(entry, 0);
H A Dpcre_exec.c958 number = GET2(ecode, 1+LINK_SIZE);
1129 number = GET2(ecode, 1+LINK_SIZE);
1339 unsigned int recno = GET2(ecode, 1); /* Recursion group number*/
1347 int count = GET2(ecode, 1 + IMM2_SIZE);
1348 pcre_uchar *slot = md->name_table + GET2(ecode, 1) * md->name_entry_size;
1351 unsigned int recno = GET2(slot, 0);
1360 offset = GET2(ecode, 1) << 1; /* Doubled ref number */
1366 int count = GET2(ecode, 1 + IMM2_SIZE);
1367 pcre_uchar *slot = md->name_table + GET2(ecode, 1) * md->name_entry_size;
1370 offset = GET2(slo
[all...]
H A Dpcre_dfa_exec.c1272 if (++count >= (int)GET2(code, 1))
1306 if (++count >= (int)GET2(code, 1))
1944 if (++count >= (int)GET2(code, 1))
1983 if (++count >= (int)GET2(code, 1))
2025 if (++count >= (int)GET2(code, 1))
2065 if (++count >= (int)GET2(code, 1))
2102 if (++count >= (int)GET2(code, 1))
2472 if (++count >= (int)GET2(code, 1))
2521 if (++count >= (int)GET2(code, 1))
2623 if (count >= (int)GET2(ecod
[all...]
H A Dpcre_internal.h543 /* For reasons that I do not understand, the expression in this GET2 macro is
547 #define GET2(a,n) \ macro
557 #define GET2(a,n) \ macro
567 #define GET2(a,n) \ macro
H A Dpcre_compile.c1883 branchlength += (int)GET2(cc,1);
1891 branchlength += GET2(cc,1);
1958 if (GET2(cc,1) != GET2(cc,1+IMM2_SIZE)) return -1;
1959 branchlength += (int)GET2(cc,1);
2110 int n = (int)GET2(code, 1+LINK_SIZE);
2583 if (GET2(ccode, 1) > 0) return FALSE; /* Minimum > 0 */
3094 list[1] = (GET2(end, 1) == 0);
6941 recno = GET2(slot, 0); /* Number from first found */
7372 recno = GET2(slo
[all...]

Completed in 161 milliseconds