Searched defs:ROT (Results 1 – 4 of 4) sorted by relevance
27 export interface WeaponData { WName: string, ROT: number, Range: number } property
55 # define ROT(x, s) (((x) >> (s)) | ((x) << (32-(s)))) macro57 # define ROT(x, s) (((x) << (s)) | ((x) >> (32-(s)))) macro
54 #define ROT(a, b) (((a) << (b)) | ((a) >> (64 - (b)))) macro
119 #define ROT .rotate = true macro