Home
last modified time | relevance | path

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

/openbsd/usr.bin/mandoc/
H A Dpreconv.c35 unsigned int accum; in preconv_encode() local
/openbsd/usr.sbin/dhcpd/
H A Dhash.c78 int accum = 0; in do_hash() local
/openbsd/sys/dev/pci/drm/
H A Dlinux_list_sort.c57 struct list_head *accum[64]; in list_sort() local
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dax-general.c115 LONGEST accum = 0; in read_const() local
H A Dada-lang.c1795 unsigned long accum; /* Staging area for bits being transferred */ in ada_value_primitive_packed_val() local
1935 unsigned int accum, mask; in move_bits() local
/openbsd/gnu/usr.bin/perl/
H A Dregcomp_study.c1651 regnode_ssc accum; in Perl_study_chunk() local
3440 regnode_ssc accum; in Perl_study_chunk() local
/openbsd/gnu/usr.bin/perl/cpan/Scalar-List-Utils/
H A DListUtil.xs337 enum slu_accum accum; in sum() local
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dexpmed.c2415 rtx accum, tem; local
/openbsd/gnu/gcc/gcc/
H A Dexpmed.c2955 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()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2437 float accum = 0; in calculate_standard_deviation() local
/openbsd/gnu/usr.bin/binutils-2.17/opcodes/
H A Dbfin-dis.c261 #define accum(x) REGNAME (decode_accum[(x) & 1]) macro