Lines Matching +full:four +full:- +full:byte
8 ------------------------------------------------------------------------
18 ------------------------------------------------------------------------
39 size = byte | leshort | beshort | lelong | belong | melong
41 byte = "B" | "b" | "C" | "c" ;; A one-byte value.
42 leshort = "s" | "h" ;; A two-byte little-endian value.
43 beshort = "S" | "H" ;; A two-byte big-endian value.
44 lelong = "l" ;; A four-byte little-endian value.
45 belong = "L" ;; A four-byte big-endian value.
46 melong = "m" ;; A four-byte middle-endian value.
48 op = [ invert ] ( "+" | "-" | "*" | "/" | "%" | "&" | "|" | "^" )
63 ------------------------------------------------------------------------
74 numtype = byte | short | long | quad
76 byte = "byte"
119 ;; switch-like and if/else constructions.
121 ------------------------------------------------------------------------
137 ------------------------------------------------------------------------
144 ------------------------------------------------------------------------
147 NUMBER = <C-style unsigned number>
148 STRING = <C-style string without delimiting quotes>
151 ------------------------------------------------------------------------