Searched refs:rng_pool (Results 1 – 1 of 1) sorted by relevance
1231 var rng_pool; variable1236 rng_pool[rng_pptr++] ^= x & 255;1237 rng_pool[rng_pptr++] ^= (x >> 8) & 255;1238 rng_pool[rng_pptr++] ^= (x >> 16) & 255;1239 rng_pool[rng_pptr++] ^= (x >> 24) & 255;1249 if(rng_pool == null) {1250 rng_pool = new Array(); variable1259 rng_pool[rng_pptr++] = ua[t];1265 rng_pool[rng_pptr++] = z.charCodeAt(t) & 255;1270 rng_pool[rng_pptr++] = t >>> 8;[all …]