Searched refs:ioffset (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dns32k-dis.c459 int ioffset,
482 ioffset -= 5;
491 addr_mode = bit_extract (buffer, ioffset - 5, 5);
492 ioffset -= 5;
642 Ivalue = bit_extract (buffer, ioffset-4, 4);
645 ioffset -= 4;
648 Ivalue = bit_extract (buffer, ioffset-3, 3);
650 ioffset -= 3;
663 size = bit_extract(buffer, ioffset-6, 2);
696 Ivalue = bit_extract (buffer, ioffset
453 print_insn_arg(int d, int ioffset, int *aoffsetp, bfd_byte *buffer, bfd_vma addr, char *result, int index_offset) argument
739 int ioffset; /* Bits into instruction. */ local
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Dtztest.cpp1166 int32_t ioffset = zone->getRawOffset()/1000; local
1168 formatOffset(ioffset, offset);
1169 formatTZID(ioffset, expectedID);
1179 else if (exp != kUnparseable && (ioffset != exp || itsID != expectedID)) {
/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c5676 ssize_t n,i,ix,ioffset, exptoadd; local
5696 ioffset = nf - ix*(ssize_t)BASE_FIG;
5697 n = (ssize_t)BASE_FIG - ioffset - 1;
5711 ioffset is the number of extra decimal places along of this decimal digit
5779 if (ioffset == 0) {

Completed in 142 milliseconds