Searched defs:entries (Results 26 - 50 of 58) sorted by relevance

123

/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_mod.h92 LIST_ENTRY(proto_handler) entries; member in struct:proto_handler
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Drbtree.h46 struct wine_rb_entry ***entries; member in struct:wine_rb_stack
80 stack->entries[stack->count++] = entry;
90 struct wine_rb_entry ***new_entries = tree->functions->realloc(stack->entries,
91 new_size * sizeof(*stack->entries));
95 stack->entries = new_entries;
144 struct wine_rb_entry **entry = stack->entries[stack->count - 1];
210 entry = tree->stack.entries[--tree->stack.count];
219 tree->stack.entries = functions->alloc(16 * sizeof(*tree->stack.entries));
220 if (!tree->stack.entries) retur
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/include/wine/
H A Drbtree.h52 struct wine_rb_entry ***entries; member in struct:wine_rb_stack
86 stack->entries[stack->count++] = entry;
96 struct wine_rb_entry ***new_entries = tree->functions->realloc(stack->entries,
97 new_size * sizeof(*stack->entries));
101 stack->entries = new_entries;
150 struct wine_rb_entry **entry = stack->entries[stack->count - 1];
216 entry = tree->stack.entries[--tree->stack.count];
225 tree->stack.entries = functions->alloc(16 * sizeof(*tree->stack.entries));
226 if (!tree->stack.entries) retur
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/render/
H A Dglyphstr.h55 CARD32 entries; member in struct:_GlyphHashSet
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dglyphstr.h58 CARD32 entries; member in struct:_GlyphHashSet
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Drbtree.h46 struct wine_rb_entry ***entries; member in struct:wine_rb_stack
80 stack->entries[stack->count++] = entry;
90 struct wine_rb_entry ***new_entries = tree->functions->realloc(stack->entries,
91 new_size * sizeof(*stack->entries));
95 stack->entries = new_entries;
144 struct wine_rb_entry **entry = stack->entries[stack->count - 1];
210 entry = tree->stack.entries[--tree->stack.count];
219 tree->stack.entries = functions->alloc(16 * sizeof(*tree->stack.entries));
220 if (!tree->stack.entries) retur
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dwined3d_main.c54 struct wined3d_wndproc *entries; member in struct:wined3d_wndproc_table
378 /* Trying to unregister these would be futile. These entries can only
383 * these entries. */
384 WARN("Leftover wndproc table entry %p.\n", &wndproc_table.entries[i]);
386 HeapFree(GetProcessHeap(), 0, wndproc_table.entries);
426 if (wndproc_table.entries[i].window == window)
428 return &wndproc_table.entries[i];
482 if (!wndproc_table.entries) new_entries = HeapAlloc(GetProcessHeap(), 0, new_size * sizeof(*new_entries));
483 else new_entries = HeapReAlloc(GetProcessHeap(), 0, wndproc_table.entries, new_size * sizeof(*new_entries));
492 wndproc_table.entries
[all...]
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dwgl.c527 int entries, CONST COLORREF *cr )
535 int entries, COLORREF *cr )
526 wglSetLayerPaletteEntries_prox( HDC hdc, int layerPlane, int start, int entries, CONST COLORREF *cr ) argument
534 wglGetLayerPaletteEntries_prox( HDC hdc, int layerPlane, int start, int entries, COLORREF *cr ) argument
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dglyphstr.h55 CARD32 entries; member in struct:_GlyphHashSet
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Drbtree.h46 struct wine_rb_entry ***entries; member in struct:wine_rb_stack
80 stack->entries[stack->count++] = entry;
90 struct wine_rb_entry ***new_entries = tree->functions->realloc(stack->entries,
91 new_size * sizeof(*stack->entries));
95 stack->entries = new_entries;
144 struct wine_rb_entry **entry = stack->entries[stack->count - 1];
210 entry = tree->stack.entries[--tree->stack.count];
219 tree->stack.entries = functions->alloc(16 * sizeof(*tree->stack.entries));
220 if (!tree->stack.entries) retur
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/
H A Dprcmon.c90 ** new chunk of cache entries and throws them on the free list. We keep
91 ** as many hash buckets as there are entries.
94 ** ensure that there are several free monitor cache entries available for
104 PRUintn i, entries, old_num_hash_buckets, added; local
107 entries = 1L << new_size_log2;
113 PR_CALLOC(entries * sizeof(MonitorCacheEntry));
117 ** Allocate system monitors for the new monitor cache entries. If we
120 for (i = 0, added = 0, p = new_entries; i < entries; i++, p++, added++) {
125 if (added != entries) {
165 PR_CALLOC(entries * sizeo
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/include/wine/
H A Drbtree.h52 struct wine_rb_entry ***entries; member in struct:wine_rb_stack
86 stack->entries[stack->count++] = entry;
96 struct wine_rb_entry ***new_entries = tree->functions->realloc(stack->entries,
97 new_size * sizeof(*stack->entries));
101 stack->entries = new_entries;
150 struct wine_rb_entry **entry = stack->entries[stack->count - 1];
216 entry = tree->stack.entries[--tree->stack.count];
225 tree->stack.entries = functions->alloc(16 * sizeof(*tree->stack.entries));
226 if (!tree->stack.entries) retur
[all...]
/vbox/src/VBox/Frontends/Common/VBoxKeyboard/
H A Dkeyboard.c299 unsigned matches = 0, entries = 0; local
392 for (entries = 0, keyn = 0; keyn < MAIN_LEN; ++keyn) {
397 ++entries;
400 LOG_KB_1(("Finished mapping keyboard, matches=%d, entries=%d (excluding 102nd key)\n", matches, entries));
401 if (matches != entries)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dwined3d_main.c52 struct wined3d_wndproc *entries; member in struct:wined3d_wndproc_table
399 struct wined3d_wndproc *entry = &wndproc_table.entries[i];
402 HeapFree(GetProcessHeap(), 0, wndproc_table.entries);
429 if (wndproc_table.entries[i].window == window)
431 return &wndproc_table.entries[i];
481 if (!wndproc_table.entries) new_entries = HeapAlloc(GetProcessHeap(), 0, new_size * sizeof(*new_entries));
482 else new_entries = HeapReAlloc(GetProcessHeap(), 0, wndproc_table.entries, new_size * sizeof(*new_entries));
491 wndproc_table.entries = new_entries;
495 entry = &wndproc_table.entries[wndproc_table.count++];
513 if (wndproc_table.entries[
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Dd3d8_private.h144 struct d3d8_handle_entry *entries; member in struct:d3d8_handle_table
H A Ddevice.c223 DWORD index = t->free_entries - t->entries;
243 0, t->entries, new_size * sizeof(*t->entries));
249 t->entries = new_entries;
253 entry = &t->entries[t->entry_count];
271 entry = &t->entries[handle];
296 entry = &t->entries[handle];
377 HeapFree(GetProcessHeap(), 0, device->handle_table.entries);
1853 UINT palette_idx, const PALETTEENTRY *entries)
1855 WARN("iface %p, palette_idx %u, entries
1852 d3d8_device_SetPaletteEntries(IDirect3DDevice8 *iface, UINT palette_idx, const PALETTEENTRY *entries) argument
1863 d3d8_device_GetPaletteEntries(IDirect3DDevice8 *iface, UINT palette_idx, PALETTEENTRY *entries) argument
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Dd3d8_private.h175 struct d3d8_handle_entry *entries; member in struct:d3d8_handle_table
/vbox/src/VBox/Devices/Audio/
H A Daudio_int.h98 LIST_ENTRY (HWVoiceOut) entries; member in struct:HWVoiceOut
116 LIST_ENTRY (HWVoiceIn) entries; member in struct:HWVoiceIn
133 LIST_ENTRY (SWVoiceOut) entries; member in struct:SWVoiceOut
149 LIST_ENTRY (SWVoiceIn) entries; member in struct:SWVoiceIn
183 LIST_ENTRY (capture_callback) entries; member in struct:capture_callback
190 LIST_ENTRY (CaptureVoiceOut) entries; member in struct:CaptureVoiceOut
196 LIST_ENTRY (SWVoiceCap) entries; member in struct:SWVoiceCap
/vbox/src/libs/libpng-1.2.8/
H A Dpngset.c529 /* Changed in libpng-1.2.1 to allocate 256 instead of num_palette entries,
747 png_debug1(3, "allocated %d entries for info_ptr->text\n",
919 png_infop info_ptr, png_sPLT_tp entries, int nentries)
940 png_sPLT_tp from = entries + i;
946 to->entries = (png_sPLT_entryp)png_malloc(png_ptr,
949 png_memcpy(to->entries, from->entries,
918 png_set_sPLT(png_structp png_ptr, png_infop info_ptr, png_sPLT_tp entries, int nentries) argument
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsTraceRefcntImpl.cpp525 nsVoidArray entries; local
526 PL_HashTableEnumerateEntries(gBloatView, BloatEntry::DumpEntry, &entries);
528 fprintf(stdout, "nsTraceRefcntImpl::DumpStatistics: %d entries\n",
529 entries.Count());
531 // Sort the entries alphabetically by classname.
533 for (i = entries.Count() - 1; i >= 1; --i) {
535 BloatEntry* left = NS_STATIC_CAST(BloatEntry*, entries[i]);
536 BloatEntry* right = NS_STATIC_CAST(BloatEntry*, entries[j]);
539 entries.ReplaceElementAt(right, i);
540 entries
[all...]
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOS2.cpp176 // end of dir entries
1384 nsLocalFile::GetDirectoryEntries(nsISimpleEnumerator * *entries) argument
1388 *entries = nsnull;
1408 *entries = dirEnum;
H A DnsLocalFileUnix.cpp1516 nsLocalFile::GetDirectoryEntries(nsISimpleEnumerator **entries) argument
1525 *entries = nsnull;
1528 *entries = dir; // transfer reference
H A DnsLocalFileWin.cpp347 // end of dir entries
2088 nsLocalFile::GetDirectoryEntries(nsISimpleEnumerator * *entries) argument
2092 *entries = nsnull;
2103 *entries = drives;
2125 *entries = dirEnum;
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dglsl_shader.c98 struct constant_entry *entries; member in struct:constant_heap
496 if (heap->entries[heap_idx].version <= version) return;
498 idx = heap->entries[heap_idx].idx;
510 if (left_idx < heap->size && heap->entries[left_idx].version > version)
513 idx = heap->entries[heap_idx].idx;
526 if (right_idx < heap->size && heap->entries[right_idx].version > version)
529 idx = heap->entries[heap_idx].idx;
573 if (heap->entries[heap_idx].version <= version) return;
575 idx = heap->entries[heap_idx].idx;
587 if (left_idx < heap->size && heap->entries[left_id
966 struct constant_entry *entries = heap->entries; local
[all...]
/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp3311 AuthEntryInfo entries[] = local
3320 AuthEntryInfo *pEntryInfo = &entries[0];

Completed in 146 milliseconds

123