Searched defs:total_size (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Devices/Network/lwip-new/src/api/
H A Dnetdb.c275 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/libpng-1.2.8/
H A Dpngmem.c158 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 Dinfiniband.c182 size_t total_size; local
188 total_size = ( sizeof ( *qp ) +
191 qp = zalloc ( total_size );
226 ( ( ( void * ) qp ) + total_size ) );
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/src/
H A Dxpt_xdr.c271 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 Delf2efi.c210 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/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dserver_protocol.h3510 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 Dserver_protocol.h3292 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/drivers/net/
H A Dbnx2.h3987 u32 total_size; member in struct:flash_spec

Completed in 159 milliseconds