Lines Matching defs:buffer
72 uint8_t buffer[4096]; // I/O buffer
84 // into memory; we'll extract data from this buffer.
88 if (allOK) allOK = theDisk->Read(buffer, 4096);
102 temp32 = (uint32_t*) &buffer[offset[i]];
105 temp32 = (uint32_t*) &buffer[offset[i] + 132];
117 // Load partition metadata from the buffer....
119 temp32 = (uint32_t*) &buffer[labelStart + 40];
121 temp16 = (uint16_t*) &buffer[labelStart + 138];
144 // Once again, we use the buffer, but index it using a BSDRecord
146 tempRecords = (BSDRecord*) &buffer[labelStart + 148];