Lines Matching refs:UINT16_C
260 if (expected_sm != UINT16_C(0x4D53) /* "MS" = reverse("SM") */) { in match_sm()
328 const uint16_t expected_os = UINT16_C(0x2020) | load_u16le(start + 12); in match_samsung_exynos()
329 if (expected_os != UINT16_C(0x736F) /* "so" = reverse("os") */) { in match_samsung_exynos()
392 if (expected_os != UINT16_C(0x736F) /* "so" = reverse("os") */ ) { in match_exynos()
568 const uint16_t mt = UINT16_C(0x2020) | load_u16le(start); in match_mt()
569 if (mt != UINT16_C(0x746D) /* "tm" */) { in match_mt()
742 const uint16_t expected_rk = UINT16_C(0x2020) | load_u16le(start); in match_rk()
743 if (expected_rk != UINT16_C(0x6B72) /* "kr" = reverse("rk") */) { in match_rk()
809 const uint16_t expected_sc_or_sp = UINT16_C(0x2020) | load_u16le(start); in match_sc()
811 case UINT16_C(0x6373): /* "cs" = reverse("sc") */ in match_sc()
812 case UINT16_C(0x7073): /* "ps" = reverse("sp") */ in match_sc()
827 if (expected_15 != UINT16_C(0x3531) /* "51" = reverse("15") */ ) { in match_sc()
906 if (expected_lc != UINT16_C(0x636C) /* "cl" = reverse("lc") */) { in match_lc()
977 if (expected_xa != UINT16_C(0x4158) /* "AX" = reverse("XA") */) { in match_pxa()
1176 if (expected_ii == UINT16_C(0x6969) /* "ii" */ ) { in match_and_parse_broadcom()
1321 if (expected_un != UINT16_C(0x6E75) /* "nu" = reverse("un") */) { in match_and_parse_sunxi()
1407 if (expected_mt != UINT16_C(0x544D) /* "TM" = reverse("MT") */) { in match_and_parse_wmt()
1690 if (expected_cc != UINT16_C(0x6363) /* "cc" */ ) { in match_tcc()