〽
〽
〽
〽
Pattern Language
Home
Search
⌃
K
Links
Pattern Language
Core Language
Data Types
Variable Placement
Namespaces
Expressions
Functions
Control flow
In / Out Variables
Attributes
Preprocessor
Comments
Sections
Libraries
hex
std
type
byte
ip
size
base64
path
magic
base
bcd
c
win32
010
rust
linux
color
float16
mac
time
leb128
guid
Powered By
GitBook
Comment on page
linux
Various data types used in the Linux Kernel
Types
be16
using be16
=
be
u16
;
be32
using be32
=
be
u32
;
be64
using be64
=
be
u64
;
le16
using le16
=
le
u16
;
le32
using le32
=
le
u32
;
le64
using le64
=
le
u64
;
Last modified
5mo ago