Searched defs:init_size (Results 1 - 9 of 9) sorted by relevance

/external/elfutils/lib/
H A Ddynamicsizehash.c176 INIT(NAME) (NAME *htab, size_t init_size) argument
179 init_size = next_prime (init_size);
182 htab->size = init_size;
187 htab->table = (void *) calloc ((init_size + 1), sizeof (htab->table[0]));
/external/mesa3d/src/egl/main/
H A Deglarray.c67 _eglCreateArray(const char *name, EGLint init_size) argument
74 array->MaxSize = (init_size > 0) ? init_size : 1;
/external/freetype/include/freetype/internal/
H A Dftdriver.h112 /* init_size :: The format-specific size constructor. */
168 FT_Size_InitFunc init_size; member in struct:FT_Driver_ClassRec_
372 clazz->init_size = init_size_; \
/external/ltp/utils/ffsb-6.0-rc2/
H A Dffsb_fs.h82 uint64_t init_size; member in struct:ffsb_fs
/external/pdfium/third_party/freetype/include/freetype/internal/
H A Dftdriver.h121 /* init_size :: The format-specific size constructor. */
177 FT_Size_InitFunc init_size; member in struct:FT_Driver_ClassRec_
381 clazz->init_size = init_size_; \
/external/avb/examples/uefi/
H A Duefi_avb_boot.c78 UINT32 init_size; member in struct:SetupHeader
/external/syslinux/com32/include/syslinux/
H A Dlinux.h117 uint32_t init_size; member in struct:linux_header
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dbootparam.h86 __u32 init_size; member in struct:setup_header
/external/syslinux/efi/
H A Dmain.c1067 UINT64 setup_sz, init_size = 0; local
1092 init_size = hdr->init_size;
1101 init_size = (kernel_size - setup_sz) * 3;
1112 EFI_SIZE_TO_PAGES(init_size), &addr);
1123 status = emalloc(init_size, hdr->kernel_alignment, &addr);
1177 if (kernel_start) efree(kernel_start, init_size);

Completed in 510 milliseconds