Searched defs:mpos (Results 1 – 3 of 3) sorted by relevance
| /third_party/node/deps/npm/node_modules/tweetnacl/ |
| D | nacl-fast.js | 397 function crypto_stream_salsa20_xor(c,cpos,m,mpos,b,n,k) { argument 454 function crypto_stream_xor(c,cpos,m,mpos,d,n,k) { argument 498 poly1305.prototype.blocks = function(m, mpos, bytes) { argument 787 poly1305.prototype.update = function(m, mpos, bytes) { argument 819 function crypto_onetimeauth(out, outpos, m, mpos, n, k) { argument 826 function crypto_onetimeauth_verify(h, hpos, m, mpos, n, k) { argument
|
| D | nacl.js | 131 function crypto_stream_salsa20_xor(c,cpos,m,mpos,b,n,k) { argument 167 function crypto_stream_xor(c,cpos,m,mpos,d,n,k) { argument 186 function crypto_onetimeauth(out, outpos, m, mpos, n, k) { argument 240 function crypto_onetimeauth_verify(h, hpos, m, mpos, n, k) { argument
|
| /third_party/glslang/glslang/HLSL/ |
| D | hlslParseHelper.cpp | 1306 const int mpos = addFlattenedMember(variable, dereferencedType, flattenData, in flattenStruct() local 1343 const int mpos = addFlattenedMember(variable, dereferencedType, flattenData, in flattenArray() local
|