Home
last modified time | relevance | path

Searched defs:accumulate (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Decofflink.c369 struct accumulate struct
372 struct string_hash_table fdr_hash;
374 struct string_hash_table str_hash;
378 struct shuffle *line;
379 struct shuffle *line_end;
380 struct shuffle *pdr;
381 struct shuffle *pdr_end;
405 PARAMS ((struct accumulate *, struct shuffle **, struct shuffle **, argument
/openbsd/src/gnu/usr.bin/binutils/bfd/
Decofflink.c369 struct accumulate struct
372 struct string_hash_table fdr_hash;
374 struct string_hash_table str_hash;
378 struct shuffle *line;
379 struct shuffle *line_end;
380 struct shuffle *pdr;
381 struct shuffle *pdr_end;
405 PARAMS ((struct accumulate *, struct shuffle **, struct shuffle **, argument
/openbsd/src/gnu/lib/libstdc++/libstdc++/include/bits/
Dstl_numeric.h69 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init) in accumulate() function
81 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init, in accumulate() function
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
Dstatic_cast.C4 void accumulate(InputIterator first, in accumulate() function
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DLiveRegUnits.cpp69 void LiveRegUnits::accumulate(const MachineInstr &MI) { in accumulate() function in LiveRegUnits
/openbsd/src/gnu/gcc/libstdc++-v3/include/bits/
Dstl_numeric.h107 accumulate(_InputIterator __first, _InputIterator __last, _Tp __init, in accumulate() function
/openbsd/src/gnu/usr.bin/perl/
Dtoke.c12268 bool accumulate = TRUE; in Perl_scan_num() local