Home
last modified time | relevance | path

Searched refs:lbound (Results 1 – 13 of 13) sorted by relevance

/openbsd/src/sys/dev/wscons/
Dwsemul_subr.c75 u_int32_t tmpchar, lbound; in wsemul_getchar() local
105 lbound = state->lbound; in wsemul_getchar()
124 if (tmpchar < lbound) in wsemul_getchar()
150 lbound = 0x80; in wsemul_getchar()
154 lbound = 0x800; in wsemul_getchar()
158 lbound = 0x10000; in wsemul_getchar()
164 state->lbound = lbound; in wsemul_getchar()
Dwsemulvar.h82 uint32_t lbound; /* lower bound of above */ member
Dwsemul_sun.c188 edp->instate.lbound = 0; in wsemul_sun_reset()
191 edp->kstate.lbound = 0; in wsemul_sun_reset()
Dwsemul_vt100.c311 edp->instate.lbound = 0; in wsemul_vt100_reset()
315 edp->kstate.lbound = 0; in wsemul_vt100_reset()
/openbsd/src/lib/libc/citrus/
Dcitrus_utf8.c40 wchar_t lbound; member
49 wchar_t lbound, wch; in _citrus_utf8_ctype_mbrtowc() local
91 lbound = 0; in _citrus_utf8_ctype_mbrtowc()
95 lbound = 0x80; in _citrus_utf8_ctype_mbrtowc()
99 lbound = 0x800; in _citrus_utf8_ctype_mbrtowc()
103 lbound = 0x10000; in _citrus_utf8_ctype_mbrtowc()
114 lbound = us->lbound; in _citrus_utf8_ctype_mbrtowc()
140 us->lbound = lbound; in _citrus_utf8_ctype_mbrtowc()
144 if (wch < lbound) { in _citrus_utf8_ctype_mbrtowc()
/openbsd/src/gnu/llvm/lldb/tools/intel-features/intel-mpx/
Dcli-wrapper-mpxtable.cpp60 static void PrintBTEntry(lldb::addr_t lbound, lldb::addr_t ubound, in PrintBTEntry() argument
66 if ((lbound == one_cmpl64 || lbound == one_cmpl32) && ubound == 0) { in PrintBTEntry()
69 result.Printf(" lbound = 0x%" PRIu64 ",", lbound); in PrintBTEntry()
177 lldb::addr_t lbound; in GetBTEntry() local
184 lbound = data.GetAddress(error, size * 0); in GetBTEntry()
200 PrintBTEntry(lbound, ubound, value, meta, result); in GetBTEntry()
215 static bool SetBTEntry(uint64_t bndcfgu, uint64_t ptr, lldb::addr_t lbound, in SetBTEntry() argument
232 std::vector<uint8_t> lbound_v = uIntToU8(lbound, size); in SetBTEntry()
385 uint64_t lbound = std::strtoul(arg[1], &endptr, 16); in DoExecute() local
399 return SetBTEntry(bndcfgu, ptr, lbound, ubound, target, arch, result, in DoExecute()
/openbsd/src/usr.bin/mg/
Ddisplay.c76 int lbound = 0; /* leftmost bound of the current */ variable
356 target = ntabstop(vtcol + lbound, wp->w_bufp->b_tabw); in vtpute()
359 } while (((vtcol + lbound) < target) && vtcol < ncol); in vtpute()
533 lbound = 0; /* not extended line */ in update()
579 ttmove(currow, curcol - lbound); in update()
600 ttmove(currow, curcol - lbound); in update()
621 ttmove(currow, curcol - lbound); in update()
633 ttmove(currow, curcol - lbound); in update()
674 lbound = curcol - (curcol % (ncol >> 1)) - (ncol >> 2); in updext()
680 vtmove(currow, -lbound); /* start scanning offscreen */ in updext()
/openbsd/src/gnu/gcc/gcc/
Dtree-ssa-loop-im.c799 tree lbound = array_ref_low_bound (ref); in may_move_till() local
805 max_loop = outermost_invariant_loop_expr (lbound, loop); in may_move_till()
866 tree lbound = array_ref_low_bound (ref); in force_move_till() local
869 force_move_till_expr (lbound, fmt_data->orig_loop, fmt_data->loop); in force_move_till()
Dlambda-code.c1223 lambda_linear_expression lbound, ubound; in gcc_loop_to_lambda_loop() local
1339 lbound = gcc_tree_to_linear_expression (depth, lboundvar, in gcc_loop_to_lambda_loop()
1346 lbound = gcc_tree_to_linear_expression (depth, lboundvar, in gcc_loop_to_lambda_loop()
1351 if (!lbound) in gcc_loop_to_lambda_loop()
1412 LL_LOWER_BOUND (lloop) = lbound; in gcc_loop_to_lambda_loop()
Dtree-ssa-loop-ivopts.c1344 tree step, iv_base, iv_step, lbound, off; in idx_find_step() local
1366 lbound = array_ref_low_bound (base); in idx_find_step()
1369 || !expr_invariant_in_loop_p (loop, lbound)) in idx_find_step()
/openbsd/src/usr.sbin/ldapd/
Dbtree.c1331 indx_t lbound = 0, ubound = 0; in find_common_prefix() local
1342 lbound = lp->parent_index; in find_common_prefix()
1358 expand_prefix(bt, lp->parent, lbound, &lprefix); in find_common_prefix()
/openbsd/src/gnu/usr.bin/gcc/gcc/f/
Dexpr.c18590 ffebld lbound; in ffeexpr_token_elements_() local
18657 lbound = ffebld_left (ffebld_head (ffeexpr_stack_->bound_list)); in ffeexpr_token_elements_()
18658 if (lbound == NULL) in ffeexpr_token_elements_()
18663 else if (ffebld_op (lbound) == FFEBLD_opCONTER) in ffeexpr_token_elements_()
18666 lval = ffebld_constant_integerdefault (ffebld_conter (lbound)); in ffeexpr_token_elements_()
Dintrin.def257 DEFNAME ("LBOUND", "lbound", "LBound", genNONE, specLBOUND) /* F90 */