Lines Matching defs:Byte
50 #ifndef Byte
51 #define Byte unsigned char
58 static void sortstrs(Byte * data[], int size, Byte * otherdata[]);
59 static void sortstrs_block(Byte **, Byte **, int, Byte, Byte **, Byte **);
60 static void sortstrs_block_oo(Byte **, Byte **, int, Byte, int *, int *,
61 Byte **, Byte **);
546 sortstrs((Byte **) man->entries_less_paths, man->nentries,
547 (Byte **) man->entries);
613 sortstrs(Byte * data[], int size, Byte * otherdata[])
615 Byte **sp, **ep;
616 Byte **othersp, **otherep;
647 sortstrs_block(Byte ** start, Byte ** end, int offset, Byte mask,
648 Byte ** otherstart, Byte ** otherend)
650 reg Byte **sp, **ep;
651 reg Byte m;
653 reg Byte *t;
656 Byte **othersp, **otherep;
739 sortstrs_block_oo(Byte ** start, Byte ** end, int offset, Byte mask,
740 int *ostart, int *oend, Byte ** otherstart, Byte ** otherend)
742 reg Byte **sp, **ep;
744 reg Byte m;
746 reg Byte *t;
750 Byte **othersp, **otherep;
827 reg Byte **cp;
829 Byte **othercp;