Searched refs:dst16 (Results 1 – 2 of 2) sorted by relevance
456 u_int16_t *dst16; in install_ap_tramp() local484 dst16 = (u_int16_t *) (dst + ((u_int) bootCodeSeg - boot_base)); in install_ap_tramp()485 dst8 = (u_int8_t *) (dst16 + 1); in install_ap_tramp()486 *dst16 = (u_int) boot_address & 0xffff; in install_ap_tramp()490 dst16 = (u_int16_t *) (dst + ((u_int) bootDataSeg - boot_base)); in install_ap_tramp()491 dst8 = (u_int8_t *) (dst16 + 1); in install_ap_tramp()492 *dst16 = (u_int) boot_address & 0xffff; in install_ap_tramp()
4032 __m128i* dst16 = (__m128i*) customSecret; in XXH3_initCustomSecret_sse2() local4039 XXH_COMPILER_GUARD(dst16); in XXH3_initCustomSecret_sse2()4042 XXH_ASSERT(((size_t)dst16 & 15) == 0); in XXH3_initCustomSecret_sse2()4045 dst16[i] = _mm_add_epi64(_mm_load_si128((const __m128i *)src16+i), seed); in XXH3_initCustomSecret_sse2()