Home
last modified time | relevance | path

Searched refs:to_little_endian_word (Results 1 – 1 of 1) sorted by relevance

/cts/suite/cts/deviceTests/browserbench/assets/octane/
Dgbemu.js288 return to_little_endian_word(str) + String.fromCharCode((str >> 16) & 0xFF, (str >> 24) & 0xFF);
290 function to_little_endian_word(str) { function