| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/ |
| svga_types.h | 37 typedef u8 uint8; typedef
|
| vm_basic_types.h | 13 typedef u8 uint8; typedef
|
| /src/lib/libc/arch/aarch64/softfloat/ |
| aarch64-gcc.h | 27 integers of at least as many bits as specified. For example, `uint8' should 30 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed 35 typedef int uint8; typedef
|
| /src/lib/libc/arch/arm/softfloat/ |
| arm-gcc.h | 25 integers of at least as many bits as specified. For example, `uint8' should 28 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed 33 typedef int uint8; typedef
|
| /src/lib/libc/arch/m68k/softfloat/ |
| m68k-gcc.h | 27 integers of at least as many bits as specified. For example, `uint8' should 30 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed 35 typedef int uint8; typedef
|
| /src/lib/libc/arch/mips/softfloat/ |
| mips-gcc.h | 25 integers of at least as many bits as specified. For example, `uint8' should 28 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed 33 typedef int uint8; typedef
|
| /src/lib/libc/arch/or1k/softfloat/ |
| or1k-gcc.h | 27 integers of at least as many bits as specified. For example, `uint8' should 30 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed 35 typedef int uint8; typedef
|
| /src/lib/libc/arch/powerpc/softfloat/ |
| powerpc-gcc.h | 27 integers of at least as many bits as specified. For example, `uint8' should 30 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed 35 typedef int uint8; typedef
|
| /src/lib/libc/arch/sh3/softfloat/ |
| sh3-gcc.h | 27 integers of at least as many bits as specified. For example, `uint8' should 30 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed 35 typedef unsigned char uint8; typedef
|
| /src/lib/libc/arch/sparc64/softfloat/ |
| sparc64-gcc.h | 27 integers of at least as many bits as specified. For example, `uint8' should 30 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed 35 typedef int uint8; typedef
|
| /src/regress/lib/libc/ieeefp/testfloat/include/ |
| milieu.h | 87 integers of at least as many bits as specified. For example, `uint8' should 90 implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed 95 typedef unsigned int uint8; typedef
|
| /src/sys/lib/libkern/ |
| milieu.h | 86 | integers of at least as many bits as specified. For example, `uint8' should 89 | implementations of C, `flag', `uint8', and `int8' should all be `typedef'ed 93 typedef unsigned int uint8; typedef
|
| /src/external/mit/libcbor/dist/src/cbor/ |
| callbacks.h | 50 cbor_int8_callback uint8; member in struct:cbor_callbacks
|
| /src/crypto/external/bsd/openssh/dist/ |
| ed25519.c | 19 #define uint8 crypto_uint8 macro
|
| sntrup761.c | 20 #define uint8 crypto_uint8 macro
|
| /src/external/bsd/libpcap/dist/ |
| rpcap-protocol.h | 136 typedef unsigned char uint8; /* 8-bit unsigned integer */ typedef 147 uint8 ver; /* RPCAP version number */ 148 uint8 type; /* RPCAP message type (error, findalldevs, ...) */ 162 uint8 minvers; /* Minimum version supported */ 163 uint8 maxvers; /* Maximum version supported */ 164 uint8 pad[2]; /* Pad to 4-byte boundary **/ 181 uint8 minvers; /* Minimum version supported */ 182 uint8 maxvers; /* Maximum version supported */ 252 uint8 zero[8]; /* Padding */ 264 uint8 addr[16]; /* IPv6 address * [all...] |
| /src/external/gpl2/mkhybrid/dist/ |
| apple.h | 152 typedef unsigned char uint8; typedef 167 /* uint8 finderInfo[INFOLEN];*/ 169 uint8 fdType[4]; /* File type [4]*/ 170 uint8 fdCreator[4]; /* File creator [8]*/ 187 uint8 fdType[4]; /* File type [4]*/ 188 uint8 fdCreator[4]; /* File creator [8]*/ 190 uint8 unknown1[22]; /* ignore [32] */ 192 uint8 unknown2[4]; /* ignore [40] */ 194 uint8 unknown3[8]; /* ignore [52] */ 196 uint8 unknown4[456]; /* ignore [512] * [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| m32c-tdep.c | 124 struct type *uint8 = nullptr, *uint16 = nullptr; 207 tdep->uint8 = init_integer_type (alloc, 8, 1, "uint8_t"); 855 DMA (RP (dmd, tdep->uint8)); 123 struct type *uint8 = nullptr, *uint16 = nullptr; member in struct:gdbarch_tdep_base
|
| /src/external/gpl3/gdb/dist/gdb/ |
| m32c-tdep.c | 124 struct type *uint8 = nullptr, *uint16 = nullptr; 207 tdep->uint8 = init_integer_type (alloc, 8, 1, "uint8_t"); 855 DMA (RP (dmd, tdep->uint8)); 123 struct type *uint8 = nullptr, *uint16 = nullptr; member in struct:gdbarch_tdep_base
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| opencl-c-base.h | 123 typedef uint uint8 __attribute__((ext_vector_type(8))); typedef 506 #define as_uint8(x) __builtin_astype((x), uint8)
|
| /src/sys/dev/stbi/ |
| stb_image.c | 26 1.27 (2010-08-01) cast-to-uint8 to fix warnings (Laurent Gomila) 40 1.21 fix use of 'uint8' in header (reported by jon blow) 467 typedef unsigned char uint8; typedef 828 uint8 buffer_start[128]; 831 uint8 const *img_buffer, *img_buffer_end; 845 static void start_mem(stbi *s, uint8 const *buffer, int len) 851 s->img_buffer = (uint8 const *) buffer; 852 s->img_buffer_end = (uint8 const *) buffer+len; 898 __forceinline static uint8 get8u(stbi *s) 900 return (uint8) get8(s) [all...] |