HomeSort by relevance Sort by last modified time
    Searched refs:EXP2_32 (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/
create_hash_table 190 my $EXP2_32 = 4294967296;
203 $hash = (leftShift($hash, 16)% $EXP2_32) ^ $tmp;
206 $hash %= $EXP2_32;
212 $hash ^= (leftShift($hash, 11)% $EXP2_32);
219 $hash = ($hash% $EXP2_32);
220 $hash ^= (leftShift($hash, 2)% $EXP2_32);
222 $hash = $hash% $EXP2_32;
223 $hash ^= (leftShift($hash, 10)% $EXP2_32);
  /external/webkit/WebCore/bindings/scripts/
CodeGeneratorJS.pm     [all...]

Completed in 401 milliseconds