Searched refs:top (Results 101 - 125 of 493) sorted by relevance

1234567891011>>

/freebsd-12-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_idr.c215 idr_remove_layer(idr->top, idr->layers - 1);
216 idr->top = NULL;
230 il = idr->top;
280 il = idr->top;
441 if (idr->top == NULL || idr->top->bitmap == 0) {
449 il->ary[0] = idr->top;
450 if (idr->top)
452 idr->top = il;
455 il = idr->top;
[all...]
/freebsd-12-stable/usr.bin/mail/
H A Dnames.c93 struct name *top, *np, *t; local
99 top = NULL;
104 if (top == NULL)
105 top = t;
112 return (top);
122 char *cp, *top; local
142 top = salloc(s);
143 cp = top;
155 return (top);
286 struct name *np, *top; local
555 char **ap, **top; local
[all...]
/freebsd-12-stable/contrib/libucl/src/
H A Ducl_util.c2362 ucl_object_insert_key_common (ucl_object_t *top, ucl_object_t *elt, argument
2375 if (top == NULL) {
2379 if (top->type != UCL_OBJECT) {
2381 if (top->type == UCL_NULL) {
2382 top->type = UCL_OBJECT;
2390 if (top->value.ov == NULL) {
2391 top->value.ov = ucl_hash_create (false);
2421 found = __DECONST (ucl_object_t *, ucl_hash_search_obj (top->value.ov, elt));
2424 top->value.ov = ucl_hash_insert_object (top
2471 ucl_object_delete_keyl(ucl_object_t *top, const char *key, size_t keylen) argument
2493 ucl_object_delete_key(ucl_object_t *top, const char *key) argument
2499 ucl_object_pop_keyl(ucl_object_t *top, const char *key, size_t keylen) argument
2518 ucl_object_pop_key(ucl_object_t *top, const char *key) argument
2524 ucl_object_insert_key(ucl_object_t *top, ucl_object_t *elt, const char *key, size_t keylen, bool copy_key) argument
2531 ucl_object_insert_key_merged(ucl_object_t *top, ucl_object_t *elt, const char *key, size_t keylen, bool copy_key) argument
2538 ucl_object_replace_key(ucl_object_t *top, ucl_object_t *elt, const char *key, size_t keylen, bool copy_key) argument
2545 ucl_object_merge(ucl_object_t *top, ucl_object_t *elt, bool copy) argument
2912 ucl_object_lookup_path(const ucl_object_t *top, const char *path_in) argument
2918 ucl_object_lookup_path_char(const ucl_object_t *top, const char *path_in, const char sep) argument
3123 ucl_array_append(ucl_object_t *top, ucl_object_t *elt) argument
3152 ucl_array_prepend(ucl_object_t *top, ucl_object_t *elt) argument
3179 ucl_array_merge(ucl_object_t *top, ucl_object_t *elt, bool copy) argument
3217 ucl_array_delete(ucl_object_t *top, ucl_object_t *elt) argument
3240 ucl_array_head(const ucl_object_t *top) argument
3253 ucl_array_tail(const ucl_object_t *top) argument
3265 ucl_array_pop_last(ucl_object_t *top) argument
3281 ucl_array_pop_first(ucl_object_t *top) argument
3297 ucl_array_size(const ucl_object_t *top) argument
3313 ucl_array_find_index(const ucl_object_t *top, unsigned int index) argument
3325 ucl_array_index_of(ucl_object_t *top, ucl_object_t *elt) argument
3344 ucl_array_replace_index(ucl_object_t *top, ucl_object_t *elt, unsigned int index) argument
[all...]
/freebsd-12-stable/contrib/ncurses/ncurses/tty/
H A Dtty_update.c424 * (on top of the character just emitted) and doesn't wrap until the
1154 int top = total; local
1172 top = row;
1176 if (top < total) {
1177 GoTo(NCURSES_SP_ARGx top, 0);
1180 for (row = top; row < screen_lines(SP_PARM); row++)
1185 return top;
1732 int top,
1740 if (n == 1 && scroll_forward && top == miny && bot == maxy) {
1745 GoTo(NCURSES_SP_ARGx top,
1730 scroll_csr_forward(NCURSES_SP_DCLx int n, int top, int bot, int miny, int maxy, NCURSES_CH_T blank) argument
1795 scroll_csr_backward(NCURSES_SP_DCLx int n, int top, int bot, int miny, int maxy, NCURSES_CH_T blank) argument
1911 _nc_scrolln(NCURSES_SP_DCLx int n, int top, int bot, int maxy) argument
2048 _nc_scrolln(int n, int top, int bot, int maxy) argument
[all...]
/freebsd-12-stable/crypto/heimdal/appl/telnet/telnet/
H A Dring.h52 *top, /* highest address+1 in buffer */ member in struct:__anon7650
/freebsd-12-stable/contrib/telnet/telnet/
H A Dring.h57 *top, /* highest address+1 in buffer */ member in struct:__anon7249
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftp/
H A Dmain.c90 int top; local
158 top = 1;
160 top = 0;
161 if (top) {
166 cmdscanner(top);
167 top = 1;
272 cmdscanner(int top) argument
277 if (!top)
/freebsd-12-stable/sys/dev/hyperv/input/
H A Dhv_kbdc.h93 int hv_kbd_fetch_top(hv_kbd_sc *sc, keystroke *top);
94 int hv_kbd_modify_top(hv_kbd_sc *sc, keystroke *top);
/freebsd-12-stable/crypto/openssl/crypto/bn/
H A Dbn_mod.c51 size_t i, ai, bi, mtop = m->top;
67 mask = (BN_ULONG)0 - ((i - a->top) >> (8 * sizeof(i) - 1));
71 mask = (BN_ULONG)0 - ((i - b->top) >> (8 * sizeof(i) - 1));
85 r->top = mtop;
131 size_t i, ai, bi, mtop = m->top;
143 mask = (BN_ULONG)0 - ((i - a->top) >> (8 * sizeof(i) - 1));
146 mask = (BN_ULONG)0 - ((i - b->top) >> (8 * sizeof(i) - 1));
171 r->top = mtop;
H A Dbn_nist.c252 static void nist_cp_bn_0(BN_ULONG *dst, const BN_ULONG *src, int top, int max) argument
257 (void)ossl_assert(top <= max);
259 for (i = 0; i < top; i++)
265 static void nist_cp_bn(BN_ULONG *dst, const BN_ULONG *src, int top) argument
269 for (i = 0; i < top; i++)
321 int top = a->top, i; local
358 nist_cp_bn_0(buf.bn, a_d + BN_NIST_192_TOP, top - BN_NIST_192_TOP,
439 r->top = BN_NIST_192_TOP;
462 int top local
643 int i, top = a->top; local
889 int i, top = a->top; local
1158 int top = a->top, i; local
[all...]
/freebsd-12-stable/contrib/gdb/gdb/
H A Ddummy-frame.c52 CORE_ADDR top; member in struct:dummy_frame
84 if (dummyframe->top != 0)
87 top-of-stack before the inferior function call, assume
92 if (fp != dummyframe->top)
98 saved the dummy frame's top-of-stack. Try matching the
234 dummy_frame->top = 0;
245 dummy_frame_stack->top = sp;
433 fprintf_unfiltered (file, " top=0x%s", paddr (s->top));
/freebsd-12-stable/share/examples/ppp/
H A Dchap-auth71 pack .$n -side top -padx $fxpad -pady $fypad;
90 pack .k -side top -padx $fxpad -pady $fypad;
97 pack .b -side top -padx $fxpad -pady $fypad;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopPass.cpp80 // This is the top level loop.
343 PMS.top()->getPassManagerType() > PMT_LoopPassManager)
349 if (PMS.top()->getPassManagerType() == PMT_LoopPassManager &&
350 !PMS.top()->preserveHigherLevelAnalysis(this))
359 PMS.top()->getPassManagerType() > PMT_LoopPassManager)
363 if (PMS.top()->getPassManagerType() == PMT_LoopPassManager)
364 LPPM = (LPPassManager*)PMS.top();
368 PMDataManager *PMD = PMS.top();
374 // [2] Set up new manager's top level manager
/freebsd-12-stable/contrib/apr/tables/
H A Dapr_skiplist.c40 apr_skiplistnode *top; member in struct:apr_skiplist
307 for (m = sl->top; m; count++) {
432 /* Skiplists (even empty) always have a top node, although this
466 m = sl->top;
482 * or the new top if the current one is also removed.
484 apr_skiplistnode *top = sl->top; local
486 if (top != sl->top) {
487 m = sl->top;
[all...]
/freebsd-12-stable/contrib/mandoc/
H A Deqn_html.c125 if (bp->top || bp->bottom) {
127 if (bp->top && NULL == bp->bottom)
129 else if (bp->top && bp->bottom)
219 if (NULL != bp->top) {
221 print_text(p, bp->top);
/freebsd-12-stable/sys/dev/drm/
H A Ddrm_sysctl.c64 struct sysctl_oid *top, *drioid; local
89 top = SYSCTL_ADD_NODE( &info->ctx, SYSCTL_CHILDREN(drioid), OID_AUTO, info->name, CTLFLAG_RW, NULL, NULL);
90 if (!top)
95 SYSCTL_CHILDREN(top),
107 SYSCTL_ADD_INT(&info->ctx, SYSCTL_CHILDREN(top), OID_AUTO, "debug",
/freebsd-12-stable/sys/dev/cfi/
H A Dcfi_dev.c228 u_int ofs, top; local
243 top = sc->sc_wrofs + sc->sc_wrbufsz;
244 if (ofs < sc->sc_wrofs || ofs >= top)
255 top = sc->sc_wrofs + sc->sc_wrbufsz;
257 MIN(top - ofs, uio->uio_resid), uio);
H A Dcfi_disk.c221 u_int top; local
238 top = sc->sc_wrofs + sc->sc_wrbufsz;
240 bp->bio_offset >= top)
253 top = sc->sc_wrofs + sc->sc_wrbufsz;
256 MIN(top - bp->bio_offset, resid));
257 resid -= MIN(top - bp->bio_offset, resid);
/freebsd-12-stable/usr.sbin/rmt/
H A Drmt.c95 top:
163 goto top;
189 goto top;
206 goto top;
209 goto top;
/freebsd-12-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js43 TOP = 'top',
707 position = { left: 0, top: 0 },
717 // Force left top and set position
719 position = { left: target[0], top: target[1] };
724 // Force left top to allow flipping
741 top: event.pageY - position.top + (offset && offset.top || 0)
747 position.top -= mouse.scrollY - win.scrollTop();
773 top
[all...]
/freebsd-12-stable/sys/dev/ep/
H A Dif_ep.c347 sc->top = sc->mcur = 0;
462 if (sc->top) {
463 m_freem(sc->top);
464 sc->top = sc->mcur = 0;
712 struct mbuf *top, *mcur, *m; local
749 sc->top = sc->mcur = top = m;
752 top->m_data += EOFF;
756 mtod(top, uint16_t *), sizeof(struct ether_header) / 2);
757 top
[all...]
/freebsd-12-stable/sys/sys/
H A Dsmp.h69 * The top level topology is an array of pointers to groups. Each group
120 struct topo_node * topo_next_node(struct topo_node *top,
122 struct topo_node * topo_next_nonchild_node(struct topo_node *top,
154 struct cpu_group *smp_topo_find(struct cpu_group *top, int cpu);
/freebsd-12-stable/usr.sbin/mpsutil/
H A Dmpsutil.c46 SET_DECLARE(MPS_DATASET(top), struct mpsutil_command);
65 if (strncmp((*cmd)->set, "top", 3) == 0)
88 MPS_COMMAND(top, version, version, "", "version")
119 SET_FOREACH(cmd, MPS_DATASET(top)) {
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstate.c138 L1->top = L1->stack;
144 ci->func = L1->top;
145 setnilvalue(L1->top++); /* 'function' entry for this 'ci' */
146 ci->top = L1->top + LUA_MINSTACK;
240 setthvalue(L, L->top, L1);
/freebsd-12-stable/sys/dev/mthca/
H A Dmthca_allocator.c49 alloc->top = (alloc->top + alloc->max) & alloc->mask;
55 obj |= alloc->top;
74 alloc->top = (alloc->top + alloc->max) & alloc->mask;
89 alloc->top = 0;

Completed in 217 milliseconds

1234567891011>>