Lines Matching refs:pc
185 size_t pc = 0, dp = 0, tdp = 0, len = 0; in asn1_ber_decoder() local
209 pc, machlen, dp, datalen, csp, jsp); in asn1_ber_decoder()
210 if (unlikely(pc >= machlen)) in asn1_ber_decoder()
212 op = machine[pc]; in asn1_ber_decoder()
213 if (unlikely(pc + asn1_op_lengths[op] > machlen)) in asn1_ber_decoder()
226 pc += asn1_op_lengths[op]; in asn1_ber_decoder()
248 optag = machine[pc + 1]; in asn1_ber_decoder()
258 pc += asn1_op_lengths[op]; in asn1_ber_decoder()
350 act = machine[pc + 1]; in asn1_ber_decoder()
352 act = machine[pc + 2]; in asn1_ber_decoder()
360 pc += asn1_op_lengths[op]; in asn1_ber_decoder()
369 jump_stack[jsp++] = pc + asn1_op_lengths[op]; in asn1_ber_decoder()
370 pc = machine[pc + 2]; in asn1_ber_decoder()
376 pc += asn1_op_lengths[op]; in asn1_ber_decoder()
417 pc = machine[pc + 1]; in asn1_ber_decoder()
430 pc = machine[pc + 1]; in asn1_ber_decoder()
443 act = machine[pc + 2]; in asn1_ber_decoder()
445 act = machine[pc + 1]; in asn1_ber_decoder()
450 pc += asn1_op_lengths[op]; in asn1_ber_decoder()
455 pc += asn1_op_lengths[op]; in asn1_ber_decoder()
461 ret = actions[machine[pc + 1]](context, hdr, tag, data + tdp, len); in asn1_ber_decoder()
464 pc += asn1_op_lengths[op]; in asn1_ber_decoder()
470 pc = jump_stack[--jsp]; in asn1_ber_decoder()
480 op, pc); in asn1_ber_decoder()
523 errmsg, pc, dp, optag, tag, len); in asn1_ber_decoder()