Lines Matching refs:pc
178 size_t pc = 0, dp = 0, tdp = 0, len = 0; in asn1_ber_decoder() local
202 pc, machlen, dp, datalen, csp, jsp); in asn1_ber_decoder()
203 if (unlikely(pc >= machlen)) in asn1_ber_decoder()
205 op = machine[pc]; in asn1_ber_decoder()
206 if (unlikely(pc + asn1_op_lengths[op] > machlen)) in asn1_ber_decoder()
219 pc += asn1_op_lengths[op]; in asn1_ber_decoder()
241 optag = machine[pc + 1]; in asn1_ber_decoder()
251 pc += asn1_op_lengths[op]; in asn1_ber_decoder()
343 act = machine[pc + 1]; in asn1_ber_decoder()
345 act = machine[pc + 2]; in asn1_ber_decoder()
353 pc += asn1_op_lengths[op]; in asn1_ber_decoder()
362 jump_stack[jsp++] = pc + asn1_op_lengths[op]; in asn1_ber_decoder()
363 pc = machine[pc + 2]; in asn1_ber_decoder()
369 pc += asn1_op_lengths[op]; in asn1_ber_decoder()
410 pc = machine[pc + 1]; in asn1_ber_decoder()
423 pc = machine[pc + 1]; in asn1_ber_decoder()
436 act = machine[pc + 2]; in asn1_ber_decoder()
438 act = machine[pc + 1]; in asn1_ber_decoder()
443 pc += asn1_op_lengths[op]; in asn1_ber_decoder()
448 pc += asn1_op_lengths[op]; in asn1_ber_decoder()
454 ret = actions[machine[pc + 1]](context, hdr, tag, data + tdp, len); in asn1_ber_decoder()
457 pc += asn1_op_lengths[op]; in asn1_ber_decoder()
463 pc = jump_stack[--jsp]; in asn1_ber_decoder()
473 op, pc); in asn1_ber_decoder()
516 errmsg, pc, dp, optag, tag, len); in asn1_ber_decoder()