/external/google-breakpad/src/client/mac/handler/ |
H A D | protected_memory_allocator.cc | 38 ProtectedMemoryAllocator::ProtectedMemoryAllocator(vm_size_t pool_size) argument 39 : pool_size_(pool_size), 45 pool_size,
|
H A D | protected_memory_allocator.h | 49 ProtectedMemoryAllocator(vm_size_t pool_size);
|
/external/ipsec-tools/src/racoon/samples/roadwarrior/server/ |
H A D | racoon.conf | 26 pool_size 255;
|
/external/ipsec-tools/src/racoon/ |
H A D | privsep.c | 508 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 D | isakmp_cfg.h | 99 size_t pool_size; member in struct:isakmp_cfg_config 138 /* For pool_size */
|
H A D | main.c | 216 if(isakmp_cfg_config.network4 && isakmp_cfg_config.pool_size == 0)
|
H A D | isakmp_cfg.c | 1347 size_t size = isakmp_cfg_config.pool_size; 2082 if (size == isakmp_cfg_config.pool_size) 2087 isakmp_cfg_config.pool_size, size); 2091 (size < isakmp_cfg_config.pool_size)) { 2092 for (i = isakmp_cfg_config.pool_size-1; i >= size; --i) { 2097 isakmp_cfg_config.pool_size, size, i); 2109 isakmp_cfg_config.pool_size, size, strerror(errno)); 2114 if (size > isakmp_cfg_config.pool_size) { 2119 old_size = isakmp_cfg_config.pool_size; 2126 isakmp_cfg_config.pool_size [all...] |
H A D | cftoken.l | 254 <S_CFG>pool_size { YYD; return(CFG_POOL_SIZE); }
|
/external/gemmlowp/test/ |
H A D | benchmark.cc | 89 const std::size_t pool_size = 1 + min_working_set_size / combined_gemm_sizes; local 91 std::vector<LhsType> lhs(pool_size * gemms.size()); 92 std::vector<RhsType> rhs(pool_size * gemms.size()); 93 std::vector<ResultType> result(pool_size * gemms.size()); 95 for (std::size_t i = 0; i < pool_size; i++) { 123 if (pool_index == pool_size) {
|
H A D | correctness_meta_gemm.cc | 178 gemmlowp::WorkersPool* pool, std::int32_t pool_size) { 183 gemmlowp::meta::multi_thread_gemm_q8(pool, pool_size, scratch, lhs, rhs, m, n, 190 gemmlowp::WorkersPool* pool, std::int32_t pool_size) { 196 gemmlowp::meta::multi_thread_gemm_f(pool, pool_size, scratch, lhs, rhs, m, n, 204 std::int32_t pool_size) { 209 gemmlowp::meta::multi_thread_gemm_i32(pool, pool_size, scratch, lhs, rhs, m, 176 test(std::uint8_t* scratch, std::uint8_t* lhs, std::uint8_t* rhs, std::int32_t m, std::int32_t n, std::int32_t k, std::uint8_t* result, gemmlowp::WorkersPool* pool, std::int32_t pool_size) argument 188 test_f(std::uint8_t* scratch, std::uint8_t* lhs, std::uint8_t* rhs, std::int32_t m, std::int32_t n, std::int32_t k, float* result, gemmlowp::WorkersPool* pool, std::int32_t pool_size) argument 201 test_i32(std::uint8_t* scratch, std::uint8_t* lhs, std::uint8_t* rhs, std::int32_t m, std::int32_t n, std::int32_t k, std::int32_t* result, gemmlowp::WorkersPool* pool, std::int32_t pool_size) argument
|
/external/autotest/scheduler/ |
H A D | drone_utility.py | 508 pool_size = max( 511 self._pool = multiprocessing.Pool(pool_size) 513 pool_size = 0 515 len(pidfile_paths), pool_size)
|
/external/freetype/include/freetype/ |
H A D | ftimage.h | 1079 /* pool_size :: The size in bytes of the render pool. */ 1089 unsigned long pool_size );
|
/external/pdfium/third_party/freetype/include/freetype/ |
H A D | ftimage.h | 1089 /* pool_size :: The size in bytes of the render pool. */ 1099 unsigned long pool_size );
|
/external/fio/ |
H A D | smalloc.c | 65 unsigned int pool_size = pool->nr_blocks * SMALLOC_BPL; local 67 return (ptr >= pool->map) && (ptr < pool->map + pool_size);
|
/external/mesa3d/src/intel/vulkan/ |
H A D | anv_descriptor_set.c | 332 const size_t pool_size = local 336 const size_t total_size = sizeof(*pool) + pool_size; 343 pool->size = pool_size;
|
/external/libmicrohttpd/src/microhttpd/ |
H A D | internal.h | 1082 size_t pool_size; member in struct:MHD_Daemon
|
H A D | connection.c | 411 size = connection->daemon->pool_size; 614 new_size = connection->daemon->pool_size / 2;
|
H A D | daemon.c | 1475 connection->pool = MHD_pool_create (daemon->pool_size); 3188 daemon->pool_size = va_arg (ap, size_t); 3675 daemon->pool_size = MHD_POOL_SIZE_DEFAULT;
|
/external/freetype/src/cff/ |
H A D | cffload.c | 408 FT_ULong* pool_size ) 487 if ( pool_size ) 488 *pool_size = new_size;
|
/external/vixl/src/aarch64/ |
H A D | macro-assembler-aarch64.cc | 115 size_t pool_size = GetSize(); local 116 size_t emit_size = pool_size; 137 VIXL_ASSERT((pool_size % kWRegSizeInBytes) == 0); 139 masm_->ldr(xzr, static_cast<int>(pool_size / kWRegSizeInBytes));
|
/external/freetype/src/smooth/ |
H A D | ftgrays.c | 2007 unsigned long pool_size ) 2011 FT_UNUSED( pool_size );
|
/external/pdfium/third_party/freetype/src/smooth/ |
H A D | ftgrays.c | 2077 long pool_size ) 2081 FT_UNUSED( pool_size );
|
/external/freetype/src/raster/ |
H A D | ftraster.c | 3121 ULong pool_size ) 3125 FT_UNUSED( pool_size );
|
/external/pdfium/third_party/freetype/src/raster/ |
H A D | ftraster.c | 3111 Long pool_size ) 3115 FT_UNUSED( pool_size );
|
/external/v8/src/arm64/ |
H A D | assembler-arm64.cc | 362 // ldr xzr, #pool_size 375 // ldr xzr, #pool_size 3130 int pool_size = static_cast<int>(SizeOfCodeGeneratedSince(&size_check)); 3131 RecordVeneerPool(veneer_pool_relocinfo_loc, pool_size);
|