Symbol: top
bin/csh/dol.c
331
top:
bin/csh/dol.c
340
goto top;
bin/csh/dol.c
360
goto top;
bin/csh/dol.c
365
goto top;
bin/csh/lex.c
1273
top:
bin/csh/lex.c
1292
goto top;
bin/csh/lex.c
1315
goto top;
bin/ed/main.c
135
top:
bin/ed/main.c
157
goto top;
games/gomoku/main.c
197
top:
games/gomoku/main.c
222
goto top;
games/gomoku/main.c
353
top:
games/gomoku/main.c
359
goto top;
games/gomoku/main.c
376
goto top;
games/gomoku/main.c
383
goto top;
games/gomoku/main.c
388
goto top;
games/gomoku/main.c
393
goto top;
games/gomoku/main.c
396
goto top;
games/gomoku/main.c
406
goto top;
games/gomoku/main.c
434
goto top;
games/gomoku/main.c
454
goto top;
games/gomoku/main.c
473
goto top;
games/gomoku/main.c
481
goto top;
lib/libc/arch/sparc64/fpu/fpu_subr.c
144
u_int m0, m1, m2, m3, top, sup, nrm;
lib/libc/arch/sparc64/fpu/fpu_subr.c
175
for (rsh = 1, top = m0 >> 1; top >= sup; rsh++) /* XXX slow */
lib/libc/arch/sparc64/fpu/fpu_subr.c
176
top >>= 1;
lib/libc/arch/sparc64/fpu/fpu_subr.c
182
m0 = top;
lib/libc/arch/sparc64/fpu/fpu_subr.c
188
for (lsh = 1, top = m0 << 1; top < nrm; lsh++) /* XXX slow */
lib/libc/arch/sparc64/fpu/fpu_subr.c
189
top <<= 1;
lib/libc/arch/sparc64/fpu/fpu_subr.c
192
m0 = top | (m1 >> rsh);
lib/libc/db/btree/bt_conv.c
121
indx_t i, top;
lib/libc/db/btree/bt_conv.c
133
top = NEXTINDEX(h);
lib/libc/db/btree/bt_conv.c
135
for (i = 0; i < top; i++) {
lib/libc/db/btree/bt_conv.c
150
for (i = 0; i < top; i++) {
lib/libc/db/btree/bt_conv.c
56
indx_t i, top;
lib/libc/db/btree/bt_conv.c
75
top = NEXTINDEX(h);
lib/libc/db/btree/bt_conv.c
77
for (i = 0; i < top; i++) {
lib/libc/db/btree/bt_conv.c
92
for (i = 0; i < top; i++) {
lib/libc/db/btree/bt_debug.c
148
indx_t cur, top;
lib/libc/db/btree/bt_debug.c
172
top = NEXTINDEX(h);
lib/libc/db/btree/bt_debug.c
174
h->lower, h->upper, top);
lib/libc/db/btree/bt_debug.c
175
for (cur = 0; cur < top; cur++) {
lib/libc/db/btree/bt_split.c
593
indx_t full, half, nxt, off, skip, top, used;
lib/libc/db/btree/bt_split.c
608
for (nxt = off = 0, top = NEXTINDEX(h); nxt < top; ++off) {
lib/libc/db/btree/bt_split.c
645
nxt == top - 1) {
lib/libc/db/btree/bt_split.c
705
for (off = 0; nxt < top; ++off) {
lib/libc/db/btree/bt_split.c
737
if (skip == top)
lib/libc/db/btree/bt_split.c
788
indx_t nxt, top;
lib/libc/db/btree/bt_split.c
790
for (recs = 0, nxt = 0, top = NEXTINDEX(h); nxt < top; ++nxt)
lib/libc/db/recno/rec_get.c
112
__rec_fpipe(BTREE *t, recno_t top)
lib/libc/db/recno/rec_get.c
131
for (nrec = t->bt_nrecs; nrec < top;) {
lib/libc/db/recno/rec_get.c
148
if (nrec < top) {
lib/libc/db/recno/rec_get.c
166
__rec_vpipe(BTREE *t, recno_t top)
lib/libc/db/recno/rec_get.c
177
for (nrec = t->bt_nrecs; nrec < top; ++nrec) {
lib/libc/db/recno/rec_get.c
203
if (nrec < top) {
lib/libc/db/recno/rec_get.c
221
__rec_fmap(BTREE *t, recno_t top)
lib/libc/db/recno/rec_get.c
241
for (nrec = t->bt_nrecs; nrec < top; ++nrec) {
lib/libc/db/recno/rec_get.c
269
__rec_vmap(BTREE *t, recno_t top)
lib/libc/db/recno/rec_get.c
280
for (nrec = t->bt_nrecs; nrec < top; ++nrec) {
lib/libc/db/recno/rec_search.c
65
indx_t top;
lib/libc/db/recno/rec_search.c
78
for (idx = 0, top = NEXTINDEX(h);;) {
lib/libc/db/recno/rec_search.c
80
if (++idx == top || total + r->nrecs > recno)
lib/libc/gmon/gmon.c
238
struct tostruct *top;
lib/libc/gmon/gmon.c
261
top = &p->tos[(size_t)toindex];
lib/libc/gmon/gmon.c
262
top->selfpc = selfpc;
lib/libc/gmon/gmon.c
263
top->count = count;
lib/libc/gmon/gmon.c
264
top->link = 0;
lib/libc/gmon/gmon.c
267
top = &p->tos[(size_t)toindex];
lib/libc/gmon/gmon.c
268
if (top->selfpc == selfpc) {
lib/libc/gmon/gmon.c
272
top->count+= count;
lib/libc/gmon/gmon.c
281
if (top->link == 0) {
lib/libc/gmon/gmon.c
293
top = &p->tos[(size_t)toindex];
lib/libc/gmon/gmon.c
294
top->selfpc = selfpc;
lib/libc/gmon/gmon.c
295
top->count = count;
lib/libc/gmon/gmon.c
296
top->link = *frompcindex;
lib/libc/gmon/gmon.c
303
top = &p->tos[top->link];
lib/libc/gmon/gmon.c
304
if (top->selfpc == selfpc) {
lib/libc/gmon/gmon.c
309
top->count += count;
lib/libc/gmon/mcount.c
115
top = &p->tos[toindex];
lib/libc/gmon/mcount.c
116
top->selfpc = selfpc;
lib/libc/gmon/mcount.c
117
top->count = 1;
lib/libc/gmon/mcount.c
118
top->link = 0;
lib/libc/gmon/mcount.c
121
top = &p->tos[toindex];
lib/libc/gmon/mcount.c
122
if (top->selfpc == selfpc) {
lib/libc/gmon/mcount.c
126
top->count++;
lib/libc/gmon/mcount.c
136
if (top->link == 0) {
lib/libc/gmon/mcount.c
147
top = &p->tos[toindex];
lib/libc/gmon/mcount.c
148
top->selfpc = selfpc;
lib/libc/gmon/mcount.c
149
top->count = 1;
lib/libc/gmon/mcount.c
150
top->link = *frompcindex;
lib/libc/gmon/mcount.c
157
prevtop = top;
lib/libc/gmon/mcount.c
158
top = &p->tos[top->link];
lib/libc/gmon/mcount.c
159
if (top->selfpc == selfpc) {
lib/libc/gmon/mcount.c
165
top->count++;
lib/libc/gmon/mcount.c
167
prevtop->link = top->link;
lib/libc/gmon/mcount.c
168
top->link = *frompcindex;
lib/libc/gmon/mcount.c
55
struct tostruct *top, *prevtop;
lib/libc/locale/rune.c
170
char *top, *codeset, *tail, *ep;
lib/libc/locale/rune.c
179
if (!(top = strstr(rl->rl_variable, _RUNE_CODESET)))
lib/libc/locale/rune.c
181
tail = strpbrk(top, " \t");
lib/libc/locale/rune.c
182
codeset = top + sizeof(_RUNE_CODESET) - 1;
lib/libc/locale/rune.c
184
*top = *tail;
lib/libc/locale/rune.c
187
strlcpy(top + 1, tail + 1, (unsigned)(ep - (top + 1)));
lib/libc/locale/rune.c
189
*top = '\0';
lib/libc/regex/regcomp.c
1070
cset *top = &p->g->sets[p->g->ncsets];
lib/libc/regex/regcomp.c
1075
if (cs == top-1) /* recover only the easy case */
lib/libc/regex/regcomp.c
1093
cset *top = &p->g->sets[p->g->ncsets];
lib/libc/regex/regcomp.c
1098
for (cs2 = &p->g->sets[0]; cs2 < top; cs2++)
lib/libc/regex/regcomp.c
1108
if (cs2 < top) { /* found one */
lib/libc/stdlib/merge.c
233
#define reverse(bot, top) { \
lib/libc/stdlib/merge.c
234
s = top; \
lib/libc/stdlib/radixsort.c
129
const u_char **an, *t, **aj, **top[256];
lib/libc/stdlib/radixsort.c
169
top[0] = ak = a + count[0];
lib/libc/stdlib/radixsort.c
172
top[255] = an;
lib/libc/stdlib/radixsort.c
184
top[cp-count] = ak += *cp;
lib/libc/stdlib/radixsort.c
202
for (r = *aj; aj < (ak = --top[c = tr[r[i]]]);)
lib/libc/stdlib/radixsort.c
216
const u_char **top[256];
lib/libc/stdlib/radixsort.c
247
top[0] = ak = a + count[0];
lib/libc/stdlib/radixsort.c
251
top[255] = a + n;
lib/libc/stdlib/radixsort.c
264
top[cp-count] = ak += c;
lib/libc/stdlib/radixsort.c
273
*--top[tr[(*ak)[i]]] = *ak;
lib/libc/time/strftime.c
351
int top;
lib/libc/time/strftime.c
366
top = bot -
lib/libc/time/strftime.c
368
if (top < -3)
lib/libc/time/strftime.c
369
top += DAYSPERWEEK;
lib/libc/time/strftime.c
370
top += len;
lib/libc/time/strftime.c
371
if (yday >= top) {
lib/libc/time/wcsftime.c
358
int top;
lib/libc/time/wcsftime.c
371
top = bot - (len % DAYSPERWEEK);
lib/libc/time/wcsftime.c
372
if (top < -3)
lib/libc/time/wcsftime.c
373
top += DAYSPERWEEK;
lib/libc/time/wcsftime.c
374
top += len;
lib/libc/time/wcsftime.c
375
if (yday >= top) {
lib/libcbor/src/cbor.c
111
cbor_decref(&stack.top->item);
lib/libcbor/src/cbor/internal/builder_callbacks.c
100
CBOR_ASSERT(ctx->stack->top->subitems == 1);
lib/libcbor/src/cbor/internal/builder_callbacks.c
101
cbor_tag_set_item(ctx->stack->top->item, item);
lib/libcbor/src/cbor/internal/builder_callbacks.c
103
cbor_item_t *tagged_item = ctx->stack->top->item;
lib/libcbor/src/cbor/internal/builder_callbacks.c
237
if (ctx->stack->size > 0 && cbor_isa_bytestring(ctx->stack->top->item) &&
lib/libcbor/src/cbor/internal/builder_callbacks.c
238
cbor_bytestring_is_indefinite(ctx->stack->top->item)) {
lib/libcbor/src/cbor/internal/builder_callbacks.c
239
if (!cbor_bytestring_add_chunk(ctx->stack->top->item, new_chunk)) {
lib/libcbor/src/cbor/internal/builder_callbacks.c
288
if (ctx->stack->size > 0 && cbor_isa_string(ctx->stack->top->item) &&
lib/libcbor/src/cbor/internal/builder_callbacks.c
289
cbor_string_is_indefinite(ctx->stack->top->item)) {
lib/libcbor/src/cbor/internal/builder_callbacks.c
290
if (!cbor_string_add_chunk(ctx->stack->top->item, new_chunk)) {
lib/libcbor/src/cbor/internal/builder_callbacks.c
32
switch (ctx->stack->top->item->type) {
lib/libcbor/src/cbor/internal/builder_callbacks.c
366
cbor_item_t *item = ctx->stack->top->item;
lib/libcbor/src/cbor/internal/builder_callbacks.c
37
if (cbor_array_is_definite(ctx->stack->top->item)) {
lib/libcbor/src/cbor/internal/builder_callbacks.c
371
(item->type != CBOR_TYPE_MAP || ctx->stack->top->subitems % 2 == 0)) {
lib/libcbor/src/cbor/internal/builder_callbacks.c
41
CBOR_ASSERT(ctx->stack->top->subitems > 0);
lib/libcbor/src/cbor/internal/builder_callbacks.c
44
if (!cbor_array_push(ctx->stack->top->item, item)) {
lib/libcbor/src/cbor/internal/builder_callbacks.c
50
ctx->stack->top->subitems--;
lib/libcbor/src/cbor/internal/builder_callbacks.c
51
if (ctx->stack->top->subitems == 0) {
lib/libcbor/src/cbor/internal/builder_callbacks.c
52
cbor_item_t *stack_item = ctx->stack->top->item;
lib/libcbor/src/cbor/internal/builder_callbacks.c
58
if (!cbor_array_push(ctx->stack->top->item, item)) {
lib/libcbor/src/cbor/internal/builder_callbacks.c
69
if (ctx->stack->top->subitems % 2) {
lib/libcbor/src/cbor/internal/builder_callbacks.c
71
if (!_cbor_map_add_value(ctx->stack->top->item, item)) {
lib/libcbor/src/cbor/internal/builder_callbacks.c
78
if (!_cbor_map_add_key(ctx->stack->top->item, item)) {
lib/libcbor/src/cbor/internal/builder_callbacks.c
85
if (cbor_map_is_definite(ctx->stack->top->item)) {
lib/libcbor/src/cbor/internal/builder_callbacks.c
86
CBOR_ASSERT(ctx->stack->top->subitems > 0);
lib/libcbor/src/cbor/internal/builder_callbacks.c
87
ctx->stack->top->subitems--;
lib/libcbor/src/cbor/internal/builder_callbacks.c
88
if (ctx->stack->top->subitems == 0) {
lib/libcbor/src/cbor/internal/builder_callbacks.c
89
cbor_item_t *map_entry = ctx->stack->top->item;
lib/libcbor/src/cbor/internal/builder_callbacks.c
94
ctx->stack->top->subitems ^=
lib/libcbor/src/cbor/internal/stack.c
11
return (struct _cbor_stack){.top = NULL, .size = 0};
lib/libcbor/src/cbor/internal/stack.c
15
struct _cbor_stack_record *top = stack->top;
lib/libcbor/src/cbor/internal/stack.c
16
stack->top = stack->top->lower;
lib/libcbor/src/cbor/internal/stack.c
17
_cbor_free(top);
lib/libcbor/src/cbor/internal/stack.c
29
*new_top = (struct _cbor_stack_record){stack->top, item, subitems};
lib/libcbor/src/cbor/internal/stack.c
30
stack->top = new_top;
lib/libcbor/src/cbor/internal/stack.h
36
struct _cbor_stack_record *top;
lib/libcrypto/bn/bn.h
286
int BN_rand(BIGNUM *rnd, int bits, int top, int bottom);
lib/libcrypto/bn/bn.h
287
int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom);
lib/libcrypto/bn/bn_add.c
168
if ((rn = a->top) < b->top)
lib/libcrypto/bn/bn_add.c
169
rn = b->top;
lib/libcrypto/bn/bn_add.c
175
carry = bn_add(r->d, rn, a->d, a->top, b->d, b->top);
lib/libcrypto/bn/bn_add.c
178
r->top = rn + (carry & 1);
lib/libcrypto/bn/bn_add.c
191
if (a->top < b->top) {
lib/libcrypto/bn/bn_add.c
195
rn = a->top;
lib/libcrypto/bn/bn_add.c
200
borrow = bn_sub(r->d, rn, a->d, a->top, b->d, b->top);
lib/libcrypto/bn/bn_add.c
206
r->top = rn;
lib/libcrypto/bn/bn_convert.c
114
mask = crypto_ct_lt_mask(j, bn->top);
lib/libcrypto/bn/bn_convert.c
189
bn->top = i;
lib/libcrypto/bn/bn_convert.c
513
for (i = bn->top - 1; i >= 0; i--) {
lib/libcrypto/bn/bn_convert.c
650
bn->top = i;
lib/libcrypto/bn/bn_div.c
240
if (numerator->top > 0 && numerator->d[numerator->top - 1] == 0) {
lib/libcrypto/bn/bn_div.c
292
if (snum->top <= sdiv->top + 1) {
lib/libcrypto/bn/bn_div.c
293
if (!bn_wexpand(snum, sdiv->top + 2))
lib/libcrypto/bn/bn_div.c
295
for (i = snum->top; i < sdiv->top + 2; i++)
lib/libcrypto/bn/bn_div.c
297
snum->top = sdiv->top + 2;
lib/libcrypto/bn/bn_div.c
299
if (!bn_wexpand(snum, snum->top + 1))
lib/libcrypto/bn/bn_div.c
301
snum->d[snum->top] = 0;
lib/libcrypto/bn/bn_div.c
302
snum->top++;
lib/libcrypto/bn/bn_div.c
306
div_n = sdiv->top;
lib/libcrypto/bn/bn_div.c
307
num_n = snum->top;
lib/libcrypto/bn/bn_div.c
316
wnum.top = div_n;
lib/libcrypto/bn/bn_div.c
332
res->top = loop - no_branch;
lib/libcrypto/bn/bn_div.c
345
res->top--;
lib/libcrypto/bn/bn_div.c
352
if (res->top == 0)
lib/libcrypto/bn/bn_exp.c
1120
if (a->top == 1 && !a->neg && !ct) {
lib/libcrypto/bn/bn_exp.c
313
MOD_EXP_CTIME_COPY_TO_PREBUF(const BIGNUM *b, int top, unsigned char *buf,
lib/libcrypto/bn/bn_exp.c
320
if (top > b->top)
lib/libcrypto/bn/bn_exp.c
321
top = b->top; /* this works because 'buf' is explicitly zeroed */
lib/libcrypto/bn/bn_exp.c
323
for (i = 0, j = idx; i < top; i++, j += width) {
lib/libcrypto/bn/bn_exp.c
331
MOD_EXP_CTIME_COPY_FROM_PREBUF(BIGNUM *b, int top, unsigned char *buf, int idx,
lib/libcrypto/bn/bn_exp.c
338
if (!bn_wexpand(b, top))
lib/libcrypto/bn/bn_exp.c
342
for (i = 0; i < top; i++, table += width) {
lib/libcrypto/bn/bn_exp.c
364
for (i = 0; i < top; i++, table += width) {
lib/libcrypto/bn/bn_exp.c
378
b->top = top;
lib/libcrypto/bn/bn_exp.c
398
int top;
lib/libcrypto/bn/bn_exp.c
412
top = m->top;
lib/libcrypto/bn/bn_exp.c
443
powerbufLen = sizeof(m->d[0]) * (top * numPowers +
lib/libcrypto/bn/bn_exp.c
444
((2*top) > numPowers ? (2*top) : numPowers));
lib/libcrypto/bn/bn_exp.c
451
tmp.d = (BN_ULONG *)(powerbuf + sizeof(m->d[0]) * top * numPowers);
lib/libcrypto/bn/bn_exp.c
452
am.d = tmp.d + top;
lib/libcrypto/bn/bn_exp.c
453
tmp.top = am.top = 0;
lib/libcrypto/bn/bn_exp.c
454
tmp.dmax = am.dmax = top;
lib/libcrypto/bn/bn_exp.c
464
for (i = 1; i < top; i++)
lib/libcrypto/bn/bn_exp.c
466
tmp.top = top;
lib/libcrypto/bn/bn_exp.c
482
if (window == 5 && top > 1) {
lib/libcrypto/bn/bn_exp.c
495
for (i = am.top; i < top; i++)
lib/libcrypto/bn/bn_exp.c
497
for (i = tmp.top; i < top; i++)
lib/libcrypto/bn/bn_exp.c
500
bn_scatter5(tmp.d, top, powerbuf, 0);
lib/libcrypto/bn/bn_exp.c
501
bn_scatter5(am.d, am.top, powerbuf, 1);
lib/libcrypto/bn/bn_exp.c
502
bn_mul_mont(tmp.d, am.d, am.d, np, n0, top);
lib/libcrypto/bn/bn_exp.c
503
bn_scatter5(tmp.d, top, powerbuf, 2);
lib/libcrypto/bn/bn_exp.c
509
n0, top, i - 1);
lib/libcrypto/bn/bn_exp.c
510
bn_scatter5(tmp.d, top, powerbuf, i);
lib/libcrypto/bn/bn_exp.c
515
bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
lib/libcrypto/bn/bn_exp.c
516
bn_scatter5(tmp.d, top, powerbuf, i);
lib/libcrypto/bn/bn_exp.c
521
n0, top, i - 1);
lib/libcrypto/bn/bn_exp.c
522
bn_scatter5(tmp.d, top, powerbuf, i);
lib/libcrypto/bn/bn_exp.c
524
bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
lib/libcrypto/bn/bn_exp.c
525
bn_scatter5(tmp.d, top, powerbuf, j);
lib/libcrypto/bn/bn_exp.c
530
n0, top, i - 1);
lib/libcrypto/bn/bn_exp.c
531
bn_scatter5(tmp.d, top, powerbuf, i);
lib/libcrypto/bn/bn_exp.c
532
bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
lib/libcrypto/bn/bn_exp.c
533
bn_scatter5(tmp.d, top, powerbuf, 2*i);
lib/libcrypto/bn/bn_exp.c
537
n0, top, i - 1);
lib/libcrypto/bn/bn_exp.c
538
bn_scatter5(tmp.d, top, powerbuf, i);
lib/libcrypto/bn/bn_exp.c
544
bn_gather5(tmp.d, top, powerbuf, wvalue);
lib/libcrypto/bn/bn_exp.c
553
bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
lib/libcrypto/bn/bn_exp.c
554
bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
lib/libcrypto/bn/bn_exp.c
555
bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
lib/libcrypto/bn/bn_exp.c
556
bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
lib/libcrypto/bn/bn_exp.c
557
bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top);
lib/libcrypto/bn/bn_exp.c
558
bn_mul_mont_gather5(tmp.d, tmp.d, powerbuf, np, n0, top, wvalue);
lib/libcrypto/bn/bn_exp.c
561
tmp.top = top;
lib/libcrypto/bn/bn_exp.c
566
if (!MOD_EXP_CTIME_COPY_TO_PREBUF(&tmp, top, powerbuf, 0,
lib/libcrypto/bn/bn_exp.c
569
if (!MOD_EXP_CTIME_COPY_TO_PREBUF(&am, top, powerbuf, 1,
lib/libcrypto/bn/bn_exp.c
581
if (!MOD_EXP_CTIME_COPY_TO_PREBUF(&tmp, top, powerbuf,
lib/libcrypto/bn/bn_exp.c
589
if (!MOD_EXP_CTIME_COPY_TO_PREBUF(&tmp, top,
lib/libcrypto/bn/bn_exp.c
598
if (!MOD_EXP_CTIME_COPY_FROM_PREBUF(&tmp, top, powerbuf,
lib/libcrypto/bn/bn_exp.c
617
if (!MOD_EXP_CTIME_COPY_FROM_PREBUF(&am, top, powerbuf,
lib/libcrypto/bn/bn_exp.c
843
if (m->top == 1)
lib/libcrypto/bn/bn_gcd.c
747
} else if (D->top == 1) {
lib/libcrypto/bn/bn_lib.c
156
.top = 1,
lib/libcrypto/bn/bn_lib.c
186
while (a->top > 0 && a->d[a->top - 1] == 0)
lib/libcrypto/bn/bn_lib.c
187
a->top--;
lib/libcrypto/bn/bn_lib.c
294
if (!bn_wexpand(a, b->top))
lib/libcrypto/bn/bn_lib.c
297
bn_copy_words(a->d, b->d, b->top);
lib/libcrypto/bn/bn_lib.c
302
a->top = b->top;
lib/libcrypto/bn/bn_lib.c
327
tmp_top = a->top;
lib/libcrypto/bn/bn_lib.c
332
a->top = b->top;
lib/libcrypto/bn/bn_lib.c
337
b->top = tmp_top;
lib/libcrypto/bn/bn_lib.c
351
if (a->top > 1)
lib/libcrypto/bn/bn_lib.c
353
else if (a->top == 1)
lib/libcrypto/bn/bn_lib.c
367
a->top = (w ? 1 : 0);
lib/libcrypto/bn/bn_lib.c
377
if (a->top < b->top)
lib/libcrypto/bn/bn_lib.c
379
if (a->top > b->top)
lib/libcrypto/bn/bn_lib.c
382
for (i = a->top - 1; i >= 0; i--) {
lib/libcrypto/bn/bn_lib.c
422
if (a->top <= i) {
lib/libcrypto/bn/bn_lib.c
425
for (k = a->top; k < i + 1; k++)
lib/libcrypto/bn/bn_lib.c
427
a->top = i + 1;
lib/libcrypto/bn/bn_lib.c
445
if (a->top <= i)
lib/libcrypto/bn/bn_lib.c
466
if (a->top <= i)
lib/libcrypto/bn/bn_lib.c
482
if (w >= a->top)
lib/libcrypto/bn/bn_lib.c
485
a->top = w;
lib/libcrypto/bn/bn_lib.c
487
a->top = w + 1;
lib/libcrypto/bn/bn_lib.c
526
t = (a->top^b->top) & condition;
lib/libcrypto/bn/bn_lib.c
527
a->top ^= t;
lib/libcrypto/bn/bn_lib.c
528
b->top ^= t;
lib/libcrypto/bn/bn_lib.c
577
if (a->top > words || b->top > words) {
lib/libcrypto/bn/bn_lib.c
586
t = (a->top ^ b->top) & condition;
lib/libcrypto/bn/bn_lib.c
587
a->top ^= t;
lib/libcrypto/bn/bn_lib.c
588
b->top ^= t;
lib/libcrypto/bn/bn_lib.c
614
a->top = 0;
lib/libcrypto/bn/bn_lib.c
628
return (a->top == 1 && a->d[0] == w) || (w == 0 && a->top == 0);
lib/libcrypto/bn/bn_lib.c
638
for (i = 0; i < bn->top; i++)
lib/libcrypto/bn/bn_lib.c
662
return a->top > 0 && (a->d[0] & 1);
lib/libcrypto/bn/bn_lib.c
96
a->top = 0;
lib/libcrypto/bn/bn_local.h
137
int top; /* Index of last used d +1. */
lib/libcrypto/bn/bn_local.h
249
#define BN_lsw(n) (((n)->top == 0) ? (BN_ULONG) 0 : (n)->d[0])
lib/libcrypto/bn/bn_local.h
281
int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom);
lib/libcrypto/bn/bn_mont.c
236
if (mod->top > 1) {
lib/libcrypto/bn/bn_mont.c
238
N->top += bn_ct_ne_zero(N->d[1]);
lib/libcrypto/bn/bn_mont.c
261
if (Ninv->top > 0)
lib/libcrypto/bn/bn_mont.c
265
if (Ninv->top > 1)
lib/libcrypto/bn/bn_mont.c
370
n_len = mctx->N.top;
lib/libcrypto/bn/bn_mont.c
389
for (i = a->top; i < max; i++)
lib/libcrypto/bn/bn_mont.c
394
r->top = n_len;
lib/libcrypto/bn/bn_mont.c
526
if (mctx->N.top <= 1 || a->top != mctx->N.top || b->top != mctx->N.top)
lib/libcrypto/bn/bn_mont.c
528
if (!bn_wexpand(r, mctx->N.top))
lib/libcrypto/bn/bn_mont.c
533
if (!bn_wexpand(t, mctx->N.top * 2 + 2))
lib/libcrypto/bn/bn_mont.c
537
mctx->n0[0], mctx->N.top);
lib/libcrypto/bn/bn_mont.c
539
r->top = mctx->N.top;
lib/libcrypto/bn/bn_mont.c
556
if (mctx->N.top <= 1 || a->top != mctx->N.top || b->top != mctx->N.top)
lib/libcrypto/bn/bn_mont.c
567
if (mctx->N.top <= 1 || a->top != mctx->N.top || b->top != mctx->N.top)
lib/libcrypto/bn/bn_mont.c
575
if (mctx->N.top > (8 * 1024 / sizeof(BN_ULONG)))
lib/libcrypto/bn/bn_mont.c
578
if (!bn_wexpand(r, mctx->N.top))
lib/libcrypto/bn/bn_mont.c
585
if (!bn_mul_mont(r->d, a->d, b->d, mctx->N.d, mctx->n0, mctx->N.top))
lib/libcrypto/bn/bn_mont.c
588
r->top = mctx->N.top;
lib/libcrypto/bn/bn_mul.c
373
bn_mul_words(r->d, a->d, a->top, b->d, b->top);
lib/libcrypto/bn/bn_mul.c
398
if (a->top > INT_MAX - b->top)
lib/libcrypto/bn/bn_mul.c
400
rn = a->top + b->top;
lib/libcrypto/bn/bn_mul.c
404
if (a->top == 4 && b->top == 4) {
lib/libcrypto/bn/bn_mul.c
406
} else if (a->top == 6 && b->top == 6) {
lib/libcrypto/bn/bn_mul.c
408
} else if (a->top == 8 && b->top == 8) {
lib/libcrypto/bn/bn_mul.c
415
rr->top = rn;
lib/libcrypto/bn/bn_primitives.c
55
while (i < bn->top) {
lib/libcrypto/bn/bn_rand.c
122
bnrand(int pseudorand, BIGNUM *rnd, int bits, int top, int bottom)
lib/libcrypto/bn/bn_rand.c
132
if (bits < 0 || (bits == 1 && top > 0)) {
lib/libcrypto/bn/bn_rand.c
178
if (top > 0) {
lib/libcrypto/bn/bn_rand.c
186
if (top == 0)
lib/libcrypto/bn/bn_rand.c
201
BN_rand(BIGNUM *rnd, int bits, int top, int bottom)
lib/libcrypto/bn/bn_rand.c
203
return bnrand(0, rnd, bits, top, bottom);
lib/libcrypto/bn/bn_rand.c
208
BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom)
lib/libcrypto/bn/bn_rand.c
210
return bnrand(1, rnd, bits, top, bottom);
lib/libcrypto/bn/bn_rand.c
216
BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom)
lib/libcrypto/bn/bn_rand.c
218
return bnrand(2, rnd, bits, top, bottom);
lib/libcrypto/bn/bn_shift.c
122
if (a->top <= shift_words) {
lib/libcrypto/bn/bn_shift.c
126
count = a->top - shift_words;
lib/libcrypto/bn/bn_shift.c
141
r->top = count;
lib/libcrypto/bn/bn_shift.c
51
if (a->top < 1) {
lib/libcrypto/bn/bn_shift.c
56
count = a->top + shift_words + 1;
lib/libcrypto/bn/bn_shift.c
64
src = a->d + a->top - 1;
lib/libcrypto/bn/bn_shift.c
65
dst = r->d + a->top + shift_words;
lib/libcrypto/bn/bn_shift.c
85
r->top = count;
lib/libcrypto/bn/bn_sqr.c
301
bn_sqr_words(r->d, a->d, a->top);
lib/libcrypto/bn/bn_sqr.c
315
if (a->top < 1) {
lib/libcrypto/bn/bn_sqr.c
325
if ((r_len = a->top * 2) < a->top)
lib/libcrypto/bn/bn_sqr.c
330
if (a->top == 4) {
lib/libcrypto/bn/bn_sqr.c
332
} else if (a->top == 6) {
lib/libcrypto/bn/bn_sqr.c
334
} else if (a->top == 8) {
lib/libcrypto/bn/bn_sqr.c
341
rr->top = r_len;
lib/libcrypto/bn/bn_word.c
116
if (a->top == 0)
lib/libcrypto/bn/bn_word.c
125
for (i = a->top - 1; i >= 0; i--) {
lib/libcrypto/bn/bn_word.c
132
if ((a->top > 0) && (a->d[a->top - 1] == 0))
lib/libcrypto/bn/bn_word.c
133
a->top--;
lib/libcrypto/bn/bn_word.c
164
for (i = 0; w != 0 && i < a->top; i++) {
lib/libcrypto/bn/bn_word.c
168
if (w && i == a->top) {
lib/libcrypto/bn/bn_word.c
169
if (!bn_wexpand(a, a->top + 1))
lib/libcrypto/bn/bn_word.c
171
a->top++;
lib/libcrypto/bn/bn_word.c
203
if ((a->top == 1) && (a->d[0] < w)) {
lib/libcrypto/bn/bn_word.c
219
if ((a->d[i] == 0) && (i == (a->top - 1)))
lib/libcrypto/bn/bn_word.c
220
a->top--;
lib/libcrypto/bn/bn_word.c
231
if (a->top) {
lib/libcrypto/bn/bn_word.c
235
ll = bn_mulw_words(a->d, a->d, a->top, w);
lib/libcrypto/bn/bn_word.c
237
if (!bn_wexpand(a, a->top + 1))
lib/libcrypto/bn/bn_word.c
239
a->d[a->top++] = ll;
lib/libcrypto/bn/bn_word.c
91
for (i = a->top - 1; i >= 0; i--) {
lib/libcrypto/ec/ec_field.c
122
bn->top = fm->n;
lib/libcrypto/ec/ec_field.c
43
for (i = 0; i < bn->top; i++)
lib/libcrypto/ec/ec_field.c
52
for (i = 0; i < mctx->RR.top; i++)
lib/libcrypto/ec/ec_field.c
93
for (i = 0; i < tmp->top; i++)
lib/libcrypto/ec/ecp_methods.c
1098
group_top = cardinality->top;
lib/libcrypto/ec/ecp_methods.c
1130
group_top = group->p->top;
lib/libcrypto/err/err.c
136
int top, bottom;
lib/libcrypto/err/err.c
562
ret->top = 0;
lib/libcrypto/err/err.c
605
get_error_values(int inc, int top, const char **file, int *line,
lib/libcrypto/err/err.c
614
if (inc && top) {
lib/libcrypto/err/err.c
627
if (es->bottom == es->top)
lib/libcrypto/err/err.c
629
if (top)
lib/libcrypto/err/err.c
630
i = es->top; /* last error */
lib/libcrypto/err/err.c
775
if (es->bottom == es->top)
lib/libcrypto/err/err.c
777
es->err_flags[es->top] |= ERR_FLAG_MARK;
lib/libcrypto/err/err.c
789
while (es->bottom != es->top &&
lib/libcrypto/err/err.c
790
(es->err_flags[es->top] & ERR_FLAG_MARK) == 0) {
lib/libcrypto/err/err.c
791
err_clear(es, es->top);
lib/libcrypto/err/err.c
792
es->top -= 1;
lib/libcrypto/err/err.c
793
if (es->top == -1)
lib/libcrypto/err/err.c
794
es->top = ERR_NUM_ERRORS - 1;
lib/libcrypto/err/err.c
797
if (es->bottom == es->top)
lib/libcrypto/err/err.c
799
es->err_flags[es->top]&=~ERR_FLAG_MARK;
lib/libcrypto/err/err.c
815
es->top = es->bottom = 0;
lib/libcrypto/err/err.c
823
int top;
lib/libcrypto/err/err.c
829
top = es->top;
lib/libcrypto/err/err.c
831
es->err_flags[top] &= ~(0 - clear);
lib/libcrypto/err/err.c
832
es->err_buffer[top] &= ~(0UL - clear);
lib/libcrypto/err/err.c
833
es->err_file[top] = (const char *)((uintptr_t)es->err_file[top] &
lib/libcrypto/err/err.c
835
es->err_line[top] |= 0 - clear;
lib/libcrypto/err/err.c
837
es->top = (top + ERR_NUM_ERRORS - clear) % ERR_NUM_ERRORS;
lib/libcrypto/err/err.c
848
es->top = (es->top + 1) % ERR_NUM_ERRORS;
lib/libcrypto/err/err.c
849
if (es->top == es->bottom)
lib/libcrypto/err/err.c
851
es->err_flags[es->top] = 0;
lib/libcrypto/err/err.c
852
es->err_buffer[es->top] = ERR_PACK(lib, func, reason);
lib/libcrypto/err/err.c
853
es->err_file[es->top] = file;
lib/libcrypto/err/err.c
854
es->err_line[es->top] = line;
lib/libcrypto/err/err.c
855
err_clear_data(es, es->top);
lib/libcrypto/err/err.c
885
i = es->top;
lib/libcurses/base/lib_scroll.c
108
for (line = top; line <= limit && TopLimit(line); line++) {
lib/libcurses/base/lib_scroll.c
121
touchline(win, top, bottom - top + 1);
lib/libcurses/base/lib_scroll.c
54
int const top,
lib/libcurses/base/lib_scroll.c
64
(void *) win, n, (long) top, (long) bottom));
lib/libcurses/base/lib_scroll.c
66
if (top < 0
lib/libcurses/base/lib_scroll.c
67
|| bottom < top
lib/libcurses/base/lib_scroll.c
83
#define BottomLimit(n) ((n) >= 0 && (n) >= top)
lib/libcurses/base/lib_scroll.c
88
limit = top - n;
lib/libcurses/base/lib_scroll.c
97
for (line = top; line < limit && TopLimit(line); line++) {
lib/libcurses/base/lib_scrreg.c
49
wsetscrreg(WINDOW *win, int top, int bottom)
lib/libcurses/base/lib_scrreg.c
51
T((T_CALLED("wsetscrreg(%p,%d,%d)"), (void *) win, top, bottom));
lib/libcurses/base/lib_scrreg.c
54
top >= 0 && top <= win->_maxy &&
lib/libcurses/base/lib_scrreg.c
56
bottom > top) {
lib/libcurses/base/lib_scrreg.c
57
win->_regtop = (NCURSES_SIZE_T) top;
lib/libcurses/curses.priv.h
2151
extern NCURSES_EXPORT(void) _nc_scroll_oldhash (int n, int top, int bot);
lib/libcurses/curses.priv.h
2604
extern NCURSES_EXPORT(void) NCURSES_SP_NAME(_nc_scroll_oldhash)(SCREEN*, int n, int top, int bot);
lib/libcurses/tinfo/write_entry.c
150
const char *top = _nc_tic_dir(NULL);
lib/libcurses/tinfo/write_entry.c
152
if (src == top || _nc_is_abs_path(src)) {
lib/libcurses/tinfo/write_entry.c
158
if ((strlen(top) + strlen(src) + 6) <= limit) {
lib/libcurses/tinfo/write_entry.c
159
_nc_SPRINTF(dst, _nc_SLIMIT(limit) "%s/%s", top, src);
lib/libcurses/tty/hashmap.c
447
NCURSES_SP_NAME(_nc_scroll_oldhash) (NCURSES_SP_DCLx int n, int top, int bot)
lib/libcurses/tty/hashmap.c
455
size = sizeof(*(oldhash(SP_PARM))) * (size_t) (bot - top + 1 - abs(n));
lib/libcurses/tty/hashmap.c
457
memmove(oldhash(SP_PARM) + top, oldhash(SP_PARM) + top + n, size);
lib/libcurses/tty/hashmap.c
461
memmove(oldhash(SP_PARM) + top - n, oldhash(SP_PARM) + top, size);
lib/libcurses/tty/hashmap.c
462
for (i = top; i < top - n; i++)
lib/libcurses/tty/hashmap.c
469
_nc_scroll_oldhash(int n, int top, int bot)
lib/libcurses/tty/hashmap.c
471
NCURSES_SP_NAME(_nc_scroll_oldhash) (CURRENT_SCREEN, n, top, bot);
lib/libcurses/tty/tty_update.c
1237
int top = total;
lib/libcurses/tty/tty_update.c
1258
top = row;
lib/libcurses/tty/tty_update.c
1262
if (top < total) {
lib/libcurses/tty/tty_update.c
1263
GoTo(NCURSES_SP_ARGx top, 0);
lib/libcurses/tty/tty_update.c
1266
for (row = top; row < screen_lines(SP_PARM); row++)
lib/libcurses/tty/tty_update.c
1271
return top;
lib/libcurses/tty/tty_update.c
1829
int top,
lib/libcurses/tty/tty_update.c
1837
if (n == 1 && scroll_forward && top == miny && bot == maxy) {
lib/libcurses/tty/tty_update.c
1842
GoTo(NCURSES_SP_ARGx top, 0);
lib/libcurses/tty/tty_update.c
1845
} else if (parm_index && top == miny && bot == maxy) {
lib/libcurses/tty/tty_update.c
1854
GoTo(NCURSES_SP_ARGx top, 0);
lib/libcurses/tty/tty_update.c
1861
} else if (scroll_forward && top == miny && bot == maxy) {
lib/libcurses/tty/tty_update.c
1868
GoTo(NCURSES_SP_ARGx top, 0);
lib/libcurses/tty/tty_update.c
1894
int top,
lib/libcurses/tty/tty_update.c
1902
if (n == 1 && scroll_reverse && top == miny && bot == maxy) {
lib/libcurses/tty/tty_update.c
1903
GoTo(NCURSES_SP_ARGx top, 0);
lib/libcurses/tty/tty_update.c
1907
GoTo(NCURSES_SP_ARGx top, 0);
lib/libcurses/tty/tty_update.c
1910
} else if (parm_rindex && top == miny && bot == maxy) {
lib/libcurses/tty/tty_update.c
1911
GoTo(NCURSES_SP_ARGx top, 0);
lib/libcurses/tty/tty_update.c
1919
GoTo(NCURSES_SP_ARGx top, 0);
lib/libcurses/tty/tty_update.c
1926
} else if (scroll_reverse && top == miny && bot == maxy) {
lib/libcurses/tty/tty_update.c
1927
GoTo(NCURSES_SP_ARGx top, 0);
lib/libcurses/tty/tty_update.c
1933
GoTo(NCURSES_SP_ARGx top, 0);
lib/libcurses/tty/tty_update.c
1945
GoTo(NCURSES_SP_ARGx top + i, 0);
lib/libcurses/tty/tty_update.c
2010
int top,
lib/libcurses/tty/tty_update.c
2021
(void *) SP_PARM, n, top, bot, maxy));
lib/libcurses/tty/tty_update.c
2042
res = scroll_csr_forward(NCURSES_SP_ARGx n, top, bot, 0, maxy, blank);
lib/libcurses/tty/tty_update.c
2052
TIPARM_2(change_scroll_region, top, bot));
lib/libcurses/tty/tty_update.c
2059
res = scroll_csr_forward(NCURSES_SP_ARGx n, top, bot, top, bot, blank);
lib/libcurses/tty/tty_update.c
2067
res = scroll_idl(NCURSES_SP_ARGx n, top, bot - n + 1, blank);
lib/libcurses/tty/tty_update.c
2087
res = scroll_csr_backward(NCURSES_SP_ARGx -n, top, bot, 0, maxy, blank);
lib/libcurses/tty/tty_update.c
2090
if (top != 0
lib/libcurses/tty/tty_update.c
2091
&& (SP_PARM->_cursrow == top ||
lib/libcurses/tty/tty_update.c
2092
SP_PARM->_cursrow == top - 1)
lib/libcurses/tty/tty_update.c
2098
TIPARM_2(change_scroll_region, top, bot));
lib/libcurses/tty/tty_update.c
2106
-n, top, bot, top, bot, blank);
lib/libcurses/tty/tty_update.c
2114
res = scroll_idl(NCURSES_SP_ARGx -n, bot + n + 1, top, blank);
lib/libcurses/tty/tty_update.c
2120
&& (non_dest_scroll_region || (memory_above && top == 0))) {
lib/libcurses/tty/tty_update.c
2123
GoTo(NCURSES_SP_ARGx i + top, 0);
lib/libcurses/tty/tty_update.c
2133
(NCURSES_SIZE_T) top,
lib/libcurses/tty/tty_update.c
2138
NCURSES_SP_NAME(_nc_scroll_oldhash) (NCURSES_SP_ARGx n, top, bot);
lib/libcurses/tty/tty_update.c
2145
_nc_scrolln(int n, int top, int bot, int maxy)
lib/libcurses/tty/tty_update.c
2147
return NCURSES_SP_NAME(_nc_scrolln) (CURRENT_SCREEN, n, top, bot, maxy);
lib/libpcap/optimize.c
1227
top:
lib/libpcap/optimize.c
1248
goto top;
lib/libpcap/optimize.c
1629
top:
lib/libpcap/optimize.c
1663
goto top;
lib/libusbhid/parse.c
223
top:
lib/libusbhid/parse.c
337
goto top;
lib/libusbhid/parse.c
358
goto top;
lib/libz/trees.c
486
#define pqremove(s, tree, top) \
lib/libz/trees.c
488
top = s->heap[SMALLEST]; \
sbin/dhcp6leased/parse.y
375
top:
sbin/dhcp6leased/parse.y
413
goto top;
sbin/dhcpleased/parse.y
503
top:
sbin/dhcpleased/parse.y
541
goto top;
sbin/dump/dump.h
119
void startnewtape(int top);
sbin/dump/tape.c
564
startnewtape(int top)
sbin/dump/tape.c
678
if (top)
sbin/iked/parse.y
1774
top:
sbin/iked/parse.y
1812
goto top;
sbin/iked/sntrup761.c
40
long long top,p,q,r,i,j;
sbin/iked/sntrup761.c
44
top = 1;
sbin/iked/sntrup761.c
45
while (top < n - top) top += top;
sbin/iked/sntrup761.c
47
for (p = top;p >= 1;p >>= 1) {
sbin/iked/sntrup761.c
59
for (q = top;q > p;q >>= 1) {
sbin/ipsecctl/parse.y
1214
top:
sbin/ipsecctl/parse.y
1247
goto top;
sbin/pfctl/parse.y
5740
top:
sbin/pfctl/parse.y
5778
goto top;
sbin/scsi/scsi.c
654
top:
sbin/scsi/scsi.c
666
goto top;
sbin/unwind/parse.y
567
top:
sbin/unwind/parse.y
605
goto top;
sys/arch/amd64/stand/efiboot/heap.h
20
static char *top = NULL;
sys/arch/amd64/stand/efiboot/heap.h
27
if (top == NULL)
sys/arch/amd64/stand/efiboot/heap.h
28
top = (char *)(uintptr_t)heap;
sys/arch/arm64/stand/efiboot/heap.h
20
static char *top = NULL;
sys/arch/arm64/stand/efiboot/heap.h
27
if (top == NULL)
sys/arch/arm64/stand/efiboot/heap.h
28
top = (char *)(uintptr_t)heap;
sys/arch/armv7/stand/efiboot/heap.h
20
static char *top = NULL;
sys/arch/armv7/stand/efiboot/heap.h
27
if (top == NULL)
sys/arch/armv7/stand/efiboot/heap.h
28
top = (char *)(uintptr_t)heap;
sys/arch/macppc/dev/if_bm.c
681
struct mbuf *top, **mp;
sys/arch/macppc/dev/if_bm.c
689
top = 0;
sys/arch/macppc/dev/if_bm.c
690
mp = &top;
sys/arch/macppc/dev/if_bm.c
693
if (top) {
sys/arch/macppc/dev/if_bm.c
696
m_freem(top);
sys/arch/macppc/dev/if_bm.c
705
m_freem(top);
sys/arch/macppc/dev/if_bm.c
718
return (top);
sys/arch/macppc/dev/if_mc.c
902
struct mbuf *top, **mp;
sys/arch/macppc/dev/if_mc.c
911
top = 0;
sys/arch/macppc/dev/if_mc.c
912
mp = &top;
sys/arch/macppc/dev/if_mc.c
915
if (top) {
sys/arch/macppc/dev/if_mc.c
918
m_freem(top);
sys/arch/macppc/dev/if_mc.c
927
m_freem(top);
sys/arch/macppc/dev/if_mc.c
940
return (top);
sys/arch/octeon/dev/amdcf.c
677
u_int top;
sys/arch/octeon/dev/amdcf.c
686
top = sc->sc_wrofs + sc->sc_wrbufsz;
sys/arch/octeon/dev/amdcf.c
687
if (off < sc->sc_wrofs || off >= top)
sys/arch/octeon/dev/amdcf.c
700
top = sc->sc_wrofs + sc->sc_wrbufsz;
sys/arch/octeon/dev/amdcf.c
703
MIN(top - off, resid));
sys/arch/octeon/dev/amdcf.c
704
resid -= MIN(top - off, resid);
sys/arch/riscv64/stand/efiboot/heap.h
20
static char *top = NULL;
sys/arch/riscv64/stand/efiboot/heap.h
27
if (top == NULL)
sys/arch/riscv64/stand/efiboot/heap.h
28
top = (char *)(uintptr_t)heap;
sys/arch/sparc64/dev/mgiic.c
206
top:
sys/arch/sparc64/dev/mgiic.c
243
goto top;
sys/arch/sparc64/fpu/fpu_subr.c
144
u_int m0, m1, m2, m3, top, sup, nrm;
sys/arch/sparc64/fpu/fpu_subr.c
175
for (rsh = 1, top = m0 >> 1; top >= sup; rsh++) /* XXX slow */
sys/arch/sparc64/fpu/fpu_subr.c
176
top >>= 1;
sys/arch/sparc64/fpu/fpu_subr.c
182
m0 = top;
sys/arch/sparc64/fpu/fpu_subr.c
188
for (lsh = 1, top = m0 << 1; top < nrm; lsh++) /* XXX slow */
sys/arch/sparc64/fpu/fpu_subr.c
189
top <<= 1;
sys/arch/sparc64/fpu/fpu_subr.c
192
m0 = top | (m1 >> rsh);
sys/ddb/db_prof.c
135
top = &p->tos[toindex];
sys/ddb/db_prof.c
136
top->selfpc = selfpc;
sys/ddb/db_prof.c
137
top->count = 1;
sys/ddb/db_prof.c
138
top->link = 0;
sys/ddb/db_prof.c
141
top = &p->tos[toindex];
sys/ddb/db_prof.c
142
if (top->selfpc == selfpc) {
sys/ddb/db_prof.c
146
top->count++;
sys/ddb/db_prof.c
156
if (top->link == 0) {
sys/ddb/db_prof.c
167
top = &p->tos[toindex];
sys/ddb/db_prof.c
168
top->selfpc = selfpc;
sys/ddb/db_prof.c
169
top->count = 1;
sys/ddb/db_prof.c
170
top->link = *frompcindex;
sys/ddb/db_prof.c
177
prevtop = top;
sys/ddb/db_prof.c
178
top = &p->tos[top->link];
sys/ddb/db_prof.c
179
if (top->selfpc == selfpc) {
sys/ddb/db_prof.c
185
top->count++;
sys/ddb/db_prof.c
187
prevtop->link = top->link;
sys/ddb/db_prof.c
188
top->link = *frompcindex;
sys/ddb/db_prof.c
89
struct tostruct *top, *prevtop;
sys/dev/hid/hid.c
207
top:
sys/dev/hid/hid.c
325
goto top;
sys/dev/ic/lance.c
360
struct mbuf *m, *top, **mp;
sys/dev/ic/lance.c
370
top = NULL;
sys/dev/ic/lance.c
371
mp = &top;
sys/dev/ic/lance.c
374
if (top) {
sys/dev/ic/lance.c
377
m_freem(top);
sys/dev/ic/lance.c
386
if (!top) {
sys/dev/ic/lance.c
400
return (top);
sys/dev/ic/pgt.c
1471
struct mbuf *top, **mp, *m;
sys/dev/ic/pgt.c
1478
top = NULL;
sys/dev/ic/pgt.c
1479
mp = &top;
sys/dev/ic/pgt.c
1530
if (top) {
sys/dev/ic/pgt.c
1531
top->m_pkthdr.len = tlen;
sys/dev/ic/pgt.c
1533
return (top);
sys/dev/ic/pgt.c
1541
m_freem(top);
sys/dev/ic/smc91cxx.c
516
struct mbuf *m, *top;
sys/dev/ic/smc91cxx.c
537
for (len = 0, top = m; m != NULL; m = m->m_next)
sys/dev/ic/smc91cxx.c
630
for (top = m; m != NULL; m = m->m_next) {
sys/dev/ic/smc91cxx.c
675
bpf_mtap(ifp->if_bpf, top, BPF_DIRECTION_OUT);
sys/dev/ic/smc91cxx.c
678
m_freem(top);
sys/dev/isa/if_ef_isapnp.c
698
struct mbuf *top, **mp, *m;
sys/dev/isa/if_ef_isapnp.c
708
top = 0;
sys/dev/isa/if_ef_isapnp.c
709
mp = &top;
sys/dev/isa/if_ef_isapnp.c
714
if (top) {
sys/dev/isa/if_ef_isapnp.c
717
m_freem(top);
sys/dev/isa/if_ef_isapnp.c
723
if (top && totlen >= MINCLSIZE) {
sys/dev/isa/if_ef_isapnp.c
748
return (top);
sys/dev/isa/if_eg.c
680
struct mbuf *top, **mp, *m;
sys/dev/isa/if_eg.c
688
top = 0;
sys/dev/isa/if_eg.c
689
mp = &top;
sys/dev/isa/if_eg.c
692
if (top) {
sys/dev/isa/if_eg.c
695
m_freem(top);
sys/dev/isa/if_eg.c
713
return (top);
sys/dev/isa/if_el.c
507
struct mbuf *top, **mp, *m;
sys/dev/isa/if_el.c
515
top = 0;
sys/dev/isa/if_el.c
516
mp = &top;
sys/dev/isa/if_el.c
522
if (top) {
sys/dev/isa/if_el.c
525
m_freem(top);
sys/dev/isa/if_el.c
545
return top;
sys/dev/isa/if_ie.c
1128
struct mbuf *top, **mp, *m;
sys/dev/isa/if_ie.c
1164
top = 0;
sys/dev/isa/if_ie.c
1165
mp = &top;
sys/dev/isa/if_ie.c
1172
if (top) {
sys/dev/isa/if_ie.c
1175
m_freem(top);
sys/dev/isa/if_ie.c
1192
m = top;
sys/dev/isa/if_ie.c
1229
if (top == NULL)
sys/dev/isa/if_ie.c
1231
return top;
sys/dev/pci/drm/amd/amdgpu/amdgpu_xgmi.c
472
struct psp_xgmi_topology_info *top = &adev->psp.xgmi_context.top_info;
sys/dev/pci/drm/amd/amdgpu/amdgpu_xgmi.c
475
for (i = 0; i < top->num_nodes; i++)
sys/dev/pci/drm/amd/amdgpu/amdgpu_xgmi.c
476
sprintf(buf + 3 * i, "%02x ", top->nodes[i].num_hops);
sys/dev/pci/drm/amd/amdgpu/amdgpu_xgmi.c
491
struct psp_xgmi_topology_info *top = &adev->psp.xgmi_context.top_info;
sys/dev/pci/drm/amd/amdgpu/amdgpu_xgmi.c
494
for (i = 0; i < top->num_nodes; i++)
sys/dev/pci/drm/amd/amdgpu/amdgpu_xgmi.c
495
sprintf(buf + 3 * i, "%02x ", top->nodes[i].num_links);
sys/dev/pci/drm/amd/amdgpu/amdgpu_xgmi.c
507
struct psp_xgmi_topology_info *top = &adev->psp.xgmi_context.top_info;
sys/dev/pci/drm/amd/amdgpu/amdgpu_xgmi.c
515
for (i = 0; i < top->num_nodes; i++) {
sys/dev/pci/drm/amd/amdgpu/amdgpu_xgmi.c
516
if (top->nodes[i].node_id == adev->gmc.xgmi.node_id) {
sys/dev/pci/drm/amd/amdgpu/amdgpu_xgmi.c
522
if (i == top->num_nodes)
sys/dev/pci/drm/amd/amdgpu/amdgpu_xgmi.c
525
for (i = 0; i < top->num_nodes; i++) {
sys/dev/pci/drm/amd/amdgpu/amdgpu_xgmi.c
526
for (j = 0; j < top->nodes[i].num_links; j++)
sys/dev/pci/drm/amd/amdgpu/amdgpu_xgmi.c
529
top->nodes[i].port_num[j].src_xgmi_port_num, i + 1,
sys/dev/pci/drm/amd/amdgpu/amdgpu_xgmi.c
530
top->nodes[i].port_num[j].dst_xgmi_port_num);
sys/dev/pci/drm/amd/amdgpu/amdgpu_xgmi.c
877
struct psp_xgmi_topology_info *top = &adev->psp.xgmi_context.top_info;
sys/dev/pci/drm/amd/amdgpu/amdgpu_xgmi.c
884
for (i = 0 ; i < top->num_nodes; ++i)
sys/dev/pci/drm/amd/amdgpu/amdgpu_xgmi.c
885
if (top->nodes[i].node_id == peer_adev->gmc.xgmi.node_id)
sys/dev/pci/drm/amd/amdgpu/amdgpu_xgmi.c
886
return top->nodes[i].num_hops & num_hops_mask;
sys/dev/pci/drm/amd/amdgpu/amdgpu_xgmi.c
917
struct psp_xgmi_topology_info *top = &adev->psp.xgmi_context.top_info;
sys/dev/pci/drm/amd/amdgpu/amdgpu_xgmi.c
920
for (i = 0 ; i < top->num_nodes; ++i) {
sys/dev/pci/drm/amd/amdgpu/amdgpu_xgmi.c
921
if (top->nodes[i].node_id != peer_adev->gmc.xgmi.node_id)
sys/dev/pci/drm/amd/amdgpu/amdgpu_xgmi.c
924
num_links = top->nodes[i].num_links;
sys/dev/pci/drm/amd/amdgpu/amdgpu_xgmi.c
945
struct psp_xgmi_topology_info *top = &adev->psp.xgmi_context.top_info;
sys/dev/pci/drm/amd/amdgpu/amdgpu_xgmi.c
952
for (i = 0 ; i < top->num_nodes; ++i)
sys/dev/pci/drm/amd/amdgpu/amdgpu_xgmi.c
953
if (top->nodes[i].node_id == peer_adev->gmc.xgmi.node_id)
sys/dev/pci/drm/amd/amdgpu/amdgpu_xgmi.c
954
return !!top->nodes[i].is_sharing_enabled;
sys/dev/pci/drm/amd/amdgpu/mmhub_v1_0.c
40
u64 top = RREG32_SOC15(MMHUB, 0, mmMC_VM_FB_LOCATION_TOP);
sys/dev/pci/drm/amd/amdgpu/mmhub_v1_0.c
45
top &= MC_VM_FB_LOCATION_TOP__FB_TOP_MASK;
sys/dev/pci/drm/amd/amdgpu/mmhub_v1_0.c
46
top <<= 24;
sys/dev/pci/drm/amd/amdgpu/mmhub_v1_0.c
49
adev->gmc.fb_end = top;
sys/dev/pci/drm/amd/amdgpu/mmhub_v1_7.c
40
u64 top = RREG32_SOC15(MMHUB, 0, regMC_VM_FB_LOCATION_TOP);
sys/dev/pci/drm/amd/amdgpu/mmhub_v1_7.c
45
top &= MC_VM_FB_LOCATION_TOP__FB_TOP_MASK;
sys/dev/pci/drm/amd/amdgpu/mmhub_v1_7.c
46
top <<= 24;
sys/dev/pci/drm/amd/amdgpu/mmhub_v1_7.c
49
adev->gmc.fb_end = top;
sys/dev/pci/drm/amd/amdgpu/mmhub_v1_8.c
41
u64 top = RREG32_SOC15(MMHUB, 0, regMC_VM_FB_LOCATION_TOP);
sys/dev/pci/drm/amd/amdgpu/mmhub_v1_8.c
46
top &= MC_VM_FB_LOCATION_TOP__FB_TOP_MASK;
sys/dev/pci/drm/amd/amdgpu/mmhub_v1_8.c
47
top <<= 24;
sys/dev/pci/drm/amd/amdgpu/mmhub_v1_8.c
50
adev->gmc.fb_end = top;
sys/dev/pci/drm/amd/amdgpu/mmhub_v9_4.c
43
u64 top = RREG32_SOC15(MMHUB, 0, mmVMSHAREDVC0_MC_VM_FB_LOCATION_TOP);
sys/dev/pci/drm/amd/amdgpu/mmhub_v9_4.c
48
top &= VMSHAREDVC0_MC_VM_FB_LOCATION_TOP__FB_TOP_MASK;
sys/dev/pci/drm/amd/amdgpu/mmhub_v9_4.c
49
top <<= 24;
sys/dev/pci/drm/amd/amdgpu/mmhub_v9_4.c
52
adev->gmc.fb_end = top;
sys/dev/pci/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
2798
struct pipe_ctx *top = pipe_ctx->top_pipe;
sys/dev/pci/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
2800
while (top->top_pipe)
sys/dev/pci/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
2801
top = top->top_pipe; // Traverse to top pipe_ctx
sys/dev/pci/drm/amd/display/dc/hwss/dcn10/dcn10_hwseq.c
2802
if (top->plane_state && top->plane_state->layer_index == 0 && !top->plane_state->global_alpha)
sys/dev/pci/drm/amd/display/dc/inc/hw/transform.h
122
int top;
sys/dev/pci/drm/amd/display/dmub/dmub_srv.h
190
uint32_t top;
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn20.c
173
DMCUB_REGION3_CW0_TOP_ADDRESS, cw0->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn20.c
182
DMCUB_REGION3_CW1_TOP_ADDRESS, cw1->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn20.c
202
if (cw2->region.base != cw2->region.top) {
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn20.c
210
DMCUB_REGION3_CW2_TOP_ADDRESS, cw2->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn20.c
225
DMCUB_REGION3_CW3_TOP_ADDRESS, cw3->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn20.c
237
DMCUB_REGION3_CW4_TOP_ADDRESS, cw4->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn20.c
244
cw4->region.top - cw4->region.base - 1,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn20.c
254
DMCUB_REGION3_CW5_TOP_ADDRESS, cw5->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn20.c
261
cw5->region.top - cw5->region.base - 1,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn20.c
270
DMCUB_REGION3_CW6_TOP_ADDRESS, cw6->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn20.c
283
REG_WRITE(DMCUB_INBOX1_SIZE, inbox1->top - inbox1->base);
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn20.c
310
REG_WRITE(DMCUB_OUTBOX1_SIZE, outbox1->top - outbox1->base);
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn20.c
336
REG_WRITE(DMCUB_OUTBOX0_SIZE, outbox0->top - outbox0->base);
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn30.c
106
DMCUB_REGION3_CW0_TOP_ADDRESS, cw0->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn30.c
115
DMCUB_REGION3_CW1_TOP_ADDRESS, cw1->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn30.c
136
if (cw2->region.base != cw2->region.top) {
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn30.c
141
DMCUB_REGION3_CW2_TOP_ADDRESS, cw2->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn30.c
156
DMCUB_REGION3_CW3_TOP_ADDRESS, cw3->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn30.c
167
DMCUB_REGION3_CW4_TOP_ADDRESS, cw4->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn30.c
174
cw4->region.top - cw4->region.base - 1,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn30.c
184
DMCUB_REGION3_CW5_TOP_ADDRESS, cw5->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn30.c
191
cw5->region.top - cw5->region.base - 1,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn30.c
200
DMCUB_REGION3_CW6_TOP_ADDRESS, cw6->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn31.c
174
DMCUB_REGION3_CW0_TOP_ADDRESS, cw0->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn31.c
183
DMCUB_REGION3_CW1_TOP_ADDRESS, cw1->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn31.c
206
DMCUB_REGION3_CW3_TOP_ADDRESS, cw3->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn31.c
215
DMCUB_REGION3_CW4_TOP_ADDRESS, cw4->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn31.c
224
DMCUB_REGION3_CW5_TOP_ADDRESS, cw5->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn31.c
231
cw5->region.top - cw5->region.base - 1,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn31.c
240
DMCUB_REGION3_CW6_TOP_ADDRESS, cw6->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn31.c
248
REG_WRITE(DMCUB_INBOX1_SIZE, inbox1->top - inbox1->base);
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn31.c
270
REG_WRITE(DMCUB_OUTBOX1_SIZE, outbox1->top - outbox1->base);
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn31.c
400
REG_WRITE(DMCUB_OUTBOX0_SIZE, outbox0->top - outbox0->base);
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn32.c
174
DMCUB_REGION3_CW0_TOP_ADDRESS, cw0->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn32.c
183
DMCUB_REGION3_CW1_TOP_ADDRESS, cw1->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn32.c
204
DMCUB_REGION3_CW0_TOP_ADDRESS, cw0->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn32.c
213
DMCUB_REGION3_CW1_TOP_ADDRESS, cw1->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn32.c
236
DMCUB_REGION3_CW3_TOP_ADDRESS, cw3->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn32.c
245
DMCUB_REGION3_CW4_TOP_ADDRESS, cw4->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn32.c
254
DMCUB_REGION3_CW5_TOP_ADDRESS, cw5->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn32.c
261
cw5->region.top - cw5->region.base - 1,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn32.c
270
DMCUB_REGION3_CW6_TOP_ADDRESS, cw6->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn32.c
278
REG_WRITE(DMCUB_INBOX1_SIZE, inbox1->top - inbox1->base);
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn32.c
300
REG_WRITE(DMCUB_OUTBOX1_SIZE, outbox1->top - outbox1->base);
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn32.c
408
REG_WRITE(DMCUB_OUTBOX0_SIZE, outbox0->top - outbox0->base);
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn35.c
177
DMCUB_REGION3_CW0_TOP_ADDRESS, cw0->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn35.c
186
DMCUB_REGION3_CW1_TOP_ADDRESS, cw1->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn35.c
205
DMCUB_REGION3_CW0_TOP_ADDRESS, cw0->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn35.c
212
DMCUB_REGION3_CW1_TOP_ADDRESS, cw1->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn35.c
233
DMCUB_REGION3_CW3_TOP_ADDRESS, cw3->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn35.c
242
DMCUB_REGION3_CW4_TOP_ADDRESS, cw4->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn35.c
251
DMCUB_REGION3_CW5_TOP_ADDRESS, cw5->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn35.c
258
cw5->region.top - cw5->region.base - 1,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn35.c
267
DMCUB_REGION3_CW6_TOP_ADDRESS, cw6->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn35.c
276
region6->region.top - region6->region.base - 1,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn35.c
284
REG_WRITE(DMCUB_INBOX1_SIZE, inbox1->top - inbox1->base);
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn35.c
306
REG_WRITE(DMCUB_OUTBOX1_SIZE, outbox1->top - outbox1->base);
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn35.c
438
REG_WRITE(DMCUB_OUTBOX0_SIZE, outbox0->top - outbox0->base);
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn401.c
146
DMCUB_REGION3_CW0_TOP_ADDRESS, cw0->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn401.c
155
DMCUB_REGION3_CW1_TOP_ADDRESS, cw1->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn401.c
180
DMCUB_REGION3_CW0_TOP_ADDRESS, cw0->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn401.c
189
DMCUB_REGION3_CW1_TOP_ADDRESS, cw1->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn401.c
213
DMCUB_REGION3_CW3_TOP_ADDRESS, cw3->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn401.c
222
DMCUB_REGION3_CW4_TOP_ADDRESS, cw4->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn401.c
231
DMCUB_REGION3_CW5_TOP_ADDRESS, cw5->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn401.c
238
cw5->region.top - cw5->region.base - 1,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn401.c
247
DMCUB_REGION3_CW6_TOP_ADDRESS, cw6->region.top,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn401.c
256
region6->region.top - region6->region.base - 1,
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn401.c
264
REG_WRITE(DMCUB_INBOX1_SIZE, inbox1->top - inbox1->base);
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn401.c
286
REG_WRITE(DMCUB_OUTBOX1_SIZE, outbox1->top - outbox1->base);
sys/dev/pci/drm/amd/display/dmub/src/dmub_dcn401.c
396
REG_WRITE(DMCUB_OUTBOX0_SIZE, outbox0->top - outbox0->base);
sys/dev/pci/drm/amd/display/dmub/src/dmub_srv.c
506
uint32_t i, top = 0;
sys/dev/pci/drm/amd/display/dmub/src/dmub_srv.c
512
region->base = dmub_align(top, 256);
sys/dev/pci/drm/amd/display/dmub/src/dmub_srv.c
513
region->top = region->base + dmub_align(window_sizes[i], 64);
sys/dev/pci/drm/amd/display/dmub/src/dmub_srv.c
514
top = region->top;
sys/dev/pci/drm/amd/display/dmub/src/dmub_srv.c
518
return dmub_align(top, 4096);
sys/dev/pci/drm/amd/display/dmub/src/dmub_srv.c
607
out->fb[i].size = reg->top - reg->base;
sys/dev/pci/drm/amd/display/dmub/src/dmub_srv.c
684
cw0.region.top = cw0.region.base + inst_fb->size - 1;
sys/dev/pci/drm/amd/display/dmub/src/dmub_srv.c
688
cw1.region.top = cw1.region.base + stack_fb->size - 1;
sys/dev/pci/drm/amd/display/dmub/src/dmub_srv.c
710
cw2.region.top = cw2.region.base + data_fb->size;
sys/dev/pci/drm/amd/display/dmub/src/dmub_srv.c
714
cw3.region.top = cw3.region.base + bios_fb->size;
sys/dev/pci/drm/amd/display/dmub/src/dmub_srv.c
718
cw4.region.top = cw4.region.base + mail_fb->size;
sys/dev/pci/drm/amd/display/dmub/src/dmub_srv.c
728
inbox1.top = cw4.region.base + DMUB_RB_SIZE;
sys/dev/pci/drm/amd/display/dmub/src/dmub_srv.c
729
outbox1.base = inbox1.top;
sys/dev/pci/drm/amd/display/dmub/src/dmub_srv.c
730
outbox1.top = inbox1.top + DMUB_RB_SIZE;
sys/dev/pci/drm/amd/display/dmub/src/dmub_srv.c
734
cw5.region.top = cw5.region.base + tracebuff_fb->size;
sys/dev/pci/drm/amd/display/dmub/src/dmub_srv.c
737
outbox0.top = outbox0.base + tracebuff_fb->size - TRACE_BUFFER_ENTRY_OFFSET;
sys/dev/pci/drm/amd/display/dmub/src/dmub_srv.c
741
cw6.region.top = cw6.region.base + fw_state_fb->size;
sys/dev/pci/drm/amd/display/dmub/src/dmub_srv.c
747
region6.region.top = region6.region.base + shared_state_fb->size;
sys/dev/pci/drm/display/drm_hdmi_helper.c
162
frame->top_bar = conn_state->tv.margins.top;
sys/dev/pci/drm/drm_atomic_state_helper.c
495
state->tv.margins.top = cmdline->tv_margins.top;
sys/dev/pci/drm/drm_atomic_state_helper.c
609
old_conn_state->tv.margins.top != new_conn_state->tv.margins.top ||
sys/dev/pci/drm/drm_atomic_uapi.c
708
state->tv.margins.top = val;
sys/dev/pci/drm/drm_atomic_uapi.c
822
*val = state->tv.margins.top;
sys/dev/pci/drm/drm_modes.c
2227
mode->tv_margins.top = margin;
sys/dev/pci/drm/i915/display/intel_sdvo.c
142
struct drm_property *top;
sys/dev/pci/drm/i915/display/intel_sdvo.c
1477
if (intel_sdvo_conn->top)
sys/dev/pci/drm/i915/display/intel_sdvo.c
2393
} else if (property == intel_sdvo_connector->top ||
sys/dev/pci/drm/i915/display/intel_sdvo.c
2449
} else if (property == intel_sdvo_connector->top ||
sys/dev/pci/drm/i915/display/intel_sdvo.c
3190
intel_sdvo_connector->top =
sys/dev/pci/drm/i915/display/intel_sdvo.c
3193
if (!intel_sdvo_connector->top)
sys/dev/pci/drm/i915/display/intel_sdvo.c
3197
intel_sdvo_connector->top, 0);
sys/dev/pci/drm/i915/display/intel_tv.c
1184
conn_state->tv.margins.top -
sys/dev/pci/drm/i915/display/intel_tv.c
1232
int extra, top, bottom;
sys/dev/pci/drm/i915/display/intel_tv.c
1245
top = conn_state->tv.margins.top;
sys/dev/pci/drm/i915/display/intel_tv.c
1248
if (top + bottom)
sys/dev/pci/drm/i915/display/intel_tv.c
1249
top = extra * top / (top + bottom);
sys/dev/pci/drm/i915/display/intel_tv.c
1251
top = extra / 2;
sys/dev/pci/drm/i915/display/intel_tv.c
1252
bottom = extra - top;
sys/dev/pci/drm/i915/display/intel_tv.c
1254
tv_conn_state->margins.top = top;
sys/dev/pci/drm/i915/display/intel_tv.c
1265
tv_conn_state->margins.top = conn_state->tv.margins.top;
sys/dev/pci/drm/i915/display/intel_tv.c
1343
tv_conn_state->margins.top,
sys/dev/pci/drm/i915/display/intel_tv.c
1556
ypos = tv_conn_state->margins.top;
sys/dev/pci/drm/i915/display/intel_tv.c
1559
ysize -= (tv_conn_state->margins.top +
sys/dev/pci/drm/i915/display/intel_tv.c
1866
old_state->tv.margins.top != new_state->tv.margins.top ||
sys/dev/pci/drm/i915/display/intel_tv.c
1896
conn_state->tv.margins.top = 36;
sys/dev/pci/drm/i915/display/intel_tv.c
1920
conn_state->tv.margins.top);
sys/dev/pci/drm/i915/display/intel_tv.c
883
u16 top, bottom;
sys/dev/pci/drm/i915/display/intel_vbt_defs.h
1279
u8 top; /* 227+ */
sys/dev/pci/drm/i915/gt/gen6_ppgtt.c
442
ppgtt->base.vm.top = 1;
sys/dev/pci/drm/i915/gt/gen8_ppgtt.c
1014
ppgtt->vm.top = i915_vm_is_4lvl(&ppgtt->vm) ? 3 : 2;
sys/dev/pci/drm/i915/gt/gen8_ppgtt.c
182
unsigned int shift = __gen8_pte_shift(vm->top);
sys/dev/pci/drm/i915/gt/gen8_ppgtt.c
192
if (vm->top == 2)
sys/dev/pci/drm/i915/gt/gen8_ppgtt.c
195
return i915_pd_entry(ppgtt->pd, gen8_pd_index(idx, vm->top));
sys/dev/pci/drm/i915/gt/gen8_ppgtt.c
234
gen8_pd_top_count(vm), vm->top);
sys/dev/pci/drm/i915/gt/gen8_ppgtt.c
319
start, start + length, vm->top);
sys/dev/pci/drm/i915/gt/gen8_ppgtt.c
403
&start, start + length, vm->top);
sys/dev/pci/drm/i915/gt/gen8_ppgtt.c
450
&start, start + length, vm->top,
sys/dev/pci/drm/i915/gt/gen8_ppgtt.c
842
for (i = 0; i <= vm->top; i++)
sys/dev/pci/drm/i915/gt/gen8_ppgtt.c
862
for (i = 1; i <= vm->top; i++) {
sys/dev/pci/drm/i915/gt/gen8_ppgtt.c
898
GEM_BUG_ON(vm->top != 2);
sys/dev/pci/drm/i915/gt/gen8_ppgtt.c
948
fill_page_dma(px_base(pd), vm->scratch[vm->top]->encode, count);
sys/dev/pci/drm/i915/gt/intel_gtt.c
430
for (i = 0; i <= vm->top; i++)
sys/dev/pci/drm/i915/gt/intel_gtt.h
297
u8 top;
sys/dev/pci/drm/i915/gt/intel_gtt.h
585
return __px_dma(pt ? px_base(pt) : ppgtt->vm.scratch[ppgtt->vm.top]);
sys/dev/pci/drm/i915/gt/intel_ppgtt.c
256
for (n = 1; n < vm->top; n++) {
sys/dev/pci/drm/include/drm/drm_connector.h
895
unsigned int top;
sys/dev/pcmcia/if_xe.c
731
struct mbuf *top, **mp, *m;
sys/dev/pcmcia/if_xe.c
757
top = 0;
sys/dev/pcmcia/if_xe.c
758
mp = &top;
sys/dev/pcmcia/if_xe.c
761
if (top) {
sys/dev/pcmcia/if_xe.c
764
m_freem(top);
sys/dev/pcmcia/if_xe.c
773
m_freem(top);
sys/dev/pcmcia/if_xe.c
778
if (!top) {
sys/dev/pcmcia/if_xe.c
805
ml_enqueue(&ml, top);
sys/dev/sbus/be.c
477
struct mbuf *top, **mp;
sys/dev/sbus/be.c
491
top = NULL;
sys/dev/sbus/be.c
492
mp = &top;
sys/dev/sbus/be.c
495
if (top) {
sys/dev/sbus/be.c
498
m_freem(top);
sys/dev/sbus/be.c
503
if (top && totlen >= MINCLSIZE) {
sys/dev/sbus/be.c
516
return (top);
sys/dev/sbus/qe.c
311
struct mbuf *top, **mp;
sys/dev/sbus/qe.c
324
top = NULL;
sys/dev/sbus/qe.c
325
mp = &top;
sys/dev/sbus/qe.c
328
if (top) {
sys/dev/sbus/qe.c
331
m_freem(top);
sys/dev/sbus/qe.c
336
if (top && totlen >= MINCLSIZE) {
sys/dev/sbus/qe.c
349
return (top);
sys/dev/wscons/wstpad.c
1663
tp->edge.top = (offset ? input->hw.y_max - offset : INT_MAX);
sys/dev/wscons/wstpad.c
187
int top;
sys/dev/wscons/wstpad.c
411
else if (y >= tp->edge.top)
sys/dev/wscons/wstpad.c
607
if (y < tp->edge.top)
sys/dev/wscons/wstpad.c
616
wstpad_get_sbtn(struct wsmouseinput *input, int top)
sys/dev/wscons/wstpad.c
624
btn = top ? top_sbtn(tp, t->x, t->y) : sbtn(tp, t->x, t->y);
sys/dev/wscons/wstpad.c
630
&& !top && !(tp->features & WSTPAD_SOFTMBTN)) {
sys/dev/wscons/wstpad.c
675
int top = (hdlr == TOPBUTTON_HDLR);
sys/dev/wscons/wstpad.c
684
? wstpad_get_mtbtn(input) : wstpad_get_sbtn(input, top));
sys/kern/kern_ktrace.c
587
ktrsetchildren(struct proc *curp, struct process *top, int ops, int facs,
sys/kern/kern_ktrace.c
593
pr = top;
sys/kern/kern_ktrace.c
604
if (pr == top)
sys/kern/subr_suspend.c
221
goto top;
sys/kern/subr_suspend.c
65
top:
sys/kern/uipc_mbuf.c
1210
struct mbuf *top, **mp;
sys/kern/uipc_mbuf.c
1213
top = NULL;
sys/kern/uipc_mbuf.c
1214
mp = &top;
sys/kern/uipc_mbuf.c
1228
if (top != NULL) {
sys/kern/uipc_mbuf.c
1235
top->m_flags |= M_ZEROIZE;
sys/kern/uipc_mbuf.c
1236
m_freem(top);
sys/kern/uipc_mbuf.c
1248
if (top == NULL && totlen + off + max_linkhdr <= len) {
sys/kern/uipc_mbuf.c
1268
return (top);
sys/kern/uipc_mbuf.c
629
struct mbuf *top;
sys/kern/uipc_mbuf.c
638
np = &top;
sys/kern/uipc_mbuf.c
639
top = NULL;
sys/kern/uipc_mbuf.c
682
return (top);
sys/kern/uipc_mbuf.c
684
m_freem(top);
sys/kern/uipc_socket.c
599
sosend(struct socket *so, struct mbuf *addr, struct uio *uio, struct mbuf *top,
sys/kern/uipc_socket.c
605
int atomic = sosendallatonce(so) || top;
sys/kern/uipc_socket.c
610
resid = top->m_pkthdr.len;
sys/kern/uipc_socket.c
613
m_freem(top);
sys/kern/uipc_socket.c
689
top->m_flags |= M_EOR;
sys/kern/uipc_socket.c
692
error = m_getuio(&top, atomic, space, uio);
sys/kern/uipc_socket.c
696
space -= top->m_pkthdr.len;
sys/kern/uipc_socket.c
699
top->m_flags |= M_EOR;
sys/kern/uipc_socket.c
703
if (top && so->so_options & SO_ZEROIZE)
sys/kern/uipc_socket.c
704
top->m_flags |= M_ZEROIZE;
sys/kern/uipc_socket.c
708
error = pru_sendoob(so, top, addr, control);
sys/kern/uipc_socket.c
710
error = pru_send(so, top, addr, control);
sys/kern/uipc_socket.c
715
top = NULL;
sys/kern/uipc_socket.c
726
m_freem(top);
sys/kern/uipc_socket.c
734
struct mbuf *m, *top = NULL;
sys/kern/uipc_socket.c
735
struct mbuf **nextp = &top;
sys/kern/uipc_socket.c
741
if (top == NULL) {
sys/kern/uipc_socket.c
765
if (atomic && m == top && len < mlen - max_hdr)
sys/kern/uipc_socket.c
774
if (atomic && m == top && len < mlen - max_hdr)
sys/kern/uipc_socket.c
780
m_freem(top);
sys/kern/uipc_socket.c
788
top->m_pkthdr.len += len;
sys/kern/uipc_socket.c
793
*mp = top;
sys/lib/libkern/mcount.c
117
top = &p->tos[toindex];
sys/lib/libkern/mcount.c
118
top->selfpc = selfpc;
sys/lib/libkern/mcount.c
119
top->count = 1;
sys/lib/libkern/mcount.c
120
top->link = 0;
sys/lib/libkern/mcount.c
123
top = &p->tos[toindex];
sys/lib/libkern/mcount.c
124
if (top->selfpc == selfpc) {
sys/lib/libkern/mcount.c
128
top->count++;
sys/lib/libkern/mcount.c
138
if (top->link == 0) {
sys/lib/libkern/mcount.c
149
top = &p->tos[toindex];
sys/lib/libkern/mcount.c
150
top->selfpc = selfpc;
sys/lib/libkern/mcount.c
151
top->count = 1;
sys/lib/libkern/mcount.c
152
top->link = *frompcindex;
sys/lib/libkern/mcount.c
159
prevtop = top;
sys/lib/libkern/mcount.c
160
top = &p->tos[top->link];
sys/lib/libkern/mcount.c
161
if (top->selfpc == selfpc) {
sys/lib/libkern/mcount.c
167
top->count++;
sys/lib/libkern/mcount.c
169
prevtop->link = top->link;
sys/lib/libkern/mcount.c
170
top->link = *frompcindex;
sys/lib/libkern/mcount.c
57
struct tostruct *top, *prevtop;
sys/lib/libsa/alloc.c
125
static char *top = (char *)HEAP_START;
sys/lib/libsa/alloc.c
128
static char *top = end;
sys/lib/libsa/alloc.c
180
help = top;
sys/lib/libsa/alloc.c
185
top += ALIGN(sizeof(unsigned)) + ALIGN(size);
sys/lib/libsa/alloc.c
187
if (top > (char *)HEAP_LIMIT)
sys/lib/libz/trees.c
486
#define pqremove(s, tree, top) \
sys/lib/libz/trees.c
488
top = s->heap[SMALLEST]; \
sys/net/if_pppx.c
311
struct mbuf *top, **mp, *m;
sys/net/if_pppx.c
335
top = NULL;
sys/net/if_pppx.c
336
mp = &top;
sys/net/if_pppx.c
363
m_freem(top);
sys/net/if_pppx.c
367
top->m_pkthdr.len = tlen;
sys/net/if_pppx.c
370
th = mtod(top, struct pppx_hdr *);
sys/net/if_pppx.c
371
m_adj(top, sizeof(struct pppx_hdr));
sys/net/if_pppx.c
375
m_freem(top);
sys/net/if_pppx.c
378
top->m_pkthdr.ph_ifidx = pxi->pxi_if.if_index;
sys/net/if_pppx.c
382
bpf_mtap(pxi->pxi_if.if_bpf, top, BPF_DIRECTION_IN);
sys/net/if_pppx.c
386
m_adj(top, sizeof(uint32_t));
sys/net/if_pppx.c
392
ipv4_input(&pxi->pxi_if, top, NULL);
sys/net/if_pppx.c
396
ipv6_input(&pxi->pxi_if, top, NULL);
sys/net/if_pppx.c
400
m_freem(top);
sys/net/radix.c
238
struct radix_node *top = head->rnh_treetop;
sys/net/radix.c
240
int off = top->rn_off;
sys/net/radix.c
244
t = rn_search(v, top);
sys/net/radix.c
335
} while (t != top);
sys/net/radix.c
359
struct radix_node *top = head->rnh_treetop;
sys/net/radix.c
361
int off = top->rn_off;
sys/net/radix.c
364
t = rn_search(v_arg, top);
sys/net/radix.c
389
struct radix_node *p, *x = top;
sys/net/radix.c
762
struct radix_node *top = head->rnh_treetop;
sys/net/radix.c
774
if ((tm = rn_addmask(n_arg, 0, top->rn_off)) == 0)
sys/net/radix.c
909
struct radix_node *top = head->rnh_treetop;
sys/net/radix.c
912
int off = top->rn_off;
sys/net/radix.c
922
tt = rn_search(v, top);
sys/net/wg_noise.c
740
uint64_t i, top, index_recv, index_ctr;
sys/net/wg_noise.c
761
top = MIN(index_recv - index_ctr, COUNTER_NUM);
sys/net/wg_noise.c
762
for (i = 1; i <= top; i++)
sys/net80211/ieee80211_rssadapt.c
180
u_int i, thridx, top;
sys/net80211/ieee80211_rssadapt.c
192
for (i = 0, top = IEEE80211_RSSADAPT_BKT0;
sys/net80211/ieee80211_rssadapt.c
194
i++, top <<= IEEE80211_RSSADAPT_BKTPOWER) {
sys/net80211/ieee80211_rssadapt.c
196
if (id->id_len <= top)
sys/net80211/ieee80211_rssadapt.c
220
int i, rate, top;
sys/net80211/ieee80211_rssadapt.c
230
for (i = 0, top = IEEE80211_RSSADAPT_BKT0;
sys/net80211/ieee80211_rssadapt.c
232
i++, top <<= IEEE80211_RSSADAPT_BKTPOWER) {
sys/net80211/ieee80211_rssadapt.c
234
if (id->id_len <= top)
sys/net80211/ieee80211_rssadapt.c
86
int flags = 0, i, rateidx = 0, thridx, top;
sys/net80211/ieee80211_rssadapt.c
91
for (i = 0, top = IEEE80211_RSSADAPT_BKT0;
sys/net80211/ieee80211_rssadapt.c
93
i++, top <<= IEEE80211_RSSADAPT_BKTPOWER) {
sys/net80211/ieee80211_rssadapt.c
95
if (len <= top)
sys/nfs/nfs_socket.c
467
nfs_send(struct socket *so, struct mbuf *nam, struct mbuf *top,
sys/nfs/nfs_socket.c
475
m_freem(top);
sys/nfs/nfs_socket.c
480
m_freem(top);
sys/nfs/nfs_socket.c
493
error = sosend(so, sendnam, NULL, top, NULL, flags);
sys/sys/protosw.h
337
pru_send(struct socket *so, struct mbuf *top, struct mbuf *addr,
sys/sys/protosw.h
340
return (*so->so_proto->pr_usrreqs->pru_send)(so, top, addr, control);
sys/sys/protosw.h
375
pru_sendoob(struct socket *so, struct mbuf *top, struct mbuf *addr,
sys/sys/protosw.h
380
top, addr, control);
sys/sys/protosw.h
381
m_freem(top);
sys/sys/videoio.h
4053
int32_t top;
usr.bin/ftp/main.c
317
int top;
usr.bin/ftp/main.c
662
top = setjmp(toplevel) == 0;
usr.bin/ftp/main.c
663
if (top) {
usr.bin/ftp/main.c
668
cmdscanner(top);
usr.bin/ftp/main.c
669
top = 1;
usr.bin/ftp/main.c
735
cmdscanner(int top)
usr.bin/ftp/main.c
741
if (!top && !editing)
usr.bin/ftp/util.c
485
top:
usr.bin/ftp/util.c
502
goto top;
usr.bin/ftp/util.c
525
goto top;
usr.bin/kdump/kdump.c
1057
kresolvsysctl(int depth, const int *top)
usr.bin/kdump/kdump.c
1061
int idx = top[depth];
usr.bin/kdump/kdump.c
1070
switch (top[0]) {
usr.bin/kdump/kdump.c
1097
switch (top[0]) {
usr.bin/kdump/kdump.c
1099
switch (top[1]) {
usr.bin/kdump/kdump.c
954
int n, i, *top;
usr.bin/kdump/kdump.c
962
top = (int *)(ap + 6);
usr.bin/kdump/kdump.c
963
printf("%d", top[0]);
usr.bin/kdump/kdump.c
965
printf(".%d", top[i]);
usr.bin/kdump/kdump.c
966
if ((s = kresolvsysctl(0, top)) != NULL) {
usr.bin/kdump/kdump.c
969
if ((s = kresolvsysctl(i, top)) != NULL)
usr.bin/kdump/kdump.c
972
printf(".%d", top[i]);
usr.bin/m4/parser.y
42
top : expr { end_result = $1; }
usr.bin/mail/cmdtab.c
53
{ "top", { top }, MSGLIST, 0, MMNDEL },
usr.bin/mail/extern.h
240
int top(void *);
usr.bin/mail/head.c
125
char *cp, *top;
usr.bin/mail/head.c
127
top = cp = *space;
usr.bin/mail/head.c
131
return(top);
usr.bin/mail/names.c
106
return(top);
usr.bin/mail/names.c
116
char *cp, *top;
usr.bin/mail/names.c
136
top = salloc(s);
usr.bin/mail/names.c
137
cp = top;
usr.bin/mail/names.c
149
return(top);
usr.bin/mail/names.c
207
struct name *np, *top;
usr.bin/mail/names.c
215
top = names;
usr.bin/mail/names.c
336
return(top);
usr.bin/mail/names.c
86
struct name *top, *np, *t;
usr.bin/mail/names.c
93
top = NULL;
usr.bin/mail/names.c
98
if (top == NULL)
usr.bin/mail/names.c
99
top = t;
usr.bin/mandoc/eqn.c
497
free(bp->top);
usr.bin/mandoc/eqn.c
733
parent->top = mandoc_strdup("\\[ad]");
usr.bin/mandoc/eqn.c
736
parent->top = mandoc_strdup("\\[->]");
usr.bin/mandoc/eqn.c
739
parent->top = mandoc_strdup("\\[<>]");
usr.bin/mandoc/eqn.c
742
parent->top = mandoc_strdup("\\[a~]");
usr.bin/mandoc/eqn.c
748
parent->top = mandoc_strdup("\\[rn]");
usr.bin/mandoc/eqn.c
751
parent->top = mandoc_strdup("\\[a.]");
usr.bin/mandoc/eqn.c
754
parent->top = mandoc_strdup("\\[ha]");
usr.bin/mandoc/eqn.h
63
char *top; /* Symbol above. */
usr.bin/mandoc/eqn_html.c
123
if (bp->top || bp->bottom) {
usr.bin/mandoc/eqn_html.c
125
if (bp->top && NULL == bp->bottom)
usr.bin/mandoc/eqn_html.c
127
else if (bp->top && bp->bottom)
usr.bin/mandoc/eqn_html.c
217
if (NULL != bp->top) {
usr.bin/mandoc/eqn_html.c
219
print_text(p, bp->top);
usr.bin/mandoc/eqn_term.c
155
if (bp->top != NULL) {
usr.bin/mandoc/eqn_term.c
157
term_word(p, bp->top);
usr.bin/mandoc/eqn_term.c
62
((bp->top != NULL || bp->bottom != NULL) &&
usr.bin/mandoc/term_ps.c
612
p->ps->top = pagey - marginy;
usr.bin/mandoc/term_ps.c
77
size_t top; /* body top (AFM units) */
usr.bin/mandoc/term_ps.c
772
p->ps->psrow = p->ps->top;
usr.bin/mandoc/term_ps.c
948
p->ps->psrow = p->ps->top;
usr.bin/mandoc/tree.c
363
if (ep->top)
usr.bin/mandoc/tree.c
364
printf(" top=\"%s\"", ep->top);
usr.bin/mg/tty.c
357
ttwindow(int top, int bot)
usr.bin/mg/tty.c
359
if (change_scroll_region && (tttop != top || ttbot != bot)) {
usr.bin/mg/tty.c
360
putpad(tgoto(change_scroll_region, bot, top), nrow - ttrow);
usr.bin/mg/tty.c
363
tttop = top; /* Remember region. */
usr.bin/sed/process.c
141
goto top;
usr.bin/sed/process.c
95
top:
usr.bin/ssh/bitmap.c
107
if (offset > b->top)
usr.bin/ssh/bitmap.c
108
b->top = offset;
usr.bin/ssh/bitmap.c
117
if (b->top >= b->len)
usr.bin/ssh/bitmap.c
119
while (b->top > 0 && b->d[b->top] == 0)
usr.bin/ssh/bitmap.c
120
b->top--;
usr.bin/ssh/bitmap.c
128
if (b->top >= b->len || n > BITMAP_MAX)
usr.bin/ssh/bitmap.c
131
if (offset > b->top)
usr.bin/ssh/bitmap.c
145
if (b->top >= b->len)
usr.bin/ssh/bitmap.c
147
if (b->len == 0 || (b->top == 0 && b->d[0] == 0))
usr.bin/ssh/bitmap.c
150
w = b->d[b->top];
usr.bin/ssh/bitmap.c
151
bits = (b->top + 1) * BITMAP_BITS;
usr.bin/ssh/bitmap.c
171
if (l < need || b->top >= b->len)
usr.bin/ssh/bitmap.c
176
for (i = k = 0; i < b->top + 1; i++) {
usr.bin/ssh/bitmap.c
200
b->top = offset = ((l + (BITMAP_BYTES - 1)) / BITMAP_BYTES) - 1;
usr.bin/ssh/bitmap.c
32
size_t top; /* index of top word allocated */
usr.bin/ssh/bitmap.c
47
ret->top = 0;
usr.bin/ssh/bitmap.c
66
b->top = 0;
usr.bin/ssh/bitmap.c
72
if (b->top >= b->len)
usr.bin/ssh/bitmap.c
74
if (b->len == 0 || (n / BITMAP_BITS) > b->top)
usr.bin/ssh/bitmap.c
85
if (b->top >= b->len || n > BITMAP_MAX)
usr.bin/ssh/sntrup761.c
1617
long long top,p,q,r,i,j;
usr.bin/ssh/sntrup761.c
1621
top = 1;
usr.bin/ssh/sntrup761.c
1622
while (top < n - top) top += top;
usr.bin/ssh/sntrup761.c
1624
for (p = top;p >= 1;p >>= 1) {
usr.bin/ssh/sntrup761.c
1636
for (q = top;q > p;q >>= 1) {
usr.bin/telnet/commands.c
1985
command(int top, char *tbuf, int cnt)
usr.bin/telnet/commands.c
1990
if (!top) {
usr.bin/telnet/commands.c
2044
if (!top) {
usr.bin/telnet/externs.h
168
void command(int top, char *tbuf, int cnt);
usr.bin/telnet/ring.c
181
return ring_subtract(ring, ring->top, ring->supply);
usr.bin/telnet/ring.c
217
return ring_subtract(ring, ring->top, ring->consume);
usr.bin/telnet/ring.c
223
return ring_subtract(ring, ring->top, ring->consume);
usr.bin/telnet/ring.c
51
#define ring_increment(d,a,c) (((a)+(c) < (d)->top)? \
usr.bin/telnet/ring.c
85
ring->top = ring->bottom+ring->size;
usr.bin/telnet/ring.h
49
unsigned char *top; /* highest address+1 in buffer */
usr.bin/tmux/cmd-capture-pane.c
116
u_int i, sx, top, bottom, tmp;
usr.bin/tmux/cmd-capture-pane.c
148
top = 0;
usr.bin/tmux/cmd-capture-pane.c
153
top = gd->hsize;
usr.bin/tmux/cmd-capture-pane.c
156
top = 0;
usr.bin/tmux/cmd-capture-pane.c
158
top = gd->hsize + n;
usr.bin/tmux/cmd-capture-pane.c
159
if (top > gd->hsize + gd->sy - 1)
usr.bin/tmux/cmd-capture-pane.c
160
top = gd->hsize + gd->sy - 1;
usr.bin/tmux/cmd-capture-pane.c
180
if (bottom < top) {
usr.bin/tmux/cmd-capture-pane.c
182
bottom = top;
usr.bin/tmux/cmd-capture-pane.c
183
top = tmp;
usr.bin/tmux/cmd-capture-pane.c
197
for (i = top; i <= bottom; i++) {
usr.bin/tmux/cmd-display-menu.c
109
int top;
usr.bin/tmux/cmd-display-menu.c
134
top = status_at_line(tc);
usr.bin/tmux/cmd-display-menu.c
135
if (top != -1) {
usr.bin/tmux/cmd-display-menu.c
137
if (top == 0)
usr.bin/tmux/cmd-display-menu.c
138
top = lines;
usr.bin/tmux/cmd-display-menu.c
140
top = 0;
usr.bin/tmux/cmd-display-menu.c
174
top = 0;
usr.bin/tmux/cmd-display-menu.c
219
n = top + wp->yoff - oy + h;
usr.bin/tmux/cmd-display-menu.c
224
format_add(ft, "popup_pane_bottom", "%u", top + wp->yoff + wp->sy - oy);
usr.bin/tmux/screen-redraw.c
953
u_int i, j, k, top, x, y, width;
usr.bin/tmux/screen-redraw.c
963
top = ctx->statuslines;
usr.bin/tmux/screen-redraw.c
965
top = 0;
usr.bin/tmux/screen-redraw.c
969
y = top + wp->yoff + j - ctx->oy;
usr.bin/tmux/screen-write.c
684
screen_write_vline(struct screen_write_ctx *ctx, u_int ny, int top, int bottom)
usr.bin/tmux/screen-write.c
696
screen_write_putc(ctx, &gc, top ? 'w' : 'x');
usr.bin/tmux/window-customize.c
232
struct mode_tree_item *top, enum window_customize_scope scope,
usr.bin/tmux/window-customize.c
260
mode_tree_add(data->data, top, item, tag, name, text, -1);
usr.bin/tmux/window-customize.c
272
struct mode_tree_item *top, enum window_customize_scope scope,
usr.bin/tmux/window-customize.c
334
top = mode_tree_add(data->data, top, item, tag, name, text, 0);
usr.bin/tmux/window-customize.c
338
window_customize_build_array(data, top, scope, o, ft);
usr.bin/tmux/window-customize.c
379
struct mode_tree_item *top;
usr.bin/tmux/window-customize.c
385
top = mode_tree_add(data->data, NULL, NULL, tag, title, NULL, 0);
usr.bin/tmux/window-customize.c
386
mode_tree_no_tag(top);
usr.bin/tmux/window-customize.c
413
window_customize_build_option(data, top, scope, o, ft, filter,
usr.bin/tmux/window-customize.c
437
window_customize_build_option(data, top, scope, o, ft, filter,
usr.bin/tmux/window-customize.c
448
struct mode_tree_item *top, *child, *mti;
usr.bin/tmux/window-customize.c
458
top = mode_tree_add(data->data, NULL, NULL, tag, title, NULL, 0);
usr.bin/tmux/window-customize.c
459
mode_tree_no_tag(top);
usr.bin/tmux/window-customize.c
488
child = mode_tree_add(data->data, top, item, (uint64_t)bd,
usr.bin/tmux/window.c
1533
u_int edge, top, bottom, end, size;
usr.bin/tmux/window.c
1550
top = yoff;
usr.bin/tmux/window.c
1562
if (yoff < top && end > bottom)
usr.bin/tmux/window.c
1564
else if (yoff >= top && yoff <= bottom)
usr.bin/tmux/window.c
1566
else if (end >= top && end <= bottom)
usr.bin/tmux/window.c
1585
u_int edge, top, bottom, end, size;
usr.bin/tmux/window.c
1602
top = wp->yoff;
usr.bin/tmux/window.c
1614
if (yoff < top && end > bottom)
usr.bin/tmux/window.c
1616
else if (yoff >= top && yoff <= bottom)
usr.bin/tmux/window.c
1618
else if (end >= top && end <= bottom)
usr.bin/tmux/window.c
618
u_int x, y, top = 0, bottom = w->sy - 1;
usr.bin/tmux/window.c
626
top++;
usr.bin/tmux/window.c
631
y = top;
usr.bin/tmux/window.c
640
y = top;
usr.bin/tmux/window.c
643
y = top;
usr.bin/vi/vi/vs_refresh.c
297
goto top;
usr.bin/vi/vi/vs_refresh.c
319
goto top;
usr.bin/vi/vi/vs_refresh.c
376
top: if (vs_sm_fill(sp, LNO, P_TOP))
usr.bin/vi/vi/vs_smap.c
199
goto top;
usr.bin/vi/vi/vs_smap.c
217
top: HMAP->lno = lno;
usr.bin/vi/vi/vs_smap.c
235
goto top;
usr.bin/vi/vi/vs_smap.c
254
goto top;
usr.bin/vmstat/vmstat.c
471
pct(int64_t top, int64_t bot)
usr.bin/vmstat/vmstat.c
477
ans = top * 100 / bot;
usr.bin/yacc/lalr.c
540
top = 0;
usr.bin/yacc/lalr.c
560
VERTICES[++top] = i;
usr.bin/yacc/lalr.c
561
INDEX[i] = height = top;
usr.bin/yacc/lalr.c
585
j = VERTICES[top--];
usr.bin/yacc/lalr.c
81
static int top;
usr.sbin/acme-client/parse.y
655
top:
usr.sbin/acme-client/parse.y
693
goto top;
usr.sbin/amd/amd/opts.c
169
top:
usr.sbin/amd/amd/opts.c
198
goto top;
usr.sbin/amd/amd/util.c
475
top:
usr.sbin/amd/amd/util.c
480
goto top;
usr.sbin/bgpd/parse.y
3858
top:
usr.sbin/bgpd/parse.y
3871
goto top;
usr.sbin/btrace/btrace.c
1110
size_t top = SIZE_T_MAX;
usr.sbin/btrace/btrace.c
1118
top = ba2long(btop, dtev);
usr.sbin/btrace/btrace.c
1132
debug("map=%p '%s' print (top=%d)\n", bv->bv_value, bv_name(bv), top);
usr.sbin/btrace/btrace.c
1135
map_print(map, top, bv_name(bv));
usr.sbin/btrace/map.c
150
map_print(struct map *map, size_t top, const char *name)
usr.sbin/btrace/map.c
171
for (i = 0; i < top && i < count; i++) {
usr.sbin/dvmrpd/parse.y
524
top:
usr.sbin/dvmrpd/parse.y
557
goto top;
usr.sbin/eigrpd/parse.y
768
top:
usr.sbin/eigrpd/parse.y
806
goto top;
usr.sbin/hostapd/parse.y
1455
top:
usr.sbin/hostapd/parse.y
1493
goto top;
usr.sbin/httpd/parse.y
1648
top:
usr.sbin/httpd/parse.y
1686
goto top;
usr.sbin/ifstated/parse.y
518
top:
usr.sbin/ifstated/parse.y
551
goto top;
usr.sbin/iscsictl/parse.y
503
top:
usr.sbin/iscsictl/parse.y
541
goto top;
usr.sbin/ldapd/btree.c
1262
struct ppage *top;
usr.sbin/ldapd/btree.c
1264
top = CURSOR_TOP(cursor);
usr.sbin/ldapd/btree.c
1266
top->mpage->ref--;
usr.sbin/ldapd/btree.c
1268
DPRINTF("popped page %u off cursor %p", top->mpage->pgno, cursor);
usr.sbin/ldapd/btree.c
1270
free(top);
usr.sbin/ldapd/btree.c
1604
struct ppage *parent, *top;
usr.sbin/ldapd/btree.c
1607
top = CURSOR_TOP(cursor);
usr.sbin/ldapd/btree.c
1608
if ((parent = SLIST_NEXT(top, entry)) == NULL) {
usr.sbin/ldapd/btree.c
1677
struct ppage *top;
usr.sbin/ldapd/btree.c
1688
top = CURSOR_TOP(cursor);
usr.sbin/ldapd/btree.c
1689
mp = top->mpage;
usr.sbin/ldapd/btree.c
1693
if (top->ki + 1 >= NUMKEYS(mp)) {
usr.sbin/ldapd/btree.c
1699
top = CURSOR_TOP(cursor);
usr.sbin/ldapd/btree.c
1700
mp = top->mpage;
usr.sbin/ldapd/btree.c
1701
DPRINTF("next page is %u, key index %u", mp->pgno, top->ki);
usr.sbin/ldapd/btree.c
1703
top->ki++;
usr.sbin/ldapd/btree.c
1706
mp->pgno, NUMKEYS(mp), top->ki);
usr.sbin/ldapd/btree.c
1709
leaf = NODEPTR(mp, top->ki);
usr.sbin/ldapd/btree.c
1727
struct ppage *top;
usr.sbin/ldapd/btree.c
1738
top = CURSOR_TOP(cursor);
usr.sbin/ldapd/btree.c
1739
leaf = btree_search_node(cursor->bt, mp, key, exactp, &top->ki);
usr.sbin/ldapd/btree.c
1750
top = CURSOR_TOP(cursor);
usr.sbin/ldapd/btree.c
1751
top->ki = 0;
usr.sbin/ldapd/btree.c
1752
mp = top->mpage;
usr.sbin/ldapd/parse.y
606
top:
usr.sbin/ldapd/parse.y
644
goto top;
usr.sbin/ldapd/schema.c
352
top:
usr.sbin/ldapd/schema.c
417
goto top;
usr.sbin/ldpd/parse.y
1082
top:
usr.sbin/ldpd/parse.y
1120
goto top;
usr.sbin/lpd/parse.y
378
top:
usr.sbin/lpd/parse.y
411
goto top;
usr.sbin/npppd/common/radish.c
618
rd_unlink(struct radish *cur, struct radish *top)
usr.sbin/npppd/common/radish.c
622
if (cur == top) {
usr.sbin/npppd/common/radish.c
638
if (parent->rd_rtent == NULL && parent != top)
usr.sbin/npppd/common/radish.c
640
rd_unlink(parent, top);
usr.sbin/npppd/common/radish.c
668
struct radish *par = NULL, *cur, *top = h->rdh_top;
usr.sbin/npppd/common/radish.c
670
cur = top;
usr.sbin/nsd/difffile.c
248
has_data_below(domain_type* top)
usr.sbin/nsd/difffile.c
250
domain_type* d = top;
usr.sbin/nsd/difffile.c
254
while(d != NULL && domain_is_subdomain(d, top)) {
usr.sbin/ospf6d/parse.y
796
top:
usr.sbin/ospf6d/parse.y
834
goto top;
usr.sbin/ospfd/parse.y
1025
goto top;
usr.sbin/ospfd/parse.y
987
top:
usr.sbin/rad/parse.y
677
top:
usr.sbin/rad/parse.y
715
goto top;
usr.sbin/relayd/parse.y
2661
top:
usr.sbin/relayd/parse.y
2699
goto top;
usr.sbin/ripd/parse.y
559
top:
usr.sbin/ripd/parse.y
592
goto top;
usr.sbin/rmt/rmt.c
126
top:
usr.sbin/rmt/rmt.c
246
goto top;
usr.sbin/rmt/rmt.c
270
goto top;
usr.sbin/rmt/rmt.c
281
goto top;
usr.sbin/rmt/rmt.c
284
goto top;
usr.sbin/smtpd/parse.y
2909
top:
usr.sbin/smtpd/parse.y
2947
goto top;
usr.sbin/snmpd/parse.y
1472
top:
usr.sbin/snmpd/parse.y
1510
goto top;
usr.sbin/unbound/testcode/unitneg.c
113
static void get_random_data(char** fromp, char** top, char* zname)
usr.sbin/unbound/testcode/unitneg.c
125
*top = buf2;
usr.sbin/vmd/parse.y
1033
goto top;
usr.sbin/vmd/parse.y
995
top:
usr.sbin/ypldap/parse.y
695
top:
usr.sbin/ypldap/parse.y
733
goto top;