Searched refs:BYTE (Results 1 - 1 of 1) sorted by relevance

/gem5/src/systemc/tests/systemc/misc/stars/star104726/
H A Dglobal.h59 typedef unsigned char BYTE; typedef
63 typedef BYTE BLOCK[8][8];
64 typedef BYTE COMPRESSED[MAXBUFLEN];
72 BYTE size;
78 BYTE b[8][8];
86 BYTE get(int x, int y) const;
87 void put(int x, int y, BYTE val);
92 BYTE c[MAXBUFLEN];
100 BYTE get(int x) const;
101 void put(int x, BYTE va
[all...]

Completed in 4 milliseconds