Searched refs:expected_nive (Results 1 – 1 of 1) sorted by relevance
446 const uint32_t expected_nive = UINT32_C(0x20202020) | load_u32le(start + 1); in match_universal() local447 if (expected_nive != UINT32_C(0x6576696E) /* "evin" = reverse("nive") */ ) { in match_universal()