Searched refs:to_little_endian_word (Results 1 – 1 of 1) sorted by relevance
288 return to_little_endian_word(str) + String.fromCharCode((str >> 16) & 0xFF, (str >> 24) & 0xFF);290 function to_little_endian_word(str) { function