Lines Matching +full:flip +full:- +full:horizontal
8 ------------------------------------------------------------------------
18 ------------------------------------------------------------------------
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 ] ( "+" | "-" | "*" | "/" | "%" | "&" | "|" | "^" )
50 invert = "~" ;; Flip the bits on result of the <op>.
63 ------------------------------------------------------------------------
119 ;; switch-like and if/else constructions.
121 ------------------------------------------------------------------------
137 ------------------------------------------------------------------------
144 ------------------------------------------------------------------------
145 HWS = <horizontal white space>
147 NUMBER = <C-style unsigned number>
148 STRING = <C-style string without delimiting quotes>
151 ------------------------------------------------------------------------