Searched refs:_LOAD16 (Results 1 – 1 of 1) sorted by relevance
57 #define _LOAD16(x,y) { x = ((ushort16)((y)[0] & 255)<<8) | ((ushort16)((y)[1] & 255)); } macro84 _LOAD16(e_key[i], key + 2 * i); in _setup_key()113 _LOAD16(x0, in + 0); in _process_block()114 _LOAD16(x1, in + 2); in _process_block()115 _LOAD16(x2, in + 4); in _process_block()116 _LOAD16(x3, in + 6); in _process_block()
Completed in 3 milliseconds