| /src/external/gpl3/gcc.old/dist/libcpp/include/ |
| cpp-id-data.h | 21 typedef unsigned char uchar; typedef
|
| /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/games/hack/ |
| 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
|
| /src/external/bsd/pcc/dist/pcc/driver/ |
| driver.h | 57 int uchar; member in struct:options
|
| /src/external/gpl3/gcc/dist/libgfortran/io/ |
| read.c | 34 typedef unsigned char uchar; typedef 369 static const uchar masks[6] = { 0x7F, 0x1F, 0x0F, 0x07, 0x02, 0x01 }; 370 static const uchar patns[6] = { 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC }; 385 c = (uchar) s[0]; 453 *dest = c > 255 ? '?' : (uchar) c;
|
| list_read.c | 33 typedef unsigned char uchar; typedef 315 static const uchar masks[6] = { 0x7F, 0x1F, 0x0F, 0x07, 0x02, 0x01 }; 316 static const uchar patns[6] = { 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC };
|
| write.c | 36 typedef unsigned char uchar; typedef 63 uchar d; 128 *p++ = (uchar) c; 136 *p = c > 255 ? '?' : (uchar) c; 151 static const uchar masks[6] = { 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC }; 152 static const uchar limits[6] = { 0x80, 0xE0, 0xF0, 0xF8, 0xFC, 0xFE }; 154 uchar buf[6], d, *q; 194 *p++ = (uchar) c; 202 *p = (uchar) c; 1358 *p = (uchar) c [all...] |
| /src/external/gpl3/gcc.old/dist/libgfortran/io/ |
| read.c | 34 typedef unsigned char uchar; typedef 356 static const uchar masks[6] = { 0x7F, 0x1F, 0x0F, 0x07, 0x02, 0x01 }; 357 static const uchar patns[6] = { 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC }; 372 c = (uchar) s[0]; 440 *dest = c > 255 ? '?' : (uchar) c;
|
| list_read.c | 33 typedef unsigned char uchar; typedef 319 static const uchar masks[6] = { 0x7F, 0x1F, 0x0F, 0x07, 0x02, 0x01 }; 320 static const uchar patns[6] = { 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC };
|
| write.c | 36 typedef unsigned char uchar; typedef 63 uchar d; 128 *p++ = (uchar) c; 136 *p = c > 255 ? '?' : (uchar) c; 151 static const uchar masks[6] = { 0x00, 0xC0, 0xE0, 0xF0, 0xF8, 0xFC }; 152 static const uchar limits[6] = { 0x80, 0xE0, 0xF0, 0xF8, 0xFC, 0xFE }; 154 uchar buf[6], d, *q; 192 *p++ = (uchar) c; 200 *p = (uchar) c; 1351 *p = (uchar) c [all...] |
| /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/sys/fs/hfs/ |
| libhfs.c | 389 uint16_t uchar; /* dummy var */ local 435 uchar = be16tohp((void*)&ptr); 436 *(ptr-1) = uchar; 461 uchar = be16toh(0x2F); 462 memcpy(*out_unicode, &uchar, sizeof(uchar));
|
| /src/external/bsd/top/dist/machine/ |
| m_sco5.c | 88 typedef unsigned char uchar; typedef
|
| /src/external/gpl3/gcc/dist/gcc/ |
| coretypes.h | 465 typedef unsigned char uchar; typedef
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| coretypes.h | 453 typedef unsigned char uchar; typedef
|
| /src/external/gpl3/gcc/dist/libcpp/ |
| internal.h | 647 typedef unsigned char uchar; typedef 650 #define UC (const uchar *) /* Intended use: UC"string" */ 836 const uchar **pstr, 837 const uchar *limit,
|
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| internal.h | 643 typedef unsigned char uchar; typedef 646 #define UC (const uchar *) /* Intended use: UC"string" */ 831 const uchar **pstr, 832 const uchar *limit,
|
| /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...] |
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| opencl-c-base.h | 47 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)
|