Searched refs:top (Results 226 - 250 of 493) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.h84 return Uses.top();
218 // (4) x.T = x (i.e. T = "top")
336 // Generate a "top" cell of given size.
337 static RegisterCell top(uint16_t Width);
371 BitTracker::RegisterCell::top(uint16_t Width) {
H A DHexagonISelDAGToDAGHVX.cpp689 unsigned top() const { return size()-1; }
1048 return OpRef::res(Results.top());
1110 unsigned Top = Results.top();
1119 return OpRef::res(Results.top());
1208 return OpRef::res(Results.top());
1551 return OpRef::res(Results.top());
1583 return OpRef::res(Results.top());
1613 return OpRef::res(Results.top());
1667 return OpRef::res(Results.top());
1894 return OpRef::res(Results.top());
[all...]
/freebsd-12-stable/contrib/bc/src/
H A Dbc_parse.c160 BcLexType top; local
162 while ((top = BC_PARSE_TOP_OP(p)) != BC_LEX_LPAREN) {
163 bc_parse_push(p, BC_PARSE_TOKEN_INST(top));
165 *nexs -= !BC_PARSE_OP_PREFIX(top);
1174 BcLexType top, t = p->l.t; local
1451 top = BC_PARSE_TOP_OP(p);
1452 assign = top >= BC_LEX_OP_ASSIGN_POWER && top <= BC_LEX_OP_ASSIGN;
1454 if (BC_ERR(top == BC_LEX_LPAREN || top
[all...]
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dllex.c126 setsvalue2s(L, L->top++, ts); /* temporarily anchor it in stack */
127 o = luaH_set(L, ls->fs->h, L->top - 1);
137 L->top--; /* remove string from stack */
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.c241 struct sysctl_oid *top)
248 oid = SYSCTL_ADD_STRING(ctx, SYSCTL_CHILDREN(top), OID_AUTO, "busid",
253 oid = SYSCTL_ADD_INT(ctx, SYSCTL_CHILDREN(top), OID_AUTO,
240 drm_add_busid_modesetting(struct drm_device *dev, struct sysctl_ctx_list *ctx, struct sysctl_oid *top) argument
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1042 * by the mbuf chain "top" (which must be null if uio is not). Data provided
1051 struct mbuf *top, struct mbuf *control, int flags, struct thread *td)
1062 resid = top->m_pkthdr.len;
1063 atomic = top != NULL;
1067 if (top)
1068 m_freem(top);
1142 top->m_flags |= M_EOR;
1151 top = m_uiotombuf(uio, M_WAITOK, copy,
1154 if (top == NULL) {
1175 top, add
1050 sdp_sosend(struct socket *so, struct sockaddr *addr, struct uio *uio, struct mbuf *top, struct mbuf *control, int flags, struct thread *td) argument
[all...]
/freebsd-12-stable/sys/sys/
H A Dsocketvar.h449 struct mbuf *top, struct mbuf *control, int flags,
452 struct uio *uio, struct mbuf *top, struct mbuf *control,
455 struct uio *uio, struct mbuf *top, struct mbuf *control,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesSourceMinimizer.cpp76 TokenKind top() const { return Tokens.empty() ? pp_none : Tokens.back().K; } function in struct:__anon3079::Minimizer
394 (*Last == '<' && top() == pp_include)) {
763 if (top() == pp_else)
772 if (top() == pp_ifdef || top() == pp_ifndef) {
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.h146 uptr top; member in struct:__asan::AsanThread::StackBounds
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.cpp559 "stack top: %p; target %p; distance: %p (%zd)\n"
571 uptr top = t->stack_top(); local
573 if (top == 0 || bottom == 0 || sp < bottom || sp >= top) {
576 "stack top: %zx; current %zx; bottom: %zx \n"
578 top, sp, bottom);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericIteratedDominanceFrontier.h157 DomTreeNodePair RootPair = PQ.top();
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCallGraphSCCPass.cpp478 // At the top level, we run all the passes in this pass manager on the
571 PMS.top()->getPassManagerType() > PMT_CallGraphPassManager)
577 if (PMS.top()->getPassManagerType() == PMT_CallGraphPassManager)
578 CGP = (CGPassManager*)PMS.top();
582 PMDataManager *PMD = PMS.top();
587 // [2] Set up new manager's top level manager
/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
H A Dwrite_entry.c115 const char *top = _nc_tic_dir(0); local
117 if (src == top || _nc_is_abs_path(src)) {
123 if (strlen(top) + strlen(src) + 2 <= limit) {
124 _nc_SPRINTF(dst, _nc_SLIMIT(limit) "%s/%s", top, src);
/freebsd-12-stable/contrib/nvi/vi/
H A Dvs_refresh.c212 * Line changes can cause the top line to change as well. As
293 goto top;
312 * 6c: If not on the current screen, may request center or top.
315 goto top;
335 goto top; /* XXX No such line. */
358 * If less than half a screen from the top of the file, put the first
359 * line of the file at the top of the screen. Otherwise, put the line
373 top: if (vs_sm_fill(sp, LNO, P_TOP))
385 * the top and the bottom of the map. This isn't a problem for
/freebsd-12-stable/contrib/libstdc++/include/ext/pb_ds/detail/binomial_heap_base_/
H A Dbinomial_heap_base_.hpp152 top() const;
/freebsd-12-stable/contrib/binutils/binutils/
H A Dsysinfo.y53 top: { label
/freebsd-12-stable/contrib/gcc/
H A Dhaifa-sched.c2085 struct choice_entry *top;
2090 top = choice_stack;
2091 top->rest = cached_first_cycle_multipass_dfa_lookahead;
2092 top->n = 0;
2101 if (top->rest == 0 || i >= n_ready)
2103 if (top == choice_stack)
2105 if (best < top - choice_stack && ready_try [0])
2107 best = top - choice_stack;
2109 points = top->n;
2110 if (top
2081 struct choice_entry *top; local
[all...]
/freebsd-12-stable/contrib/ipfilter/tools/
H A Dipf_y.y2293 ip_pool_node_t *n, *top;
2300 top = calloc(1, sizeof(*top));
2301 if (top == NULL)
2304 for (n = top, a = list; (n != NULL) && (a != NULL); a = a->al_next) {
2336 pool.ipo_list = top;
2339 while ((n = top) != NULL) {
2340 top = n->ipn_next;
2350 iphtent_t *n, *top;
2357 top
[all...]
/freebsd-12-stable/contrib/bmake/filemon/
H A Dfilemon_ktrace.c515 top: /* If the child has exited, nothing to do. */
551 goto top;
565 goto top;
572 goto top;
/freebsd-12-stable/contrib/bmake/mk/
H A Dmeta2deps.py346 for top in list:
347 if path.startswith(top):
349 print("found in", top, file=self.debug_out)
350 return top
/freebsd-12-stable/crypto/heimdal/lib/asn1/
H A Dasn1parse.c1147 yy_stack_print (yytype_int16 *bottom, yytype_int16 *top) argument
1150 yy_stack_print (bottom, top)
1152 yytype_int16 *top;
1156 for (; bottom <= top; ++bottom)
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Didr.h60 struct idr_layer *top; member in struct:idr
/freebsd-12-stable/sys/netinet/
H A Dsctp_output.h201 struct mbuf *top,
/freebsd-12-stable/share/mk/
H A Dmeta2deps.py340 for top in list:
341 if path.startswith(top):
343 print("found in", top, file=self.debug_out)
344 return top
/freebsd-12-stable/crypto/openssl/crypto/modes/
H A Docb128.c345 size_t max_idx = 0, top = (size_t)all_num_blocks; local
351 while (top >>= 1)
437 size_t max_idx = 0, top = (size_t)all_num_blocks; local
443 while (top >>= 1)

Completed in 211 milliseconds

1234567891011>>