Searched refs:total_size (Results 1 - 12 of 12) sorted by relevance
| /vbox/src/VBox/Devices/Network/lwip-new/src/api/ |
| H A D | netdb.c | 275 size_t total_size; local 306 total_size = sizeof(struct addrinfo) + sizeof(struct sockaddr_in); 310 total_size += namelen + 1; 313 LWIP_ASSERT("total_size <= NETDB_ELEM_SIZE: please report this!", 314 total_size <= NETDB_ELEM_SIZE); 319 memset(ai, 0, total_size);
|
| /vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/src/ |
| H A D | xpt_xdr.c | 271 PRUint32 total_size; local 276 total_size = exact; 278 total_size = pool->allocated + XPT_GROW_CHUNK; 279 if (at_least > total_size) 280 total_size = at_least; 283 newdata = XPT_MALLOC(arena, total_size); 292 pool->allocated = total_size;
|
| /vbox/src/VBox/Devices/PC/ipxe/src/util/ |
| H A D | elf2efi.c | 210 size_t total_size = 0; local 218 *( (uint32_t *) ( buffer + total_size + 0 ) ) 220 *( (uint32_t *) ( buffer + total_size + 4 ) ) = size; 221 memcpy ( ( buffer + total_size + 8 ), pe_rel->relocs, 224 total_size += size; 227 return total_size;
|
| /vbox/src/libs/libpng-1.2.8/ |
| H A D | pngmem.c | 158 png_uint_32 total_size; local 178 total_size = ((png_uint_32)65536L) * (png_uint_32)num_blocks+16; 180 table = farmalloc(total_size);
|
| /vbox/src/VBox/Devices/PC/ipxe/src/net/ |
| H A D | infiniband.c | 182 size_t total_size; local 188 total_size = ( sizeof ( *qp ) + 191 qp = zalloc ( total_size ); 226 ( ( ( void * ) qp ) + total_size ) );
|
| /vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
| H A D | svcctl.idl | 53 DWORD total_size; /* total request size */
|
| H A D | server_protocol.h | 3510 data_size_t total_size; member in struct:get_visible_region_reply 3526 data_size_t total_size; member in struct:get_surface_region_reply 3541 data_size_t total_size; member in struct:get_window_region_reply 3575 data_size_t total_size; member in struct:get_update_region_reply
|
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/ |
| H A D | svcctl.idl | 53 DWORD total_size; /* total request size */
|
| H A D | server_protocol.h | 3292 data_size_t total_size; member in struct:get_visible_region_reply 3306 data_size_t total_size; member in struct:get_window_region_reply 3340 data_size_t total_size; member in struct:get_update_region_reply
|
| /vbox/src/VBox/Devices/PC/ipxe/src/arch/x86/include/valgrind/ |
| H A D | valgrind.h | 4520 #define VALGRIND_LOAD_PDB_DEBUGINFO(fd, ptr, total_size, delta) \ 4524 fd, ptr, total_size, delta, 0); \
|
| /vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
| H A D | bnx2.c | 1746 bp->flash_size = bp->flash_info->total_size;
|
| H A D | bnx2.h | 3987 u32 total_size; member in struct:flash_spec
|
Completed in 1455 milliseconds