Lines Matching refs:hp
333 static void nh_aux(void *kp, const void *dp, void *hp, UINT32 dlen) in nh_aux() argument
347 h = *((UINT64 *)hp); in nh_aux()
363 *((UINT64 *)hp) = h; in nh_aux()
368 static void nh_aux(void *kp, const void *dp, void *hp, UINT32 dlen) in nh_aux() argument
381 h1 = *((UINT64 *)hp); in nh_aux()
382 h2 = *((UINT64 *)hp + 1); in nh_aux()
409 ((UINT64 *)hp)[0] = h1; in nh_aux()
410 ((UINT64 *)hp)[1] = h2; in nh_aux()
415 static void nh_aux(void *kp, const void *dp, void *hp, UINT32 dlen) in nh_aux() argument
428 h1 = *((UINT64 *)hp); in nh_aux()
429 h2 = *((UINT64 *)hp + 1); in nh_aux()
430 h3 = *((UINT64 *)hp + 2); in nh_aux()
463 ((UINT64 *)hp)[0] = h1; in nh_aux()
464 ((UINT64 *)hp)[1] = h2; in nh_aux()
465 ((UINT64 *)hp)[2] = h3; in nh_aux()
470 static void nh_aux(void *kp, const void *dp, void *hp, UINT32 dlen) in nh_aux() argument
484 h1 = *((UINT64 *)hp); in nh_aux()
485 h2 = *((UINT64 *)hp + 1); in nh_aux()
486 h3 = *((UINT64 *)hp + 2); in nh_aux()
487 h4 = *((UINT64 *)hp + 3); in nh_aux()
526 ((UINT64 *)hp)[0] = h1; in nh_aux()
527 ((UINT64 *)hp)[1] = h2; in nh_aux()
528 ((UINT64 *)hp)[2] = h3; in nh_aux()
529 ((UINT64 *)hp)[3] = h4; in nh_aux()