Searched refs:top (Results 76 - 100 of 493) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/binutils/opcodes/
H A Dppc-dis.c148 unsigned long top = operand->bitm; local
149 /* top & -top gives the rightmost 1 bit, so this
151 top |= (top & -top) - 1;
152 top &= ~(top >> 1);
153 value = (value ^ top) - top;
[all...]
/freebsd-12-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_debugfs.c165 static int vchiq_debugfs_create_log_entries(struct dentry *top) argument
276 struct dentry *top, *use_count, *trace; local
282 top = debugfs_create_dir(pidstr, clients);
283 if (!top)
287 0444, top,
294 0644, top,
300 vchiq_instance_get_debugfs_node(instance)->dentry = top;
307 debugfs_remove(top);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dldo.h16 #define luaD_checkstack(L,n) if (L->stack_last - L->top <= (n)) \
20 #define incr_top(L) {L->top++; luaD_checkstack(L,0);}
H A Dldebug.c140 StkId limit = (ci == L->ci) ? L->top : ci->next->func;
156 if (!isLfunction(L->top - 1)) /* not a Lua function? */
159 name = luaF_getlocalname(clLvalue(L->top - 1)->p, n, 0);
165 setobj2s(L, L->top, pos);
182 setobjs2s(L, pos, L->top - 1);
183 L->top--; /* pop value */
210 setnilvalue(L->top);
218 sethvalue(L, L->top, t); /* push it on stack */
287 func = L->top - 1;
290 L->top
[all...]
/freebsd-12-stable/lib/libc/i386/string/
H A Dwcscmp.S42 top: movl (%edi),%eax label
63 jnz top
/freebsd-12-stable/contrib/gdb/gdb/
H A Dhpacc-abi.c178 hpacc_value_rtti_type (struct value *v, int *full, int *top, int *using_enc) argument
190 if (top)
191 *top = -1;
229 /* Fetch the top offset of the object */
235 if (top)
236 *top = top_offset;
274 top offset to be zero */
279 /* Or we checked on the embedded object and top offset was the
H A Dblock.c78 int bot, top, half; local
96 top = BLOCKVECTOR_NBLOCKS (bl);
98 while (top - bot > 1)
100 half = (top - bot + 1) >> 1;
105 top = bot + half;
H A Dgnu-v2-abi.c190 gnuv2_value_rtti_type (struct value *v, int *full, int *top, int *using_enc)
206 if (top)
207 *top = -1;
271 if (top)
272 *top=TYPE_BASECLASS_BITPOS(rtti_type,TYPE_VPTR_FIELDNO(rtti_type))/8;
273 if (top && ((*top) >0))
189 gnuv2_value_rtti_type(struct value *v, int *full, int *top, int *using_enc) argument
/freebsd-12-stable/contrib/cortex-strings/scripts/
H A Dplot-sizes.py49 top = 16384
51 top = 2**31
54 matches = [x for x in records if x.variant==variant and x.bytes <= top]
93 top = max(all_x)
101 pylab.xlim(0, top)
/freebsd-12-stable/contrib/dialog/
H A Dtrace.c61 WINDOW *top = wgetparent(win); local
63 while (top != 0 && top != stdscr) {
64 win = top;
65 top = wgetparent(win);
/freebsd-12-stable/bin/sh/
H A Dmain.c195 * Read and execute commands. "Top" is nonzero for the top level command
200 cmdloop(int top) argument
207 TRACE(("cmdloop(%d) called\n", top));
213 if (iflag && top) {
222 if (!top || numeof >= 50)
244 if (top && iflag) {
/freebsd-12-stable/sys/contrib/octeon-sdk/cvmx-malloc/
H A Darena.c44 #define top(ar_ptr) ((ar_ptr)->top) macro
187 if(p == top(heap->ar_ptr)) {
188 fprintf(stderr, " (top)\n");
231 /* Set up the top chunk, with proper alignment. */
236 top(a) = (mchunkptr)ptr;
237 set_head(top(a), (((char*)h + h->size) - ptr) | PREV_INUSE);
/freebsd-12-stable/usr.sbin/iovctl/
H A Dparse.c202 parse_device_config(const ucl_object_t *top, nvlist_t *config, argument
231 while ((obj = ucl_iterate_object(top, &it, true)) != NULL) {
260 ucl_object_t *top; local
292 top = ucl_parser_get_object(parser);
294 while ((obj = ucl_iterate_object(top, &it, true)) != NULL) {
320 errx(1, "Unexpected top-level node: %s", key);
325 ucl_object_unref(top);
375 ucl_object_t *top; local
394 top = ucl_parser_get_object (parser);
396 while ((obj = ucl_iterate_object(top,
[all...]
/freebsd-12-stable/contrib/ofed/infiniband-diags/src/
H A Ddump_fts.c123 top; local
132 mad_decode_field(node->switchinfo, IB_SW_MCAST_FDB_TOP_F, &top);
136 if (!dump_all && top && top < endlid) {
137 if (top < IB_MIN_MCAST_LID - 1)
138 IBWARN("illegal top mlid %x", top);
140 endlid = top;
180 printf("Switch multicast mlid capability is %d top is 0x%x\n",
181 cap, top);
313 int block, i, e, top; local
[all...]
H A Dibroute.c148 top; local
156 mad_decode_field(sw, IB_SW_MCAST_FDB_TOP_F, &top);
160 if (!dump_all && top && top < endlid) {
161 if (top < IB_MIN_MCAST_LID - 1)
162 IBWARN("illegal top mlid %x", top);
164 endlid = top;
204 printf("Switch multicast mlid capability is %d top is 0x%x\n",
205 cap, top);
332 int block, i, e, top; local
[all...]
/freebsd-12-stable/crypto/openssl/crypto/bn/
H A Dbn_div.c64 dv->top = 1;
144 int top = num->top; local
145 int rshift = BN_num_bits_word(d[top - 1]), lshift, i;
152 for (i = 0, m = 0; i < top; i++) {
224 if (divisor->d[divisor->top - 1] == 0) {
273 assert(divisor->top > 0 && divisor->d[divisor->top - 1] != 0);
303 div_n = sdiv->top;
304 num_n = snum->top;
[all...]
H A Dbn_print.c28 buf = OPENSSL_malloc(a->top * BN_BYTES * 2 + 2);
36 for (i = a->top - 1; i >= 0; i--) {
184 ret->top = h;
190 if (ret->top != 0)
260 if (ret->top != 0)
284 if (*a == '-' && (*bn)->top != 0)
313 for (i = a->top - 1; i >= 0; i--) {
/freebsd-12-stable/contrib/ipfilter/
H A Dipf_rb.h22 struct _t top; \
49 head->top._f.right = tmp1; \
71 head->top._f.right = tmp1; \
86 parent = &head->top; \
89 p = &head->top._f.right; \
140 head->top._f.right->_f.colour = C_BLACK; \
150 node != &head->top) { \
182 node = head->top._f.right; \
215 node = head->top._f.right; \
249 head->top
[all...]
/freebsd-12-stable/sys/contrib/ipfilter/netinet/
H A Dipf_rb.h22 struct _t top; \
49 head->top._f.right = tmp1; \
71 head->top._f.right = tmp1; \
86 parent = &head->top; \
89 p = &head->top._f.right; \
140 head->top._f.right->_f.colour = C_BLACK; \
150 node != &head->top) { \
182 node = head->top._f.right; \
215 node = head->top._f.right; \
249 head->top
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DRegionPass.cpp226 PMS.top()->getPassManagerType() > PMT_RegionPassManager)
233 if (PMS.top()->getPassManagerType() == PMT_RegionPassManager &&
234 !PMS.top()->preserveHigherLevelAnalysis(this))
243 PMS.top()->getPassManagerType() > PMT_RegionPassManager)
249 if (PMS.top()->getPassManagerType() == PMT_RegionPassManager)
250 RGPM = (RGPassManager*)PMS.top();
254 PMDataManager *PMD = PMS.top();
260 // [2] Set up new manager's top level manager
/freebsd-12-stable/contrib/gcclibs/libiberty/
H A Dgetopt.c324 int top = optind;
334 string can work normally. Our top argument must be in the range
336 if (nonoption_flags_len > 0 && top >= nonoption_flags_max_len)
340 char *new_str = (char *) malloc (top + 1);
347 '\0', top + 1 - nonoption_flags_max_len);
348 nonoption_flags_max_len = top + 1;
354 while (top > middle && middle > bottom)
356 if (top - middle > middle - bottom)
362 /* Swap it with the top part of the top segmen
321 int top = optind; local
[all...]
H A Dsort.c87 digit_t *top; local
106 top = ((digit_t *) (pointers + n)) + j;
112 digit < top;
/freebsd-12-stable/contrib/binutils/libiberty/
H A Dsort.c87 digit_t *top; local
106 top = ((digit_t *) (pointers + n)) + j;
112 digit < top;
/freebsd-12-stable/usr.bin/mail/
H A Dhead.c136 char *cp, *top; local
138 top = cp = *space;
142 return (top);
/freebsd-12-stable/usr.sbin/periodic/
H A Dperiodic.sh83 # We might be in a recursive invocation; let the top-level invocation
115 for top in /etc/periodic ${local_periodic}; do
116 [ -d $top/$arg ] && dirlist="$dirlist $top/$arg"

Completed in 157 milliseconds

1234567891011>>