Searched defs:jump (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/cmd/sendmail/db/btree/
H A Dbt_search.c87 int cmp, jump, ret, stack; local
152 jump = TYPE(h) == P_LBTREE ? P_INDX : O_INDX;
154 lim = NUM_ENT(h) / (db_indx_t)jump; lim != 0; lim >>= 1) {
155 indx = base + ((lim >> 1) * jump);
163 base = indx + jump;
/osnet-11/usr/src/grub/grub2/grub-core/kern/ia64/
H A Ddl.c113 static const grub_uint8_t jump[0x20] = variable
137 grub_uint8_t jump[0x20]; member in struct:ia64_trampoline
158 grub_memcpy (tr->jump, jump, sizeof (tr->jump));
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c237 int col, last, tail, jump, count; local
280 for (jump = -1; col < last; ) {
293 * address this row, jump equals -1, so that the cursor
296 * along the line and jump only when the cost of redrawing
297 * to column N is more expensive than a jump to column N.
299 if (jump < count) {
303 jump = JUMP_SIZE;
/osnet-11/usr/src/grub/grub2/include/grub/i386/
H A Dlinux.h104 grub_uint16_t jump; /* Jump instruction */ member in struct:linux_kernel_header
265 grub_uint16_t jump; /* Jump instruction */ member in struct:linux_kernel_params
/osnet-11/usr/src/grub/grub2/util/
H A Dgrub-mkimagexx.c250 grub_uint8_t jump[0x20]; member in struct:ia64_kernel_trampoline
259 static grub_uint8_t jump[0x20] = variable
291 grub_memcpy (tr->jump, jump, sizeof (tr->jump));
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dshared.h430 unsigned short jump; /* Jump instruction */ member in struct:linux_kernel_header
/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dlayout.h78 u8 jump[3]; /* Irrelevant (jump to boot up code).*/ member in struct:__anon2042

Completed in 57 milliseconds