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

/osnet-11/usr/src/grub/grub2/grub-core/kern/ia64/
H A Ddl.c229 grub_uint64_t noff; local
231 noff = ((char *) tr - (char *) (addr & ~3)) >> 4;
233 if (noff & ~MASK19)
235 "trampoline offset too big (%lx)", noff);
236 add_value_to_slot_20b (addr, noff);
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkimagexx.c446 grub_uint64_t noff; local
448 noff = ((char *) tr - (char *) pe_target
451 if (noff & ~MASK19)
453 noff);
454 add_value_to_slot_20b ((grub_addr_t) target, noff);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregcomp.c799 int noff; local
804 && ((PL_regkind[(U8)OP(n)] == NOTHING && (noff = NEXT_OFF(n)))
805 || ((OP(n) == LONGJMP) && (noff = ARG(n))))
806 && off + noff < max)
807 off += noff;

Completed in 142 milliseconds