Home
last modified time | relevance | path

Searched refs:aoffset (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
Dns32k-dis.c740 int aoffset; /* Bits into arguments. */ in print_insn_ns32k() local
787 aoffset = ns32k_opcodes[i].opcode_size; in print_insn_ns32k()
815 aoffset += 8; in print_insn_ns32k()
816 index_offset[0] = aoffset; in print_insn_ns32k()
826 aoffset += 8; in print_insn_ns32k()
827 index_offset[1] = aoffset; in print_insn_ns32k()
837 ioffset = print_insn_arg (*d, ioffset, &aoffset, buffer, in print_insn_ns32k()
867 return aoffset / 8; in print_insn_ns32k()
/openbsd/src/gnu/usr.bin/perl/t/win32/
Dstat.t159 my $aoffset = $moffset - 24 * 3600;;
161 my $myat = $st[8] - $aoffset;
177 my $aoffset = $moffset - 24 * 3600;;
179 my $myat = $st[8] - $aoffset;
/openbsd/src/gnu/usr.bin/binutils/opcodes/
Dns32k-dis.c412 int aoffset; /* bits into arguments */ local
459 aoffset = ns32k_opcodes[i].opcode_size;
487 aoffset += 8;
488 index_offset[0] = aoffset;
497 aoffset += 8;
498 index_offset[1] = aoffset;
508 ioffset = print_insn_arg (*d, ioffset, &aoffset, buffer,
537 return aoffset / 8;