Lines Matching defs:machine
172 const unsigned char *machine = decoder->machine;
205 op = machine[pc];
236 /* Extract the tag from the machine
241 optag = machine[pc + 1];
343 act = machine[pc + 1];
345 act = machine[pc + 2];
363 pc = machine[pc + 2];
410 pc = machine[pc + 1];
423 pc = machine[pc + 1];
436 act = machine[pc + 2];
438 act = machine[pc + 1];
454 ret = actions[machine[pc + 1]](context, hdr, tag, data + tdp, len);