Lines Matching refs:sp
90 int stack[STACK_SIZE], *sp; member
455 sd->sp = sd->stack; in LWZReadByte_()
467 if (sd->sp > sd->stack) in LWZReadByte_()
468 return *--sd->sp; in LWZReadByte_()
481 sd->sp = sd->stack; in LWZReadByte_()
501 if (sd->sp == (sd->stack + STACK_SIZE)) { in LWZReadByte_()
507 *sd->sp++ = sd->firstcode; in LWZReadByte_()
512 if (sd->sp == (sd->stack + STACK_SIZE)) { in LWZReadByte_()
516 *sd->sp++ = sd->table[1][code]; in LWZReadByte_()
523 *sd->sp++ = sd->firstcode = sd->table[1][code]; in LWZReadByte_()
538 if (sd->sp > sd->stack) in LWZReadByte_()
539 return *--sd->sp; in LWZReadByte_()