Home
last modified time | relevance | path

Searched refs:ucstream (Results 1 – 1 of 1) sorted by relevance

/dports/lang/parrot/parrot-8.1.0/src/packfile/
H A Dpf_items.c1085 const unsigned char *ucstream = *(const unsigned char **)stream; in PF_fetch_opcode() local
1086 opcode_t o = (pf->fetch_op)(ucstream); in PF_fetch_opcode()
1087 ucstream += pf->header->wordsize; in PF_fetch_opcode()
1089 *stream = (const opcode_t *)ucstream; in PF_fetch_opcode()