Home
last modified time | relevance | path

Searched refs:UV__FD_HASH_SIZE (Results 1 – 2 of 2) sorted by relevance

/libuv/test/
H A Dtest-fs-fd-hash.c31 #define HASH_INC (1000 * UV__FD_HASH_SIZE + 2)
32 #define BUCKET_MAX (UV__FD_HASH_SIZE * UV__FD_HASH_GROUP_SIZE * 10)
33 #define BUCKET_INC UV__FD_HASH_SIZE
/libuv/src/win/
H A Dfs-fd-hash-inl.h42 #define UV__FD_HASH_SIZE 256 macro
72 uv__fd_hash_entry_initial[UV__FD_HASH_SIZE * UV__FD_HASH_GROUP_SIZE];
73 static struct uv__fd_hash_bucket_s uv__fd_hash[UV__FD_HASH_SIZE];

Completed in 15 milliseconds