Home
last modified time | relevance | path

Searched defs:accum (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/mandoc/
H A Dpreconv.c37 unsigned int accum; in preconv_encode() local
/freebsd/contrib/tcpdump/
H A Dchecksum.c87 verify_crc10_cksum(uint16_t accum, const u_char *p, int length) in verify_crc10_cksum()
/freebsd/crypto/openssl/crypto/ec/curve448/
H A Dscalar.c76 c448_word_t accum[C448_SCALAR_LIMBS + 1] = { 0 }; in sc_montmul() local
158 c448_dsword_t accum = 0; in ossl_curve448_scalar_decode() local
/freebsd/sbin/dhclient/
H A Dhash.c66 int accum = 0, i = len; in do_hash() local
/freebsd/libexec/bootpd/
H A Dhash.c158 unsigned accum; in hash_HashFunction() local
/freebsd/sys/dev/ppbus/
H A Dppb_msq.h127 #define MS_SET(accum) { MS_OP_SET, {{ (accum) }}} argument
/freebsd/sys/dev/sound/pcm/
H A Dfeeder_matrix.c249 intpcm64_t accum; in feed_matrix_apply_generic() local
[all...]
/freebsd/stand/ficl/
H A Dfloat.c839 float accum = 0.0f; in ficlParseFloatNumber() local
H A Dwords.c206 FICL_INT accum = 0; in ficlParseNumber() local
3063 DPUNS accum; in toNumber() local
/freebsd/contrib/wpa/src/wps/
H A Dwps_common.c214 unsigned int accum = 0; in wps_pin_checksum() local
/freebsd/sys/dev/ppc/
H A Dppc.c1322 int accum = 0; in ppc_exec_microseq() local
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_aead/aes256gcm/aesni/
H A Daead_aes256gcm_aesni.c420 #define aesni_encrypt8full(out_, n_, rkeys, in_, accum, hv_, h2v_, h3v_, h4v_, rev) \ argument
450 #define aesni_addmul8full(in_, accum, hv_, h2v_, h3v_, h4v_, rev) \ argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2458 float accum = 0; in calculate_standard_deviation() local