Searched defs:L32 (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/mesa/x86/ | ||
D | read_rgba_span_x86.S | 222 .L32: label |
/third_party/node/deps/npm/node_modules/tweetnacl/ | ||
D | nacl.js | 32 function L32(x, c) { return (x << c) | (x >>> (32 - c)); } class |