Lines Matching refs:load_u16le
39 static inline uint16_t load_u16le(const void* ptr) { in load_u16le() function
259 const uint32_t expected_sm = load_u16le(start); in match_sm()
328 const uint16_t expected_os = UINT16_C(0x2020) | load_u16le(start + 12); in match_samsung_exynos()
391 const uint16_t expected_os = load_u16le(start + 4); in match_exynos()
568 const uint16_t mt = UINT16_C(0x2020) | load_u16le(start); in match_mt()
742 const uint16_t expected_rk = UINT16_C(0x2020) | load_u16le(start); in match_rk()
809 const uint16_t expected_sc_or_sp = UINT16_C(0x2020) | load_u16le(start); in match_sc()
826 const uint16_t expected_15 = load_u16le(start + 3); in match_sc()
905 const uint16_t expected_lc = load_u16le(start); in match_lc()
976 const uint16_t expected_xa = load_u16le(start + 1); in match_pxa()
1175 const uint16_t expected_ii = load_u16le(start + 4); in match_and_parse_broadcom()
1320 const uint16_t expected_un = load_u16le(start + 1); in match_and_parse_sunxi()
1406 const uint16_t expected_mt = load_u16le(start + 1); in match_and_parse_wmt()
1689 const uint16_t expected_cc = load_u16le(start + 1); in match_tcc()