Home
last modified time | relevance | path

Searched refs:to_insert (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Darray.d898 size_t to_insert = 0; variable
902 to_insert += 1;
904 to_insert += stuff[i].length;
906 if (to_insert)
908 array.length += to_insert;
912 (() @trusted { copyBackwards(array[pos .. oldLen], array[pos+to_insert..$]); })();
989 size_t to_insert = 0; variable
992 to_insert += codeLength!T(stuff[i]);
993 array.length += to_insert;
1007 moveToRight(array[pos .. $], to_insert);
[all …]
H A Duni.d2962 uint to_insert; variable
2974 to_insert = 1;
2980 to_insert = 2;
2982 pos = genericReplace(data, a_idx, b_idx, buf[0 .. to_insert]);
3000 to_insert = 1;
3015 to_insert = 2;
3026 to_insert = 2;
3043 to_insert = 3;
3046 pos = genericReplace(data, a_idx, b_idx+1, buf[0 .. to_insert]);
3050 writeln("inserting ", buf[0 .. to_insert]); in debug()
/netbsd-src/external/bsd/jemalloc/include/jemalloc/internal/
H A Dextent_inlines.h365 extent_t *to_insert) { in extent_list_replace() argument
366 ql_after_insert(to_remove, to_insert, ql_link); in extent_list_replace()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Darray.d1362 size_t to_insert = 0; variable
1366 to_insert += 1;
1368 to_insert += stuff[i].length;
1370 if (to_insert)
1372 array.length += to_insert;
1376 (() @trusted { copyBackwards(array[pos .. oldLen], array[pos+to_insert..$]); })();
1453 size_t to_insert = 0; variable
1456 to_insert += codeLength!T(stuff[i]);
1457 array.length += to_insert;
1472 moveToRight(array[pos .. $], to_insert);
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/uni/
H A Dpackage.d2955 uint to_insert;
2967 to_insert = 1;
2973 to_insert = 2;
2975 pos = genericReplace(data, a_idx, b_idx, buf[0 .. to_insert]);
2993 to_insert = 1;
3008 to_insert = 2;
3019 to_insert = 2;
3036 to_insert = 3;
3039 pos = genericReplace(data, a_idx, b_idx+1, buf[0 .. to_insert]);
3043 writeln("inserting ", buf[0 .. to_insert]);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.md4351 rtx to_insert = gen_reg_rtx (SImode);
4353 emit_move_insn (to_insert, operands[0] == CONST0_RTX (SImode)
4358 emit_insn (gen_cstoresi4 (to_insert, cmp, operands[0],
4362 gen_int_mode (27, SImode), to_insert));
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.md4352 rtx to_insert = gen_reg_rtx (SImode);
4354 emit_move_insn (to_insert, operands[0] == CONST0_RTX (SImode)
4359 emit_insn (gen_cstoresi4 (to_insert, cmp, operands[0],
4363 gen_int_mode (27, SImode), to_insert));