Searched refs:CurrentFormat (Results 1 – 5 of 5) sorted by relevance
41 CurrentFormat = SkTEndian_SwapBE16(0), enumerator
134 CurrentFormat = SkTEndian_SwapBE16(0), enumerator
6164 uint8_t CurrentFormat; in parsePrefix() local6167 CurrentFormat = MACHO; in parsePrefix()6170 CurrentFormat = ELF; in parsePrefix()6173 CurrentFormat = COFF; in parsePrefix()6176 CurrentFormat = WASM; in parsePrefix()6183 if (~Prefix->SupportedFormats & CurrentFormat) { in parsePrefix()