Home
last modified time | relevance | path

Searched refs:dst16 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/i386/i386/
H A Dmp_machdep.c456 u_int16_t *dst16; in install_ap_tramp() local
484 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()
/freebsd/sys/contrib/zstd/lib/common/
H A Dxxhash.h4032 __m128i* dst16 = (__m128i*) customSecret; in XXH3_initCustomSecret_sse2() local
4039 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()