Searched defs:rot (Results 1 – 2 of 2) sorted by relevance
| /device/google/crosshatch/json-c/ | ||
| D | linkhash.c | 112 #define rot(x,k) (((x)<<(k)) | ((x)>>(32-(k)))) macro |
| /device/google/bonito/json-c/ | ||
| D | linkhash.c | 112 #define rot(x,k) (((x)<<(k)) | ((x)>>(32-(k)))) macro |