Searched refs:writep (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/usr.bin/look/
H A Dlook.c137 char *readp, *writep; local
140 for (readp = writep = string; (ch = *readp++);) {
144 *(writep++) = ch;
146 *writep = '\0';
/openbsd-current/gnu/usr.bin/binutils/gas/config/
H A Dtc-cris.c548 char *writep; local
567 writep = fragP->fr_literal + old_fr_fix;
568 md_number_to_chars (writep, value, 1 << pow2_of_size);
2608 writep Pointer to "extension area" following the first instruction
2618 gen_cond_branch_32 (opcodep, writep, fragP, add_symP, sub_symP, add_num)
2620 char *writep;
2630 /* Here, writep points to what will be opcodep + 2. First, we change
2641 writep[8] = branch_disp (-2 - 6);
2642 writep[9] = opcodep[1];
2653 md_number_to_chars (writep, NOP_OPCOD
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-cris.c730 char *writep; local
749 writep = fragP->fr_literal + old_fr_fix;
750 md_number_to_chars (writep, value, 1 << pow2_of_size);
3308 writep Pointer to "extension area" following the first instruction
3318 gen_cond_branch_32 (char *opcodep, char *writep, fragS *fragP, argument
3352 /* Here, writep points to what will be opcodep + 2. First, we change
3363 writep[opc_offset] = branch_disp (branch_offset);
3364 writep[opc_offset + 1] = opcodep[1];
3377 md_number_to_chars (writep, nop_opcode, 2);
3384 md_number_to_chars (writep
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dalias.c2307 write_dependence_p (mem, x, writep)
2310 int writep;
2336 if (! writep && RTX_UNCHANGING_P (mem))
2345 if (! writep)
2380 return write_dependence_p (mem, x, /*writep=*/0);
2390 return write_dependence_p (mem, x, /*writep=*/1);
/openbsd-current/gnu/gcc/gcc/
H A Dalias.c2283 write_dependence_p (rtx mem, rtx x, int writep)
2306 if (!writep && MEM_READONLY_P (mem))
2315 if (! writep)
2348 return write_dependence_p (mem, x, /*writep=*/0);
2356 return write_dependence_p (mem, x, /*writep=*/1);
2280 write_dependence_p(rtx mem, rtx x, int writep) argument

Completed in 375 milliseconds