/external/grpc-grpc/test/core/gpr/ |
D | arena_test.cc | 36 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/ |
D | rkcommon.c | 41 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/ |
D | profile_everything | 25 init_size = 100m 26 # init_size = 6GB 27 # init_size = 1gb
|
/external/elfutils/lib/ |
D | dynamicsizehash.c | 176 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()
|
D | dynamicsizehash.h | 89 extern int name##_init (name *htab, size_t init_size); \
|
/external/mesa3d/src/egl/main/ |
D | eglarray.c | 68 _eglCreateArray(const char *name, EGLint init_size) in _eglCreateArray() argument 75 array->MaxSize = (init_size > 0) ? init_size : 1; in _eglCreateArray()
|
D | eglarray.h | 54 _eglCreateArray(const char *name, EGLint init_size);
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | device_factory.cc | 102 size_t init_size = devices->size(); in AddDevices() local 104 if (devices->size() == init_size) { in AddDevices()
|
/external/ltp/utils/ffsb-6.0-rc2/ |
D | ffsb_fs.c | 103 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()
|
D | ffsb_fs.h | 82 uint64_t init_size; member
|
D | parser.c | 895 fs->init_size = get_config_u64(config, "init_size"); in init_filesys()
|
/external/u-boot/arch/arm/mach-omap2/ |
D | sec-common.c | 308 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/ |
D | optee.h | 24 uint32_t init_size; member
|
/external/u-boot/lib/optee/ |
D | optee.c | 22 tee_file_size = hdr->init_size + hdr->paged_size + in optee_verify_image()
|
/external/freetype/include/freetype/internal/ |
D | ftdrv.h | 184 FT_Size_InitFunc init_size; member
|
/external/u-boot/arch/x86/include/asm/ |
D | bootparam.h | 70 __u32 init_size; member
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | bootparam.h | 87 __u32 init_size; member
|
/external/python/cpython3/Modules/ |
D | hashtable.c | 142 size_t init_size, in _Py_hashtable_new_full() argument 162 ht->num_buckets = round_size(init_size); in _Py_hashtable_new_full()
|
D | hashtable.h | 124 size_t init_size,
|
/external/avb/examples/uefi/ |
D | uefi_avb_boot.c | 78 UINT32 init_size; member
|
/external/protobuf/objectivec/Tests/ |
D | unittest_objc.proto | 160 optional int32 init_size = 12; field
|
/external/tensorflow/tensorflow/contrib/metrics/python/ops/ |
D | metric_ops.py | 3622 init_size = 0 if max_size is None else max_size 3623 init_shape = [init_size] + fixed_shape
|
/external/freetype/src/base/ |
D | ftobjs.c | 2815 if ( clazz->init_size ) in FT_New_Size() 2816 error = clazz->init_size( size ); in FT_New_Size()
|