Home
last modified time | relevance | path

Searched refs:d_out (Results 1 - 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/random/
H A Dhash.c100 * <length> bytes are encrypted from <*d_in> to <*d_out>. <length> must be
104 randomdev_encrypt(struct randomdev_key *context, const void *d_in, void *d_out, u_int length) in randomdev_encrypt() argument
107 rijndael_blockEncrypt(&context->cipher, &context->key, d_in, length*8, d_out); in randomdev_encrypt()
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftcalc.c1054 FT_Pos d_in, d_out, d_hypot; in FT_BASE_DEF() local
1077 d_out = FT_HYPOT( out_x, out_y ); in FT_BASE_DEF()
1082 /* d_in + d_out < 17/16 d_hypot */ in FT_BASE_DEF()
1084 return ( d_in + d_out - d_hypot ) < ( d_hypot >> 4 ); in FT_BASE_DEF()

Completed in 2 milliseconds