Lines Matching refs:pc
174 size_t pc = 0, dp = 0, tdp = 0, len = 0; in asn1_ber_decoder() local
197 pc, machlen, dp, datalen, csp, jsp); in asn1_ber_decoder()
198 if (unlikely(pc >= machlen)) in asn1_ber_decoder()
200 op = machine[pc]; in asn1_ber_decoder()
201 if (unlikely(pc + asn1_op_lengths[op] > machlen)) in asn1_ber_decoder()
214 pc += asn1_op_lengths[op]; in asn1_ber_decoder()
236 optag = machine[pc + 1]; in asn1_ber_decoder()
246 pc += asn1_op_lengths[op]; in asn1_ber_decoder()
306 ret = actions[machine[pc + 1]](context, hdr, tag, data + dp, len); in asn1_ber_decoder()
314 ret = actions[machine[pc + 2]](context, hdr, tag, data + dp, len); in asn1_ber_decoder()
336 pc += asn1_op_lengths[op]; in asn1_ber_decoder()
345 jump_stack[jsp++] = pc + asn1_op_lengths[op]; in asn1_ber_decoder()
346 pc = machine[pc + 2]; in asn1_ber_decoder()
352 pc += asn1_op_lengths[op]; in asn1_ber_decoder()
391 pc = machine[pc + 1]; in asn1_ber_decoder()
404 pc = machine[pc + 1]; in asn1_ber_decoder()
417 act = machine[pc + 2]; in asn1_ber_decoder()
419 act = machine[pc + 1]; in asn1_ber_decoder()
422 pc += asn1_op_lengths[op]; in asn1_ber_decoder()
426 ret = actions[machine[pc + 1]](context, hdr, tag, data + tdp, len); in asn1_ber_decoder()
427 pc += asn1_op_lengths[op]; in asn1_ber_decoder()
433 pc = jump_stack[--jsp]; in asn1_ber_decoder()
484 errmsg, pc, dp, optag, tag, len); in asn1_ber_decoder()