Home
last modified time | relevance | path

Searched refs:init_size (Results 1 – 23 of 23) sorted by relevance

/external/grpc-grpc/test/core/gpr/
Darena_test.cc36 static void test(const char* name, size_t init_size, const size_t* allocs, in test() argument
41 gpr_asprintf(&s, "test '%s': %" PRIdPTR " <- {", name, init_size); in test()
53 gpr_arena* a = gpr_arena_create(init_size); in test()
70 #define TEST(name, init_size, ...) \ argument
72 test(#name, init_size, allocs_##name, GPR_ARRAY_SIZE(allocs_##name))
/external/u-boot/tools/
Drkcommon.c41 uint16_t init_size; member
166 hdr->init_size = DIV_ROUND_UP(file_size, RK_BLK_SIZE); in rkcommon_set_header0()
174 hdr->init_size = ROUND(hdr->init_size, 4); in rkcommon_set_header0()
183 hdr->init_boot_size = hdr->init_size + RK_MAX_BOOT_SIZE / RK_BLK_SIZE; in rkcommon_set_header0()
315 printf("Data Size: %d bytes\n", header0.init_size * RK_BLK_SIZE); in rkcommon_print_header()
/external/ltp/utils/ffsb-6.0-rc2/examples/
Dprofile_everything25 init_size = 100m
26 # init_size = 6GB
27 # init_size = 1gb
/external/elfutils/lib/
Ddynamicsizehash.c176 INIT(NAME) (NAME *htab, size_t init_size) in INIT()
179 init_size = next_prime (init_size); in INIT()
182 htab->size = init_size; in INIT()
187 htab->table = (void *) calloc ((init_size + 1), sizeof (htab->table[0])); in INIT()
Ddynamicsizehash.h89 extern int name##_init (name *htab, size_t init_size); \
/external/mesa3d/src/egl/main/
Deglarray.c68 _eglCreateArray(const char *name, EGLint init_size) in _eglCreateArray() argument
75 array->MaxSize = (init_size > 0) ? init_size : 1; in _eglCreateArray()
Deglarray.h54 _eglCreateArray(const char *name, EGLint init_size);
/external/tensorflow/tensorflow/core/common_runtime/
Ddevice_factory.cc102 size_t init_size = devices->size(); in AddDevices() local
104 if (devices->size() == init_size) { in AddDevices()
/external/ltp/utils/ffsb-6.0-rc2/
Dffsb_fs.c103 else if (fs->init_size) { in add_files()
105 fs->init_size > (getfsutil_size(fs->basedir) - in add_files()
139 else if (fs->init_size) { in add_files()
140 if (fs->init_size > getfsutil_size(fs->basedir) - in add_files()
Dffsb_fs.h82 uint64_t init_size; member
Dparser.c895 fs->init_size = get_config_u64(config, "init_size"); in init_filesys()
/external/u-boot/arch/arm/mach-omap2/
Dsec-common.c308 tee_file_size = hdr->init_size + hdr->paged_size + in secure_tee_install()
324 tee_info.tee_arg0 = hdr->init_size + tee_info.tee_jump_addr; in secure_tee_install()
/external/u-boot/include/tee/
Doptee.h24 uint32_t init_size; member
/external/u-boot/lib/optee/
Doptee.c22 tee_file_size = hdr->init_size + hdr->paged_size + in optee_verify_image()
/external/freetype/include/freetype/internal/
Dftdrv.h184 FT_Size_InitFunc init_size; member
/external/u-boot/arch/x86/include/asm/
Dbootparam.h70 __u32 init_size; member
/external/kernel-headers/original/uapi/asm-x86/asm/
Dbootparam.h87 __u32 init_size; member
/external/python/cpython3/Modules/
Dhashtable.c142 size_t init_size, in _Py_hashtable_new_full() argument
162 ht->num_buckets = round_size(init_size); in _Py_hashtable_new_full()
Dhashtable.h124 size_t init_size,
/external/avb/examples/uefi/
Duefi_avb_boot.c78 UINT32 init_size; member
/external/protobuf/objectivec/Tests/
Dunittest_objc.proto160 optional int32 init_size = 12; field
/external/tensorflow/tensorflow/contrib/metrics/python/ops/
Dmetric_ops.py3622 init_size = 0 if max_size is None else max_size
3623 init_shape = [init_size] + fixed_shape
/external/freetype/src/base/
Dftobjs.c2815 if ( clazz->init_size ) in FT_New_Size()
2816 error = clazz->init_size( size ); in FT_New_Size()