Searched refs:syncword (Results 1 – 1 of 1) sorted by relevance
40 uint8_t syncword:8; /* Sync word */ member51 uint8_t syncword:8; /* Sync word */ member194 if (len != sizeof(hdr) || hdr.syncword != 0x9c) { in analyze_file()241 if ((size_t) len < sizeof(hdr) || hdr.syncword != 0x9c) { in analyze_file()244 len, hdr.syncword); in analyze_file()