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

/illumos-gate/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;
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcmu_cb.c143 hrtime_t prev, curr, interval, jump; local
152 jump = TICK_TO_NSEC(xc_tick_jump_limit);
158 * If we have a really large jump in hrtime, it is most
168 if (interval > jump)
H A Dpcmu_ib.c154 hrtime_t prev, curr, interval, jump; local
167 jump = TICK_TO_NSEC(xc_tick_jump_limit);
172 * If we have a really large jump in hrtime, it is most
182 if (interval > jump)
241 hrtime_t prev, curr, interval, jump; local
254 jump = TICK_TO_NSEC(xc_tick_jump_limit);
258 * If we have a really large jump in hrtime, it is most
268 if (interval > jump)
502 hrtime_t prev, curr, interval, jump; local
521 jump
592 hrtime_t prev, curr, interval, jump; local
[all...]
/illumos-gate/usr/src/cmd/logadm/
H A Derr.c83 int jump = 0; local
103 jump = 1;
143 if (jump)
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dlinux.h39 uint16_t jump; /* Jump instruction */ member in struct:linux_kernel_header
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Ddoupdate.c236 int col, last, tail, jump, count; local
279 for (jump = -1; col < last; ) {
292 * address this row, jump equals -1, so that the cursor
295 * along the line and jump only when the cost of redrawing
296 * to column N is more expensive than a jump to column N.
298 if (jump < count) {
302 jump = JUMP_SIZE;
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_ib.c171 hrtime_t start_time, prev, curr, interval, jump; local
179 jump = TICK_TO_NSEC(xc_tick_jump_limit);
187 * If we have a really large jump in hrtime, it is most
197 if (interval > jump)
/illumos-gate/usr/src/cmd/oawk/
H A Drun.c1028 jump(NODE **a, int n) function
1049 error(FATAL, "illegal jump type %d", n);
/illumos-gate/usr/src/cmd/awk/
H A Drun.c320 jump(Node **a, int n) function
354 ERROR "illegal jump type %d", n FATAL;
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dshared.h430 unsigned short jump; /* Jump instruction */ member in struct:linux_kernel_header
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c6062 int jump = ((shift - 1) >> 6) + 1; local
6068 if (i + jump <= (ipsa->ipsa_replay_wsize - 1) >> 6) {
6069 ipsa->ipsa_replay_arr[i + jump] |=

Completed in 85 milliseconds