HomeSort by: relevance | last modified time | path
    Searched refs:uchar (Results 1 - 25 of 108) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
wide_char_types.c 19 #include <uchar.h>
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
wide_char_types.c 19 #include <uchar.h>
  /src/external/bsd/bzip2/dist/
unzcrash.c 39 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;
  /src/external/gpl2/groff/dist/src/libs/libbib/
linear.cpp 51 typedef unsigned char uchar; typedef
53 static uchar map[256];
54 static uchar inv_map[256][3];
100 pat[i] = map[uchar(pattern[i])];
104 for (const unsigned char *inv = inv_map[uchar(pat[i])]; *inv; inv++)
123 int t = del[uchar(*k)];
127 k += del[uchar(*k)];
128 k += del[uchar(*k)];
130 while (k < end && del[uchar(*k)] != 0)
139 if (map[uchar(*--s)] != uchar(pattern[--j])
    [all...]
  /src/games/hack/
def.obj.h 72 uchar otyp;
73 uchar owt;
74 uchar quan; /* use oextra for tmp gold objects */
config.h 174 * typedef unsigned char uchar;
176 * typedef unsigned short int uchar;
178 typedef unsigned char uchar; typedef
194 * #define Bitfield(x,n) uchar x
def.objclass.h 77 uchar oc_weight;
  /src/external/gpl3/gcc/dist/libcpp/
traditional.cc 37 uchar text[1];
86 static const uchar *skip_whitespace (cpp_reader *, const uchar *, int);
87 static cpp_hashnode *lex_identifier (cpp_reader *, const uchar *);
88 static const uchar *copy_comment (cpp_reader *, const uchar *, int);
94 static void maybe_start_funlike (cpp_reader *, cpp_hashnode *, const uchar *,
98 static size_t canonicalize_text (uchar *, const uchar *, size_t, uchar *);
    [all...]
charset.cc 99 uchar *text;
168 one_utf8_to_cppchar (const uchar **inbufp, size_t *inbytesleftp,
171 static const uchar masks[6] = { 0x7F, 0x1F, 0x0F, 0x07, 0x03, 0x01 };
172 static const uchar patns[6] = { 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC };
175 const uchar *inbuf = *inbufp;
228 one_cppchar_to_utf8 (cppchar_t c, uchar **outbufp, size_t *outbytesleftp)
230 static const uchar masks[6] = { 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC };
231 static const uchar limits[6] = { 0x80, 0xE0, 0xF0, 0xF8, 0xFC, 0xFE };
233 uchar buf[6], *p = &buf[6];
234 uchar *outbuf = *outbufp
    [all...]
lex.cc 56 static void add_line_note (cpp_buffer *, const uchar *, unsigned int);
59 static void lex_string (cpp_reader *, cpp_token *, const uchar *);
60 static void save_comment (cpp_reader *, cpp_token *, const uchar *, cppchar_t);
62 static void create_literal (cpp_reader *, cpp_token *, const uchar *,
81 return !ustrcmp (NODE_NAME (token->val.node.node), (const uchar *) string);
87 add_line_note (cpp_buffer *buffer, const uchar *pos, unsigned int type)
110 const uchar *search_line_fast (const uchar *s, const uchar *end);
156 acc_char_replicate (uchar x
    [all...]
  /src/external/gpl3/gcc.old/dist/libcpp/
traditional.cc 37 uchar text[1];
86 static const uchar *skip_whitespace (cpp_reader *, const uchar *, int);
87 static cpp_hashnode *lex_identifier (cpp_reader *, const uchar *);
88 static const uchar *copy_comment (cpp_reader *, const uchar *, int);
94 static void maybe_start_funlike (cpp_reader *, cpp_hashnode *, const uchar *,
98 static size_t canonicalize_text (uchar *, const uchar *, size_t, uchar *);
    [all...]
charset.cc 99 uchar *text;
168 one_utf8_to_cppchar (const uchar **inbufp, size_t *inbytesleftp,
171 static const uchar masks[6] = { 0x7F, 0x1F, 0x0F, 0x07, 0x03, 0x01 };
172 static const uchar patns[6] = { 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC };
175 const uchar *inbuf = *inbufp;
228 one_cppchar_to_utf8 (cppchar_t c, uchar **outbufp, size_t *outbytesleftp)
230 static const uchar masks[6] = { 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC };
231 static const uchar limits[6] = { 0x80, 0xE0, 0xF0, 0xF8, 0xFC, 0xFE };
233 uchar buf[6], *p = &buf[6];
234 uchar *outbuf = *outbufp
    [all...]
lex.cc 53 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);
59 static void create_literal (cpp_reader *, cpp_token *, const uchar *,
78 return !ustrcmp (NODE_NAME (token->val.node.node), (const uchar *) string);
84 add_line_note (cpp_buffer *buffer, const uchar *pos, unsigned int type)
107 const uchar *search_line_fast (const uchar *s, const uchar *end);
153 acc_char_replicate (uchar x
    [all...]
  /src/tests/lib/libc/locale/
t_c32rtomb.c 34 #include <uchar.h>
t_mbrtoc32.c 34 #include <uchar.h>
t_uchar.c 30 * Include <uchar.h> first to verify it declares everything we need.
32 #include <uchar.h>
60 atf_tc_set_md_var(tc, "descr", "Test <uchar.h> types are reasonable");
  /src/external/gpl3/gcc.old/dist/libcpp/include/
cpp-id-data.h 21 typedef unsigned char uchar; typedef
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.opencl/
convs_casts.cl 39 uchar uc = 123;
operators.cl 40 uchar uca = 2;
41 uchar ucb = 1;
callfuncs.cl 57 def_call_family(uchar)
105 uchar uc = 1;
202 call_family (uchar, uc);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.opencl/
convs_casts.cl 39 uchar uc = 123;
operators.cl 40 uchar uca = 2;
41 uchar ucb = 1;
callfuncs.cl 57 def_call_family(uchar)
105 uchar uc = 1;
202 call_family (uchar, uc);
  /src/external/bsd/pcc/dist/pcc/driver/
driver.h 57 int uchar; member in struct:options
  /src/external/mit/lua/dist/src/
lstrlib.c 44 #define uchar(c) ((unsigned char)(c)) macro
135 p[i] = tolower(uchar(s[i]));
148 p[i] = toupper(uchar(s[i]));
194 lua_pushinteger(L, uchar(s[posi+i-1]));
207 p[i - 1] = uchar(c);
464 if (match_class(c, uchar(*p)))
469 if (uchar(*(p-2)) <= c && c <= uchar(*p))
472 else if (uchar(*p) == c) return sig;
483 int c = uchar(*s)
    [all...]

Completed in 43 milliseconds

1 2 3 4 5