games/worms/worms.c
333
op = &upper[w->orientation];
games/worms/worms.c
69
}, upper[8] = {
lib/libc/db/btree/bt_conv.c
179
M_16_SWAP(h->upper);
lib/libc/db/btree/bt_conv.c
73
M_16_SWAP(h->upper);
lib/libc/db/btree/bt_debug.c
174
h->lower, h->upper, top);
lib/libc/db/btree/bt_debug.c
256
ifree += h->upper - h->lower;
lib/libc/db/btree/bt_debug.c
261
lfree += h->upper - h->lower;
lib/libc/db/btree/bt_delete.c
408
pg->upper = t->bt_psize;
lib/libc/db/btree/bt_delete.c
418
from = (char *)pg + pg->upper;
lib/libc/db/btree/bt_delete.c
420
pg->upper += nksize;
lib/libc/db/btree/bt_delete.c
483
from = (char *)h + h->upper;
lib/libc/db/btree/bt_delete.c
485
h->upper += nbytes;
lib/libc/db/btree/bt_open.c
383
root->upper = t->bt_psize;
lib/libc/db/btree/bt_overflow.c
151
h->lower = h->upper = 0;
lib/libc/db/btree/bt_put.c
196
if (h->upper - h->lower < nbytes + sizeof(indx_t)) {
lib/libc/db/btree/bt_put.c
208
h->linp[idx] = h->upper -= nbytes;
lib/libc/db/btree/bt_put.c
209
dest = (char *)h + h->upper;
lib/libc/db/btree/bt_put.c
277
if (h->upper - h->lower < nbytes + sizeof(indx_t))
lib/libc/db/btree/bt_split.c
104
h->linp[skip] = h->upper -= ilen;
lib/libc/db/btree/bt_split.c
105
dest = (char *)h + h->upper;
lib/libc/db/btree/bt_split.c
204
if (h->upper - h->lower < nbytes + sizeof(indx_t)) {
lib/libc/db/btree/bt_split.c
223
h->linp[skip] = h->upper -= nbytes;
lib/libc/db/btree/bt_split.c
229
h->linp[skip] = h->upper -= nbytes;
lib/libc/db/btree/bt_split.c
251
h->linp[skip] = h->upper -= nbytes;
lib/libc/db/btree/bt_split.c
269
h->linp[skip] = h->upper -= nbytes;
lib/libc/db/btree/bt_split.c
343
r->upper = t->bt_psize;
lib/libc/db/btree/bt_split.c
380
l->upper = t->bt_psize;
lib/libc/db/btree/bt_split.c
448
l->upper = r->upper = t->bt_psize;
lib/libc/db/btree/bt_split.c
477
h->linp[0] = h->upper = t->bt_psize - NRINTERNAL;
lib/libc/db/btree/bt_split.c
478
dest = (char *)h + h->upper;
lib/libc/db/btree/bt_split.c
482
h->linp[1] = h->upper -= NRINTERNAL;
lib/libc/db/btree/bt_split.c
483
dest = (char *)h + h->upper;
lib/libc/db/btree/bt_split.c
526
h->linp[0] = h->upper = t->bt_psize - nbytes;
lib/libc/db/btree/bt_split.c
527
dest = (char *)h + h->upper;
lib/libc/db/btree/bt_split.c
534
h->linp[1] = h->upper -= nbytes;
lib/libc/db/btree/bt_split.c
535
dest = (char *)h + h->upper;
lib/libc/db/btree/bt_split.c
550
h->linp[1] = h->upper -= nbytes;
lib/libc/db/btree/bt_split.c
551
dest = (char *)h + h->upper;
lib/libc/db/btree/bt_split.c
654
l->linp[off] = l->upper -= nbytes;
lib/libc/db/btree/bt_split.c
655
memmove((char *)l + l->upper, src, nbytes);
lib/libc/db/btree/bt_split.c
731
r->linp[off] = r->upper -= nbytes;
lib/libc/db/btree/bt_split.c
732
memmove((char *)r + r->upper, src, nbytes);
lib/libc/db/btree/btree.h
80
indx_t upper; /* upper bound of free space on page */
lib/libc/db/recno/rec_delete.c
170
from = (char *)h + h->upper;
lib/libc/db/recno/rec_delete.c
172
h->upper += nbytes;
lib/libc/db/recno/rec_put.c
245
if (h->upper - h->lower < nbytes + sizeof(indx_t)) {
lib/libc/db/recno/rec_put.c
257
h->linp[idx] = h->upper -= nbytes;
lib/libc/db/recno/rec_put.c
258
dest = (char *)h + h->upper;
lib/libexpat/lib/xmltok_impl.c
233
int upper = 0;
lib/libexpat/lib/xmltok_impl.c
242
upper = 1;
lib/libexpat/lib/xmltok_impl.c
252
upper = 1;
lib/libexpat/lib/xmltok_impl.c
262
upper = 1;
lib/libexpat/lib/xmltok_impl.c
267
if (upper)
libexec/ftpd/extern.h
96
void upper(char *);
libexec/ftpd/ftpcmd.y
1233
upper(cbuf);
libexec/ftpd/ftpcmd.y
1257
upper(cp);
libexec/ftpd/ftpcmd.y
1489
upper(s);
libexec/ftpd/ftpd.c
2182
upper(cp);
libexec/getty/main.c
321
if (!(upper || lower || digit))
libexec/getty/main.c
384
crmod = digit = lower = upper = 0;
libexec/getty/main.c
413
upper = 1;
libexec/getty/main.c
62
int crmod, digit, lower, upper;
regress/lib/libcrypto/bn/bn_isqrt.c
169
BIGNUM *n, *n_sqr, *lower, *upper, *testcase, *isqrt;
regress/lib/libcrypto/bn/bn_isqrt.c
180
if ((upper = BN_CTX_get(ctx)) == NULL)
regress/lib/libcrypto/bn/bn_isqrt.c
194
if (!BN_set_bit(upper, UPPER_BITS))
regress/lib/libcrypto/bn/bn_isqrt.c
197
if (!bn_rand_in_range(n, lower, upper))
regress/lib/libcrypto/bn/bn_isqrt.c
216
if (!BN_lshift1(upper, n))
regress/lib/libcrypto/bn/bn_isqrt.c
218
if (!BN_add_word(upper, 1))
regress/lib/libcrypto/bn/bn_isqrt.c
222
if (!BN_add(upper, n_sqr, upper))
regress/lib/libcrypto/bn/bn_isqrt.c
229
if (!bn_isqrt(isqrt, &is_perfect_square, upper, ctx))
regress/lib/libcrypto/bn/bn_isqrt.c
249
if (!bn_rand_in_range(testcase, n_sqr, upper))
sbin/iked/ikev2.c
7166
uint32_t mask, host, lower, upper, start, nhost;
sbin/iked/ikev2.c
7305
upper = ntohl(~mask);
sbin/iked/ikev2.c
7307
if (lower < upper && lower == 0)
sbin/iked/ikev2.c
7309
if (upper < lower)
sbin/iked/ikev2.c
7310
upper = lower;
sbin/iked/ikev2.c
7312
start = arc4random_uniform(upper - lower) + lower;
sbin/iked/ikev2.c
7316
__func__, mask, start, lower, host, upper);
sbin/iked/ikev2.c
7341
if (host >= upper || host < lower)
sbin/unwind/libunbound/util/timehist.c
122
if(timeval_smaller(tv, &hist->buckets[i].upper)) {
sbin/unwind/libunbound/util/timehist.c
140
(int)hist->buckets[i].upper.tv_sec,
sbin/unwind/libunbound/util/timehist.c
141
(int)hist->buckets[i].upper.tv_usec,
sbin/unwind/libunbound/util/timehist.c
163
(int)hist->buckets[i].upper.tv_sec,
sbin/unwind/libunbound/util/timehist.c
164
(int)hist->buckets[i].upper.tv_usec,
sbin/unwind/libunbound/util/timehist.c
204
up = (double)hist->buckets[i].upper.tv_sec +
sbin/unwind/libunbound/util/timehist.c
205
(double)hist->buckets[i].upper.tv_usec/1000000.;
sbin/unwind/libunbound/util/timehist.c
80
hist->buckets[i].upper = last;
sbin/unwind/libunbound/util/timehist.h
55
struct timeval upper;
sys/dev/isa/uguru.c
108
uint8_t upper;
sys/dev/isa/uguru.c
883
if (sc->cs.reading >= sc->cs.upper)
sys/dev/isa/uguru.c
898
sc->cs.reading >= sc->cs.upper)
sys/dev/isa/uguru.c
963
sc->cs.upper = data[2];
sys/dev/pci/drm/i915/display/intel_dsb.c
441
u32 opcode, int lower, int upper)
sys/dev/pci/drm/i915/display/intel_dsb.c
443
u64 window = ((u64)upper << DSB_SCANLINE_UPPER_SHIFT) |
sys/dev/pci/drm/i915/display/intel_dsb.h
55
int lower, int upper);
sys/dev/pci/drm/i915/display/intel_dsb.h
58
int lower, int upper);
sys/dev/pci/drm/i915/gt/intel_rc6.c
741
u32 lower, upper, tmp;
sys/dev/pci/drm/i915/gt/intel_rc6.c
762
upper = intel_uncore_read_fw(uncore, reg);
sys/dev/pci/drm/i915/gt/intel_rc6.c
764
tmp = upper;
sys/dev/pci/drm/i915/gt/intel_rc6.c
772
upper = intel_uncore_read_fw(uncore, reg);
sys/dev/pci/drm/i915/gt/intel_rc6.c
773
} while (upper != tmp && --loop);
sys/dev/pci/drm/i915/gt/intel_rc6.c
781
return lower | (u64)upper << 8;
sys/dev/pci/drm/i915/intel_uncore.h
462
u32 upper, lower, old_upper, loop = 0;
sys/dev/pci/drm/i915/intel_uncore.h
475
upper = intel_uncore_read_fw(uncore, upper_reg);
sys/dev/pci/drm/i915/intel_uncore.h
477
old_upper = upper;
sys/dev/pci/drm/i915/intel_uncore.h
479
upper = intel_uncore_read_fw(uncore, upper_reg);
sys/dev/pci/drm/i915/intel_uncore.h
480
} while (upper != old_upper && loop++ < 2);
sys/dev/pci/drm/i915/intel_uncore.h
485
return (u64)upper << 32 | lower;
sys/dev/pci/if_em.c
1279
desc->upper.data = htole32(txd_upper);
sys/dev/pci/if_em.c
1293
desc->upper.data = htole32(txd_upper);
sys/dev/pci/if_em.c
1308
desc->upper.fields.special = htole16(m->m_pkthdr.ether_vtag);
sys/dev/pci/if_em.c
2666
if (!ISSET(desc->upper.fields.status, E1000_TXD_STAT_DD))
sys/dev/pci/if_em.c
3496
txd->upper.data = 0;
sys/dev/pci/if_em_hw.h
770
} upper;
sys/dev/pci/if_em_hw.h
800
} upper;
sys/dev/pci/if_em_hw.h
876
} upper;
sys/dev/pci/if_em_hw.h
948
} upper;
sys/dev/pci/if_igc.c
1327
staterr = letoh32(rxdesc->wb.upper.status_error);
sys/dev/pci/if_igc.c
1336
rxdesc->wb.upper.status_error = 0;
sys/dev/pci/if_igc.c
1345
len = letoh16(rxdesc->wb.upper.length);
sys/dev/pci/if_igc.c
1346
vtag = letoh16(rxdesc->wb.upper.vlan);
sys/dev/pci/if_ix.c
2670
if (!ISSET(tx_desc->upper.fields.status, IXGBE_TXD_STAT_DD))
sys/dev/pci/if_ix.c
3172
staterr = letoh32(rxdesc->wb.upper.status_error);
sys/dev/pci/if_ix.c
3181
rxdesc->wb.upper.status_error = 0;
sys/dev/pci/if_ix.c
3190
len = letoh16(rxdesc->wb.upper.length);
sys/dev/pci/if_ix.c
3191
vtag = letoh16(rxdesc->wb.upper.vlan);
sys/dev/pci/if_ngbe.c
4295
staterr = letoh32(rxdesc->wb.upper.status_error);
sys/dev/pci/if_ngbe.c
4304
rxdesc->wb.upper.status_error = 0;
sys/dev/pci/if_ngbe.c
4313
len = letoh16(rxdesc->wb.upper.length);
sys/dev/pci/if_ngbe.c
4314
vtag = letoh16(rxdesc->wb.upper.vlan);
sys/dev/pci/if_ngbereg.h
954
} upper;
sys/dev/pci/igc_base.h
120
} upper;
sys/dev/pci/igc_hw.h
168
} upper;
sys/dev/pci/igc_hw.h
190
} upper;
sys/dev/pci/ixgbe_type.h
3266
} upper;
sys/dev/pci/ixgbe_type.h
3320
} upper;
sys/dev/pv/pvclock.c
294
uint64_t lower, upper;
sys/dev/pv/pvclock.c
302
upper = (uint64_t)mul_frac * (delta >> 32);
sys/dev/pv/pvclock.c
303
return lower + upper;
sys/net/if_spppsubr.c
1253
const struct cp *upper = NULL;
sys/net/if_spppsubr.c
1268
upper = cps[i];
sys/net/if_spppsubr.c
1272
if (upper == NULL)
sys/net/if_spppsubr.c
1280
upper ? upper->name : "unknown",
sys/net/if_spppsubr.c
1281
upper ? sppp_state_name(sp->state[upper->protoidx]) : "?");
sys/net/if_spppsubr.c
1287
if (upper) {
sys/net/if_spppsubr.c
1288
if (sp->state[upper->protoidx] == STATE_REQ_SENT) {
sys/net/if_spppsubr.c
1289
upper->Close(sp);
usr.bin/tmux/arguments.c
326
if (parse->upper != -1 && args->count > (u_int)parse->upper) {
usr.bin/tmux/arguments.c
329
parse->upper);
usr.bin/tmux/grid.c
461
grid_scroll_history_region(struct grid *gd, u_int upper, u_int lower, u_int bg)
usr.bin/tmux/grid.c
476
upper++;
usr.bin/tmux/grid.c
477
gl_upper = &gd->linedata[upper];
usr.bin/tmux/grid.c
485
memmove(gl_upper, gl_upper + 1, (lower - upper) * sizeof *gl_upper);
usr.sbin/ldapd/btree.c
1859
mp->page->upper = bt->head.psize;
usr.sbin/ldapd/btree.c
1951
assert(p->upper >= p->lower);
usr.sbin/ldapd/btree.c
1982
DPRINTF("upper - lower = %u - %u = %u", p->upper, p->lower,
usr.sbin/ldapd/btree.c
1983
p->upper - p->lower);
usr.sbin/ldapd/btree.c
1993
ofs = p->upper - node_size;
usr.sbin/ldapd/btree.c
1996
p->upper = ofs;
usr.sbin/ldapd/btree.c
2064
base = (char *)mp->page + mp->page->upper;
usr.sbin/ldapd/btree.c
2065
bcopy(base, base + sz, ptr - mp->page->upper);
usr.sbin/ldapd/btree.c
2068
mp->page->upper += sz;
usr.sbin/ldapd/btree.c
2142
base = (char *)mp->page + mp->page->upper;
usr.sbin/ldapd/btree.c
2143
len = ptr - mp->page->upper + NODESIZE;
usr.sbin/ldapd/btree.c
2145
mp->page->upper -= delta;
usr.sbin/ldapd/btree.c
2754
mp->page->upper = bt->head.psize;
usr.sbin/ldapd/btree.c
91
#define SIZELEFT(mp) (indx_t)((mp)->page->upper - (mp)->page->lower)
usr.sbin/pcidump/pcidump.c
621
uint32_t lower, upper;
usr.sbin/pcidump/pcidump.c
624
if ((pci_read(bus, dev, func, ptr + 8, &upper) != 0) ||
usr.sbin/pcidump/pcidump.c
628
serial = ((uint64_t)upper << 32) | (uint64_t)lower;
usr.sbin/sensorsd/sensorsd.c
390
else if (sensor.value > limit->upper)
usr.sbin/sensorsd/sensorsd.c
496
print_sensor(limit->type, limit->upper));
usr.sbin/sensorsd/sensorsd.c
56
int64_t upper; /* upper limit */
usr.sbin/sensorsd/sensorsd.c
606
limit->upper));
usr.sbin/sensorsd/sensorsd.c
752
p->upper = get_val(ebuf, 1, p->type);
usr.sbin/sensorsd/sensorsd.c
761
if (p->lower != LLONG_MIN || p->upper != LLONG_MAX)
usr.sbin/sensorsd/sensorsd.c
767
get_val(char *buf, int upper, enum sensor_type type)
usr.sbin/sensorsd/sensorsd.c
774
if (upper)
usr.sbin/tcpdump/print-udp.c
232
ts = (double)((u_int32_t)ntohl(sr->sr_ntp.upper)) +
usr.sbin/tcpdump/print-udp.c
69
u_int upper; /* more significant 32 bits */
usr.sbin/unbound/daemon/remote.c
1010
(int)hist->buckets[i].upper.tv_sec,
usr.sbin/unbound/daemon/remote.c
1011
(int)hist->buckets[i].upper.tv_usec,
usr.sbin/unbound/smallapp/unbound-control.c
330
(int)hist->buckets[i].upper.tv_sec,
usr.sbin/unbound/smallapp/unbound-control.c
331
(int)hist->buckets[i].upper.tv_usec,
usr.sbin/unbound/util/timehist.c
122
if(timeval_smaller(tv, &hist->buckets[i].upper)) {
usr.sbin/unbound/util/timehist.c
140
(int)hist->buckets[i].upper.tv_sec,
usr.sbin/unbound/util/timehist.c
141
(int)hist->buckets[i].upper.tv_usec,
usr.sbin/unbound/util/timehist.c
163
(int)hist->buckets[i].upper.tv_sec,
usr.sbin/unbound/util/timehist.c
164
(int)hist->buckets[i].upper.tv_usec,
usr.sbin/unbound/util/timehist.c
204
up = (double)hist->buckets[i].upper.tv_sec +
usr.sbin/unbound/util/timehist.c
205
(double)hist->buckets[i].upper.tv_usec/1000000.;
usr.sbin/unbound/util/timehist.c
80
hist->buckets[i].upper = last;
usr.sbin/unbound/util/timehist.h
55
struct timeval upper;