Searched refs:init_size (Results 1 - 16 of 16) sorted by relevance

/external/mesa3d/src/egl/main/
H A Deglarray.h54 _eglCreateArray(const char *name, EGLint init_size);
H A Deglarray.c67 _eglCreateArray(const char *name, EGLint init_size) argument
74 array->MaxSize = (init_size > 0) ? init_size : 1;
/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]));
H A Ddynamicsizehash.h89 extern int name##_init (name *htab, size_t init_size); \
/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
H A Dffsb_fs.c103 else if (fs->init_size) {
105 fs->init_size > (getfsutil_size(fs->basedir) -
139 else if (fs->init_size) {
140 if (fs->init_size > getfsutil_size(fs->basedir) -
H A Dparser.c895 fs->init_size = get_config_u64(config, "init_size");
/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/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);
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dbootparam.h86 __u32 init_size; member in struct:setup_header
/external/syslinux/com32/include/syslinux/
H A Dlinux.h117 uint32_t init_size; member in struct:linux_header
/external/syslinux/com32/lib/syslinux/
H A Dload_linux.c267 hdr.init_size = 3 * prot_mode_size;
317 hdr.init_size : prot_mode_size,
/external/avb/examples/uefi/
H A Duefi_avb_boot.c78 UINT32 init_size; member in struct:SetupHeader
/external/freetype/src/base/
H A Dftobjs.c2622 if ( clazz->init_size )
2623 error = clazz->init_size( size );
/external/pdfium/third_party/freetype/src/base/
H A Dftobjs.c2492 if ( clazz->init_size )
2493 error = clazz->init_size( size );

Completed in 665 milliseconds