Lines Matching refs:fcode
110 u32 fcode; member
462 unsigned long fcode; in bsd_compress() local
513 fcode = BSD_KEY(ent, c); in bsd_compress()
521 if (dictp->fcode == fcode) { in bsd_compress()
536 } while (dictp->fcode != fcode); in bsd_compress()
569 dictp->fcode = fcode; in bsd_compress()
806 u32 fcode = dictp->fcode; in bsd_decompress() local
807 *--p = (fcode >> 16) & 0xff; in bsd_decompress()
808 finchar = fcode & 0xffff; in bsd_decompress()
831 unsigned long fcode; in bsd_decompress() local
834 fcode = BSD_KEY(oldcode, finchar); in bsd_decompress()
863 dictp->fcode = fcode; in bsd_decompress()