Searched refs:out_ (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/sys/contrib/zstd/contrib/pzstd/ |
| H A D | Logging.h | 23 FILE* out_; variable 32 : out_(out), level_(level), lastUpdate_(Clock::now()), in out_() function 46 std::fprintf(out_, fmt, args...); in operator() 58 std::fprintf(out_, "\r"); in update() 59 std::fprintf(out_, fmt, args...); in update() 68 std::fprintf(out_, "\r%79s\r", ""); in clear()
|
| /freebsd-12.1/sys/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/ |
| H A D | aead_aes256gcm_aesni.c | 420 #define aesni_encrypt8full(out_, n_, rkeys, in_, accum, hv_, h2v_, h3v_, h4v_, rev) \ argument 422 unsigned char *out = out_; \ 467 #define aesni_decrypt8full(out_, n_, rkeys, in_) \ argument 469 unsigned char *out = out_; \
|