Home
last modified time | relevance | path

Searched refs:pool_count (Results 1 – 3 of 3) sorted by relevance

/external/libnfc-nci/src/nfc/llcp/
Dllcp_main.c51 UINT32 pool_count; in llcp_init() local
73 pool_count = GKI_poolcount (LLCP_POOL_ID); in llcp_init()
76 llcp_cb.num_rx_buff = (pool_count * LLCP_RX_BUFF_RATIO) / 100; in llcp_init()
90 llcp_cb.max_num_tx_buff = (UINT8) (pool_count - llcp_cb.num_rx_buff); in llcp_init()
/external/libmicrohttpd/src/testcurl/
Dtest_quiesce.c182 testGet (int type, int pool_count, int poll_flag) in testGet() argument
196 if (pool_count > 0) { in testGet()
199 MHD_OPTION_THREAD_POOL_SIZE, pool_count, MHD_OPTION_END); in testGet()
/external/v8/test/cctest/
Dtest-assembler-arm64.cc11093 unsigned pool_count = 0; in TEST() local
11100 ++pool_count; in TEST()
11104 ++pool_count; in TEST()
11108 CHECK(pool_count == 2); in TEST()