Sha256: c0aaabf0377d16be7c6829ecf731be360a78dffbb7d6355eda1fced38f156ef5
Contents?: true
Size: 881 Bytes
Versions: 43
Compression:
Stored size: 881 Bytes
Contents
/ * Double hashing implementation./a\ * GENERATED BY js/src/plify_jsdhash.sed -- DO NOT EDIT!!! / * Double hashing, a la Knuth 6./a\ * GENERATED BY js/src/plify_jsdhash.sed -- DO NOT EDIT!!! s/jsdhash_h___/pldhash_h___/ s/jsdhash\.bigdump/pldhash.bigdump/ s/jstypes\.h/prtypes.h/ s/jsbit\.h/prbit.h/ s/jsdhash\.h/pldhash.h/ s/jsdhash\.c/pldhash.c/ s/jsdhash:/pldhash:/ s/jsutil\.h/prlog.h/ s/JS_DHASH/PL_DHASH/g s/JS_DHash/PL_DHash/g s/JSDHash/PLDHash/g s/JSHash/PLHash/g s/uint32 /PRUint32/g s/\([^U]\)int32 /\1PRInt32/g s/uint16 /PRUint16/g s/\([^U]\)int16 /\1PRInt16/g s/uint32/PRUint32/g s/\([^U]\)int32/\1PRInt32/g s/uint16/PRUint16/g s/\([^U]\)int16/\1PRInt16/g s/JSBool/PRBool/g s/extern JS_PUBLIC_API/PR_EXTERN/ s/JS_PUBLIC_API/PR_IMPLEMENT/ s/JS_DLL_CALLBACK/PR_CALLBACK/ s/JS_STATIC_DLL_CALLBACK/PR_STATIC_CALLBACK/ s/JS_NewDHashTable/PL_NewDHashTable/ s/JS_/PR_/g
Version data entries
43 entries across 43 versions & 1 rubygems