Searched refs:zp (Results 1 – 2 of 2) sorted by relevance
72 CC_NONNULL((1)) CC_INLINE cc_size cczp_n(cczp_const_t zp) in cczp_n() argument74 return zp->n; in cczp_n()77 CC_NONNULL((1)) CC_INLINE const cc_unit *cczp_prime(cczp_const_t zp) in cczp_prime() argument79 return zp->ccn; in cczp_prime()82 CC_NONNULL((1)) CC_INLINE size_t cczp_bitlen(cczp_const_t zp) in cczp_bitlen() argument84 cc_assert(ccn_bitlen(cczp_n(zp), cczp_prime(zp)) == CCZP_BITLEN(zp)); in cczp_bitlen()85 return (size_t)CCZP_BITLEN(zp); in cczp_bitlen()90 CC_NONNULL((1)) CC_INLINE const cc_unit *cczp_recip(cczp_const_t zp) in cczp_recip() argument92 return zp->ccn + zp->n; in cczp_recip()99 int cczp_init(cczp_t zp);[all …]
826 uint64_t *zp = (uint64_t *) &avx_state->__fpu_zmmh7; in zmm_sigalrm_handler() local842 zp[0] = STOP_COOKIE_512; in zmm_sigalrm_handler()855 uint64_t *zp = (uint64_t *) &avx_state->__fpu_zmmh7; in zmm_sigalrm_handler_no_mod() local