Home
last modified time | relevance | path

Searched refs:insertions (Results 1 – 25 of 37) sorted by relevance

12

/openbsd-src/gnu/usr.bin/binutils/gas/
H A Dhash.c69 unsigned long insertions; member
97 ret->insertions = 0; in hash_new()
215 ++table->insertions; in hash_insert()
252 ++table->insertions; in hash_jam()
371 fprintf (f, "\t%lu insertions\n", table->insertions); in hash_print_statistics()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A Dhash.c65 unsigned long insertions; member
127 ret->insertions = 0; in hash_new()
237 ++table->insertions; in hash_insert()
274 ++table->insertions; in hash_jam()
408 fprintf (f, "\t%lu insertions\n", table->insertions); in hash_print_statistics()
/openbsd-src/gnu/usr.bin/perl/Porting/
H A Dacknowledgements.pl141 my ( $files, $insertions, $deletions )
144 my $changes = $insertions + $deletions;
/openbsd-src/regress/sys/sys/tree/rb/
H A Drbt-test.c924 int insertions, int reads, int do_reads) in mix_operations() argument
930 assert(insertions + reads <= psize); in mix_operations()
932 for(i = 0; i < insertions; i++) { in mix_operations()
956 tmp = &(nodes[insertions]); in mix_operations()
962 for (i = 0; i < insertions; i++) { in mix_operations()
968 for (i = insertions; i < insertions + reads; i++) { in mix_operations()
H A Drb-test.c925 int insertions, int reads, int do_reads) in mix_operations() argument
931 assert(insertions + reads <= psize); in mix_operations()
933 for(i = 0; i < insertions; i++) { in mix_operations()
957 tmp = &(nodes[insertions]); in mix_operations()
963 for (i = 0; i < insertions; i++) { in mix_operations()
969 for (i = insertions; i < insertions + reads; i++) { in mix_operations()
/openbsd-src/gnu/llvm/llvm/utils/phabricator/
H A D0001-Fix-PHP-8.1-incompatibility-with-arc-patch-D-12345.patch25 3 files changed, 5 insertions(+), 3 deletions(-)
/openbsd-src/gnu/gcc/gcc/
H A Dtree-ssa-pre.c293 int insertions; member
2451 pre_stats.insertions++; in create_expression_by_pieces()
2473 bool insertions = false; in insert_into_preds_of_block() local
2549 insertions = true; in insert_into_preds_of_block()
2556 if (nophi && insertions) in insert_into_preds_of_block()
2558 else if (nophi && !insertions) in insert_into_preds_of_block()
3917 fprintf (dump_file, "Insertions: %d\n", pre_stats.insertions); in execute_pre()
/openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2003-06-26-Reoptimizer2.txt30 It does copy insertions for PHIs, which it infers from the machine
/openbsd-src/lib/libz/
H A Dalgorithm.doc55 but saves time since there are both fewer insertions and fewer searches.
264 but saves time since there are both fewer insertions and fewer searches.
473 but saves time since there are both fewer insertions and fewer searches.
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZOperators.td634 // ORs that can be treated as insertions.
642 // ORs that can be treated as reversed insertions.
H A DSystemZInstrVector.td1622 // Match v2f64 insertions. The AddedComplexity counters the 3 added by
1623 // TableGen for the base register operand in VLVG-based integer insertions
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlgit.pod206 1 files changed, 1 insertions(+), 1 deletions(-)
228 1 files changed, 83 insertions(+), 3 deletions(-)
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DREADME-SSE.txt469 insertions.
/openbsd-src/gnu/llvm/llvm/docs/
H A DMemorySSA.rst343 time-consuming update, if the new access triggers many ``MemoryPhi`` insertions and
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Dslist1032 // Specialization of insert_iterator so that insertions will be constant
/openbsd-src/gnu/lib/libstdc++/libstdc++/include/ext/
H A Dslist916 // Specialization of insert_iterator so that insertions will be constant
/openbsd-src/gnu/gcc/gcc/doc/
H A Dloop.texi208 @item @code{loop_commit_inserts}: Commits insertions scheduled on edges,
/openbsd-src/gnu/usr.bin/binutils-2.17/texinfo/
H A Dtexinfo.tex285 % does insertions, but you have to call it yourself.
6087 \message{insertions,}
6174 % Deeper inside, just make sure that the saved insertions are not spilled
/openbsd-src/gnu/usr.bin/texinfo/doc/
H A Dtexinfo.tex288 % does insertions, but you have to call it yourself.
6222 \message{insertions,}
6309 % Deeper inside, just make sure that the saved insertions are not spilled
/openbsd-src/gnu/gcc/gcc/doc/include/
H A Dtexinfo.tex296 % does insertions, but you have to call it yourself.
6351 \message{insertions,}
6438 % Deeper inside, just make sure that the saved insertions are not spilled
/openbsd-src/gnu/lib/libreadline/doc/
H A Drltech.texinfo767 If you do multiple insertions or multiple deletions, or any combination
/openbsd-src/usr.bin/vi/docs/tutorial/
H A Dvi.advanced1300 on a dumb terminal (e.g. during insertions in visual the characters to the
/openbsd-src/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dia64.md1291 ;; Combine doesn't like to create bit-field insertions into zero.
/openbsd-src/gnu/gcc/gcc/config/ia64/
H A Dia64.md1336 ;; Combine doesn't like to create bit-field insertions into zero.
/openbsd-src/gnu/usr.bin/texinfo/
H A DChangeLog4791 * makeinfo/defun.c (cm_defun): skip @ifset/@ifclear insertions

12