- or download this
%flags = (
'is_deleted' => 0, # a known flag
'is_compressed' => 1, # another known flag
'2^15' => 1, # a bit that is set but unknown
);
- or download this
%flags = (
'is_deleted' => 0, # a known flag
'is_compressed' => 1, # another known flag
'2^15' => 1, # a bit that is set but unknown
);
- or download this
example:
# name specification expected value
...
"2^6": "is_compressed", # another known flag
...
}
- or download this
example:
# name specification expected value
...
- << size2 begin >>
- [ Keywords, 'uint[4]{count}', 'c > 0' ]
- << size2 end >>