Home
last modified time | relevance | path

Searched refs:uchar (Results 1 – 25 of 152) sorted by relevance

1234567

/netbsd/external/gpl3/gcc/dist/libcpp/
H A Dcharset.c99 uchar *text;
282 uchar *outbuf; in one_utf8_to_utf32()
311 const uchar *inbuf; in one_utf32_to_utf8()
459 uchar *outbuf; in conversion_loop()
772 uchar sbuf[1]; in cpp_host_to_exec_charset()
1171 uchar buf[6]; in convert_ucn()
1486 uchar c; in convert_escape()
2077 uchar * buf = (uchar *) alloca (len + 1); in _cpp_interpret_identifier()
2136 uchar *
2316 const uchar *udata = (const uchar *) data; in cpp_byte_column_to_display_column()
[all …]
H A Dcharset.cc99 uchar *text;
282 uchar *outbuf; in one_utf8_to_utf32()
311 const uchar *inbuf; in one_utf32_to_utf8()
458 const uchar *inbuf; in conversion_loop()
459 uchar *outbuf; in conversion_loop()
785 uchar sbuf[1]; in cpp_host_to_exec_charset()
1196 static const uchar *
1204 uchar buf[6]; in convert_ucn()
1517 uchar c; in convert_escape()
2109 uchar * buf = (uchar *) alloca (len + 1); in _cpp_interpret_identifier()
[all …]
H A Dtraditional.c37 uchar text[1];
98 static size_t canonicalize_text (uchar *, const uchar *, size_t, uchar *);
383 uchar *out; in _cpp_scan_out_logical_line()
830 uchar *buf; in push_replacement_text()
924 uchar *
968 uchar *p; in replace_args_and_push()
1000 uchar *base; in replace_args_and_push()
1001 uchar *in; in replace_args_and_push()
1125 uchar *exp; in save_replacement_text()
1173 uchar *limit; in _cpp_create_trad_definition()
[all …]
H A Dtraditional.cc37 uchar text[1];
98 static size_t canonicalize_text (uchar *, const uchar *, size_t, uchar *);
388 uchar *out; in _cpp_scan_out_logical_line()
835 uchar *buf; in push_replacement_text()
929 uchar *
973 uchar *p; in replace_args_and_push()
1005 uchar *base; in replace_args_and_push()
1006 uchar *in; in replace_args_and_push()
1130 uchar *exp; in save_replacement_text()
1178 uchar *limit; in _cpp_create_trad_definition()
[all …]
H A Dlex.c200 uchar c; in acc_char_index()
225 static const uchar * search_line_acc_char (const uchar *, const uchar *)
301 search_line_mmx (const uchar *s, const uchar *end ATTRIBUTE_UNUSED) in search_line_mmx()
362 search_line_sse2 (const uchar *s, const uchar *end ATTRIBUTE_UNUSED) in search_line_sse2()
416 search_line_sse42 (const uchar *s, const uchar *end) in search_line_sse42()
494 typedef const uchar * (*search_line_fast_type) (const uchar *, const uchar *);
938 const uchar *s; in _cpp_clean_line()
939 uchar c, *d, *p; in _cpp_clean_line()
1081 const uchar *p; in warn_in_comment()
1177 uchar c; in _cpp_skip_block_comment()
[all …]
H A Dlex.cc200 uchar c; in acc_char_index()
225 static const uchar * search_line_acc_char (const uchar *, const uchar *)
301 search_line_mmx (const uchar *s, const uchar *end ATTRIBUTE_UNUSED) in search_line_mmx()
362 search_line_sse2 (const uchar *s, const uchar *end ATTRIBUTE_UNUSED) in search_line_sse2()
416 search_line_sse42 (const uchar *s, const uchar *end) in search_line_sse42()
494 typedef const uchar * (*search_line_fast_type) (const uchar *, const uchar *);
938 const uchar *s; in _cpp_clean_line()
1081 const uchar *p; in warn_in_comment()
1650 uchar c; in _cpp_skip_block_comment()
2106 uchar *dest; in lex_number()
[all …]
H A Dpch.c410 uchar *defn; in _cpp_restore_pushed_macros()
433 defn = XNEWVEC (uchar, defnlen + 1); in _cpp_restore_pushed_macros()
733 uchar **defns;
763 data->defns = XRESIZEVEC (uchar *, data->defns, (data->array_size)); in save_macros()
766 const uchar * defn = cpp_macro_definition (r, h); in save_macros()
769 data->defns[data->count] = (uchar *) xmemdup (defn, defnlen, defnlen + 2); in save_macros()
786 d->defns = XNEWVEC (uchar *, d->array_size); in cpp_prepare_state()
826 uchar *defn; in cpp_read_state()
H A Dpch.cc410 uchar *defn; in _cpp_restore_pushed_macros()
433 defn = XNEWVEC (uchar, defnlen + 1); in _cpp_restore_pushed_macros()
733 uchar **defns;
763 data->defns = XRESIZEVEC (uchar *, data->defns, (data->array_size)); in save_macros()
766 const uchar * defn = cpp_macro_definition (r, h); in save_macros()
769 data->defns[data->count] = (uchar *) xmemdup (defn, defnlen, defnlen + 2); in save_macros()
786 d->defns = XNEWVEC (uchar *, d->array_size); in cpp_prepare_state()
826 uchar *defn; in cpp_read_state()
H A Dconfigure.ac88 AC_CACHE_CHECK(for uchar, gcc_cv_type_uchar,
92 [if ((uchar *)0) return 0;
93 if (sizeof(uchar)) return 0;],
97 [Define if <sys/types.h> defines \`uchar'.])
/netbsd/external/gpl3/gcc.old/dist/libcpp/
H A Dcharset.c99 uchar *text;
282 uchar *outbuf; in one_utf8_to_utf32()
311 const uchar *inbuf; in one_utf32_to_utf8()
459 uchar *outbuf; in conversion_loop()
772 uchar sbuf[1]; in cpp_host_to_exec_charset()
1171 uchar buf[6]; in convert_ucn()
1486 uchar c; in convert_escape()
2077 uchar * buf = (uchar *) alloca (len + 1); in _cpp_interpret_identifier()
2136 uchar *
2316 const uchar *udata = (const uchar *) data; in cpp_byte_column_to_display_column()
[all …]
H A Dtraditional.c37 uchar text[1];
98 static size_t canonicalize_text (uchar *, const uchar *, size_t, uchar *);
383 uchar *out; in _cpp_scan_out_logical_line()
830 uchar *buf; in push_replacement_text()
924 uchar *
968 uchar *p; in replace_args_and_push()
1000 uchar *base; in replace_args_and_push()
1001 uchar *in; in replace_args_and_push()
1125 uchar *exp; in save_replacement_text()
1173 uchar *limit; in _cpp_create_trad_definition()
[all …]
H A Dlex.c200 uchar c; in acc_char_index()
225 static const uchar * search_line_acc_char (const uchar *, const uchar *)
301 search_line_mmx (const uchar *s, const uchar *end ATTRIBUTE_UNUSED) in search_line_mmx()
362 search_line_sse2 (const uchar *s, const uchar *end ATTRIBUTE_UNUSED) in search_line_sse2()
416 search_line_sse42 (const uchar *s, const uchar *end) in search_line_sse42()
494 typedef const uchar * (*search_line_fast_type) (const uchar *, const uchar *);
938 const uchar *s; in _cpp_clean_line()
939 uchar c, *d, *p; in _cpp_clean_line()
1081 const uchar *p; in warn_in_comment()
1177 uchar c; in _cpp_skip_block_comment()
[all …]
H A Dpch.c410 uchar *defn; in _cpp_restore_pushed_macros()
433 defn = XNEWVEC (uchar, defnlen + 1); in _cpp_restore_pushed_macros()
733 uchar **defns;
763 data->defns = XRESIZEVEC (uchar *, data->defns, (data->array_size)); in save_macros()
766 const uchar * defn = cpp_macro_definition (r, h); in save_macros()
769 data->defns[data->count] = (uchar *) xmemdup (defn, defnlen, defnlen + 2); in save_macros()
786 d->defns = XNEWVEC (uchar *, d->array_size); in cpp_prepare_state()
826 uchar *defn; in cpp_read_state()
H A Dconfigure.ac88 AC_CACHE_CHECK(for uchar, gcc_cv_type_uchar,
92 [if ((uchar *)0) return 0;
93 if (sizeof(uchar)) return 0;],
97 [Define if <sys/types.h> defines \`uchar'.])
/netbsd/external/gpl2/groff/dist/src/libs/libbib/
H A Dlinear.cpp51 typedef unsigned char uchar; typedef
53 static uchar map[256];
54 static uchar inv_map[256][3];
100 pat[i] = map[uchar(pattern[i])]; in bmpattern()
123 int t = del[uchar(*k)]; in search()
127 k += del[uchar(*k)]; in search()
128 k += del[uchar(*k)]; in search()
130 while (k < end && del[uchar(*k)] != 0) in search()
139 if (map[uchar(*--s)] != uchar(pattern[--j])) in search()
242 if (map[uchar(match[-1])] != '\0' in check_match()
[all …]
/netbsd/external/bsd/bzip2/dist/
H A Dunzcrash.c39 typedef unsigned char uchar; typedef
42 uchar inbuf[M_BLOCK];
43 uchar outbuf[M_BLOCK_OUT];
44 uchar zbuf[M_BLOCK + 600 + (M_BLOCK / 100)];
70 uchar mask = 1 << bitno; in flip_bit()
/netbsd/games/hack/
H A Ddef.obj.h72 uchar otyp;
73 uchar owt;
74 uchar quan; /* use oextra for tmp gold objects */
/netbsd/external/mit/lua/dist/src/
H A Dlstrlib.c44 #define uchar(c) ((unsigned char)(c)) macro
135 p[i] = tolower(uchar(s[i])); in str_lower()
148 p[i] = toupper(uchar(s[i])); in str_upper()
207 p[i - 1] = uchar(c); in str_char()
464 if (match_class(c, uchar(*p))) in matchbracketclass()
469 if (uchar(*(p-2)) <= c && c <= uchar(*p)) in matchbracketclass()
472 else if (uchar(*p) == c) return sig; in matchbracketclass()
483 int c = uchar(*s); in singlematch()
1137 else if (iscntrl(uchar(*s))) { in addquoted()
1139 if (!isdigit(uchar(*(s+1)))) in addquoted()
[all …]
/netbsd/external/apache2/llvm/dist/clang/lib/Headers/
H A Dopencl-c.h9105 uchar __ovld __cnfn hadd(uchar x, uchar y);
9158 uchar __ovld __cnfn rhadd(uchar x, uchar y);
9211 uchar __ovld __cnfn clamp(uchar x, uchar minval, uchar maxval);
9412 uchar __ovld __cnfn mad_hi(uchar a, uchar b, uchar c);
9464 uchar __ovld __cnfn mad_sat(uchar a, uchar b, uchar c);
9516 uchar __ovld __cnfn max(uchar x, uchar y);
9608 uchar __ovld __cnfn min(uchar x, uchar y);
9701 uchar __ovld __cnfn mul_hi(uchar x, uchar y);
9758 uchar __ovld __cnfn rotate(uchar v, uchar i);
10951 uchar __ovld __cnfn bitselect(uchar a, uchar b, uchar c);
[all …]
H A Dopencl-c-base.h47 typedef unsigned char uchar; typedef
100 typedef uchar uchar2 __attribute__((ext_vector_type(2)));
101 typedef uchar uchar3 __attribute__((ext_vector_type(3)));
102 typedef uchar uchar4 __attribute__((ext_vector_type(4)));
103 typedef uchar uchar8 __attribute__((ext_vector_type(8)));
104 typedef uchar uchar16 __attribute__((ext_vector_type(16)));
474 #define as_uchar(x) __builtin_astype((x), uchar)
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/c_std/
H A Dcuchar29 * This is the C++ version of the Standard C Library header @c uchar.h,
59 #include <uchar.h>
70 // Get rid of those macros defined in <uchar.h> in lieu of real functions.
90 // Get rid of those macros defined in <uchar.h> in lieu of real functions.
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_global/
H A Dcuchar29 * This is the C++ version of the Standard C Library header @c uchar.h,
53 #include <uchar.h>
55 // Get rid of those macros defined in <uchar.h> in lieu of real functions.
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_std/
H A Dcuchar29 * This is the C++ version of the Standard C Library header @c uchar.h,
53 #include <uchar.h>
55 // Get rid of those macros defined in <uchar.h> in lieu of real functions.
/netbsd/external/bsd/pcc/dist/pcc/driver/
H A Doptions.c91 { "fsigned-char", FLAG, opt_clr, &opt.uchar },
92 { "fno-signed-char", FLAG, opt_set, &opt.uchar },
93 { "funsigned-char", FLAG, opt_set, &opt.uchar },
94 { "fno-unsigned-char", FLAG, opt_clr, &opt.uchar },
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/include/c_global/
H A Dcuchar29 * This is the C++ version of the Standard C Library header @c uchar.h,
57 #include <uchar.h>
86 // Get rid of those macros defined in <uchar.h> in lieu of real functions.

1234567