Searched refs:init_size (Results 1 – 18 of 18) sorted by relevance
/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 | 67 _eglCreateArray(const char *name, EGLint init_size) in _eglCreateArray() argument 74 array->MaxSize = (init_size > 0) ? init_size : 1; in _eglCreateArray()
|
D | eglarray.h | 54 _eglCreateArray(const char *name, EGLint init_size);
|
/external/syslinux/efi/ |
D | main.c | 1067 UINT64 setup_sz, init_size = 0; in efi_boot_linux() local 1092 init_size = hdr->init_size; in efi_boot_linux() 1101 init_size = (kernel_size - setup_sz) * 3; in efi_boot_linux() 1112 EFI_SIZE_TO_PAGES(init_size), &addr); in efi_boot_linux() 1123 status = emalloc(init_size, hdr->kernel_alignment, &addr); in efi_boot_linux() 1177 if (kernel_start) efree(kernel_start, init_size); in efi_boot_linux()
|
/external/freetype/include/freetype/internal/ |
D | ftdriver.h | 168 FT_Size_InitFunc init_size; member 372 clazz->init_size = init_size_; \
|
/external/pdfium/third_party/freetype/include/freetype/internal/ |
D | ftdriver.h | 177 FT_Size_InitFunc init_size; member 381 clazz->init_size = init_size_; \
|
/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/syslinux/com32/lib/syslinux/ |
D | load_linux.c | 267 hdr.init_size = 3 * prot_mode_size; in bios_boot_linux() 317 hdr.init_size : prot_mode_size, in bios_boot_linux()
|
/external/kernel-headers/original/uapi/asm-x86/asm/ |
D | bootparam.h | 86 __u32 init_size; member
|
/external/syslinux/com32/include/syslinux/ |
D | linux.h | 117 uint32_t init_size; member
|
/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/pdfium/third_party/freetype/src/base/ |
D | ftobjs.c | 2492 if ( clazz->init_size ) in FT_New_Size() 2493 error = clazz->init_size( size ); in FT_New_Size()
|
/external/freetype/src/base/ |
D | ftobjs.c | 2622 if ( clazz->init_size ) in FT_New_Size() 2623 error = clazz->init_size( size ); in FT_New_Size()
|