mirror of
https://github.com/dyne/FreeJ.git
synced 2026-02-11 23:30:50 +01:00
33 lines
965 B
Sed
33 lines
965 B
Sed
/ * 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/nscore.h/
|
|
s/jsbit\.h/prbit.h/
|
|
s/jsdhash\.h/pldhash.h/
|
|
s/jsdhash\.c/pldhash.c/
|
|
s/jsdhash:/pldhash:/
|
|
s/jsutil\.h/nsDebug.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(\([^()]*\))/NS_COM_GLUE \1/
|
|
s/JS_PUBLIC_API(\([^()]*\))/\1/
|
|
s/JS_DLL_CALLBACK/PR_CALLBACK/
|
|
s/JS_STATIC_DLL_CALLBACK/PR_STATIC_CALLBACK/
|
|
s/JS_NewDHashTable/PL_NewDHashTable/
|
|
s/JS_ASSERT(\(.*\));/NS_ASSERTION(\1, "PLDHash precondition");/
|
|
s/JS_/PR_/g
|