HomeSort by: relevance | last modified time | path
    Searched defs:writep (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/look/
look.c 160 char *readp, *writep; local
163 for (readp = writep = string; (ch = *readp++) != 0; ) {
169 *(writep++) = ch;
171 *writep = '\0';
  /src/external/gpl3/binutils/dist/gas/config/
tc-cris.c 733 char *writep; local
752 writep = fragP->fr_literal + old_fr_fix;
753 md_number_to_chars (writep, value, 1 << pow2_of_size);
3340 writep Pointer to "extension area" following the first instruction
3350 gen_cond_branch_32 (char *opcodep, char *writep, fragS *fragP,
3384 /* Here, writep points to what will be opcodep + 2. First, we change
3395 writep[opc_offset] = branch_disp (branch_offset);
3396 writep[opc_offset + 1] = opcodep[1];
3409 md_number_to_chars (writep, nop_opcode, 2);
3416 md_number_to_chars (writep + 2
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-cris.c 733 char *writep; local
752 writep = fragP->fr_literal + old_fr_fix;
753 md_number_to_chars (writep, value, 1 << pow2_of_size);
3340 writep Pointer to "extension area" following the first instruction
3350 gen_cond_branch_32 (char *opcodep, char *writep, fragS *fragP,
3384 /* Here, writep points to what will be opcodep + 2. First, we change
3395 writep[opc_offset] = branch_disp (branch_offset);
3396 writep[opc_offset + 1] = opcodep[1];
3409 md_number_to_chars (writep, nop_opcode, 2);
3416 md_number_to_chars (writep + 2
    [all...]

Completed in 32 milliseconds