OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__uint8_t
(Results
1 - 24
of
24
) sorted by relevancy
/src/sys/arch/alpha/include/
int_types.h
49
typedef unsigned char
__uint8_t
;
typedef in typeref:typename:unsigned char
/src/sys/arch/amd64/include/
int_types.h
52
typedef unsigned char
__uint8_t
;
typedef in typeref:typename:unsigned char
/src/sys/arch/hppa/include/
int_types.h
46
typedef unsigned char
__uint8_t
;
typedef in typeref:typename:unsigned char
/src/sys/arch/i386/include/
int_types.h
50
typedef unsigned char
__uint8_t
;
typedef in typeref:typename:unsigned char
/src/sys/arch/ia64/include/
int_types.h
47
typedef unsigned char
__uint8_t
;
typedef in typeref:typename:unsigned char
/src/sys/arch/m68k/include/
int_types.h
49
typedef unsigned char
__uint8_t
;
typedef in typeref:typename:unsigned char
/src/sys/arch/mips/include/
int_types.h
52
typedef unsigned char
__uint8_t
;
typedef in typeref:typename:unsigned char
/src/sys/arch/powerpc/include/
int_types.h
52
typedef unsigned char
__uint8_t
;
typedef in typeref:typename:unsigned char
/src/sys/arch/sh3/include/
int_types.h
49
typedef unsigned char
__uint8_t
;
typedef in typeref:typename:unsigned char
/src/sys/arch/sparc/include/
int_types.h
58
typedef unsigned char
__uint8_t
;
typedef in typeref:typename:unsigned char
/src/sys/arch/vax/include/
int_types.h
49
typedef unsigned char
__uint8_t
;
typedef in typeref:typename:unsigned char
/src/sys/sys/
common_int_types.h
46
typedef __UINT8_TYPE__
__uint8_t
;
typedef in typeref:typename:__UINT8_TYPE__
ansi.h
45
typedef
__uint8_t
__sa_family_t; /* socket address family */
stdint.h
44
typedef
__uint8_t
uint8_t;
socket.h
257
__uint8_t
sa_len; /* total length */
281
__uint8_t
sb_len;
300
__uint8_t
ss_len; /* address length */
types.h
59
typedef
__uint8_t
uint8_t;
/src/sys/arch/arm/include/
int_types.h
76
typedef __UINT8_TYPE__
__uint8_t
;
typedef in typeref:typename:__UINT8_TYPE__
mcontext.h
133
__uint8_t
__b8[16];
/src/lib/libc/citrus/modules/
citrus_iso2022.c
159
static __inline int isc0(
__uint8_t
x) { return ((x & 0x1f) == x); }
160
static __inline int isc1(
__uint8_t
x) { return (0x80 <= x && x <= 0x9f); }
161
static __inline int iscntl(
__uint8_t
x) { return (isc0(x) || isc1(x) || x == 0x7f); }
162
static __inline int is94(
__uint8_t
x) { return (0x21 <= x && x <= 0x7e); }
163
static __inline int is96(
__uint8_t
x) { return (0x20 <= x && x <= 0x7f); }
164
static __inline int isecma(
__uint8_t
x) { return (0x30 <= x && x <= 0x7f); }
165
static __inline int isinterm(
__uint8_t
x) { return (0x20 <= x && x <= 0x2f); }
166
static __inline int isthree(
__uint8_t
x) { return (0x60 <= x && x <= 0x6f); }
/src/sys/arch/atari/stand/tostools/libtos/
exec_elf.h
51
typedef unsigned char
__uint8_t
;
typedef in typeref:typename:unsigned char
62
typedef
__uint8_t
Elf_Byte;
/src/sys/netinet/
in.h
46
typedef
__uint8_t
uint8_t;
/src/tools/compat/
nbtool_config.h.in
949
/* Define if you have uint8_t, but not
__uint8_t
. */
950
#undef
__uint8_t
/src/sys/netinet6/
in6.h
125
__uint8_t
__u6_addr8[16];
/src/sys/compat/netbsd32/
netbsd32_ioctl.h
305
__uint8_t
ss_len; /* address length */
Completed in 21 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025