Home
last modified time | relevance | path

Searched refs:r_out (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dhash.h124 uint64_t r_out[2]) { in hash_x86_128()
220 r_out[0] = (((uint64_t) h2) << 32) | h1; in hash_x86_128()
221 r_out[1] = (((uint64_t) h4) << 32) | h3; in hash_x86_128()
226 uint64_t r_out[2]) { in hash_x64_128()
297 r_out[0] = h1; in hash_x64_128()
298 r_out[1] = h2; in hash_x64_128()
/freebsd/secure/lib/libcrypt/
H A Dcrypt-des.c446 do_des( u_int32_t l_in, u_int32_t r_in, u_int32_t *l_out, u_int32_t *r_out, int count) in do_des() argument
550 *r_out = fp_maskr[0][l >> 24] in do_des()
564 u_int32_t l_out, r_out, rawl, rawr; in des_cipher() local
580 retval = do_des(rawl, rawr, &l_out, &r_out, count); in des_cipher()
584 *trans.ui32 = htonl(r_out); in des_cipher()
/freebsd/contrib/unbound/services/
H A Drpz.c1703 struct local_zone** z_out, struct auth_zone** a_out, struct rpz** r_out) in rpz_resolve_client_action_and_zone() argument
1755 *r_out = r; in rpz_resolve_client_action_and_zone()
2643 struct local_zone** z_out, struct auth_zone** a_out, struct rpz** r_out, in rpz_apply_maybe_clientip_trigger() argument
2649 az, qinfo, repinfo, taglist, taglen, stats, z_out, a_out, r_out); in rpz_apply_maybe_clientip_trigger()
2652 if(node != NULL && *r_out && in rpz_apply_maybe_clientip_trigger()
2653 (*r_out)->action_override != RPZ_NO_OVERRIDE_ACTION) { in rpz_apply_maybe_clientip_trigger()
2654 client_action = (*r_out)->action_override; in rpz_apply_maybe_clientip_trigger()
2657 if(*r_out && (*r_out)->log) in rpz_apply_maybe_clientip_trigger()
2663 (*r_out)->log_name); in rpz_apply_maybe_clientip_trigger()
2683 if(!rpz_apply_cname_override_action(*r_out, qinfo, in rpz_apply_maybe_clientip_trigger()
[all …]