Lines Matching refs:fcode
110 u32 fcode; member
463 unsigned long fcode; in bsd_compress() local
514 fcode = BSD_KEY(ent, c); in bsd_compress()
522 if (dictp->fcode == fcode) { in bsd_compress()
537 } while (dictp->fcode != fcode); in bsd_compress()
570 dictp->fcode = fcode; in bsd_compress()
808 u32 fcode = dictp->fcode; in bsd_decompress() local
809 *--p = (fcode >> 16) & 0xff; in bsd_decompress()
810 finchar = fcode & 0xffff; in bsd_decompress()
833 unsigned long fcode; in bsd_decompress() local
836 fcode = BSD_KEY(oldcode, finchar); in bsd_decompress()
865 dictp->fcode = fcode; in bsd_decompress()