Searched refs:Bytes (Results 1 – 2 of 2) sorted by relevance
52 typedef Byte* Bytes; typedef54 #define BYTE_(p,i) (((Bytes)(p))[(i)])113 boot_sector_init( Bytes boot, Bytes info, Wide disk_size, const char* label ) in boot_sector_init()168 fat_init( Bytes fat ) in fat_init()177 write_sector( FILE* file, Bytes sector ) in write_sector()
21 import com.google.common.primitives.Bytes;72 mBuffer = Bytes.ensureCapacity(mBuffer, mDataLength + length + 1, 1024); in addOutput()