Searched defs:entry_count (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/core/
H A Dfnrec.c53 uint16_t entry_count; member in struct:fnrec_entry
115 ( entry->entry_count >= entry->exit_count ) ) {
124 entry->entry_count = 0;
144 if ( ( entry->entry_count == 0 ) && ( entry->exit_count == 0 ) )
148 entry->entry_count + entry->exit_count );
150 entry->entry_count, entry->exit_count );
187 entry->entry_count++;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Dd3d8_private.h147 UINT entry_count; member in struct:d3d8_handle_table
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Dd3d8_private.h178 UINT entry_count; member in struct:d3d8_handle_table
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dbnx2.c1682 int j, entry_count, rc; local
1688 entry_count = sizeof(flash_table) / sizeof(struct flash_spec);
1693 for (j = 0, flash = &flash_table[0]; j < entry_count;
1711 for (j = 0, flash = &flash_table[0]; j < entry_count;
1734 if (j == entry_count) {
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddirectx.c2618 const struct wined3d_extension_map *map, UINT entry_count)
2638 for (i = 0; i < entry_count; ++i)
2617 parse_extension_string(struct wined3d_gl_info *gl_info, const char *extensions, const struct wined3d_extension_map *map, UINT entry_count) argument

Completed in 91 milliseconds