Searched refs:last4Bytes (Results 1 – 1 of 1) sorted by relevance
262 int last4Bytes = 0; // This is the 32 bits of data from the file in locateStartOfEocd() local264 last4Bytes <<= 8; in locateStartOfEocd()265 last4Bytes |= buffer[offset]; in locateStartOfEocd()266 if (last4Bytes == EOCD_SIGNATURE) { in locateStartOfEocd()