Searched defs:pool_size (Results 1 - 8 of 8) sorted by relevance

/external/ipsec-tools/src/racoon/
H A Dprivsep.c508 int pool_size; local
571 int pool_size; local
582 memcpy(&pool_size, bufs[2], sizeof(pool_size));
584 if (pool_size != isakmp_cfg_config.pool_size)
585 if (isakmp_cfg_resize_pool(pool_size) != 0)
607 int pool_size; local
622 memcpy(&pool_size, bufs[1], sizeof(pool_size));
652 int pool_size; local
[all...]
H A Disakmp_cfg.h99 size_t pool_size; member in struct:isakmp_cfg_config
138 /* For pool_size */
/external/fio/
H A Dsmalloc.c90 unsigned int pool_size = pool->nr_blocks * SMALLOC_BPL; local
92 return (ptr >= pool->map) && (ptr < pool->map + pool_size);
/external/bluetooth/bluedroid/gki/common/
H A Dgki_common.h314 UINT16 pool_size[GKI_NUM_TOTAL_BUF_POOLS]; /* actual size of the buffers in a pool */ member in struct:__anon1129
/external/libnfc-nci/halimpl/bcm2079x/gki/common/
H A Dgki_common.h325 UINT16 pool_size[GKI_NUM_TOTAL_BUF_POOLS]; /* actual size of the buffers in a pool */ member in struct:__anon23885
/external/libnfc-nci/src/gki/common/
H A Dgki_common.h325 UINT16 pool_size[GKI_NUM_TOTAL_BUF_POOLS]; /* actual size of the buffers in a pool */ member in struct:__anon23898
/external/qemu/tcg/
H A Dtcg.c211 int pool_size; local
229 pool_size = TCG_POOL_CHUNK_SIZE;
230 p = g_malloc(sizeof(TCGPool) + pool_size);
231 p->size = pool_size;
/external/vixl/src/a64/
H A Dassembler-a64.cc2218 uint64_t pool_size = SizeOfCodeGeneratedSince(&start_of_pool) / 4; local
2224 Instr marker_instruction = LDR_x_lit | ImmLLiteral(pool_size) | Rt(xzr);

Completed in 120 milliseconds