Symbol: top
bin/ed/main.c
103
top:
bin/ed/main.c
130
goto top;
bin/sh/main.c
182
cmdloop(int top)
bin/sh/main.c
189
TRACE(("cmdloop(%d) called\n", top));
bin/sh/main.c
195
if (iflag && top) {
bin/sh/main.c
204
if (!top || numeof >= 50)
bin/sh/main.c
226
if (top && iflag) {
bin/sh/parser.c
832
top:
bin/sh/parser.c
864
goto top;
crypto/libressl/crypto/bn/bn_add.c
107
if (a->top < b->top) {
crypto/libressl/crypto/bn/bn_add.c
114
max = a->top;
crypto/libressl/crypto/bn/bn_add.c
115
min = b->top;
crypto/libressl/crypto/bn/bn_add.c
121
r->top = max;
crypto/libressl/crypto/bn/bn_add.c
139
r->top += carry;
crypto/libressl/crypto/bn/bn_add.c
156
max = a->top;
crypto/libressl/crypto/bn/bn_add.c
157
min = b->top;
crypto/libressl/crypto/bn/bn_add.c
187
r->top = max;
crypto/libressl/crypto/bn/bn_div.c
133
if (num->top > 0 && num->d[num->top - 1] == 0) {
crypto/libressl/crypto/bn/bn_div.c
189
if (snum->top <= sdiv->top + 1) {
crypto/libressl/crypto/bn/bn_div.c
190
if (bn_wexpand(snum, sdiv->top + 2) == NULL)
crypto/libressl/crypto/bn/bn_div.c
192
for (i = snum->top; i < sdiv->top + 2; i++)
crypto/libressl/crypto/bn/bn_div.c
194
snum->top = sdiv->top + 2;
crypto/libressl/crypto/bn/bn_div.c
196
if (bn_wexpand(snum, snum->top + 1) == NULL)
crypto/libressl/crypto/bn/bn_div.c
198
snum->d[snum->top] = 0;
crypto/libressl/crypto/bn/bn_div.c
199
snum->top ++;
crypto/libressl/crypto/bn/bn_div.c
203
div_n = sdiv->top;
crypto/libressl/crypto/bn/bn_div.c
204
num_n = snum->top;
crypto/libressl/crypto/bn/bn_div.c
211
wnum.top = div_n;
crypto/libressl/crypto/bn/bn_div.c
228
res->top = loop - no_branch;
crypto/libressl/crypto/bn/bn_div.c
244
res->top--;
crypto/libressl/crypto/bn/bn_div.c
249
if (res->top == 0)
crypto/libressl/crypto/bn/bn_exp.c
216
if (a->top == 1 && !a->neg && !ct) {
crypto/libressl/crypto/bn/bn_exp.c
568
MOD_EXP_CTIME_COPY_TO_PREBUF(const BIGNUM *b, int top, unsigned char *buf,
crypto/libressl/crypto/bn/bn_exp.c
575
if (top > b->top)
crypto/libressl/crypto/bn/bn_exp.c
576
top = b->top; /* this works because 'buf' is explicitly zeroed */
crypto/libressl/crypto/bn/bn_exp.c
578
for (i = 0, j = idx; i < top; i++, j += width) {
crypto/libressl/crypto/bn/bn_exp.c
586
MOD_EXP_CTIME_COPY_FROM_PREBUF(BIGNUM *b, int top, unsigned char *buf, int idx,
crypto/libressl/crypto/bn/bn_exp.c
593
if (bn_wexpand(b, top) == NULL)
crypto/libressl/crypto/bn/bn_exp.c
597
for (i = 0; i < top; i++, table += width) {
crypto/libressl/crypto/bn/bn_exp.c
619
for (i = 0; i < top; i++, table += width) {
crypto/libressl/crypto/bn/bn_exp.c
633
b->top = top;
crypto/libressl/crypto/bn/bn_exp.c
653
int top;
crypto/libressl/crypto/bn/bn_exp.c
670
top = m->top;
crypto/libressl/crypto/bn/bn_exp.c
708
powerbufLen = sizeof(m->d[0]) * (top * numPowers +
crypto/libressl/crypto/bn/bn_exp.c
709
((2*top) > numPowers ? (2*top) : numPowers));
crypto/libressl/crypto/bn/bn_exp.c
716
tmp.d = (BN_ULONG *)(powerbuf + sizeof(m->d[0]) * top * numPowers);
crypto/libressl/crypto/bn/bn_exp.c
717
am.d = tmp.d + top;
crypto/libressl/crypto/bn/bn_exp.c
718
tmp.top = am.top = 0;
crypto/libressl/crypto/bn/bn_exp.c
719
tmp.dmax = am.dmax = top;
crypto/libressl/crypto/bn/bn_exp.c
729
for (i = 1; i < top; i++)
crypto/libressl/crypto/bn/bn_exp.c
731
tmp.top = top;
crypto/libressl/crypto/bn/bn_exp.c
750
if (window == 5 && top > 1) {
crypto/libressl/crypto/bn/bn_exp.c
763
for (i = am.top; i < top; i++)
crypto/libressl/crypto/bn/bn_exp.c
765
for (i = tmp.top; i < top; i++)
crypto/libressl/crypto/bn/bn_exp.c
768
bn_scatter5(tmp.d, top, powerbuf, 0);
crypto/libressl/crypto/bn/bn_exp.c
769
bn_scatter5(am.d, am.top, powerbuf, 1);
crypto/libressl/crypto/bn/bn_exp.c
770
bn_mul_mont(tmp.d, am.d, am.d, np, n0, top);
crypto/libressl/crypto/bn/bn_exp.c
771
bn_scatter5(tmp.d, top, powerbuf, 2);
crypto/libressl/crypto/bn/bn_exp.c
777
n0, top, i - 1);
crypto/libressl/crypto/bn/bn_exp.c
778
bn_scatter5(tmp.d, top, powerbuf, i);
crypto/libressl/crypto/bn/bn_exp.c
783
bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
crypto/libressl/crypto/bn/bn_exp.c
784
bn_scatter5(tmp.d, top, powerbuf, i);
crypto/libressl/crypto/bn/bn_exp.c
789
n0, top, i - 1);
crypto/libressl/crypto/bn/bn_exp.c
790
bn_scatter5(tmp.d, top, powerbuf, i);
crypto/libressl/crypto/bn/bn_exp.c
792
bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
crypto/libressl/crypto/bn/bn_exp.c
793
bn_scatter5(tmp.d, top, powerbuf, j);
crypto/libressl/crypto/bn/bn_exp.c
798
n0, top, i - 1);
crypto/libressl/crypto/bn/bn_exp.c
799
bn_scatter5(tmp.d, top, powerbuf, i);
crypto/libressl/crypto/bn/bn_exp.c
800
bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
crypto/libressl/crypto/bn/bn_exp.c
801
bn_scatter5(tmp.d, top, powerbuf, 2*i);
crypto/libressl/crypto/bn/bn_exp.c
805
n0, top, i - 1);
crypto/libressl/crypto/bn/bn_exp.c
806
bn_scatter5(tmp.d, top, powerbuf, i);
crypto/libressl/crypto/bn/bn_exp.c
812
bn_gather5(tmp.d, top, powerbuf, wvalue);
crypto/libressl/crypto/bn/bn_exp.c
821
bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
crypto/libressl/crypto/bn/bn_exp.c
822
bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
crypto/libressl/crypto/bn/bn_exp.c
823
bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
crypto/libressl/crypto/bn/bn_exp.c
824
bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
crypto/libressl/crypto/bn/bn_exp.c
825
bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
crypto/libressl/crypto/bn/bn_exp.c
826
bn_mul_mont_gather5(tmp.d, tmp.d, powerbuf, np, n0, top, wvalue);
crypto/libressl/crypto/bn/bn_exp.c
829
tmp.top = top;
crypto/libressl/crypto/bn/bn_exp.c
834
if (!MOD_EXP_CTIME_COPY_TO_PREBUF(&tmp, top, powerbuf, 0,
crypto/libressl/crypto/bn/bn_exp.c
837
if (!MOD_EXP_CTIME_COPY_TO_PREBUF(&am, top, powerbuf, 1,
crypto/libressl/crypto/bn/bn_exp.c
849
if (!MOD_EXP_CTIME_COPY_TO_PREBUF(&tmp, top, powerbuf,
crypto/libressl/crypto/bn/bn_exp.c
857
if (!MOD_EXP_CTIME_COPY_TO_PREBUF(&tmp, top,
crypto/libressl/crypto/bn/bn_exp.c
866
if (!MOD_EXP_CTIME_COPY_FROM_PREBUF(&tmp, top, powerbuf,
crypto/libressl/crypto/bn/bn_exp.c
885
if (!MOD_EXP_CTIME_COPY_FROM_PREBUF(&am, top, powerbuf,
crypto/libressl/crypto/bn/bn_exp.c
947
if (m->top == 1)
crypto/libressl/crypto/bn/bn_gcd.c
486
} else if (D->top == 1) {
crypto/libressl/crypto/bn/bn_gf2m.c
1279
for (i = a->top - 1; i >= 0; i--) {
crypto/libressl/crypto/bn/bn_gf2m.c
331
if (a->top < b->top) {
crypto/libressl/crypto/bn/bn_gf2m.c
339
if (bn_wexpand(r, at->top) == NULL)
crypto/libressl/crypto/bn/bn_gf2m.c
342
for (i = 0; i < bt->top; i++) {
crypto/libressl/crypto/bn/bn_gf2m.c
345
for (; i < at->top; i++) {
crypto/libressl/crypto/bn/bn_gf2m.c
349
r->top = at->top;
crypto/libressl/crypto/bn/bn_gf2m.c
383
if (!bn_wexpand(r, a->top))
crypto/libressl/crypto/bn/bn_gf2m.c
385
for (j = 0; j < a->top; j++) {
crypto/libressl/crypto/bn/bn_gf2m.c
388
r->top = a->top;
crypto/libressl/crypto/bn/bn_gf2m.c
394
for (j = r->top - 1; j > dN; ) {
crypto/libressl/crypto/bn/bn_gf2m.c
504
zlen = a->top + b->top + 4;
crypto/libressl/crypto/bn/bn_gf2m.c
507
s->top = zlen;
crypto/libressl/crypto/bn/bn_gf2m.c
512
for (j = 0; j < b->top; j += 2) {
crypto/libressl/crypto/bn/bn_gf2m.c
514
y1 = ((j + 1) == b->top) ? 0 : b->d[j + 1];
crypto/libressl/crypto/bn/bn_gf2m.c
515
for (i = 0; i < a->top; i += 2) {
crypto/libressl/crypto/bn/bn_gf2m.c
517
x1 = ((i + 1) == a->top) ? 0 : a->d[i + 1];
crypto/libressl/crypto/bn/bn_gf2m.c
579
if (!bn_wexpand(s, 2 * a->top))
crypto/libressl/crypto/bn/bn_gf2m.c
582
for (i = a->top - 1; i >= 0; i--) {
crypto/libressl/crypto/bn/bn_gf2m.c
587
s->top = 2 * a->top;
crypto/libressl/crypto/bn/bn_gf2m.c
701
top = p->top;
crypto/libressl/crypto/bn/bn_gf2m.c
704
if (!bn_wexpand(u, top))
crypto/libressl/crypto/bn/bn_gf2m.c
707
for (i = u->top; i < top; i++)
crypto/libressl/crypto/bn/bn_gf2m.c
709
u->top = top;
crypto/libressl/crypto/bn/bn_gf2m.c
710
if (!bn_wexpand(b, top))
crypto/libressl/crypto/bn/bn_gf2m.c
714
for (i = 1; i < top; i++)
crypto/libressl/crypto/bn/bn_gf2m.c
716
b->top = top;
crypto/libressl/crypto/bn/bn_gf2m.c
717
if (!bn_wexpand(c, top))
crypto/libressl/crypto/bn/bn_gf2m.c
720
for (i = 0; i < top; i++)
crypto/libressl/crypto/bn/bn_gf2m.c
722
c->top = top;
crypto/libressl/crypto/bn/bn_gf2m.c
735
for (i = 0; i < top - 1; i++) {
crypto/libressl/crypto/bn/bn_gf2m.c
773
for (i = 0; i < top; i++) {
crypto/libressl/crypto/bn/bn_lcl.h
123
int top; /* Index of last used d +1. */
crypto/libressl/crypto/bn/bn_lcl.h
333
int ind = (a)->dmax - (a)->top; \
crypto/libressl/crypto/bn/bn_lcl.h
334
BN_ULONG *ftl = &(a)->d[(a)->top-1]; \
crypto/libressl/crypto/bn/bn_lcl.h
497
#define BN_lsw(n) (((n)->top == 0) ? (BN_ULONG) 0 : (n)->d[0])
crypto/libressl/crypto/bn/bn_lcl.h
567
if(_bnum1->top < _bnum1->dmax) { \
crypto/libressl/crypto/bn/bn_lcl.h
575
memset((unsigned char *)(_not_const + _bnum1->top), _tmp_char, \
crypto/libressl/crypto/bn/bn_lcl.h
576
(_bnum1->dmax - _bnum1->top) * sizeof(BN_ULONG)); \
crypto/libressl/crypto/bn/bn_lcl.h
587
assert((_bnum2->top == 0) || \
crypto/libressl/crypto/bn/bn_lcl.h
588
(_bnum2->d[_bnum2->top - 1] != 0)); \
crypto/libressl/crypto/bn/bn_lcl.h
599
assert(words <= (_bnum2)->dmax && words >= (_bnum2)->top); \
crypto/libressl/crypto/bn/bn_lcl.h
615
int tmp_top = (a)->top; \
crypto/libressl/crypto/bn/bn_lcl.h
620
(a)->top = tmp_top; \
crypto/libressl/crypto/bn/bn_lcl.h
632
int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom);
crypto/libressl/crypto/bn/bn_lib.c
1031
if (a->top > words || b->top > words) {
crypto/libressl/crypto/bn/bn_lib.c
1040
t = (a->top ^ b->top) & condition;
crypto/libressl/crypto/bn/bn_lib.c
1041
a->top ^= t;
crypto/libressl/crypto/bn/bn_lib.c
1042
b->top ^= t;
crypto/libressl/crypto/bn/bn_lib.c
105
ret->top = 0;
crypto/libressl/crypto/bn/bn_lib.c
1068
a->top = 0;
crypto/libressl/crypto/bn/bn_lib.c
1075
return (a->top == 1 && a->d[0] == w) || (w == 0 && a->top == 0);
crypto/libressl/crypto/bn/bn_lib.c
1081
return a->top == 0;
crypto/libressl/crypto/bn/bn_lib.c
1099
return a->top > 0 && (a->d[0] & 1);
crypto/libressl/crypto/bn/bn_lib.c
126
a->top = 0;
crypto/libressl/crypto/bn/bn_lib.c
257
int i = a->top - 1;
crypto/libressl/crypto/bn/bn_lib.c
294
for (i = b->top >> 2; i > 0; i--, A += 4, B += 4) {
crypto/libressl/crypto/bn/bn_lib.c
314
switch (b->top & 3) {
crypto/libressl/crypto/bn/bn_lib.c
326
memcpy(A, b->d, sizeof(b->d[0]) * b->top);
crypto/libressl/crypto/bn/bn_lib.c
363
r->top = b->top;
crypto/libressl/crypto/bn/bn_lib.c
407
if (b->top < b->dmax) {
crypto/libressl/crypto/bn/bn_lib.c
409
BN_ULONG *A = &(b->d[b->top]);
crypto/libressl/crypto/bn/bn_lib.c
410
for (i = (b->dmax - b->top) >> 3; i > 0; i--, A += 8) {
crypto/libressl/crypto/bn/bn_lib.c
420
for (i = (b->dmax - b->top)&7; i > 0; i--, A++)
crypto/libressl/crypto/bn/bn_lib.c
460
if (bn_wexpand(a, b->top) == NULL)
crypto/libressl/crypto/bn/bn_lib.c
466
for (i = b->top >> 2; i > 0; i--, A += 4, B += 4) {
crypto/libressl/crypto/bn/bn_lib.c
477
switch (b->top & 3) {
crypto/libressl/crypto/bn/bn_lib.c
486
memcpy(a->d, b->d, sizeof(b->d[0]) * b->top);
crypto/libressl/crypto/bn/bn_lib.c
489
a->top = b->top;
crypto/libressl/crypto/bn/bn_lib.c
509
tmp_top = a->top;
crypto/libressl/crypto/bn/bn_lib.c
514
a->top = b->top;
crypto/libressl/crypto/bn/bn_lib.c
519
b->top = tmp_top;
crypto/libressl/crypto/bn/bn_lib.c
534
if (a->top > 1)
crypto/libressl/crypto/bn/bn_lib.c
536
else if (a->top == 1)
crypto/libressl/crypto/bn/bn_lib.c
562
a->top = (w ? 1 : 0);
crypto/libressl/crypto/bn/bn_lib.c
585
ret->top = 0;
crypto/libressl/crypto/bn/bn_lib.c
594
ret->top = i;
crypto/libressl/crypto/bn/bn_lib.c
649
atop = a->top * BN_BYTES;
crypto/libressl/crypto/bn/bn_lib.c
707
ret->top = 0;
crypto/libressl/crypto/bn/bn_lib.c
718
ret->top = i;
crypto/libressl/crypto/bn/bn_lib.c
758
i = a->top - b->top;
crypto/libressl/crypto/bn/bn_lib.c
763
for (i = a->top - 1; i >= 0; i--) {
crypto/libressl/crypto/bn/bn_lib.c
805
if (a->top > b->top)
crypto/libressl/crypto/bn/bn_lib.c
807
if (a->top < b->top)
crypto/libressl/crypto/bn/bn_lib.c
809
for (i = a->top - 1; i >= 0; i--) {
crypto/libressl/crypto/bn/bn_lib.c
830
if (a->top <= i) {
crypto/libressl/crypto/bn/bn_lib.c
833
for (k = a->top; k < i + 1; k++)
crypto/libressl/crypto/bn/bn_lib.c
835
a->top = i + 1;
crypto/libressl/crypto/bn/bn_lib.c
854
if (a->top <= i)
crypto/libressl/crypto/bn/bn_lib.c
872
if (a->top <= i)
crypto/libressl/crypto/bn/bn_lib.c
888
if (w >= a->top)
crypto/libressl/crypto/bn/bn_lib.c
891
a->top = w;
crypto/libressl/crypto/bn/bn_lib.c
893
a->top = w + 1;
crypto/libressl/crypto/bn/bn_lib.c
981
t = (a->top^b->top) & condition;
crypto/libressl/crypto/bn/bn_lib.c
982
a->top ^= t;
crypto/libressl/crypto/bn/bn_lib.c
983
b->top ^= t;
crypto/libressl/crypto/bn/bn_mont.c
137
int num = mont->N.top;
crypto/libressl/crypto/bn/bn_mont.c
139
if (num > 1 && a->top == num && b->top == num) {
crypto/libressl/crypto/bn/bn_mont.c
144
r->top = num;
crypto/libressl/crypto/bn/bn_mont.c
193
nl = n->top;
crypto/libressl/crypto/bn/bn_mont.c
195
ret->top = 0;
crypto/libressl/crypto/bn/bn_mont.c
209
for (i=r->top; i<max; i++) /* memset? XXX */
crypto/libressl/crypto/bn/bn_mont.c
212
memset(&(rp[r->top]), 0, (max - r->top) * sizeof(BN_ULONG));
crypto/libressl/crypto/bn/bn_mont.c
215
r->top = max;
crypto/libressl/crypto/bn/bn_mont.c
231
ret->top = nl;
crypto/libressl/crypto/bn/bn_mont.c
406
tmod.top = 0;
crypto/libressl/crypto/bn/bn_mont.c
408
tmod.top = 1;
crypto/libressl/crypto/bn/bn_mont.c
409
if ((buf[1] = mod->top > 1 ? mod->d[1] : 0))
crypto/libressl/crypto/bn/bn_mont.c
410
tmod.top = 2;
crypto/libressl/crypto/bn/bn_mont.c
428
Ri->top = 2;
crypto/libressl/crypto/bn/bn_mont.c
434
mont->n0[0] = (Ri->top > 0) ? Ri->d[0] : 0;
crypto/libressl/crypto/bn/bn_mont.c
435
mont->n0[1] = (Ri->top > 1) ? Ri->d[1] : 0;
crypto/libressl/crypto/bn/bn_mont.c
443
tmod.top = buf[0] != 0 ? 1 : 0;
crypto/libressl/crypto/bn/bn_mont.c
462
mont->n0[0] = (Ri->top > 0) ? Ri->d[0] : 0;
crypto/libressl/crypto/bn/bn_mul.c
1034
rr->top = top;
crypto/libressl/crypto/bn/bn_mul.c
1076
rr->top = top;
crypto/libressl/crypto/bn/bn_mul.c
1082
if (bn_wexpand(rr, top) == NULL)
crypto/libressl/crypto/bn/bn_mul.c
1084
rr->top = top;
crypto/libressl/crypto/bn/bn_mul.c
943
int top, al, bl;
crypto/libressl/crypto/bn/bn_mul.c
954
fprintf(stderr, "BN_mul %d * %d\n",a->top,b->top);
crypto/libressl/crypto/bn/bn_mul.c
961
al = a->top;
crypto/libressl/crypto/bn/bn_mul.c
962
bl = b->top;
crypto/libressl/crypto/bn/bn_mul.c
968
top = al + bl;
crypto/libressl/crypto/bn/bn_mul.c
987
rr->top = 8;
crypto/libressl/crypto/bn/bn_mul.c
995
rr->top = 16;
crypto/libressl/crypto/bn/bn_nist.c
1006
r->top = BN_NIST_256_TOP;
crypto/libressl/crypto/bn/bn_nist.c
1037
int top = a->top;
crypto/libressl/crypto/bn/bn_nist.c
1061
top - BN_NIST_384_TOP, BN_NIST_384_TOP);
crypto/libressl/crypto/bn/bn_nist.c
1271
r->top = BN_NIST_384_TOP;
crypto/libressl/crypto/bn/bn_nist.c
1289
int top = a->top;
crypto/libressl/crypto/bn/bn_nist.c
1314
top - (BN_NIST_521_TOP - 1), BN_NIST_521_TOP);
crypto/libressl/crypto/bn/bn_nist.c
1331
r->top = BN_NIST_521_TOP;
crypto/libressl/crypto/bn/bn_nist.c
291
.top = BN_NIST_192_TOP,
crypto/libressl/crypto/bn/bn_nist.c
299
.top = sizeof(_nist_p_192_sqr) / sizeof(_nist_p_192_sqr[0]),
crypto/libressl/crypto/bn/bn_nist.c
307
.top = BN_NIST_224_TOP,
crypto/libressl/crypto/bn/bn_nist.c
315
.top = sizeof(_nist_p_224_sqr) / sizeof(_nist_p_224_sqr[0]),
crypto/libressl/crypto/bn/bn_nist.c
323
.top = BN_NIST_256_TOP,
crypto/libressl/crypto/bn/bn_nist.c
331
.top = sizeof(_nist_p_256_sqr) / sizeof(_nist_p_256_sqr[0]),
crypto/libressl/crypto/bn/bn_nist.c
339
.top = BN_NIST_384_TOP,
crypto/libressl/crypto/bn/bn_nist.c
347
.top = sizeof(_nist_p_384_sqr) / sizeof(_nist_p_384_sqr[0]),
crypto/libressl/crypto/bn/bn_nist.c
355
.top = BN_NIST_521_TOP,
crypto/libressl/crypto/bn/bn_nist.c
363
.top = sizeof(_nist_p_521_sqr) / sizeof(_nist_p_521_sqr[0]),
crypto/libressl/crypto/bn/bn_nist.c
400
nist_cp_bn_0(BN_ULONG *dst, const BN_ULONG *src, int top, int max)
crypto/libressl/crypto/bn/bn_nist.c
405
OPENSSL_assert(top <= max);
crypto/libressl/crypto/bn/bn_nist.c
407
for (i = 0; i < top; i++)
crypto/libressl/crypto/bn/bn_nist.c
413
static void nist_cp_bn(BN_ULONG *dst, const BN_ULONG *src, int top)
crypto/libressl/crypto/bn/bn_nist.c
417
for (i = 0; i < top; i++)
crypto/libressl/crypto/bn/bn_nist.c
472
int top = a->top;
crypto/libressl/crypto/bn/bn_nist.c
495
nist_cp_bn_0(bnbuf, a_d + BN_NIST_192_TOP, top - BN_NIST_192_TOP,
crypto/libressl/crypto/bn/bn_nist.c
592
r->top = BN_NIST_192_TOP;
crypto/libressl/crypto/bn/bn_nist.c
621
int top = a->top;
crypto/libressl/crypto/bn/bn_nist.c
649
top - (BN_NIST_224_TOP - 1), BN_NIST_224_TOP);
crypto/libressl/crypto/bn/bn_nist.c
656
top - BN_NIST_224_TOP, BN_NIST_224_TOP);
crypto/libressl/crypto/bn/bn_nist.c
778
r->top = BN_NIST_224_TOP;
crypto/libressl/crypto/bn/bn_nist.c
805
int top = a->top;
crypto/libressl/crypto/bn/bn_nist.c
829
top - BN_NIST_256_TOP, BN_NIST_256_TOP);
crypto/libressl/crypto/bn/bn_print.c
252
ret->top = h;
crypto/libressl/crypto/bn/bn_print.c
378
for (i = a->top - 1; i >= 0; i--) {
crypto/libressl/crypto/bn/bn_print.c
81
buf = malloc(BN_is_negative(a) + a->top * BN_BYTES * 2 + 2);
crypto/libressl/crypto/bn/bn_print.c
91
for (i = a->top - 1; i >=0; i--) {
crypto/libressl/crypto/bn/bn_rand.c
122
bnrand(int pseudorand, BIGNUM *rnd, int bits, int top, int bottom)
crypto/libressl/crypto/bn/bn_rand.c
132
if (bits < 0 || (bits == 1 && top > 0)) {
crypto/libressl/crypto/bn/bn_rand.c
174
if (top > 0) {
crypto/libressl/crypto/bn/bn_rand.c
182
if (top == 0)
crypto/libressl/crypto/bn/bn_rand.c
198
BN_rand(BIGNUM *rnd, int bits, int top, int bottom)
crypto/libressl/crypto/bn/bn_rand.c
200
return bnrand(0, rnd, bits, top, bottom);
crypto/libressl/crypto/bn/bn_rand.c
204
BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom)
crypto/libressl/crypto/bn/bn_rand.c
206
return bnrand(1, rnd, bits, top, bottom);
crypto/libressl/crypto/bn/bn_rand.c
211
BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom)
crypto/libressl/crypto/bn/bn_rand.c
213
return bnrand(2, rnd, bits, top, bottom);
crypto/libressl/crypto/bn/bn_shift.c
113
i = a->top;
crypto/libressl/crypto/bn/bn_shift.c
131
r->top = j;
crypto/libressl/crypto/bn/bn_shift.c
153
if (bn_wexpand(r, a->top + nw + 1) == NULL)
crypto/libressl/crypto/bn/bn_shift.c
159
t[a->top + nw] = 0;
crypto/libressl/crypto/bn/bn_shift.c
161
for (i = a->top - 1; i >= 0; i--)
crypto/libressl/crypto/bn/bn_shift.c
164
for (i = a->top - 1; i >= 0; i--) {
crypto/libressl/crypto/bn/bn_shift.c
172
r->top = a->top + nw + 1;
crypto/libressl/crypto/bn/bn_shift.c
196
if (nw >= a->top || a->top == 0) {
crypto/libressl/crypto/bn/bn_shift.c
212
j = a->top - nw;
crypto/libressl/crypto/bn/bn_shift.c
213
r->top = i;
crypto/libressl/crypto/bn/bn_shift.c
77
if (bn_wexpand(r, a->top + 1) == NULL)
crypto/libressl/crypto/bn/bn_shift.c
79
r->top = a->top;
crypto/libressl/crypto/bn/bn_shift.c
81
if (bn_wexpand(r, a->top + 1) == NULL)
crypto/libressl/crypto/bn/bn_shift.c
87
for (i = 0; i < a->top; i++) {
crypto/libressl/crypto/bn/bn_shift.c
94
r->top++;
crypto/libressl/crypto/bn/bn_sqr.c
141
rr->top = max - 1;
crypto/libressl/crypto/bn/bn_sqr.c
143
rr->top = max;
crypto/libressl/crypto/bn/bn_sqr.c
74
fprintf(stderr, "BN_sqr %d * %d\n", a->top, a->top);
crypto/libressl/crypto/bn/bn_sqr.c
78
al = a->top;
crypto/libressl/crypto/bn/bn_sqr.c
80
r->top = 0;
crypto/libressl/crypto/bn/bn_word.c
117
if (a->top == 0)
crypto/libressl/crypto/bn/bn_word.c
126
for (i = a->top - 1; i >= 0; i--) {
crypto/libressl/crypto/bn/bn_word.c
134
if ((a->top > 0) && (a->d[a->top - 1] == 0))
crypto/libressl/crypto/bn/bn_word.c
135
a->top--;
crypto/libressl/crypto/bn/bn_word.c
164
for (i = 0; w != 0 && i < a->top; i++) {
crypto/libressl/crypto/bn/bn_word.c
168
if (w && i == a->top) {
crypto/libressl/crypto/bn/bn_word.c
169
if (bn_wexpand(a, a->top + 1) == NULL)
crypto/libressl/crypto/bn/bn_word.c
171
a->top++;
crypto/libressl/crypto/bn/bn_word.c
204
if ((a->top == 1) && (a->d[0] < w)) {
crypto/libressl/crypto/bn/bn_word.c
220
if ((a->d[i] == 0) && (i == (a->top - 1)))
crypto/libressl/crypto/bn/bn_word.c
221
a->top--;
crypto/libressl/crypto/bn/bn_word.c
233
if (a->top) {
crypto/libressl/crypto/bn/bn_word.c
237
ll = bn_mul_words(a->d, a->d, a->top, w);
crypto/libressl/crypto/bn/bn_word.c
239
if (bn_wexpand(a, a->top + 1) == NULL)
crypto/libressl/crypto/bn/bn_word.c
241
a->d[a->top++] = ll;
crypto/libressl/crypto/bn/bn_word.c
92
for (i = a->top - 1; i >= 0; i--) {
crypto/libressl/crypto/ec/ec2_mult.c
293
if (!bn_wexpand(x1, group->field.top))
crypto/libressl/crypto/ec/ec2_mult.c
295
if (!bn_wexpand(z1, group->field.top))
crypto/libressl/crypto/ec/ec2_mult.c
297
if (!bn_wexpand(x2, group->field.top))
crypto/libressl/crypto/ec/ec2_mult.c
299
if (!bn_wexpand(z2, group->field.top))
crypto/libressl/crypto/ec/ec2_mult.c
314
i = scalar->top - 1;
crypto/libressl/crypto/ec/ec2_mult.c
328
if (!BN_swap_ct(word & mask, x1, x2, group->field.top))
crypto/libressl/crypto/ec/ec2_mult.c
330
if (!BN_swap_ct(word & mask, z1, z2, group->field.top))
crypto/libressl/crypto/ec/ec2_mult.c
336
if (!BN_swap_ct(word & mask, x1, x2, group->field.top))
crypto/libressl/crypto/ec/ec2_mult.c
338
if (!BN_swap_ct(word & mask, z1, z2, group->field.top))
crypto/libressl/crypto/ec/ec2_smpl.c
193
for (i = dest->a.top; i < dest->a.dmax; i++)
crypto/libressl/crypto/ec/ec2_smpl.c
195
for (i = dest->b.top; i < dest->b.dmax; i++)
crypto/libressl/crypto/ec/ec2_smpl.c
221
for (i = group->a.top; i < group->a.dmax; i++)
crypto/libressl/crypto/ec/ec2_smpl.c
229
for (i = group->b.top; i < group->b.dmax; i++)
crypto/libressl/crypto/ec/ec_mult.c
227
if (scalar->d == NULL || scalar->top == 0) {
crypto/libressl/crypto/ec/ecp_smpl.c
1558
group_top = cardinality->top;
crypto/libressl/crypto/ec/ecp_smpl.c
1590
group_top = group->field.top;
crypto/libressl/crypto/err/err.c
1066
ret->top = 0;
crypto/libressl/crypto/err/err.c
1101
i = es->top;
crypto/libressl/crypto/err/err.c
1162
if (es->bottom == es->top)
crypto/libressl/crypto/err/err.c
1164
es->err_flags[es->top] |= ERR_FLAG_MARK;
crypto/libressl/crypto/err/err.c
1175
while (es->bottom != es->top &&
crypto/libressl/crypto/err/err.c
1176
(es->err_flags[es->top] & ERR_FLAG_MARK) == 0) {
crypto/libressl/crypto/err/err.c
1177
err_clear(es, es->top);
crypto/libressl/crypto/err/err.c
1178
es->top -= 1;
crypto/libressl/crypto/err/err.c
1179
if (es->top == -1)
crypto/libressl/crypto/err/err.c
1180
es->top = ERR_NUM_ERRORS - 1;
crypto/libressl/crypto/err/err.c
1183
if (es->bottom == es->top)
crypto/libressl/crypto/err/err.c
1185
es->err_flags[es->top]&=~ERR_FLAG_MARK;
crypto/libressl/crypto/err/err.c
1193
int top;
crypto/libressl/crypto/err/err.c
1199
top = es->top;
crypto/libressl/crypto/err/err.c
1201
es->err_flags[top] &= ~(0 - clear);
crypto/libressl/crypto/err/err.c
1202
es->err_buffer[top] &= ~(0UL - clear);
crypto/libressl/crypto/err/err.c
1203
es->err_file[top] = (const char *)((uintptr_t)es->err_file[top] &
crypto/libressl/crypto/err/err.c
1205
es->err_line[top] |= 0 - clear;
crypto/libressl/crypto/err/err.c
1207
es->top = (top + ERR_NUM_ERRORS - clear) % ERR_NUM_ERRORS;
crypto/libressl/crypto/err/err.c
331
static unsigned long get_error_values(int inc, int top, const char **file,
crypto/libressl/crypto/err/err.c
737
es->top = (es->top + 1) % ERR_NUM_ERRORS;
crypto/libressl/crypto/err/err.c
738
if (es->top == es->bottom)
crypto/libressl/crypto/err/err.c
740
es->err_flags[es->top] = 0;
crypto/libressl/crypto/err/err.c
741
es->err_buffer[es->top] = ERR_PACK(lib, func, reason);
crypto/libressl/crypto/err/err.c
742
es->err_file[es->top] = file;
crypto/libressl/crypto/err/err.c
743
es->err_line[es->top] = line;
crypto/libressl/crypto/err/err.c
744
err_clear_data(es, es->top);
crypto/libressl/crypto/err/err.c
759
es->top = es->bottom = 0;
crypto/libressl/crypto/err/err.c
822
get_error_values(int inc, int top, const char **file, int *line,
crypto/libressl/crypto/err/err.c
831
if (inc && top) {
crypto/libressl/crypto/err/err.c
844
if (es->bottom == es->top)
crypto/libressl/crypto/err/err.c
846
if (top)
crypto/libressl/crypto/err/err.c
847
i = es->top; /* last error */
crypto/libressl/include/openssl/bn.h
364
int BN_rand(BIGNUM *rnd, int bits, int top, int bottom);
crypto/libressl/include/openssl/bn.h
365
int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom);
crypto/libressl/include/openssl/err.h
154
int top, bottom;
crypto/openssh/bitmap.c
109
if (offset > b->top)
crypto/openssh/bitmap.c
110
b->top = offset;
crypto/openssh/bitmap.c
119
if (b->top >= b->len)
crypto/openssh/bitmap.c
121
while (b->top > 0 && b->d[b->top] == 0)
crypto/openssh/bitmap.c
122
b->top--;
crypto/openssh/bitmap.c
130
if (b->top >= b->len || n > BITMAP_MAX)
crypto/openssh/bitmap.c
133
if (offset > b->top)
crypto/openssh/bitmap.c
147
if (b->top >= b->len)
crypto/openssh/bitmap.c
149
if (b->len == 0 || (b->top == 0 && b->d[0] == 0))
crypto/openssh/bitmap.c
152
w = b->d[b->top];
crypto/openssh/bitmap.c
153
bits = (b->top + 1) * BITMAP_BITS;
crypto/openssh/bitmap.c
173
if (l < need || b->top >= b->len)
crypto/openssh/bitmap.c
178
for (i = k = 0; i < b->top + 1; i++) {
crypto/openssh/bitmap.c
202
b->top = offset = ((l + (BITMAP_BYTES - 1)) / BITMAP_BYTES) - 1;
crypto/openssh/bitmap.c
34
size_t top; /* index of top word allocated */
crypto/openssh/bitmap.c
49
ret->top = 0;
crypto/openssh/bitmap.c
68
b->top = 0;
crypto/openssh/bitmap.c
74
if (b->top >= b->len)
crypto/openssh/bitmap.c
76
if (b->len == 0 || (n / BITMAP_BITS) > b->top)
crypto/openssh/bitmap.c
87
if (b->top >= b->len || n > BITMAP_MAX)
crypto/openssh/sntrup761.c
44
long long top,p,q,r,i,j;
crypto/openssh/sntrup761.c
48
top = 1;
crypto/openssh/sntrup761.c
49
while (top < n - top) top += top;
crypto/openssh/sntrup761.c
51
for (p = top;p >= 1;p >>= 1) {
crypto/openssh/sntrup761.c
63
for (q = top;q > p;q >>= 1) {
games/gomoku/main.c
213
top:
games/gomoku/main.c
238
goto top;
games/gomoku/main.c
372
top:
games/gomoku/main.c
378
goto top;
games/gomoku/main.c
393
goto top;
games/gomoku/main.c
398
goto top;
games/gomoku/main.c
403
goto top;
games/gomoku/main.c
408
goto top;
games/gomoku/main.c
411
goto top;
games/gomoku/main.c
421
goto top;
games/gomoku/main.c
447
goto top;
games/gomoku/main.c
461
goto top;
games/gomoku/main.c
480
goto top;
games/gomoku/main.c
487
goto top;
lib/libc/db/btree/bt_conv.c
124
indx_t i, top;
lib/libc/db/btree/bt_conv.c
136
top = NEXTINDEX(h);
lib/libc/db/btree/bt_conv.c
138
for (i = 0; i < top; i++) {
lib/libc/db/btree/bt_conv.c
153
for (i = 0; i < top; i++) {
lib/libc/db/btree/bt_conv.c
59
indx_t i, top;
lib/libc/db/btree/bt_conv.c
78
top = NEXTINDEX(h);
lib/libc/db/btree/bt_conv.c
80
for (i = 0; i < top; i++) {
lib/libc/db/btree/bt_conv.c
95
for (i = 0; i < top; i++) {
lib/libc/db/btree/bt_debug.c
151
indx_t cur, top;
lib/libc/db/btree/bt_debug.c
175
top = NEXTINDEX(h);
lib/libc/db/btree/bt_debug.c
177
h->lower, h->upper, top);
lib/libc/db/btree/bt_debug.c
178
for (cur = 0; cur < top; cur++) {
lib/libc/db/btree/bt_split.c
594
indx_t full, half, nxt, off, skip, top, used;
lib/libc/db/btree/bt_split.c
609
for (nxt = off = 0, top = NEXTINDEX(h); nxt < top; ++off) {
lib/libc/db/btree/bt_split.c
646
nxt == top - 1) {
lib/libc/db/btree/bt_split.c
706
for (off = 0; nxt < top; ++off) {
lib/libc/db/btree/bt_split.c
738
if (skip == top)
lib/libc/db/btree/bt_split.c
789
indx_t nxt, top;
lib/libc/db/btree/bt_split.c
791
for (recs = 0, nxt = 0, top = NEXTINDEX(h); nxt < top; ++nxt)
lib/libc/db/recno/rec_get.c
113
__rec_fpipe(BTREE *t, recno_t top)
lib/libc/db/recno/rec_get.c
130
for (nrec = t->bt_nrecs; nrec < top;) {
lib/libc/db/recno/rec_get.c
147
if (nrec < top) {
lib/libc/db/recno/rec_get.c
165
__rec_vpipe(BTREE *t, recno_t top)
lib/libc/db/recno/rec_get.c
175
for (nrec = t->bt_nrecs; nrec < top; ++nrec) {
lib/libc/db/recno/rec_get.c
202
if (nrec < top) {
lib/libc/db/recno/rec_get.c
220
__rec_fmap(BTREE *t, recno_t top)
lib/libc/db/recno/rec_get.c
238
for (nrec = t->bt_nrecs; nrec < top; ++nrec) {
lib/libc/db/recno/rec_get.c
266
__rec_vmap(BTREE *t, recno_t top)
lib/libc/db/recno/rec_get.c
277
for (nrec = t->bt_nrecs; nrec < top; ++nrec) {
lib/libc/db/recno/rec_search.c
66
indx_t top;
lib/libc/db/recno/rec_search.c
79
for (idx = 0, top = NEXTINDEX(h);;) {
lib/libc/db/recno/rec_search.c
81
if (++idx == top || total + r->nrecs > recno)
lib/libc/gmon/mcount.c
101
top->count++;
lib/libc/gmon/mcount.c
111
if (top->link == 0) {
lib/libc/gmon/mcount.c
122
top = &p->tos[toindex];
lib/libc/gmon/mcount.c
123
top->selfpc = selfpc;
lib/libc/gmon/mcount.c
124
top->count = 1;
lib/libc/gmon/mcount.c
125
top->link = *frompcindex;
lib/libc/gmon/mcount.c
132
prevtop = top;
lib/libc/gmon/mcount.c
133
top = &p->tos[top->link];
lib/libc/gmon/mcount.c
134
if (top->selfpc == selfpc) {
lib/libc/gmon/mcount.c
140
top->count++;
lib/libc/gmon/mcount.c
142
prevtop->link = top->link;
lib/libc/gmon/mcount.c
143
top->link = *frompcindex;
lib/libc/gmon/mcount.c
56
struct tostruct *top, *prevtop;
lib/libc/gmon/mcount.c
90
top = &p->tos[toindex];
lib/libc/gmon/mcount.c
91
top->selfpc = selfpc;
lib/libc/gmon/mcount.c
92
top->count = 1;
lib/libc/gmon/mcount.c
93
top->link = 0;
lib/libc/gmon/mcount.c
96
top = &p->tos[toindex];
lib/libc/gmon/mcount.c
97
if (top->selfpc == selfpc) {
lib/libc/stdlib/merge.c
238
#define reverse(bot, top) { \
lib/libc/stdlib/merge.c
239
s = top; \
lib/libc/stdlib/radixsort.c
132
const u_char **an, *t, **aj, **top[256];
lib/libc/stdlib/radixsort.c
183
top[0] = ak = a + count[0];
lib/libc/stdlib/radixsort.c
186
top[255] = an;
lib/libc/stdlib/radixsort.c
198
top[cp-count] = ak += *cp;
lib/libc/stdlib/radixsort.c
216
for (r = *aj; aj < (ak = --top[c = tr[r[i]]]);)
lib/libc/stdlib/radixsort.c
230
const u_char **top[256];
lib/libc/stdlib/radixsort.c
261
top[0] = ak = a + count[0];
lib/libc/stdlib/radixsort.c
265
top[255] = a + n;
lib/libc/stdlib/radixsort.c
278
top[cp-count] = ak += c;
lib/libc/stdlib/radixsort.c
287
*--top[tr[(*ak)[i]]] = *ak;
lib/libc/stdtime/strftime.c
371
int top;
lib/libc/stdtime/strftime.c
386
top = bot -
lib/libc/stdtime/strftime.c
388
if (top < -3)
lib/libc/stdtime/strftime.c
389
top += DAYSPERWEEK;
lib/libc/stdtime/strftime.c
390
top += len;
lib/libc/stdtime/strftime.c
391
if (yday >= top) {
lib/libu4bhid/parse.c
224
top:
lib/libu4bhid/parse.c
337
goto top;
libexec/bootpd/readfile.c
508
top:
libexec/bootpd/readfile.c
514
goto top; /* Skip over whitespace */
libexec/bootpd/readfile.c
523
goto top; /* Try to read the next line */
libexec/bootpd/readfile.c
604
goto top; /* Backslash-newline continuation */
sbin/dump/tape.c
494
startnewtape(int top)
sbin/dump/tape.c
606
if (top)
sbin/hammer2/zlib/hammer2_zlib_trees.c
436
#define pqremove(s, tree, top) \
sbin/hammer2/zlib/hammer2_zlib_trees.c
438
top = s->heap[SMALLEST]; \
sbin/ifconfig/ifconfig.c
807
top:
sbin/ifconfig/ifconfig.c
843
goto top;
sbin/jscan/jfile.c
322
top:
sbin/jscan/jfile.c
520
goto top;
sbin/jscan/jfile.c
532
goto top;
sbin/jscan/jfile.c
543
goto top;
sbin/jscan/jfile.c
561
goto top;
stand/lib/sbrk.c
40
setheap(void *base, void *top)
stand/lib/sbrk.c
44
maxheap = top - sbrkbase;
sys/bus/firewire/fwohci.c
1141
if (dbch->bottom == dbch->top) {
sys/bus/firewire/fwohci.c
1258
dbch->top = STAILQ_FIRST(&dbch->db_trq);
sys/bus/firewire/fwohci.c
1259
dbch->bottom = dbch->top;
sys/bus/firewire/fwohci.c
1332
for( i = 0, dbch->bottom = dbch->top; i < (dbch->ndb - 1); i++){
sys/bus/firewire/fwohci.c
1335
db_tr = dbch->top;
sys/bus/firewire/fwohci.c
1400
dbch->top = STAILQ_FIRST(&dbch->db_trq);
sys/bus/firewire/fwohci.c
1401
for( i = 0, dbch->bottom = dbch->top; i < (dbch->ndb - 1); i++){
sys/bus/firewire/fwohci.c
1404
db_tr = dbch->top;
sys/bus/firewire/fwohci.c
1433
OWRITE(sc, OHCI_DMACMD(off), dbch->top->bus_addr | z);
sys/bus/firewire/fwohci.c
2271
pp = dbch->top;
sys/bus/firewire/fwohci.c
2689
db_tr = dbch->top;
sys/bus/firewire/fwohci.c
2869
dbch->top = db_tr;
sys/bus/firewire/fwohci.c
557
sc->atrq.top = STAILQ_FIRST(&sc->atrq.db_trq);
sys/bus/firewire/fwohci.c
558
sc->atrs.top = STAILQ_FIRST(&sc->atrs.db_trq);
sys/bus/firewire/fwohci.c
559
sc->atrq.bottom = sc->atrq.top;
sys/bus/firewire/fwohci.c
560
sc->atrs.bottom = sc->atrs.top;
sys/bus/firewire/fwohci.c
562
for( i = 0, db_tr = sc->atrq.top; i < sc->atrq.ndb ;
sys/bus/firewire/fwohci.c
566
for( i = 0, db_tr = sc->atrs.top; i < sc->atrs.ndb ;
sys/bus/firewire/fwohci.c
853
db_tr = dbch->top;
sys/bus/firewire/fwohci.c
993
OWRITE(sc, OHCI_DMACMD(off), dbch->top->bus_addr | fsegment);
sys/bus/firewire/fwohci.c
998
dbch->top = db_tr;
sys/bus/firewire/fwohcivar.h
53
struct fwohcidb_tr *top, *bottom, *pdb_tr;
sys/bus/u4b/audio/uaudio.c
4512
top:
sys/bus/u4b/audio/uaudio.c
4540
goto top;
sys/bus/u4b/audio/uaudio.c
4550
goto top;
sys/bus/u4b/audio/uaudio.c
4560
goto top;
sys/bus/u4b/audio/uaudio.c
4571
goto top;
sys/bus/u4b/audio/uaudio.c
4582
goto top;
sys/bus/u4b/audio/uaudio.c
4593
goto top;
sys/bus/u4b/audio/uaudio.c
4616
top:
sys/bus/u4b/audio/uaudio.c
4644
goto top;
sys/bus/u4b/audio/uaudio.c
4654
goto top;
sys/bus/u4b/audio/uaudio.c
4665
goto top;
sys/bus/u4b/audio/uaudio.c
4676
goto top;
sys/bus/u4b/audio/uaudio.c
4687
goto top;
sys/bus/u4b/audio/uaudio.c
4698
goto top;
sys/bus/u4b/audio/uaudio.c
4708
goto top;
sys/bus/u4b/audio/uaudio.c
4719
goto top;
sys/bus/u4b/audio/uaudio.c
4742
top:
sys/bus/u4b/audio/uaudio.c
4767
goto top;
sys/bus/u4b/audio/uaudio.c
4778
goto top;
sys/bus/u4b/audio/uaudio.c
4788
goto top;
sys/bus/u4b/audio/uaudio.c
4799
goto top;
sys/bus/u4b/usb_hid.c
250
top:
sys/bus/u4b/usb_hid.c
365
goto top;
sys/bus/u4b/uvc/uvc_drv.c
540
sel->r.top = 0;
sys/dev/acpica/acpi_cpu_cstate.c
486
ACPI_OBJECT *top;
sys/dev/acpica/acpi_cpu_cstate.c
503
top = (ACPI_OBJECT *)buf.Pointer;
sys/dev/acpica/acpi_cpu_cstate.c
504
if (!ACPI_PKG_VALID(top, 2) || acpi_PkgInt32(top, 0, &count) != 0) {
sys/dev/acpica/acpi_cpu_cstate.c
509
if (count != top->Package.Count - 1) {
sys/dev/acpica/acpi_cpu_cstate.c
511
count, top->Package.Count - 1);
sys/dev/acpica/acpi_cpu_cstate.c
512
count = top->Package.Count - 1;
sys/dev/acpica/acpi_cpu_cstate.c
535
pkg = &top->Package.Elements[i + 1];
sys/dev/drm/amd/amdgpu/mmhub_v1_0.c
41
u64 top = RREG32_SOC15(MMHUB, 0, mmMC_VM_FB_LOCATION_TOP);
sys/dev/drm/amd/amdgpu/mmhub_v1_0.c
46
top &= MC_VM_FB_LOCATION_TOP__FB_TOP_MASK;
sys/dev/drm/amd/amdgpu/mmhub_v1_0.c
47
top <<= 24;
sys/dev/drm/amd/amdgpu/mmhub_v1_0.c
50
adev->gmc.fb_end = top;
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c
114
EXT_OVERSCAN_TOP, top);
sys/dev/drm/amd/display/dc/dcn10/dcn10_dpp_dscl.c
94
uint32_t top = data->recout.y;
sys/dev/drm/amd/display/dc/inc/hw/transform.h
137
int top;
sys/dev/drm/drm_atomic_uapi.c
689
state->tv.margins.top = val;
sys/dev/drm/drm_atomic_uapi.c
775
*val = state->tv.margins.top;
sys/dev/drm/drm_drv.c
1240
struct sysctl_oid *top)
sys/dev/drm/drm_drv.c
1247
oid = SYSCTL_ADD_STRING(ctx, SYSCTL_CHILDREN(top), OID_AUTO, "busid",
sys/dev/drm/drm_sysctl.c
104
dev->driver->sysctl_init(dev, &info->ctx, top);
sys/dev/drm/drm_sysctl.c
69
struct sysctl_oid *top;
sys/dev/drm/drm_sysctl.c
84
top = SYSCTL_ADD_NODE(&info->ctx, &SYSCTL_NODE_CHILDREN(_hw, dri),
sys/dev/drm/drm_sysctl.c
86
if (!top)
sys/dev/drm/drm_sysctl.c
91
SYSCTL_CHILDREN(top),
sys/dev/drm/i915/i915_drv.c
3274
struct sysctl_oid *top)
sys/dev/drm/i915/i915_drv.c
3276
return drm_add_busid_modesetting(dev, ctx, top);
sys/dev/drm/i915/intel_sdvo.c
1217
if (intel_sdvo_conn->top)
sys/dev/drm/i915/intel_sdvo.c
136
struct drm_property *top;
sys/dev/drm/i915/intel_sdvo.c
2092
} else if (property == intel_sdvo_connector->top ||
sys/dev/drm/i915/intel_sdvo.c
2148
} else if (property == intel_sdvo_connector->top ||
sys/dev/drm/i915/intel_sdvo.c
2879
intel_sdvo_connector->top =
sys/dev/drm/i915/intel_sdvo.c
2882
if (!intel_sdvo_connector->top)
sys/dev/drm/i915/intel_sdvo.c
2886
intel_sdvo_connector->top, 0);
sys/dev/drm/i915/intel_tv.c
1092
ypos += conn_state->tv.margins.top;
sys/dev/drm/i915/intel_tv.c
1095
ysize -= (conn_state->tv.margins.top +
sys/dev/drm/i915/intel_tv.c
1411
old_state->tv.margins.top != new_state->tv.margins.top ||
sys/dev/drm/i915/intel_tv.c
1529
state->tv.margins.top = 36;
sys/dev/drm/i915/intel_tv.c
1553
state->tv.margins.top);
sys/dev/drm/include/drm/drmP.h
165
struct sysctl_ctx_list *ctx, struct sysctl_oid *top);
sys/dev/drm/include/drm/drm_connector.h
415
unsigned int top;
sys/dev/drm/include/drm/drm_drv.h
619
struct sysctl_ctx_list *ctx, struct sysctl_oid *top);
sys/dev/drm/radeon/radeon_drv.c
653
struct sysctl_oid *top)
sys/dev/drm/radeon/radeon_drv.c
655
return drm_add_busid_modesetting(dev, ctx, top);
sys/dev/netif/ic/if_ic.c
259
struct mbuf *top;
sys/dev/netif/ic/if_ic.c
290
top = m_devget(sc->ic_ifbuf + ICHDRLEN, len, 0, &sc->ic_if);
sys/dev/netif/ic/if_ic.c
292
if (top)
sys/dev/netif/ic/if_ic.c
293
netisr_queue(NETISR_IP, top);
sys/dev/netif/plip/if_plip.c
452
struct mbuf *top;
sys/dev/netif/plip/if_plip.c
497
top = m_devget(sc->sc_ifbuf + CLPIPHDRLEN, len, 0, &sc->sc_if);
sys/dev/netif/plip/if_plip.c
498
if (top) {
sys/dev/netif/plip/if_plip.c
500
lptap(&sc->sc_if, top);
sys/dev/netif/plip/if_plip.c
501
netisr_queue(NETISR_IP, top);
sys/dev/netif/plip/if_plip.c
542
top = m_devget(sc->sc_ifbuf + LPIPHDRLEN, len, 0, &sc->sc_if);
sys/dev/netif/plip/if_plip.c
543
if (top) {
sys/dev/netif/plip/if_plip.c
545
lptap(&sc->sc_if, top);
sys/dev/netif/plip/if_plip.c
546
netisr_queue(NETISR_IP, top);
sys/dev/netif/sn/if_sn.c
334
struct mbuf *top;
sys/dev/netif/sn/if_sn.c
367
for (len = 0, top = m; m; m = m->m_next)
sys/dev/netif/sn/if_sn.c
379
m_freem(top);
sys/dev/netif/sn/if_sn.c
438
ifq_prepend(&ifp->if_snd, top);
sys/dev/netif/sn/if_sn.c
448
ifq_prepend(&ifp->if_snd, top);
sys/dev/netif/sn/if_sn.c
472
for (m = top; m != NULL; m = m->m_next) {
sys/dev/netif/sn/if_sn.c
516
BPF_MTAP(ifp, top);
sys/dev/netif/sn/if_sn.c
519
m_freem(top);
sys/dev/netif/sn/if_sn.c
548
struct mbuf *top;
sys/dev/netif/sn/if_sn.c
576
for (len = 0, top = m; m; m = m->m_next)
sys/dev/netif/sn/if_sn.c
588
m_freem(top);
sys/dev/netif/sn/if_sn.c
623
ifq_prepend(&ifp->if_snd, top);
sys/dev/netif/sn/if_sn.c
645
ifq_prepend(&ifp->if_snd, top);
sys/dev/netif/sn/if_sn.c
664
for (m = top; m != NULL; m = m->m_next) {
sys/dev/netif/sn/if_sn.c
704
BPF_MTAP(ifp, top);
sys/dev/netif/sn/if_sn.c
707
m_freem(top);
sys/kern/kern_ktrace.c
535
ktrsetchildren(struct thread *td, struct proc *top, int ops, int facs,
sys/kern/kern_ktrace.c
542
p = top;
sys/kern/kern_ktrace.c
558
if (p == top)
sys/kern/libmchain/subr_mchain.c
337
md_append_record(struct mdchain *mdp, struct mbuf *top)
sys/kern/libmchain/subr_mchain.c
342
md_initm(mdp, top);
sys/kern/libmchain/subr_mchain.c
348
m->m_nextpkt = top;
sys/kern/libmchain/subr_mchain.c
349
top->m_nextpkt = NULL;
sys/kern/uipc_mbuf.c
1534
struct mbuf *top;
sys/kern/uipc_mbuf.c
1549
np = &top;
sys/kern/uipc_mbuf.c
1550
top = NULL;
sys/kern/uipc_mbuf.c
1595
if (top == NULL)
sys/kern/uipc_mbuf.c
1597
return (top);
sys/kern/uipc_mbuf.c
1599
m_freem(top);
sys/kern/uipc_mbuf.c
1616
struct mbuf *top, *n, *o;
sys/kern/uipc_mbuf.c
1619
top = n;
sys/kern/uipc_mbuf.c
1659
return top;
sys/kern/uipc_mbuf.c
1661
m_freem(top);
sys/kern/uipc_mbuf.c
1706
struct mbuf **p, *n, *top = NULL;
sys/kern/uipc_mbuf.c
1718
p = &top;
sys/kern/uipc_mbuf.c
1719
while (remain > 0 || top == NULL) { /* allow m->m_pkthdr.len == 0 */
sys/kern/uipc_mbuf.c
1721
n = m_getl(remain, how, m->m_type, top == NULL ? M_PKTHDR : 0,
sys/kern/uipc_mbuf.c
1725
if (top == NULL)
sys/kern/uipc_mbuf.c
1751
return (top);
sys/kern/uipc_mbuf.c
1754
m_freem(top);
sys/kern/uipc_mbuf.c
1774
struct mbuf **p, *n, *top = NULL;
sys/kern/uipc_mbuf.c
1793
p = &top;
sys/kern/uipc_mbuf.c
1827
return(top);
sys/kern/uipc_mbuf.c
1830
m_freem(top);
sys/kern/uipc_socket.c
1018
top = m_uiomove(uio);
sys/kern/uipc_socket.c
1019
if (top == NULL)
sys/kern/uipc_socket.c
1024
top = m_getl(uio->uio_resid + hdrlen, M_WAITOK,
sys/kern/uipc_socket.c
1031
top->m_len = uio->uio_resid;
sys/kern/uipc_socket.c
1032
top->m_pkthdr.len = uio->uio_resid;
sys/kern/uipc_socket.c
1033
top->m_data += hdrlen;
sys/kern/uipc_socket.c
1035
error = uiomove(mtod(top, caddr_t), top->m_len, uio);
sys/kern/uipc_socket.c
1045
so_pru_send_async(so, pru_flags, top, addr, control, td);
sys/kern/uipc_socket.c
1048
error = so_pru_send(so, pru_flags, top, addr, control, td);
sys/kern/uipc_socket.c
1053
top = NULL;
sys/kern/uipc_socket.c
1058
if (top)
sys/kern/uipc_socket.c
1059
m_freem(top);
sys/kern/uipc_socket.c
1067
struct mbuf *top, struct mbuf *control, int flags,
sys/kern/uipc_socket.c
1079
KKASSERT(top == NULL);
sys/kern/uipc_socket.c
1084
resid = (size_t)top->m_pkthdr.len;
sys/kern/uipc_socket.c
1087
for (m = top; m; m = m->m_next)
sys/kern/uipc_socket.c
1089
KKASSERT(top->m_pkthdr.len == len);
sys/kern/uipc_socket.c
1151
mp = &top;
sys/kern/uipc_socket.c
1165
top == NULL ? M_PKTHDR : 0, &mlen);
sys/kern/uipc_socket.c
1168
top == NULL ? M_PKTHDR : 0, &mlen);
sys/kern/uipc_socket.c
1170
if (top == NULL) {
sys/kern/uipc_socket.c
1180
top->m_pkthdr.len += len;
sys/kern/uipc_socket.c
1217
for (m = top; m; m = m->m_next)
sys/kern/uipc_socket.c
1220
error = so_pru_send(so, pru_flags, top,
sys/kern/uipc_socket.c
1223
so_pru_send_async(so, pru_flags, top,
sys/kern/uipc_socket.c
1228
top = NULL;
sys/kern/uipc_socket.c
1229
mp = &top;
sys/kern/uipc_socket.c
1238
if (top)
sys/kern/uipc_socket.c
1239
m_freem(top);
sys/kern/uipc_socket.c
763
struct mbuf *top, struct mbuf *control, int flags,
sys/kern/uipc_socket.c
771
int atomic = sosendallatonce(so) || top;
sys/kern/uipc_socket.c
777
resid = (size_t)top->m_pkthdr.len;
sys/kern/uipc_socket.c
780
for (m = top; m; m = m->m_next)
sys/kern/uipc_socket.c
782
KKASSERT(top->m_pkthdr.len == len);
sys/kern/uipc_socket.c
853
mp = &top;
sys/kern/uipc_socket.c
862
top->m_flags |= M_EOR;
sys/kern/uipc_socket.c
867
top == NULL ? M_PKTHDR : 0, &mlen);
sys/kern/uipc_socket.c
868
if (top == NULL) {
sys/kern/uipc_socket.c
878
if (atomic && top == NULL && len < mlen)
sys/kern/uipc_socket.c
886
top->m_pkthdr.len += len;
sys/kern/uipc_socket.c
892
top->m_flags |= M_EOR;
sys/kern/uipc_socket.c
924
error = so_pru_send(so, pru_flags, top, addr, control, td);
sys/kern/uipc_socket.c
929
top = NULL;
sys/kern/uipc_socket.c
930
mp = &top;
sys/kern/uipc_socket.c
939
if (top)
sys/kern/uipc_socket.c
940
m_freem(top);
sys/kern/uipc_socket.c
961
struct mbuf *top, struct mbuf *control, int flags, struct thread *td)
sys/kern/uipc_socket.c
970
KASSERT((uio && !top) || (top && !uio), ("bad arguments to sosendudp"));
sys/kern/uipc_socket.c
971
resid = uio ? uio->uio_resid : (size_t)top->m_pkthdr.len;
sys/kern/uipc_socket2.c
774
struct mbuf *top, struct mbuf *control, int flags,
sys/kern/uipc_socket2.c
777
if (top)
sys/kern/uipc_socket2.c
778
m_freem(top);
sys/net/altq/altq_rmclass.c
870
rm_class_t *top;
sys/net/altq/altq_rmclass.c
891
top = NULL;
sys/net/altq/altq_rmclass.c
910
top = cl;
sys/net/altq/altq_rmclass.c
913
if (top != NULL && top->avgidle_ == top->minidle_)
sys/net/altq/altq_rmclass.c
914
top = NULL;
sys/net/altq/altq_rmclass.c
916
(p->overlimit)(p, top);
sys/net/altq/altq_rmclass.c
923
top = cl;
sys/net/radix.c
308
struct radix_node *top, *t, *saved_t;
sys/net/radix.c
312
top = head->rnh_treetop;
sys/net/radix.c
314
t = rn_search(key, top);
sys/net/radix.c
330
cp = (const u_char *)key + top->rn_offset;
sys/net/radix.c
331
cp2 = t->rn_key + top->rn_offset;
sys/net/radix.c
403
} while (t != top);
sys/net/radix.c
460
struct radix_node *top, *t, *tt;
sys/net/radix.c
465
top = head->rnh_treetop;
sys/net/radix.c
466
head_off = top->rn_offset;
sys/net/radix.c
469
t = rn_search(key, top);
sys/net/radix.c
494
struct radix_node *p, *x = top;
sys/net/radix.c
704
struct radix_node *top, *t, *x, *tt, *saved_tt;
sys/net/radix.c
710
top = head->rnh_treetop;
sys/net/radix.c
722
if ((x = rn_addmask(mask, false, top->rn_offset,
sys/net/radix.c
840
} while (bit <= t->rn_bit && x != top);
sys/net/radix.c
876
struct radix_node *top, *t, *p, *x, *tt, *saved_tt, *dupedkey;
sys/net/radix.c
886
top = x;
sys/net/radix.c
928
} while (bit <= t->rn_bit && x != top);
sys/net/tap/if_tap.c
924
struct mbuf *top = NULL, **mp = NULL, *m = NULL;
sys/net/tap/if_tap.c
951
top = NULL;
sys/net/tap/if_tap.c
952
mp = &top;
sys/net/tap/if_tap.c
967
if (top)
sys/net/tap/if_tap.c
968
m_freem(top);
sys/net/tap/if_tap.c
972
top->m_pkthdr.len = (int)tlen;
sys/net/tap/if_tap.c
973
top->m_pkthdr.rcvif = ifp;
sys/net/tap/if_tap.c
981
ifp->if_input(ifp, top, NULL, -1);
sys/net/tun/if_tun.c
850
struct mbuf *top, **mp, *m;
sys/net/tun/if_tun.c
873
top = NULL;
sys/net/tun/if_tun.c
874
mp = &top;
sys/net/tun/if_tun.c
884
if (top)
sys/net/tun/if_tun.c
885
m_freem(top);
sys/net/tun/if_tun.c
890
top->m_pkthdr.len = (int)tlen;
sys/net/tun/if_tun.c
891
top->m_pkthdr.rcvif = ifp;
sys/net/tun/if_tun.c
904
if ((top = m_pullup(top, sizeof(family)))
sys/net/tun/if_tun.c
909
*mtod(top, u_int32_t *) =
sys/net/tun/if_tun.c
910
ntohl(*mtod(top, u_int32_t *));
sys/net/tun/if_tun.c
911
bpf_mtap(ifp->if_bpf, top);
sys/net/tun/if_tun.c
912
*mtod(top, u_int32_t *) =
sys/net/tun/if_tun.c
913
htonl(*mtod(top, u_int32_t *));
sys/net/tun/if_tun.c
921
bpf_ptap(ifp->if_bpf, top, &af, sizeof(af));
sys/net/tun/if_tun.c
929
if (top->m_len < sizeof(family) &&
sys/net/tun/if_tun.c
930
(top = m_pullup(top, sizeof(family))) == NULL)
sys/net/tun/if_tun.c
932
family = ntohl(*mtod(top, u_int32_t *));
sys/net/tun/if_tun.c
933
m_adj(top, sizeof(family));
sys/net/tun/if_tun.c
938
IFNET_STAT_INC(ifp, ibytes, top->m_pkthdr.len);
sys/net/tun/if_tun.c
953
m_freem(top);
sys/net/tun/if_tun.c
957
netisr_queue(isr, top);
sys/net/wg/wg_noise.c
896
unsigned long index, index_current, top, i, bit;
sys/net/wg/wg_noise.c
920
top = MIN(index - index_current, COUNTER_NUM);
sys/net/wg/wg_noise.c
921
for (i = 1; i <= top; i++)
sys/net/zlib.c
2184
#define pqremove(s, tree, top) \
sys/net/zlib.c
2186
top = s->heap[SMALLEST]; \
sys/netgraph7/bluetooth/socket/ng_btsocket_rfcomm.c
3592
struct mbuf *top = NULL, *m = NULL, *n = NULL, *nextpkt = NULL;
sys/netgraph7/bluetooth/socket/ng_btsocket_rfcomm.c
3595
MGETHDR(top, M_NOWAIT, MT_DATA);
sys/netgraph7/bluetooth/socket/ng_btsocket_rfcomm.c
3596
if (top == NULL)
sys/netgraph7/bluetooth/socket/ng_btsocket_rfcomm.c
3599
top->m_pkthdr.len = length;
sys/netgraph7/bluetooth/socket/ng_btsocket_rfcomm.c
3600
top->m_len = 0;
sys/netgraph7/bluetooth/socket/ng_btsocket_rfcomm.c
3603
m = top;
sys/netgraph7/bluetooth/socket/ng_btsocket_rfcomm.c
3621
NG_FREE_M(top);
sys/netgraph7/bluetooth/socket/ng_btsocket_rfcomm.c
3646
return (top);
sys/netproto/802_11/wlan/ieee80211_rssadapt.c
223
int i, top, thridx;
sys/netproto/802_11/wlan/ieee80211_rssadapt.c
225
for (i = 0, top = IEEE80211_RSSADAPT_BKT0;
sys/netproto/802_11/wlan/ieee80211_rssadapt.c
227
i++, top <<= IEEE80211_RSSADAPT_BKTPOWER) {
sys/netproto/802_11/wlan/ieee80211_rssadapt.c
229
if (pktlen <= top)
sys/platform/pc64/x86_64/machdep.c
3629
char *top;
sys/platform/pc64/x86_64/machdep.c
3648
top = (char *)td->td_kstack + td->td_kstack_size;
sys/platform/pc64/x86_64/machdep.c
3649
if (bot >= top)
sys/platform/pc64/x86_64/machdep.c
3657
if (rbp < bot || rbp > top - 8 || ((intptr_t)rbp & 7))
sys/platform/pc64/x86_64/mp_flame.c
100
char *top;
sys/platform/pc64/x86_64/mp_flame.c
125
top = (char *)td->td_kstack + td->td_kstack_size;
sys/platform/pc64/x86_64/mp_flame.c
126
if (bot >= top)
sys/platform/pc64/x86_64/mp_flame.c
136
if (rbp < bot || rbp > top - 8 || ((intptr_t)rbp & 7))
sys/sys/mchain.h
97
void md_append_record(struct mdchain *mdp, struct mbuf *top);
sys/sys/protosw.h
266
struct uio *uio, struct mbuf *top,
sys/sys/protosw.h
291
struct uio *uio, struct mbuf *top,
sys/sys/protosw.h
304
struct uio *uio, struct mbuf *top,
sys/sys/socketops.h
58
struct mbuf *top, struct mbuf *control, int flags,
sys/sys/socketops.h
61
return ((*so->so_proto->pr_usrreqs->pru_sosend)(so, addr, uio, top,
sys/sys/socketvar.h
480
struct mbuf *top, struct mbuf *control, int flags,
sys/sys/socketvar.h
483
struct mbuf *top, struct mbuf *control, int flags,
sys/sys/socketvar.h
486
struct mbuf *top, struct mbuf *control, int flags,
sys/vfs/ext2fs/ext2_csum.c
151
void *top;
sys/vfs/ext2fs/ext2_csum.c
155
top = EXT2_DIRENT_TAIL(ep, ip->i_e2fs->e2fs_bsize);
sys/vfs/ext2fs/ext2_csum.c
160
if ((void *)dep >= top)
sys/vfs/ext2fs/ext2_csum.c
165
if (dep != top)
sys/vfs/ext2fs/ext2_lookup.c
688
struct ext2fs_direct_2 *ep, *top;
sys/vfs/ext2fs/ext2_lookup.c
696
top = (struct ext2fs_direct_2 *)((char *)data + bsize);
sys/vfs/ext2fs/ext2_lookup.c
697
while (ep < top) {
sys/vfs/hammer2/zlib/hammer2_zlib_trees.c
436
#define pqremove(s, tree, top) \
sys/vfs/hammer2/zlib/hammer2_zlib_trees.c
438
top = s->heap[SMALLEST]; \
sys/vfs/nfs/nfs_socket.c
447
nfs_send(struct socket *so, struct sockaddr *nam, struct mbuf *top,
sys/vfs/nfs/nfs_socket.c
455
m_freem(top);
sys/vfs/nfs/nfs_socket.c
460
m_freem(top);
sys/vfs/nfs/nfs_socket.c
480
error = so_pru_sosend(so, sendnam, NULL, top, NULL, flags,
sys/vfs/ufs/ffs_softdep.c
1011
top:
sys/vfs/ufs/ffs_softdep.c
1018
goto top;
sys/vfs/ufs/ffs_softdep.c
1027
goto top;
sys/vfs/ufs/ffs_softdep.c
4213
top:
sys/vfs/ufs/ffs_softdep.c
4239
goto top;
sys/vfs/ufs/ffs_softdep.c
846
top:
sys/vfs/ufs/ffs_softdep.c
853
goto top;
sys/vfs/ufs/ffs_softdep.c
863
goto top;
sys/vfs/ufs/ffs_softdep.c
922
top:
sys/vfs/ufs/ffs_softdep.c
937
goto top;
sys/vfs/ufs/ffs_softdep.c
940
goto top;
sys/vfs/ufs/ffs_softdep.c
950
goto top;
tools/tools/usbtest/usb_msc_test.c
874
top:
tools/tools/usbtest/usb_msc_test.c
907
goto top;
usr.bin/m4/parser.y
54
top : expr { end_result = $1; }
usr.bin/mail/cmdtab.c
54
{ "top", top, MSGLIST, 0, MMNDEL },
usr.bin/mail/extern.h
230
int top(int *);
usr.bin/mail/head.c
130
char *cp, *top;
usr.bin/mail/head.c
132
top = cp = *space;
usr.bin/mail/head.c
136
return (top);
usr.bin/mail/names.c
105
return (top);
usr.bin/mail/names.c
115
char *cp, *top;
usr.bin/mail/names.c
135
top = salloc(s);
usr.bin/mail/names.c
136
cp = top;
usr.bin/mail/names.c
148
return (top);
usr.bin/mail/names.c
280
struct name *np, *top;
usr.bin/mail/names.c
285
top = names;
usr.bin/mail/names.c
418
return (top);
usr.bin/mail/names.c
549
char **ap, **top;
usr.bin/mail/names.c
570
top = (char **)salloc((t + extra) * sizeof(*top));
usr.bin/mail/names.c
571
ap = top;
usr.bin/mail/names.c
582
return (top);
usr.bin/mail/names.c
86
struct name *top, *np, *t;
usr.bin/mail/names.c
92
top = NULL;
usr.bin/mail/names.c
97
if (top == NULL)
usr.bin/mail/names.c
98
top = t;
usr.bin/sed/process.c
109
top:
usr.bin/sed/process.c
154
goto top;
usr.bin/telnet/commands.c
2524
command(int top, const char *tbuf, int cnt)
usr.bin/telnet/commands.c
2529
if (!top) {
usr.bin/telnet/commands.c
2584
if (!top) {
usr.bin/telnet/ring.c
103
ring->top = ring->bottom+ring->size;
usr.bin/telnet/ring.c
175
else if (ring->consume + count > ring->top &&
usr.bin/telnet/ring.c
177
ring->clearto <= ring->bottom + ((ring->consume + count) - ring->top))
usr.bin/telnet/ring.c
215
return ring_subtract(ring, ring->top, ring->supply);
usr.bin/telnet/ring.c
251
return ring_subtract(ring, ring->top, ring->consume);
usr.bin/telnet/ring.c
257
return ring_subtract(ring, ring->top, ring->consume);
usr.bin/telnet/ring.c
296
(*encryptor)(c, ring->top - c);
usr.bin/telnet/ring.c
70
#define ring_increment(d,a,c) (((a)+(c) < (d)->top)? \
usr.bin/telnet/ring.h
47
*top, /* highest address+1 in buffer */
usr.bin/vmstat/vmstat.c
713
pct(long top, long bot)
usr.bin/vmstat/vmstat.c
719
ans = (quad_t)top * 100 / bot;
usr.bin/vmstat/vmstat.c
723
#define PCT(top, bot) pct((long)(top), (long)(bot))
usr.bin/window/parser1.c
120
goto top;
usr.bin/window/parser1.c
89
top:
usr.bin/window/ttgeneric.c
423
gen_setscroll(int top, int bot)
usr.bin/window/ttgeneric.c
425
tttgoto(gen_CS, bot, top);
usr.bin/window/ttgeneric.c
426
tt.tt_scroll_top = top;
usr.bin/window/ttzapple.c
348
zz_setscroll(int top, int bot)
usr.bin/window/ttzapple.c
351
ttputc(top + ' ');
usr.bin/window/ttzapple.c
353
tt.tt_scroll_top = top;
usr.bin/window/wwscroll.c
46
int top;
usr.bin/window/wwscroll.c
51
top = w->ww_b.t - n;
usr.bin/window/wwscroll.c
52
if (top > w->ww_w.t)
usr.bin/window/wwscroll.c
53
top = w->ww_w.t;
usr.bin/window/wwscroll.c
54
else if (top + w->ww_b.nr < w->ww_w.b)
usr.bin/window/wwscroll.c
55
top = w->ww_w.b - w->ww_b.nr;
usr.bin/window/wwscroll.c
56
n = abs(top - w->ww_b.t);
usr.bin/window/wwscroll.c
65
w->ww_buf -= top - w->ww_b.t;
usr.bin/window/wwscroll.c
66
w->ww_b.t = top;
usr.bin/window/wwscroll.c
67
w->ww_b.b = top + w->ww_b.nr;
usr.bin/window/wwupdate.c
142
for (j = scan_bot - 1, u = wwupd + j; j >= top; j--, u--) {
usr.bin/window/wwupdate.c
156
i = top = scan_top;
usr.bin/window/wwupdate.c
185
for (i = top, touched = &wwtouched[i], upd = &wwupd[i]; i < bot;
usr.bin/window/wwupdate.c
41
wwupdate1(int top, int bot)
usr.bin/window/wwupdate.c
52
char *t1 = wwtouched + top, *t2 = wwtouched + bot;
usr.bin/window/wwupdate.c
60
scan_top = top = t1 - wwtouched - 1;
usr.bin/window/xx.c
153
xxscroll(int dir, int top, int bot)
usr.bin/window/xx.c
158
xp->arg1 == top && xp->arg2 == bot &&
usr.bin/window/xx.c
166
xp->arg1 = top;
usr.bin/window/xxflush.c
138
goto top;
usr.bin/window/xxflush.c
147
goto top;
usr.bin/window/xxflush.c
99
top:
usr.sbin/edquota/edquota.c
432
top:
usr.sbin/edquota/edquota.c
441
goto top;
usr.sbin/installer/dfuife_curses/curses_form.c
279
cf->top = (ymax - cf->height) / 2;
usr.sbin/installer/dfuife_curses/curses_form.c
297
cf->top = 1;
usr.sbin/installer/dfuife_curses/curses_form.c
299
if (cf->top < 1)
usr.sbin/installer/dfuife_curses/curses_form.c
300
cf->top = 1;
usr.sbin/installer/dfuife_curses/curses_form.c
304
cf->win = newwin(cf->height + 2, cf->width + 2, cf->top - 1, cf->left - 1);
usr.sbin/installer/dfuife_curses/curses_form.c
307
cf->width + 2, cf->height + 2, cf->left - 1, cf->top - 1);
usr.sbin/installer/dfuife_curses/curses_form.h
56
unsigned int top; /* row of top edge of form, 0-based */
usr.sbin/installer/dfuife_curses/curses_xlat.c
201
int top = w->y;
usr.sbin/installer/dfuife_curses/curses_xlat.c
237
curses_form_create_widget_row(cf, lw, ds, 1, top, id);
usr.sbin/installer/dfuife_curses/curses_xlat.c
256
const struct dfui_dataset *ds, int left, int top, int row)
usr.sbin/installer/dfuife_curses/curses_xlat.c
276
left, top, 4, CURSES_CHECKBOX, "", 0, 0);
usr.sbin/installer/dfuife_curses/curses_xlat.c
279
xbox = curses_form_widget_add(cf, left, top,
usr.sbin/installer/dfuife_curses/curses_xlat.c
286
left, top, 4, CURSES_CHECKBOX, "", 0, 0);
usr.sbin/installer/dfuife_curses/curses_xlat.c
290
left, top, cfu->widths[col] - 1,
usr.sbin/installer/dfuife_curses/curses_xlat.c
319
top, 0, CURSES_BUTTON, "Ins", 0,
usr.sbin/installer/dfuife_curses/curses_xlat.c
323
top, 0, CURSES_BUTTON, "Ins", 0,
usr.sbin/installer/dfuife_curses/curses_xlat.c
335
top, 0, CURSES_BUTTON, "Del", 0,
usr.sbin/installer/dfuife_curses/curses_xlat.c
339
top, 0, CURSES_BUTTON, "Del", 0,
usr.sbin/installer/libdfui/conn_tcp.c
263
top:
usr.sbin/installer/libdfui/conn_tcp.c
281
goto top;
usr.sbin/installer/libdfui/conn_tcp.c
289
goto top;
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_trees.c
436
#define pqremove(s, tree, top) \
usr.sbin/makefs/hammer2/zlib/hammer2_zlib_trees.c
438
top = s->heap[SMALLEST]; \
usr.sbin/mfiutil/mfi_config.c
1025
MFI_COMMAND(top, add, add_spare);
usr.sbin/mfiutil/mfi_config.c
1080
MFI_COMMAND(top, remove, remove_spare);
usr.sbin/mfiutil/mfi_config.c
1211
MFI_COMMAND(top, debug, debug_config);
usr.sbin/mfiutil/mfi_config.c
1263
MFI_COMMAND(top, dump, dump);
usr.sbin/mfiutil/mfi_config.c
185
MFI_COMMAND(top, clear, clear_config);
usr.sbin/mfiutil/mfi_config.c
818
MFI_COMMAND(top, create, create_volume);
usr.sbin/mfiutil/mfi_config.c
895
MFI_COMMAND(top, delete, delete_volume);
usr.sbin/mfiutil/mfi_drive.c
443
MFI_COMMAND(top, fail, fail_drive);
usr.sbin/mfiutil/mfi_drive.c
457
MFI_COMMAND(top, good, good_drive);
usr.sbin/mfiutil/mfi_drive.c
46
MFI_TABLE(top, drive);
usr.sbin/mfiutil/mfi_drive.c
471
MFI_COMMAND(top, rebuild, rebuild_drive);
usr.sbin/mfiutil/mfi_drive.c
755
MFI_COMMAND(top, locate, drive_locate);
usr.sbin/mfiutil/mfi_flash.c
192
MFI_COMMAND(top, flash, flash_adapter);
usr.sbin/mfiutil/mfi_foreign.c
40
MFI_TABLE(top, foreign);
usr.sbin/mfiutil/mfi_patrol.c
335
MFI_COMMAND(top, patrol, patrol_config);
usr.sbin/mfiutil/mfi_show.c
44
MFI_TABLE(top, show);
usr.sbin/mfiutil/mfi_volume.c
386
MFI_COMMAND(top, cache, volume_cache);
usr.sbin/mfiutil/mfi_volume.c
42
MFI_TABLE(top, volume);
usr.sbin/mfiutil/mfi_volume.c
441
MFI_COMMAND(top, name, volume_name);
usr.sbin/mfiutil/mfiutil.c
111
MFI_COMMAND(top, version, version);
usr.sbin/mfiutil/mfiutil.c
142
SET_FOREACH(cmd, MFI_DATASET(top)) {
usr.sbin/mfiutil/mfiutil.c
40
SET_DECLARE(MFI_DATASET(top), struct mfiutil_command);
usr.sbin/mfiutil/mfiutil.c
42
MFI_TABLE(top, start);
usr.sbin/mfiutil/mfiutil.c
43
MFI_TABLE(top, stop);
usr.sbin/mfiutil/mfiutil.c
44
MFI_TABLE(top, abort);
usr.sbin/mpsutil/mps_debug.c
46
MPS_TABLE(top, debug);
usr.sbin/mpsutil/mps_flash.c
44
MPS_TABLE(top, flash);
usr.sbin/mpsutil/mps_show.c
55
MPS_TABLE(top, show);
usr.sbin/mpsutil/mpsutil.c
120
SET_FOREACH(cmd, MPS_DATASET(top)) {
usr.sbin/mpsutil/mpsutil.c
47
SET_DECLARE(MPS_DATASET(top), struct mpsutil_command);
usr.sbin/mpsutil/mpsutil.c
89
MPS_COMMAND(top, version, version, "", "version")
usr.sbin/mptutil/mpt_config.c
1169
MPT_COMMAND(top, debug, debug_config);
usr.sbin/mptutil/mpt_config.c
283
MPT_COMMAND(top, clear, clear_config);
usr.sbin/mptutil/mpt_config.c
728
MPT_COMMAND(top, create, create_volume);
usr.sbin/mptutil/mpt_config.c
771
MPT_COMMAND(top, delete, delete_volume);
usr.sbin/mptutil/mpt_config.c
937
MPT_COMMAND(top, add, add_spare);
usr.sbin/mptutil/mpt_config.c
995
MPT_COMMAND(top, remove, remove_spare);
usr.sbin/mptutil/mpt_config.c
998
MPT_TABLE(top, pd);
usr.sbin/mptutil/mpt_drive.c
374
MPT_COMMAND(top, fail, fail_drive);
usr.sbin/mptutil/mpt_drive.c
389
MPT_COMMAND(top, online, online_drive);
usr.sbin/mptutil/mpt_drive.c
404
MPT_COMMAND(top, offline, offline_drive);
usr.sbin/mptutil/mpt_show.c
43
MPT_TABLE(top, show);
usr.sbin/mptutil/mpt_volume.c
124
MPT_COMMAND(top, name, volume_name);
usr.sbin/mptutil/mpt_volume.c
44
MPT_TABLE(top, volume);
usr.sbin/mptutil/mptutil.c
114
SET_FOREACH(cmd, MPT_DATASET(top)) {
usr.sbin/mptutil/mptutil.c
42
SET_DECLARE(MPT_DATASET(top), struct mptutil_command);
usr.sbin/mptutil/mptutil.c
89
MPT_COMMAND(top, version, version);
usr.sbin/pfctl/parse.y
5535
top:
usr.sbin/pfctl/parse.y
5568
goto top;
usr.sbin/ppp/ipcp.c
1450
if (queue->top) {
usr.sbin/ppp/ipv6cp.c
442
if (queue->top) {
usr.sbin/ppp/link.c
116
while (queue->top)
usr.sbin/ppp/link.c
142
m = l->Queue[i].top;
usr.sbin/ppp/mbuf.c
349
bp = q->top;
usr.sbin/ppp/mbuf.c
351
q->top = q->top->m_nextpkt;
usr.sbin/ppp/mbuf.c
353
if (q->top == NULL) {
usr.sbin/ppp/mbuf.c
354
q->last = q->top;
usr.sbin/ppp/mbuf.c
373
queue->last = queue->top = bp;
usr.sbin/ppp/mbuf.h
42
struct mbuf *top;
usr.sbin/ppp/ncp.c
282
while (q->top)
usr.sbin/ppp/ncp.c
287
while (q->top)
usr.sbin/rmt/rmt.c
149
goto top;
usr.sbin/rmt/rmt.c
175
goto top;
usr.sbin/rmt/rmt.c
192
goto top;
usr.sbin/rmt/rmt.c
195
goto top;
usr.sbin/rmt/rmt.c
81
top: