Searched refs:uchar (Results 1 - 25 of 30) sorted by relevance

12

/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dcharset.c100 uchar *text;
169 one_utf8_to_cppchar (const uchar **inbufp, size_t *inbytesleftp,
172 static const uchar masks[6] = { 0x7F, 0x1F, 0x0F, 0x07, 0x02, 0x01 };
173 static const uchar patns[6] = { 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC };
176 const uchar *inbuf = *inbufp;
229 one_cppchar_to_utf8 (cppchar_t c, uchar **outbufp, size_t *outbytesleftp)
231 static const uchar masks[6] = { 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC };
232 static const uchar limits[6] = { 0x80, 0xE0, 0xF0, 0xF8, 0xFC, 0xFE };
234 uchar buf[6], *p = &buf[6];
235 uchar *outbu
[all...]
H A Dtraditional.c37 uchar text[1];
82 static const uchar *skip_whitespace (cpp_reader *, const uchar *, int);
83 static cpp_hashnode *lex_identifier (cpp_reader *, const uchar *);
84 static const uchar *copy_comment (cpp_reader *, const uchar *, int);
90 static void maybe_start_funlike (cpp_reader *, cpp_hashnode *, const uchar *,
94 static size_t canonicalize_text (uchar *, const uchar *, size_t, uchar *);
[all...]
H A Dlex.c53 static void add_line_note (cpp_buffer *, const uchar *, unsigned int);
56 static void lex_string (cpp_reader *, cpp_token *, const uchar *);
57 static void save_comment (cpp_reader *, cpp_token *, const uchar *, cppchar_t);
58 static void create_literal (cpp_reader *, cpp_token *, const uchar *,
77 return !ustrcmp (NODE_NAME (token->val.node), (const uchar *) string);
83 add_line_note (cpp_buffer *buffer, const uchar *pos, unsigned int type)
103 const uchar *s;
104 uchar c, *d, *p;
114 const uchar *pbackslash = NULL;
125 d = (uchar *)
[all...]
H A Dpch.c550 uchar **defns;
580 data->defns = XRESIZEVEC (uchar *, data->defns, (data->array_size));
591 const uchar * defn = cpp_macro_definition (r, h);
594 data->defns[data->count] = (uchar *) xmemdup (defn, defnlen,
617 d->defns = XNEWVEC (uchar *, d->array_size);
655 uchar *defn;
H A Dmacro.c52 static const cpp_token *new_string_token (cpp_reader *, uchar *, unsigned int);
113 const uchar *
117 const uchar *result = NULL;
170 uchar *buf;
292 const uchar *buf;
313 cpp_push_buffer (pfile, (uchar *) nbuf, len, /* from_stage3 */ true);
330 uchar *
331 cpp_quote_string (uchar *dest, const uchar *src, unsigned int len)
335 uchar
[all...]
H A Dexpr.c63 static unsigned int interpret_float_suffix (const uchar *, size_t);
64 static unsigned int interpret_int_suffix (const uchar *, size_t);
83 interpret_float_suffix (const uchar *s, size_t len)
130 interpret_int_suffix (const uchar *s, size_t len)
166 const uchar *str = token->val.str.text;
167 const uchar *limit;
373 const uchar *p, *end;
709 uchar prio;
710 uchar flags;
H A Dinit.c42 __extension__ const uchar _cpp_trigraph_map[UCHAR_MAX + 1] = {
49 #define TRIGRAPH_MAP uchar _cpp_trigraph_map[UCHAR_MAX + 1] = { 0 }; \
300 const uchar *name;
H A Ddirectives.c84 const uchar *name; /* Name of directive. */
103 static int strtoul_for_line (const uchar *, unsigned int, unsigned long *);
176 { do_##name, (const uchar *) #name, \
493 cpp_push_buffer (pfile, (const uchar *) buf, count,
651 total_len = (cpp_spell_token (pfile, token, (uchar *) &buffer[total_len],
653 - (uchar *) buffer);
818 strtoul_for_line (const uchar *str, unsigned int len, long unsigned int *nump)
821 uchar c;
1540 cpp_push_buffer (pfile, (const uchar *) result, dest - result,
2180 cpp_push_buffer (cpp_reader *pfile, const uchar *buffe
[all...]
/freebsd-11-stable/contrib/bzip2/
H A Dunzcrash.c37 typedef unsigned char uchar; typedef
40 uchar inbuf[M_BLOCK];
41 uchar outbuf[M_BLOCK_OUT];
42 uchar zbuf[M_BLOCK + 600 + (M_BLOCK / 100)];
68 uchar mask = 1 << bitno;
/freebsd-11-stable/contrib/groff/src/libs/libbib/
H A Dlinear.cpp49 typedef unsigned char uchar; typedef
51 static uchar map[256];
52 static uchar inv_map[256][3];
98 pat[i] = map[uchar(pattern[i])];
102 for (const unsigned char *inv = inv_map[uchar(pat[i])]; *inv; inv++)
121 int t = del[uchar(*k)];
125 k += del[uchar(*k)];
126 k += del[uchar(*k)];
128 while (k < end && del[uchar(*k)] != 0)
137 if (map[uchar(*
[all...]
/freebsd-11-stable/contrib/gcclibs/libcpp/include/
H A Dcpp-id-data.h22 typedef unsigned char uchar; typedef
/freebsd-11-stable/lib/libc/locale/
H A Dc32rtomb.c31 #include <uchar.h>
H A Dmbrtoc32.c30 #include <uchar.h>
H A Dc16rtomb.c31 #include <uchar.h>
H A Dmbrtoc16.c30 #include <uchar.h>
H A DcXXrtomb_iconv.h35 #include <uchar.h>
H A DmbrtocXX_iconv.h37 #include <uchar.h>
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstrlib.c30 #define uchar(c) ((unsigned char)(c)) macro
41 #define iscntrl(C) (uchar(C) <= 0x1f || uchar(C) == 0x7f)
115 p[i] = tolower(uchar(s[i]));
128 p[i] = toupper(uchar(s[i]));
176 lua_pushinteger(L, uchar(s[posi+i-1]));
188 luaL_argcheck(L, uchar(c) == c, i, "value out of range");
189 p[i - 1] = uchar(c);
324 if (match_class(c, uchar(*p)))
329 if (uchar(*(
[all...]
/freebsd-11-stable/gnu/usr.bin/cc/libcpp/
H A Dconfig.h216 /* Define if <sys/types.h> defines \`uchar'. */
290 typedef unsigned char uchar; typedef
/freebsd-11-stable/contrib/lua/src/
H A Dlstrlib.c39 #define uchar(c) ((unsigned char)(c)) macro
103 p[i] = tolower(uchar(s[i]));
116 p[i] = toupper(uchar(s[i]));
162 lua_pushinteger(L, uchar(s[posi+i-1]));
174 luaL_argcheck(L, uchar(c) == c, i, "value out of range");
175 p[i - 1] = uchar(c);
311 if (match_class(c, uchar(*p)))
316 if (uchar(*(p-2)) <= c && c <= uchar(*p))
319 else if (uchar(*
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c-base.h17 typedef unsigned char uchar; typedef
70 typedef uchar uchar2 __attribute__((ext_vector_type(2)));
71 typedef uchar uchar3 __attribute__((ext_vector_type(3)));
72 typedef uchar uchar4 __attribute__((ext_vector_type(4)));
73 typedef uchar uchar8 __attribute__((ext_vector_type(8)));
74 typedef uchar uchar16 __attribute__((ext_vector_type(16)));
H A Dopencl-c.h51 char __ovld __cnfn convert_char_rte(uchar);
52 char __ovld __cnfn convert_char_sat_rte(uchar);
53 char __ovld __cnfn convert_char_rtz(uchar);
54 char __ovld __cnfn convert_char_sat_rtz(uchar);
55 char __ovld __cnfn convert_char_rtp(uchar);
56 char __ovld __cnfn convert_char_sat_rtp(uchar);
57 char __ovld __cnfn convert_char_rtn(uchar);
58 char __ovld __cnfn convert_char_sat_rtn(uchar);
59 char __ovld __cnfn convert_char(uchar);
60 char __ovld __cnfn convert_char_sat(uchar);
[all...]
/freebsd-11-stable/lib/libc/tests/locale/
H A Dc16rtomb_test.c41 #include <uchar.h>
H A Dmbrtoc16_test.c41 #include <uchar.h>
/freebsd-11-stable/contrib/gcc/
H A Dmips-tdump.c55 #define uchar unsigned char macro
1295 uchar *line_ptr = (((uchar *)lines) + proc_ptr->cbLineOffset
1297 uchar *line_end;
1300 line_end = ((uchar *)lines) + fdp->cbLine + fdp->cbLineOffset;
1302 line_end = (((uchar *)lines) + proc_desc[pdi+1].cbLineOffset

Completed in 404 milliseconds

12