Home
last modified time | relevance | path

Searched refs:LH_LOAD_MULT (Results 1 - 25 of 60) sorted by relevance

123

/third_party/node/deps/openssl/openssl/crypto/lhash/
H A Dlhash.c40 #define UP_LOAD (2*LH_LOAD_MULT) /* load times 256 (default 2) */
41 #define DOWN_LOAD (LH_LOAD_MULT) /* load times 256 (default 1) */
114 if ((lh->up_load <= (lh->num_items * LH_LOAD_MULT / lh->num_nodes)) && !expand(lh)) in OPENSSL_LH_insert()
157 (lh->down_load >= (lh->num_items * LH_LOAD_MULT / lh->num_nodes))) in OPENSSL_LH_delete()
/third_party/openssl/crypto/lhash/
H A Dlhash.c40 #define UP_LOAD (2*LH_LOAD_MULT) /* load times 256 (default 2) */
41 #define DOWN_LOAD (LH_LOAD_MULT) /* load times 256 (default 1) */
114 if ((lh->up_load <= (lh->num_items * LH_LOAD_MULT / lh->num_nodes)) && !expand(lh)) in OPENSSL_LH_insert()
157 (lh->down_load >= (lh->num_items * LH_LOAD_MULT / lh->num_nodes))) in OPENSSL_LH_delete()
/third_party/openssl/ohos_lite/include/openssl/
H A Dlhash.h70 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/
H A Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
H A Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
H A Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/
H A Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
H A Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
H A Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/
H A Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
H A Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/
H A Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
H A Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
H A Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/
H A Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/
H A Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/
H A Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/
H A Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/include/openssl/
H A Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/include/openssl/
H A Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/include/openssl/
H A Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/no-asm/include/openssl/
H A Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/BSD-x86_64/no-asm/include/openssl/
H A Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/VC-WIN32/asm/include/openssl/
H A Dlhash.h78 # define LH_LOAD_MULT 256 macro

Completed in 19 milliseconds

123