Home
last modified time | relevance | path

Searched refs:LH_LOAD_MULT (Results 1 – 25 of 62) sorted by relevance

123

/third_party/node/deps/openssl/openssl/crypto/lhash/
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/
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/
Dlhash.h70 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/BSD-x86_64/no-asm/include/openssl/
Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/include/openssl/
Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/include/openssl/
Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/linux-ppc64le/no-asm/include/openssl/
Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/
Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/include/openssl/
Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/VC-WIN64A/asm_avx2/include/openssl/
Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/
Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/include/openssl/
Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/
Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/
Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/linux64-mips64/asm_avx2/include/openssl/
Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/include/openssl/
Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/
Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/include/openssl/
Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/
Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/
Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/
Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/
Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/linux-x86_64/no-asm/include/openssl/
Dlhash.h78 # define LH_LOAD_MULT 256 macro
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/include/openssl/
Dlhash.h78 # define LH_LOAD_MULT 256 macro

123