Lines Matching refs:pc
176 size_t pc = 0, dp = 0, tdp = 0, len = 0; in asn1_ber_decoder() local
199 pc, machlen, dp, datalen, csp, jsp); in asn1_ber_decoder()
200 if (unlikely(pc >= machlen)) in asn1_ber_decoder()
202 op = machine[pc]; in asn1_ber_decoder()
203 if (unlikely(pc + asn1_op_lengths[op] > machlen)) in asn1_ber_decoder()
215 pc += asn1_op_lengths[op]; in asn1_ber_decoder()
237 optag = machine[pc + 1]; in asn1_ber_decoder()
247 pc += asn1_op_lengths[op]; in asn1_ber_decoder()
307 ret = actions[machine[pc + 1]](context, hdr, tag, data + dp, len); in asn1_ber_decoder()
315 ret = actions[machine[pc + 2]](context, hdr, tag, data + dp, len); in asn1_ber_decoder()
337 pc += asn1_op_lengths[op]; in asn1_ber_decoder()
346 jump_stack[jsp++] = pc + asn1_op_lengths[op]; in asn1_ber_decoder()
347 pc = machine[pc + 2]; in asn1_ber_decoder()
353 pc += asn1_op_lengths[op]; in asn1_ber_decoder()
392 pc = machine[pc + 1]; in asn1_ber_decoder()
405 pc = machine[pc + 1]; in asn1_ber_decoder()
418 act = machine[pc + 2]; in asn1_ber_decoder()
420 act = machine[pc + 1]; in asn1_ber_decoder()
423 pc += asn1_op_lengths[op]; in asn1_ber_decoder()
427 ret = actions[machine[pc + 1]](context, hdr, tag, data + tdp, len); in asn1_ber_decoder()
428 pc += asn1_op_lengths[op]; in asn1_ber_decoder()
434 pc = jump_stack[--jsp]; in asn1_ber_decoder()
485 errmsg, pc, dp, optag, tag, len); in asn1_ber_decoder()