Home
last modified time | relevance | path

Searched defs:as_unsigned (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/npm/node_modules/typedarray/
Dindex.js110 function as_unsigned(value, bits) { var s = 32 - bits; return (value << s) >>> s; } function
/third_party/curl/lib/
Dmprintf.c159 mp_uintmax_t as_unsigned; member
/third_party/libxml2/
Dtrio.c676 trio_uintmax_t as_unsigned; member
/third_party/node/tools/
Dlint-md.mjs27599 function as_unsigned(value, bits) { var s = 32 - bits; return (value << s) >>> s; } function