Searched refs:tcode (Results 1 - 3 of 3) sorted by relevance

/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_study.c833 const pcre_uchar *tcode = code + 1 + LINK_SIZE; local
836 *code == OP_CBRAPOS || *code == OP_SCBRAPOS) tcode += IMM2_SIZE;
842 switch(*tcode)
931 if (tcode[1] != PT_CLIST) return SSB_FAIL;
933 const pcre_uint32 *p = PRIV(ucd_caseless_sets) + tcode[2];
954 tcode++;
973 rc = set_start_bits(tcode, start_bits, utf, cd);
977 do tcode += GET(tcode, 1); while (*tcode
[all...]
H A Dpcre_compile.c2442 const pcre_uchar *tcode; local
2443 for (tcode = cd->start_workspace; tcode < cd->hwm; tcode += LINK_SIZE)
2444 if ((int)GET(tcode, 0) == (int)(code + 1 - cd->start_code)) return TRUE;
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dbip_db.c118 p_store_pred(value vproc, type tproc, value vcode, type tcode, value vsize, type tsize, value vbrktable, type tbrktable, value vflags, type tflags, value vfid, type tfid, value vlid, type tlid, value vbid, type tbid, value vm, type tm),
119 p_retrieve_code(value vproc, type tproc, value vcode, type tcode, value vm, type tm),
120 p_decode_code(value vcode, type tcode, value v, type t),
2524 p_store_pred(value vproc, type tproc, value vcode, type tcode, value vsize, type tsize, value vbrktable, type tbrktable, value vflags, type tflags, value vfid, type tfid, value vlid, type tlid, value vbid, type tbid, value vm, type tm) argument
2538 Error_If_Ref(tcode);
2539 if (IsList(tcode)) {
2542 } else if (IsStructure(tcode)) {
2906 p_decode_code(value vcode, type tcode, value v, type t) argument
2912 if (IsAtom(tcode) && vcode.did == d_tags) /* tags -> tags/NTYPES */
2930 Check_Structure(tcode);
3169 p_retrieve_code(value vproc, type tproc, value vcode, type tcode, value vm, type tm) argument
[all...]

Completed in 174 milliseconds