Home
last modified time | relevance | path

Searched refs:left (Results 51 – 75 of 1340) sorted by relevance

12345678910>>...54

/openbsd/gnu/llvm/clang/www/analyzer/
H A Dmenu.css4 clear: left;
25 text-align: left;
29 float: left;
38 left: 0;
41 border-left: 1px solid;
46 left:auto;
H A Dcontent.css20 ul { padding-left:1.5em; }
30 margin-left: auto;
34 #page { width:930px; text-align: left; margin: 0 auto; padding:0;
36 border-left: 1px solid #EBF0FA;
40 clear: left;
54 text-align:left;
61 table.options { margin-left:0px; margin-top:20px; margin-bottom:20px }
63 table.options td { padding:5px; padding-left:8px; padding-right:8px }
64 table.options td { text-align:left; font-size:9pt }
70 text-align:left;
[all …]
/openbsd/gnu/gcc/libgomp/
H A Diter.c151 long start, end, chunk, left; in gomp_iter_dynamic_next_locked() local
158 left = ws->end - start; in gomp_iter_dynamic_next_locked()
161 if (chunk < left) in gomp_iter_dynamic_next_locked()
162 chunk = left; in gomp_iter_dynamic_next_locked()
166 if (chunk > left) in gomp_iter_dynamic_next_locked()
167 chunk = left; in gomp_iter_dynamic_next_locked()
196 long left = end - start; in gomp_iter_dynamic_next() local
204 if (chunk < left) in gomp_iter_dynamic_next()
205 chunk = left; in gomp_iter_dynamic_next()
209 if (chunk > left) in gomp_iter_dynamic_next()
[all …]
/openbsd/sys/net80211/
H A Dieee80211_crypto_wep.c135 left = m0->m_pkthdr.len - moff; in ieee80211_wep_encrypt()
137 while (left > 0) { in ieee80211_wep_encrypt()
155 if (n->m_len > left) in ieee80211_wep_encrypt()
156 n->m_len = left; in ieee80211_wep_encrypt()
167 left -= len; in ieee80211_wep_encrypt()
251 left = n0->m_pkthdr.len - noff; in ieee80211_wep_decrypt()
253 while (left > 0) { in ieee80211_wep_decrypt()
266 if (left >= MINCLSIZE) { in ieee80211_wep_decrypt()
271 if (n->m_len > left) in ieee80211_wep_decrypt()
272 n->m_len = left; in ieee80211_wep_decrypt()
[all …]
/openbsd/gnu/usr.bin/binutils/gas/
H A Dsymbols.c1057 left = -left; in resolve_symbol_value()
1059 left = !left; in resolve_symbol_value()
1061 left = ~left; in resolve_symbol_value()
1105 left = right; in resolve_symbol_value()
1178 left = (left == right && seg_left == seg_right in resolve_symbol_value()
1183 left = ~left; in resolve_symbol_value()
1185 case O_lt: left = left < right ? ~ (offsetT) 0 : 0; break; in resolve_symbol_value()
1186 case O_le: left = left <= right ? ~ (offsetT) 0 : 0; break; in resolve_symbol_value()
1187 case O_ge: left = left >= right ? ~ (offsetT) 0 : 0; break; in resolve_symbol_value()
1189 case O_logical_and: left = left && right; break; in resolve_symbol_value()
[all …]
/openbsd/usr.sbin/unbound/util/
H A Dmodule.c136 size_t left = sizeof(buf); in errinf_to_str_bogus() local
144 left -= strlen(p); p += strlen(p); in errinf_to_str_bogus()
148 snprintf(p, left, " %s", s->str); in errinf_to_str_bogus()
149 left -= strlen(p); p += strlen(p); in errinf_to_str_bogus()
176 size_t left = sizeof(buf); in errinf_to_str_servfail() local
184 left -= strlen(p); p += strlen(p); in errinf_to_str_servfail()
188 snprintf(p, left, " %s", s->str); in errinf_to_str_servfail()
189 left -= strlen(p); p += strlen(p); in errinf_to_str_servfail()
201 size_t left = sizeof(buf); in errinf_to_str_misc() local
204 snprintf(p, left, "misc failure"); in errinf_to_str_misc()
[all …]
/openbsd/sbin/unwind/libunbound/util/
H A Dmodule.c136 size_t left = sizeof(buf); in errinf_to_str_bogus() local
144 left -= strlen(p); p += strlen(p); in errinf_to_str_bogus()
148 snprintf(p, left, " %s", s->str); in errinf_to_str_bogus()
149 left -= strlen(p); p += strlen(p); in errinf_to_str_bogus()
176 size_t left = sizeof(buf); in errinf_to_str_servfail() local
184 left -= strlen(p); p += strlen(p); in errinf_to_str_servfail()
188 snprintf(p, left, " %s", s->str); in errinf_to_str_servfail()
189 left -= strlen(p); p += strlen(p); in errinf_to_str_servfail()
201 size_t left = sizeof(buf); in errinf_to_str_misc() local
204 snprintf(p, left, "misc failure"); in errinf_to_str_misc()
[all …]
/openbsd/gnu/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dsplit_join_fn_imps.hpp63 const size_type left = partition(pred_t(pred)); in split() local
65 _GLIBCXX_DEBUG_ASSERT(m_size >= left); in split()
67 const size_type ersd = m_size - left; in split()
72 resize_policy::get_new_size_for_arbitrary(left); in split()
100 _GLIBCXX_DEBUG_ASSERT(actual_size >= left); in split()
101 std::copy(m_a_entries, m_a_entries + left, a_entries); in split()
102 std::copy(m_a_entries + left, m_a_entries + m_size, a_other_entries); in split()
110 m_size = left; in split()
/openbsd/bin/ksh/
H A Dtree.c50 t = t->left; in ptree()
56 fptreef(shf, indent, "%T| ", t->left); in ptree()
60 fptreef(shf, indent, "%T%;", t->left); in ptree()
114 if (t->left != NULL) { in ptree()
117 t->left); in ptree()
137 t->left); in ptree()
147 fptreef(shf, indent, "%T|& ", t->left); in ptree()
150 fptreef(shf, indent, "%T& ", t->left); in ptree()
155 t->str, t->left); in ptree()
476 r->left = tcopy(t->left, ap); in tcopy()
[all …]
H A Dsyn.c325 t->left = dogroup(); in get_command()
333 t->left = c_list(true); in get_command()
334 if (t->left == NULL) in get_command()
345 t->left = caselist(); in get_command()
352 t->left = c_list(true); in get_command()
446 t->left = c_list(true); in thenpart()
447 if (t->left == NULL) in thenpart()
523 t->left = c_list(true); in casepart()
573 t->left = newtp(TCOM); in function_body()
582 t->left->lineno = 1; in function_body()
[all …]
/openbsd/gnu/gcc/intl/
H A Dplural.y63 struct expression *left,
125 new_exp_2 (op, left, right) in new_exp_2() argument
127 struct expression *left;
132 args[0] = left;
160 %left '|' /* || */
161 %left '&' /* && */
162 %left EQUOP2 /* == != */
163 %left CMPOP2 /* < > <= >= */
164 %left ADDOP2 /* + - */
165 %left MULOP2 /* * / % */
/openbsd/gnu/usr.bin/gcc/gcc/intl/
H A Dplural.y67 struct expression *left,
129 new_exp_2 (op, left, right) in new_exp_2() argument
131 struct expression *left;
136 args[0] = left;
164 %left '|' /* || */
165 %left '&' /* && */
166 %left EQUOP2 /* == != */
167 %left CMPOP2 /* < > <= >= */
168 %left ADDOP2 /* + - */
169 %left MULOP2 /* * / % */
/openbsd/regress/usr.bin/mandoc/tbl/layout/
H A Dlines-nogroff.out_ascii7 vline top left:
12 hline and vline top left:
17 vline and hline top left:
57 double vline top left:
62 hline and double vline top left:
67 double vline and hline top left:
/openbsd/usr.bin/skeyaudit/
H A Dskeyaudit.c72 int ch, left, aflag, iflag, limit; in main() local
123 left = 0; in main()
126 left = key.n - 1; in main()
129 if (left >= limit) in main()
133 notify(pw, left, iflag); in main()
146 left = key.n - 1; in main()
158 if (left < limit) in main()
159 notify(pw, left, iflag); in main()
/openbsd/usr.bin/tmux/
H A Dhyperlinks.c75 hyperlinks_by_uri_cmp(struct hyperlinks_uri *left, struct hyperlinks_uri *right) in hyperlinks_by_uri_cmp() argument
79 if (*left->internal_id == '\0' || *right->internal_id == '\0') { in hyperlinks_by_uri_cmp()
85 if (*left->internal_id != '\0') in hyperlinks_by_uri_cmp()
89 return (left->inner - right->inner); in hyperlinks_by_uri_cmp()
92 r = strcmp(left->internal_id, right->internal_id); in hyperlinks_by_uri_cmp()
95 return (strcmp(left->uri, right->uri)); in hyperlinks_by_uri_cmp()
103 hyperlinks_by_inner_cmp(struct hyperlinks_uri *left, in hyperlinks_by_inner_cmp() argument
106 return (left->inner - right->inner); in hyperlinks_by_inner_cmp()
/openbsd/gnu/lib/libstdc++/libstdc++/docs/doxygen/
H A Dstyle.css10 DL.el { margin-left: -1cm }
16 DIV.groupHeader { margin-left: 16px; margin-top: 12px; margin-bottom: 6px; font-weight: bold }
17 DIV.groupText { margin-left: 16px; font-style: italic; font-size: smaller }
24 padding-left : 10px;
26 margin-left : 0px;
36 padding-left : 10px;
38 margin-left : 0px;
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DIntervalTree.h216 PointType left() const { return Left; } in left() function
222 bool left(const PointType &Point) const { return left() <= Point; } in left() function
231 return left(Point) && right(Point); in contains()
325 OS << format(Format, IntervalSet[Position]->left(),
413 if (References[Index]->left() > MiddlePoint) { in createTree()
427 return LHS->left() < RHS->left(); in createTree()
632 ? (LHS->right() - LHS->left()) > in sortIntervals()
633 (RHS->right() - RHS->left()) in sortIntervals()
634 : (LHS->right() - LHS->left()) < in sortIntervals()
635 (RHS->right() - RHS->left()); in sortIntervals()
[all …]
/openbsd/gnu/usr.bin/binutils/gprof/
H A Dcg_print.c136 cmp_member (left, right) in cmp_member() argument
137 Sym *left; in cmp_member()
140 double left_time = left->cg.prop.self + left->cg.prop.child;
142 unsigned long left_calls = left->ncalls + left->cg.self_calls;
226 cmp_arc (left, right) in cmp_arc() argument
227 Arc *left; in cmp_arc()
241 printf (" %f + %f %lu/%lu\n", left->time, left->child_time,
292 left_time = left->time + left->child_time;
564 const PTR left; in cmp_name()
690 const PTR left; in cmp_arc_count()
[all …]
/openbsd/gnu/usr.bin/texinfo/intl/
H A Dplural.y107 new_exp_2 (enum operator op, struct expression *left, struct expression *right) in new_exp_2() argument
111 args[0] = left; in new_exp_2()
136 %left '|' /* || */
137 %left '&' /* && */
138 %left EQUOP2 /* == != */
139 %left CMPOP2 /* < > <= >= */
140 %left ADDOP2 /* + - */
141 %left MULOP2 /* * / % */
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dcompress.c32 uLong left; in compress2() local
34 left = *destLen; in compress2()
51 stream.avail_out = left > (uLong)max ? max : (uInt)left; in compress2()
52 left -= stream.avail_out; in compress2()
/openbsd/lib/libz/
H A Dcompress.c25 uLong left; in compress2() local
27 left = *destLen; in compress2()
44 stream.avail_out = left > (uLong)max ? max : (uInt)left; in compress2()
45 left -= stream.avail_out; in compress2()
/openbsd/sys/lib/libz/
H A Dcompress.c25 uLong left; in compress2() local
27 left = *destLen; in compress2()
44 stream.avail_out = left > (uLong)max ? max : (uInt)left; in compress2()
45 left -= stream.avail_out; in compress2()
/openbsd/gnu/usr.bin/binutils-2.17/gas/
H A Dsymbols.c1136 left = -left; in resolve_symbol_value()
1138 left = !left; in resolve_symbol_value()
1140 left = ~left; in resolve_symbol_value()
1184 left = right; in resolve_symbol_value()
1266 left = (left == right && seg_left == seg_right in resolve_symbol_value()
1271 left = ~left; in resolve_symbol_value()
1273 case O_lt: left = left < right ? ~ (offsetT) 0 : 0; break; in resolve_symbol_value()
1274 case O_le: left = left <= right ? ~ (offsetT) 0 : 0; break; in resolve_symbol_value()
1275 case O_ge: left = left >= right ? ~ (offsetT) 0 : 0; break; in resolve_symbol_value()
1277 case O_logical_and: left = left && right; break; in resolve_symbol_value()
[all …]
/openbsd/gnu/usr.bin/perl/cpan/Filter-Util-Call/
H A DCall.pm28 my ($left) = $size ;
37 while ($left and ($status = filter_read($left)) > 0) {
38 $left = $size - length $_ ;
/openbsd/gnu/usr.bin/perl/
H A Dpp.c2025 left = !left; in S_uv_shift()
2037 left = !left; in S_iv_shift()
2054 if (left) { in S_iv_shift()
2111 left = TOPs; in PP()
2406 if (left_ro_nonnum && left != TARG) SvNIOK_off(left); in PP()
2460 const IV l = (USE_LEFT(left) ? SvIV_nomg(left) : 0); in PP()
2466 const UV l = (USE_LEFT(left) ? SvUV_nomg(left) : 0); in PP()
2471 if (left_ro_nonnum && left != TARG) SvNIOK_off(left); in PP()
2494 const IV l = (USE_LEFT(left) ? SvIV_nomg(left) : 0); in PP()
2500 const UV l = (USE_LEFT(left) ? SvUV_nomg(left) : 0); in PP()
[all …]

12345678910>>...54