Home
last modified time | relevance | path

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

12

/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dregex_scanner.tcc101 if (std::strchr(_M_spec_char, _M_ctype.narrow(__c, ' ')) == nullptr) in _M_scan_normal()
182 auto __narrowc = _M_ctype.narrow(__c, '\0'); in _M_scan_normal()
318 auto __pos = _M_find_escape(_M_ctype.narrow(__c, '\0')); in _M_eat_escape_ecma()
397 auto __pos = std::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.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()
1199 __format = __ctype.narrow(*__fmt, 0); in get()
1280 if (__ctype.narrow(*__beg, 0) != '%') in put()
1289 const char __c = __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.tcc266 __s += __fctyp.narrow(*__first, 0); in lookup_collatename()
310 __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()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dbasic_ios.h422 narrow(char_type __c, char __dfault) const in _GLIBCXX_VISIBILITY()
423 { return __check_facet(_M_ctype).narrow(__c, __dfault); } in _GLIBCXX_VISIBILITY()
H A Dlocale_facets_nonio.tcc641 if (__ctype.narrow(__format[__i], 0) == '%') in _M_extract_via_format()
644 char __c = __ctype.narrow(__format[++__i], 0); in _M_extract_via_format()
647 __c = __ctype.narrow(__format[++__i], 0); in _M_extract_via_format()
733 if (__ctype.narrow(*__beg, 0) == '\n') in _M_extract_via_format()
756 if (__ctype.narrow(*__beg, 0) == '\t') in _M_extract_via_format()
857 const char __c = __ctype.narrow(*__beg, '*'); in _M_extract_num()
1149 if (__ctype.narrow(*__beg, 0) != '%') in put()
1158 const char __c = __ctype.narrow(*__beg, 0); in put()
1164 __format = __ctype.narrow(*__beg, 0); in put()
H A Dlocale_facets.h326 narrow(char_type __c, char __dfault) const in _GLIBCXX_VISIBILITY()
348 narrow(const char_type* __lo, const char_type* __hi, in _GLIBCXX_VISIBILITY()
925 narrow(char_type __c, char __dfault) const in _GLIBCXX_VISIBILITY()
958 narrow(const char_type* __lo, const char_type* __hi, in _GLIBCXX_VISIBILITY()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dira-costs.c242 static struct cost_classes narrow; in restrict_cost_classes() local
244 narrow.num = 0; in restrict_cost_classes()
290 for (pos = 0; pos < narrow.num; ++pos) in restrict_cost_classes()
292 enum reg_class cl2 = narrow.classes[pos]; in restrict_cost_classes()
297 if (pos == narrow.num) in restrict_cost_classes()
304 narrow.classes[narrow.num++] = cl; in restrict_cost_classes()
307 if (narrow.num == full->num) in restrict_cost_classes()
310 cost_classes **slot = cost_classes_htab->find_slot (&narrow, INSERT); in restrict_cost_classes()
313 cost_classes_t classes = setup_cost_classes (&narrow); in restrict_cost_classes()
H A Ddbgcnt.def29 you can quickly narrow down to one transformation
H A Dtree.def1380 /* Pack (demote/narrow and merge) the elements of the two input vectors
1388 and pack (narrow and merge) the elements into the output vector. The
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddbgcnt.def29 you can quickly narrow down to one transformation
H A Dtree.def1178 /* Pack (demote/narrow and merge) the elements of the two input vectors
1186 and pack (narrow and merge) the elements into the output vector. The
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/std/
H A Diosfwd56 * widths (wide and narrow). The typedefs are the same as the
H A Dfunctional1014 // Use __boyer_moore_array_base when pattern consists of narrow characters
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/std/
H A Diosfwd58 * widths (wide and narrow). The typedefs are the same as the
/dragonfly/sys/dev/raid/ciss/
H A Dcissreg.h647 u_int8_t narrow:1; member
/dragonfly/sys/dev/drm/
H A Ddrm_vblank.c1426 static u64 widen_32_to_64(u32 narrow, u64 near) in widen_32_to_64() argument
1428 return near + (s32) (narrow - near); in widen_32_to_64()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/experimental/
H A Dfunctional160 // Use __boyer_moore_array_base when pattern consists of narrow characters
/dragonfly/games/cribbage/
H A Dcribbage.n27 and narrow, in which are four rows of 30 holes each. (See illustration.)
/dragonfly/games/adventure/
H A Dglorkz110 61 joins up with a narrow north/south passage.
156 88 You are in a long, narrow corridor stretching out of sight to the
185 100 narrow tunnel exits to the west. A dark corridor leads NE.
338 88 You're in narrow corridor.
/dragonfly/share/dict/
H A Dweb2a36457 narrow-backed
36458 narrow-billed
36459 narrow-bladed
36462 narrow-celled
36465 narrow-ended
36466 narrow-eyed
36467 narrow-faced
36469 narrow-guage
36474 narrow-laced
36483 narrow-nosed
[all …]
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc.opt1268 fchkp-narrow-bounds
1273 fchkp-narrow-to-innermost-array
/dragonfly/games/fortune/datfiles/
H A Dmurphy88 deserted road will meet at the narrow bridge.
/dragonfly/contrib/dialog/
H A DCHANGES1650 + add limit checks in checklist.c and menubox.c for very narrow screens

12