Searched refs:copyto (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/lib/libc/db/hash/ |
| D | hash_page.c | 182 u_int16_t copyto, diff, off, moved; in __split_page() local 185 copyto = (u_int16_t)hashp->BSIZE; in __split_page() 205 (int)copyto, (int)moved); in __split_page() 216 diff = copyto - off; in __split_page() 218 copyto = ino[n + 1] + diff; in __split_page() 219 memmove(op + copyto, op + ino[n + 1], in __split_page() 221 ino[ndx] = copyto + ino[n] - ino[n + 1]; in __split_page() 222 ino[ndx + 1] = copyto; in __split_page() 224 copyto = ino[n + 1]; in __split_page() 239 FREESPACE(ino) = copyto - sizeof(u_int16_t) * (ino[0] + 3); in __split_page() [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | minsyms.c | 749 struct minimal_symbol *copyto; in compact_minimal_symbols() local 753 copyfrom = copyto = msymbol; in compact_minimal_symbols() 768 *copyto++ = *copyfrom++; in compact_minimal_symbols() 770 *copyto++ = *copyfrom++; in compact_minimal_symbols() 771 mcount = copyto - msymbol; in compact_minimal_symbols()
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/config/stormy16/ |
| D | stormy16.c | 2092 rtx op[10], args[10], pat, copyto[10], retval = 0; local 2113 copyto[o] = 0; 2127 copyto[o] = op[o]; 2143 if (copyto[o]) 2145 emit_move_insn (copyto[o], op[o]); 2147 retval = copyto[o];
|
| /openbsd/src/gnu/gcc/gcc/config/stormy16/ |
| D | stormy16.c | 2349 rtx op[10], args[10], pat, copyto[10], retval = 0; in xstormy16_expand_builtin() local 2370 copyto[o] = 0; in xstormy16_expand_builtin() 2384 copyto[o] = op[o]; in xstormy16_expand_builtin() 2400 if (copyto[o]) in xstormy16_expand_builtin() 2402 emit_move_insn (copyto[o], op[o]); in xstormy16_expand_builtin() 2404 retval = copyto[o]; in xstormy16_expand_builtin()
|