HomeSort by: relevance | last modified time | path
    Searched refs:UV__FD_HASH_SIZE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/mit/libuv/dist/test/
test-fs-fd-hash.c 31 #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
  /src/external/mit/libuv/dist/src/win/
fs-fd-hash-inl.h 42 #define UV__FD_HASH_SIZE 256
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