Home
last modified time | relevance | path

Searched refs:lower (Results 1 – 25 of 814) sorted by relevance

12345678910>>...33

/openbsd/gnu/llvm/libcxx/utils/
H A Dgenerate_escaped_output_table.py26 lower: int = -1 variable in PropertyRange
33 lower: int = -1 variable in Entry
59 result.lower = int(lower_str, base=16)
60 result.upper = result.lower
83 and x.lower > result[-1].lower
84 and x.lower <= result[-1].upper + 1
247 for range in sorted(ranges, key=lambda x: x.lower):
249 assert range.lower > high
253 e = Entry(range.lower, range.upper - range.lower)
259 range.lower += 2048
[all …]
H A Dgenerate_extended_grapheme_cluster_table.py26 lower: int = -1 variable in PropertyRange
33 lower: int = -1 variable in Entry
47 result.lower = int(lower_str, base=16)
48 result.upper = result.lower
69 and result[-1].upper + 1 == x.lower
244 for range in sorted(ranges, key=lambda x: x.lower):
246 assert range.lower > high
250 e = Entry(range.lower, range.upper - range.lower, props.index(range.prop))
256 range.lower += 128
277 cpp_entrytemplate.format(x.lower << 11 | x.offset << 4 | x.prop)
/openbsd/gnu/gcc/gcc/config/m68k/
H A Dfpgnulib.c69 (fp.l.lower >> 22))
86 unsigned long lower; member
102 unsigned long lower; member
166 dl.l.lower = a1 << 21L; in __floatunsidf()
191 dl.l.lower = 0; in __floatsidf()
212 dl.l.lower = a1 << 22L; in __floatsidf()
247 dl.l.lower = 0; in __extendsfdf2()
408 ldl.l.lower = 0; in __extenddfxf2()
420 ldl.l.lower = dl.l.lower << (32 - 21); in __extenddfxf2()
440 dl.l.lower = 0; in __truncxfdf2()
[all …]
/openbsd/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dfpgnulib.c69 (fp.l.lower >> 22))
86 unsigned long lower; member
102 unsigned long lower; member
117 dl.l.upper = dl.l.lower = 0; in __floatsidf()
128 dl.l.lower = 0; in __floatsidf()
149 dl.l.lower = a1 << 22L; in __floatsidf()
174 dl.l.upper = dl.l.lower = 0; in __extendsfdf2()
182 dl.l.lower = MANT (fl1.l) << 29; in __extendsfdf2()
289 if (!dl.l.upper && !dl.l.lower) in __extenddfxf2()
301 ldl.l.lower = dl.l.lower << (32 - 21); in __extenddfxf2()
[all …]
/openbsd/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVRange.cpp32 << "Range: [" << hexValue(RangeEntry.lower()) << ":" in startSearch()
36 RangesTree.insert(RangeEntry.lower(), RangeEntry.upper(), in startSearch()
112 if (LowerAddress >= RangeEntry.lower() && UpperAddress < RangeEntry.upper()) in getEntry()
120 if (LowerAddress == RangeEntry.lower() && in hasEntry()
130 if (lhs.lower() < rhs.lower()) in sort()
135 if (lhs.lower() == rhs.lower()) in sort()
153 OS << format("[0x%08x,0x%08x] ", RangeEntry.lower(), RangeEntry.upper()) in print()
/openbsd/gnu/llvm/clang/lib/Basic/Targets/
H A DCSKY.cpp54 Builder.defineMacro("__" + ArchName.lower() + "__"); in getTargetDefines()
56 Builder.defineMacro("__" + CPUName.lower() + "__"); in getTargetDefines()
63 Builder.defineMacro(endian.lower()); in getTargetDefines()
68 Builder.defineMacro(dspv2.lower()); in getTargetDefines()
74 Builder.defineMacro(vdspv2.lower()); in getTargetDefines()
79 Builder.defineMacro(vdspv2_f.lower()); in getTargetDefines()
87 Builder.defineMacro(vdspv1_64.lower()); in getTargetDefines()
89 Builder.defineMacro(vdspv1_128.lower()); in getTargetDefines()
94 Builder.defineMacro(is3e3r1.lower()); in getTargetDefines()
/openbsd/gnu/usr.bin/gcc/gcc/f/
H A Dstt.c160 new->lower = lower; in ffestt_dimlist_append()
206 if (((next->lower == NULL) in ffestt_dimlist_as_expr()
210 if (next->lower == NULL) in ffestt_dimlist_as_expr()
220 && (next->lower == NULL) in ffestt_dimlist_as_expr()
230 else if (((next->lower != NULL) in ffestt_dimlist_as_expr()
270 if ((next->lower == NULL) in ffestt_dimlist_as_expr()
273 (next->lower)) == 1))) in ffestt_dimlist_as_expr()
281 (next->lower)), in ffestt_dimlist_as_expr()
407 new->lower = NULL; in ffestt_dimlist_create()
456 && (next->lower == NULL) in ffestt_dimlist_type()
[all …]
H A Dsrc.h57 #define FFESRC_CASE_MATCH_INIT(upper, lower, match, no_match) \ argument
60 case lower: if (!ffesrc_ok_match_init_lower_) goto no_match; \
63 #define FFESRC_CASE_MATCH_NONINIT(upper, lower, match, no_match) \ argument
66 case lower: if (!ffesrc_ok_match_noninit_lower_) goto no_match; \
/openbsd/gnu/llvm/lldb/source/Plugins/JITLoader/GDB/
H A DJITLoaderGDB.cpp236 uint64_t lower = (uint64_t)-1; in updateSectionLoadAddress() local
241 if (lower < min_addr) in updateSectionLoadAddress()
242 min_addr = lower; in updateSectionLoadAddress()
248 section_sp->SetByteSize(upper - lower); in updateSectionLoadAddress()
251 uint64_t lower; in updateSectionLoadAddress() local
253 lower = section_sp->GetFileAddress(); in updateSectionLoadAddress()
259 target.SetSectionLoadAddress(section_sp, lower, true); in updateSectionLoadAddress()
260 uint64_t upper = lower + section_sp->GetByteSize(); in updateSectionLoadAddress()
261 if (lower < min_addr) in updateSectionLoadAddress()
262 min_addr = lower; in updateSectionLoadAddress()
[all …]
/openbsd/gnu/llvm/llvm/utils/
H A Drsp_bisect.py124 lower = 0
126 while lower != upper - 1:
127 assert lower < upper - 1
128 mid = int((lower + upper) / 2)
129 assert lower != mid and mid != upper
130 print('Trying {} ({}-{})'.format(mid, lower, upper))
134 lower = mid
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dfloatlib.c71 (fp.l.lower >> 22))
81 unsigned long lower; member
87 unsigned long lower; member
368 dl.l.upper = dl.l.lower = 0; in __floatsidf()
394 dl.l.lower = a1 << 22; in __floatsidf()
405 dl.l.upper = dl.l.lower = 0; in __floatdidf()
464 if (!dl1.l.upper && !dl1.l.lower) in __negdf2()
483 dl.l.upper = dl.l.lower = 0; in __extendsfdf2()
491 dl.l.lower = MANT (fl1.l) << 29; in __extendsfdf2()
551 if (dl1.l.lower < dl2.l.lower) in __cmpdf2()
[all …]
/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/
H A Dctype_scan_char.cc75 VERIFY_SCAN_IS (std::ctype_base::lower, ca, ca); in test01()
87 VERIFY_SCAN_NOT (std::ctype_base::lower, ca, ca+5); in test01()
100 VERIFY_SCAN_IS (std::ctype_base::lower, cz, cz); in test01()
125 VERIFY_SCAN_IS (std::ctype_base::lower, cA, cA+5); in test01()
137 VERIFY_SCAN_NOT (std::ctype_base::lower, cA, cA); in test01()
150 VERIFY_SCAN_IS (std::ctype_base::lower, cZ, cZ+5); in test01()
162 VERIFY_SCAN_NOT (std::ctype_base::lower, cZ, cZ); in test01()
187 VERIFY_SCAN_NOT (std::ctype_base::lower, c0, c0); in test01()
212 VERIFY_SCAN_NOT (std::ctype_base::lower, c9, c9); in test01()
237 VERIFY_SCAN_NOT (std::ctype_base::lower, cs, cs); in test01()
[all …]
H A Dctype_scan_wchar_t.cc76 VERIFY_SCAN_IS (std::ctype_base::lower, ca, ca); in test01()
88 VERIFY_SCAN_NOT (std::ctype_base::lower, ca, ca+5); in test01()
101 VERIFY_SCAN_IS (std::ctype_base::lower, cz, cz); in test01()
126 VERIFY_SCAN_IS (std::ctype_base::lower, cA, cA+5); in test01()
138 VERIFY_SCAN_NOT (std::ctype_base::lower, cA, cA); in test01()
151 VERIFY_SCAN_IS (std::ctype_base::lower, cZ, cZ+5); in test01()
163 VERIFY_SCAN_NOT (std::ctype_base::lower, cZ, cZ); in test01()
188 VERIFY_SCAN_NOT (std::ctype_base::lower, c0, c0); in test01()
213 VERIFY_SCAN_NOT (std::ctype_base::lower, c9, c9); in test01()
238 VERIFY_SCAN_NOT (std::ctype_base::lower, cs, cs); in test01()
[all …]
/openbsd/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/
H A Dget-02.txt8 x-lower: This is a lower-case custom header
18 x-lower: This is a lower-case custom header
/openbsd/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/
H A Dstrings.t26 ok(!$req->accepts_module('Foo::Bar' => '1.2'), 'lower version (==)');
32 ok($req->accepts_module('Foo::Baz' => '1.2'), 'lower version (!=)');
38 ok(!$req->accepts_module('Foo::Gorch' => '1.2'), 'lower version (>=)');
44 ok($req->accepts_module('Foo::Graz' => '1.2'), 'lower version (<=)');
50 ok(!$req->accepts_module('Foo::Blurb' => '1.2'), 'lower version (>=)');
56 ok(!$req->accepts_module('A::Tribe::Called' => '1.2'), 'lower version (>=, <=, !)');
/openbsd/usr.sbin/unbound/util/
H A Dtimehist.c78 hist->buckets[i].lower = last; in dosetup()
138 (int)hist->buckets[i].lower.tv_sec, in timehist_print()
139 (int)hist->buckets[i].lower.tv_usec, in timehist_print()
161 (int)hist->buckets[i].lower.tv_sec, in timehist_log()
162 (int)hist->buckets[i].lower.tv_usec, in timehist_log()
202 low = (double)hist->buckets[i].lower.tv_sec + in timehist_quartile()
203 (double)hist->buckets[i].lower.tv_usec/1000000.; in timehist_quartile()
/openbsd/sbin/unwind/libunbound/util/
H A Dtimehist.c78 hist->buckets[i].lower = last; in dosetup()
138 (int)hist->buckets[i].lower.tv_sec, in timehist_print()
139 (int)hist->buckets[i].lower.tv_usec, in timehist_print()
161 (int)hist->buckets[i].lower.tv_sec, in timehist_log()
162 (int)hist->buckets[i].lower.tv_usec, in timehist_log()
202 low = (double)hist->buckets[i].lower.tv_sec + in timehist_quartile()
203 (double)hist->buckets[i].lower.tv_usec/1000000.; in timehist_quartile()
/openbsd/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointSiteList.cpp178 collection::const_iterator lower, upper, pos; in FindInRange() local
179 lower = m_bp_site_list.lower_bound(lower_bound); in FindInRange()
180 if (lower == m_bp_site_list.end() || (*lower).first >= upper_bound) in FindInRange()
186 if (lower != m_bp_site_list.begin()) { in FindInRange()
187 collection::const_iterator prev_pos = lower; in FindInRange()
196 for (pos = lower; pos != upper; pos++) { in FindInRange()
/openbsd/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcompatibility.py23 if start_list[0].lower() != path_list[0].lower():
34 if start_list[i].lower() != path_list[i].lower():
/openbsd/gnu/usr.bin/perl/lib/
H A Dlocale.t1097 $lower{$_} = $_;
1125 $lower{$_} = $_;
1151 $BoThCaSe{$_}++ if exists $lower{$_};
1153 foreach (keys %lower) {
1158 delete $lower{$_};
1212 $ok = $x =~ /[[:lower:]]/;
1217 $ok = $x =~ /[[:lower:]]/;
1304 (/[[:lower:]]/ xor /[[:^lower:]]/) ||
1312 (/[[:upper:][:lower:]]/i xor /[^[:upper:][:lower:]]/i);
1322 (/[[:lower:]]/ xor /[[:^lower:]]/) ||
[all …]
/openbsd/gnu/gcc/libstdc++-v3/config/os/bsd/darwin/
H A Dctype_inline.h65 *__vec = __maskrune (*__low, upper | lower | alpha | digit | xdigit in is()
70 if (this->is(lower, *__low)) __m |= lower; in is()
128 *__vec = __maskrune (*__lo, upper | lower | alpha | digit | xdigit in do_is()
/openbsd/gnu/gcc/libstdc++-v3/config/os/bsd/freebsd/
H A Dctype_inline.h65 *__vec = __maskrune (*__low, upper | lower | alpha | digit | xdigit in is()
70 if (this->is(lower, *__low)) __m |= lower; in is()
128 *__vec = __maskrune (*__lo, upper | lower | alpha | digit | xdigit in do_is()
/openbsd/lib/libc/db/btree/
H A Dbt_split.c204 if (h->upper - h->lower < nbytes + sizeof(indx_t)) { in __bt_split()
216 h->lower += sizeof(indx_t); in __bt_split()
342 r->lower = BTDATAOFF; in bt_page()
363 r->lower = BTDATAOFF + sizeof(indx_t); in bt_page()
379 l->lower = BTDATAOFF; in bt_page()
447 l->lower = r->lower = BTDATAOFF; in bt_root()
487 h->lower = BTDATAOFF + 2 * sizeof(indx_t); in bt_rroot()
560 h->lower = BTDATAOFF + 2 * sizeof(indx_t); in bt_broot()
671 l->lower += (off + 1) * sizeof(indx_t); in bt_psplit()
734 r->lower += off * sizeof(indx_t); in bt_psplit()
[all …]
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DR600MCInstLower.cpp30 void lower(const MachineInstr *MI, MCInst &OutMI) const;
38 void R600MCInstLower::lower(const MachineInstr *MI, MCInst &OutMI) const { in lower() function in R600MCInstLower
70 MCInstLowering.lower(MI, TmpInst); in emitInstruction()
/openbsd/lib/libevent/
H A Devent_tagging.c106 ev_uint8_t lower = tag & 0x7f; in evtag_encode_tag() local
110 lower |= 0x80; in evtag_encode_tag()
112 data[bytes++] = lower; in evtag_encode_tag()
130 ev_uint8_t lower = *data++; in decode_tag_internal() local
131 number |= (lower & 0x7f) << shift; in decode_tag_internal()
134 if (!(lower & 0x80)) { in decode_tag_internal()

12345678910>>...33