Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/tcpdump/
H A Dchecksum.c94 register uint16_t accum; in init_crc10_table() local
113 verify_crc10_cksum(uint16_t accum, const u_char *p, int length) in verify_crc10_cksum()
/freebsd-12.1/contrib/mandoc/
H A Dpreconv.c37 unsigned int accum; in preconv_encode() local
/freebsd-12.1/crypto/openssl/crypto/ec/curve448/
H A Dscalar.c76 c448_word_t accum[C448_SCALAR_LIMBS + 1] = { 0 }; in sc_montmul() local
156 c448_dsword_t accum = 0; in curve448_scalar_decode() local
/freebsd-12.1/sbin/dhclient/
H A Dhash.c68 int accum = 0, i = len; in do_hash() local
/freebsd-12.1/libexec/bootpd/
H A Dhash.c174 unsigned accum; local
/freebsd-12.1/contrib/gdb/gdb/
H A Dax-general.c115 LONGEST accum = 0; in read_const() local
H A Dada-lang.c1378 unsigned long accum; /* Staging area for bits being transferred */ in ada_value_primitive_packed_val() local
1518 unsigned int accum, mask; in move_bits() local
/freebsd-12.1/contrib/subversion/subversion/libsvn_wc/
H A Dold-and-busted.c1026 struct entries_accumulator *accum = userData; in handle_start_tag() local
1064 struct entries_accumulator accum; in parse_entries_xml() local
/freebsd-12.1/sys/dev/ppbus/
H A Dppb_msq.h131 #define MS_SET(accum) { MS_OP_SET, {{ (accum) }}} argument
/freebsd-12.1/stand/ficl/
H A Dfloat.c840 float accum = 0.0f; in ficlParseFloatNumber() local
H A Dwords.c207 FICL_INT accum = 0; in ficlParseNumber() local
3064 DPUNS accum; in toNumber() local
/freebsd-12.1/sys/dev/sound/pcm/
H A Dfeeder_matrix.c251 intpcm64_t accum; in feed_matrix_apply_generic() local
/freebsd-12.1/contrib/wpa/src/wps/
H A Dwps_common.c214 unsigned int accum = 0; in wps_pin_checksum() local
/freebsd-12.1/sys/dev/ppc/
H A Dppc.c1329 int accum = 0; in ppc_exec_microseq() local
/freebsd-12.1/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-12.1/sys/contrib/octeon-sdk/
H A Dcvmx-asm.h350 #define CVMX_VMULU(dest,mpcand,accum) asm volatile ("vmulu %[rd],%[rs],%[rt]" : [rd] "=d" (dest) : … argument
351 #define CVMX_VMM0(dest,mpcand,accum) asm volatile ("vmm0 %[rd],%[rs],%[rt]" : [rd] "=d" (dest) : [r… argument
352 #define CVMX_V3MULU(dest,mpcand,accum) asm volatile ("v3mulu %[rd],%[rs],%[rt]" : [rd] "=d" (dest) … argument
/freebsd-12.1/contrib/gcc/
H A Dexpmed.c2951 rtx insn, accum, tem; in expand_mult_const() local
H A Dgcse.c5528 extract_mentioned_regs_helper (rtx x, rtx accum) in extract_mentioned_regs_helper()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2295 float accum = 0; in calculate_standard_deviation() local