Searched refs:jsp (Results 1 – 1 of 1) sorted by relevance
/lib/ |
D | asn1_decoder.c | 176 unsigned char tag = 0, csp = 0, jsp = 0, optag = 0, hdr = 0; in asn1_ber_decoder() local 202 pc, machlen, dp, datalen, csp, jsp); in asn1_ber_decoder() 360 if (unlikely(jsp == NR_JUMP_STACK)) in asn1_ber_decoder() 362 jump_stack[jsp++] = pc + asn1_op_lengths[op]; in asn1_ber_decoder() 373 if (unlikely(jsp != 0 || csp != 0)) { in asn1_ber_decoder() 375 jsp, csp); in asn1_ber_decoder() 461 if (unlikely(jsp <= 0)) in asn1_ber_decoder() 463 pc = jump_stack[--jsp]; in asn1_ber_decoder()
|