Home
last modified time | relevance | path

Searched refs:narrow (Results 1 – 25 of 242) sorted by relevance

12345678910

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/common/
H A Dstring.d122 version(Windows) wchar[] toWStringz(const(char)[] narrow, ref SmallBuffer!wchar buffer) nothrow in version()
128 if (narrow is null) in version()
131 …const requiredLength = MultiByteToWideChar(CodePage, 0, narrow.ptr, cast(int) narrow.length, buffe… in version()
139 …const length = MultiByteToWideChar(CodePage, 0, narrow.ptr, cast(int) narrow.length, buffer.ptr, r… in version()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dregex_scanner.tcc101 if (std::strchr(_M_spec_char, _M_ctype.narrow(__c, ' ')) == nullptr) in _M_scan_normal()
192 auto __narrowc = _M_ctype.narrow(__c, '\0'); in _M_scan_normal()
328 auto __pos = _M_find_escape(_M_ctype.narrow(__c, '\0')); in _M_eat_escape_ecma()
407 auto __pos = std::strchr(_M_spec_char, _M_ctype.narrow(__c, '\0')); in _M_eat_escape_posix()
445 auto __pos = _M_find_escape(_M_ctype.narrow(__c, '\0')); in _M_eat_escape_awk()
H A Dlocale_facets_nonio.tcc648 if (__ctype.narrow(__format[__i], 0) == '%') in _M_extract_via_format()
651 char __c = __ctype.narrow(__format[++__i], 0); in _M_extract_via_format()
654 __c = __ctype.narrow(__format[++__i], 0); in _M_extract_via_format()
758 if (__ctype.narrow(*__beg, 0) == '\n') in _M_extract_via_format()
783 if (__ctype.narrow(*__beg, 0) == '\t') in _M_extract_via_format()
884 const char __c = __ctype.narrow(*__beg, '*'); in _M_extract_num()
1184 else if (__ctype.narrow(*__fmt, 0) == '%') in get()
1193 const char __c = __ctype.narrow(*__fmt, 0); in get()
1199 __format = __ctype.narrow(*__fmt, 0); in get()
1280 if (__ctype.narrow(*__beg, 0) != '%') in put()
[all …]
H A Dbasic_ios.h430 narrow(char_type __c, char __dfault) const in _GLIBCXX_VISIBILITY()
431 { return __check_facet(_M_ctype).narrow(__c, __dfault); } in _GLIBCXX_VISIBILITY()
H A Dregex.tcc264 __s += __fctyp.narrow(*__first, 0); in lookup_collatename()
308 __s += __fctyp.narrow(__fctyp.tolower(*__first), 0); in lookup_classname()
H A Dlocale_facets.h331 narrow(char_type __c, char __dfault) const in _GLIBCXX_VISIBILITY()
353 narrow(const char_type* __lo, const char_type* __hi, in _GLIBCXX_VISIBILITY()
931 narrow(char_type __c, char __dfault) const in _GLIBCXX_VISIBILITY()
964 narrow(const char_type* __lo, const char_type* __hi, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dregex_scanner.tcc100 if (__builtin_strchr(_M_spec_char, _M_ctype.narrow(__c, ' ')) == nullptr) in _M_scan_normal()
186 auto __narrowc = _M_ctype.narrow(__c, '\0'); in _M_scan_normal()
316 auto __pos = _M_find_escape(_M_ctype.narrow(__c, '\0')); in _M_eat_escape_ecma()
398 auto __pos = __builtin_strchr(_M_spec_char, _M_ctype.narrow(__c, '\0')); in _M_eat_escape_posix()
435 auto __pos = _M_find_escape(_M_ctype.narrow(__c, '\0')); in _M_eat_escape_awk()
H A Dlocale_facets_nonio.tcc703 if (__ctype.narrow(__format[__i], 0) == '%') in _M_extract_via_format()
706 char __c = __ctype.narrow(__format[++__i], 0); in _M_extract_via_format()
709 __c = __ctype.narrow(__format[++__i], 0); in _M_extract_via_format()
940 __c = __ctype.narrow(*__beg, '*'); in _M_extract_via_format()
947 __c = __ctype.narrow(*__beg, '*'); in _M_extract_via_format()
1060 const char __c = __ctype.narrow(*__beg, '*'); in _M_extract_num()
1424 __c = __ctype.narrow(*__beg, '*'); in do_get_year()
1434 __c = __ctype.narrow(*__beg, '*'); in do_get_year()
1490 else if (__ctype.narrow(*__fmt, 0) == '%') in get()
1500 const char __c = __ctype.narrow(*__fmt, 0); in get()
[all …]
H A Dbasic_ios.h430 narrow(char_type __c, char __dfault) const in _GLIBCXX_VISIBILITY()
431 { return __check_facet(_M_ctype).narrow(__c, __dfault); } in _GLIBCXX_VISIBILITY()
H A Dregex.tcc264 __s += __fctyp.narrow(*__first, 0); in lookup_collatename()
308 __s += __fctyp.narrow(__fctyp.tolower(*__first), 0); in lookup_classname()
H A Dregex_executor.h215 const char __n{ __ct.narrow(__c, ' ') }; in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dira-costs.c242 static struct cost_classes narrow; in restrict_cost_classes() local
244 narrow.num = 0; in restrict_cost_classes()
287 for (pos = 0; pos < narrow.num; ++pos) in restrict_cost_classes()
289 enum reg_class cl2 = narrow.classes[pos]; in restrict_cost_classes()
294 if (pos == narrow.num) in restrict_cost_classes()
301 narrow.classes[narrow.num++] = cl; in restrict_cost_classes()
304 if (narrow.num == full->num) in restrict_cost_classes()
307 cost_classes **slot = cost_classes_htab->find_slot (&narrow, INSERT); in restrict_cost_classes()
310 cost_classes_t classes = setup_cost_classes (&narrow); in restrict_cost_classes()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dira-costs.cc243 static struct cost_classes narrow; in restrict_cost_classes() local
245 narrow.num = 0; in restrict_cost_classes()
288 for (pos = 0; pos < narrow.num; ++pos) in restrict_cost_classes()
290 enum reg_class cl2 = narrow.classes[pos]; in restrict_cost_classes()
295 if (pos == narrow.num) in restrict_cost_classes()
302 narrow.classes[narrow.num++] = cl; in restrict_cost_classes()
305 if (narrow.num == full->num) in restrict_cost_classes()
308 cost_classes **slot = cost_classes_htab->find_slot (&narrow, INSERT); in restrict_cost_classes()
311 cost_classes_t classes = setup_cost_classes (&narrow); in restrict_cost_classes()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Daarch-common-protos.h126 const int narrow; /* Narrow from this size. */ member
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Daarch-common-protos.h126 const int narrow; /* Narrow from this size. */ member
/netbsd-src/sys/uvm/
H A Duvm_fault.c738 bool narrow; /* work on a single requested page only */ member
841 .narrow = (fault_flag & UVM_FAULT_WIRE) != 0, in uvm_fault_internal()
1033 flt->narrow = true; in uvm_fault_check()
1106 flt->narrow = true; in uvm_fault_check()
1116 if (flt->narrow == false) { in uvm_fault_check()
1134 flt->narrow = true; /* ensure only once per-fault */ in uvm_fault_check()
1150 flt->narrow, nback, nforw, flt->startva); in uvm_fault_check()
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/aarch64/
H A Dxtn.s3 # Check the extract narrow instructions: xtn, xtn2.
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/
H A DOSSL_METHOD_STORE.pod86 I<*prop> may be a pointer to a provider, which will narrow the search
99 Additionally, if I<prov> isn't NULL, it will be used to narrow the search
/netbsd-src/sys/arch/hppa/stand/xxboot/
H A Dstart.S281 ; check if narrow or wide mode
286 ; narrow mode
438 ; check if narrow or wide mode
636 retbuf: .block 32*8 ; *4 for narrow mode / *8 for wide mode
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DHowToSubmitABug.rst19 linked section to narrow down the bug so that the person who fixes it will be
180 bugpoint will try to narrow down your list of passes to the one pass that
194 narrow the code down to a function that is miscompiled by one or the other
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DLibASTMatchers.rst31 <LibASTMatchersReference.html#recordDecl0Anchor>`_. To narrow the match down,
65 matchers that either match the node you're interested in or narrow down
/netbsd-src/external/gpl2/groff/dist/doc/
H A Dgrnexmpl.me60 narrow 1
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-arm.c11638 bool narrow; in do_t_add_sub() local
11644 narrow = !in_pred_block (); in do_t_add_sub()
11646 narrow = in_pred_block (); in do_t_add_sub()
11667 else if (Rd <= 7 && Rs <= 7 && narrow) in do_t_add_sub()
11744 narrow = false; in do_t_add_sub()
11746 if (narrow) in do_t_add_sub()
11919 bool narrow; in do_t_arit3() local
11923 narrow = !in_pred_block (); in do_t_arit3()
11925 narrow = in_pred_block (); in do_t_arit3()
11928 narrow = false; in do_t_arit3()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-arm.c11668 bool narrow; in do_t_add_sub() local
11674 narrow = !in_pred_block (); in do_t_add_sub()
11676 narrow = in_pred_block (); in do_t_add_sub()
11697 else if (Rd <= 7 && Rs <= 7 && narrow) in do_t_add_sub()
11774 narrow = false; in do_t_add_sub()
11776 if (narrow) in do_t_add_sub()
11949 bool narrow; in do_t_arit3() local
11953 narrow = !in_pred_block (); in do_t_arit3()
11955 narrow = in_pred_block (); in do_t_arit3()
11958 narrow = false; in do_t_arit3()
[all …]
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dios152 char narrow(char_type c, char dfault) const;
669 char narrow(char_type __c, char __dfault) const;
768 basic_ios<_CharT, _Traits>::narrow(char_type __c, char __dfault) const
770 return use_facet<ctype<char_type> >(getloc()).narrow(__c, __dfault);

12345678910