Home
last modified time | relevance | path

Searched refs:current_position (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/preproc/pic/
H A Dpic.y48 position current_position; variable
577 $$.obj = $1->make_object(&current_position,
585 $$.x = current_position.x;
586 $$.y = current_position.y;
611 $<state>$.x = current_position.x;
612 $<state>$.y = current_position.y;
617 current_position.x = $<state>2.x;
618 current_position.y = $<state>2.y;
628 $$.x = current_position.x;
629 $$.y = current_position.y;
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcov-io.cc336 gcov_position_t current_position = gcov_position (); in gcov_write_length() local
338 gcov_nonruntime_assert (current_position >= position + 2 * GCOV_WORD_SIZE); in gcov_write_length()
341 gcov_write_unsigned (current_position - position - 2 * GCOV_WORD_SIZE); in gcov_write_length()
342 gcov_seek (current_position); in gcov_write_length()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddse.c615 static unsigned int current_position; variable
2937 current_position = 1; in dse_step2()
2949 bitmap_set_bit (group->group_kill, current_position); in dse_step2()
2951 bitmap_set_bit (kill_on_calls, current_position); in dse_step2()
2952 group->offset_map_n[j] = current_position++; in dse_step2()
2957 bitmap_set_bit (group->group_kill, current_position); in dse_step2()
2959 bitmap_set_bit (kill_on_calls, current_position); in dse_step2()
2960 group->offset_map_p[j] = current_position++; in dse_step2()
2964 return current_position != 1; in dse_step2()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-d10v.c1216 unsigned long current_position; in find_opcode() local
1228 current_position = frag_now_fix_octets (); in find_opcode()
1233 current_position += f->fr_fix + f->fr_offset; in find_opcode()
1245 value -= current_position; in find_opcode()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-d10v.c1216 unsigned long current_position; in find_opcode() local
1228 current_position = frag_now_fix_octets (); in find_opcode()
1233 current_position += f->fr_fix + f->fr_offset; in find_opcode()
1245 value -= current_position; in find_opcode()