Searched defs:entries (Results 1 - 25 of 58) sorted by relevance

123

/vbox/src/VBox/Devices/PC/ipxe/src/include/readline/
H A Dreadline.h32 /** History entries
34 * This is a circular buffer, with entries in chronological
38 struct readline_history_entry entries[READLINE_HISTORY_MAX_DEPTH + 1]; member in struct:readline_history
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DnsIFileEnumerator.cpp17 nsCOMPtr<nsISimpleEnumerator> entries; local
18 rv = file->GetDirectoryEntries(getter_AddRefs(entries));
19 if(NS_FAILED(rv) || !entries)
23 while(NS_SUCCEEDED(entries->HasMoreElements(&hasMore)) && hasMore)
26 entries->GetNext(getter_AddRefs(sup));
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/shader/slang/
H A Dslang_utility.h91 slang_atom_entry *entries[SLANG_ATOM_POOL_SIZE]; member in struct:slang_atom_pool_
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dpalette.c83 DWORD flags, DWORD start, DWORD count, PALETTEENTRY *entries)
85 TRACE("palette %p, flags %#x, start %u, count %u, entries %p.\n",
86 palette, flags, start, count, entries);
94 BYTE *entry = (BYTE *)entries;
101 memcpy(entries, palette->palents + start, count * sizeof(*entries));
107 DWORD flags, DWORD start, DWORD count, const PALETTEENTRY *entries)
111 TRACE("palette %p, flags %#x, start %u, count %u, entries %p.\n",
112 palette, flags, start, count, entries);
117 const BYTE *entry = (const BYTE *)entries;
82 wined3d_palette_get_entries(const struct wined3d_palette *palette, DWORD flags, DWORD start, DWORD count, PALETTEENTRY *entries) argument
106 wined3d_palette_set_entries(struct wined3d_palette *palette, DWORD flags, DWORD start, DWORD count, const PALETTEENTRY *entries) argument
172 wined3d_palette_init(struct wined3d_palette *palette, struct wined3d_device *device, DWORD flags, const PALETTEENTRY *entries, void *parent) argument
201 wined3d_palette_create(struct wined3d_device *device, DWORD flags, const PALETTEENTRY *entries, void *parent, struct wined3d_palette **palette) argument
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dpalette.c211 DWORD flags, const PALETTEENTRY *entries, IUnknown *parent)
229 hr = IWineD3DPalette_SetEntries((IWineD3DPalette *)palette, 0, 0, IWineD3DPaletteImpl_Size(flags), entries);
232 WARN("Failed to set palette entries, hr %#x.\n", hr);
210 wined3d_palette_init(IWineD3DPaletteImpl *palette, IWineD3DDeviceImpl *device, DWORD flags, const PALETTEENTRY *entries, IUnknown *parent) argument
/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/
H A DipcModuleReg.cpp133 const ipcModuleEntry *entries = NULL; local
134 int count = func(&gDaemonMethods, &entries);
136 if (AddModule(entries[i].target, entries[i].methods, buf) == PR_SUCCESS) {
137 if (entries[i].methods->init)
138 entries[i].methods->init();
/vbox/src/libs/zlib-1.2.6/contrib/minizip/
H A Dmztools.c42 int entries = 0; local
214 entries++;
223 int entriesZip = entries;
278 /* Number of recovered entries */
281 *nRecovered = entries;
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dglyphstr.h61 CARD32 entries; member in struct:_GlyphHashSet
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dglyphstr.h61 CARD32 entries; member in struct:_GlyphHashSet
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dglyphstr.h57 CARD32 entries; member in struct:_GlyphHashSet
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dglyphstr.h57 CARD32 entries; member in struct:_GlyphHashSet
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dglyphstr.h61 CARD32 entries; member in struct:_GlyphHashSet
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dglyphstr.h61 CARD32 entries; member in struct:_GlyphHashSet
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dglyphstr.h61 CARD32 entries; member in struct:_GlyphHashSet
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dglyphstr.h61 CARD32 entries; member in struct:_GlyphHashSet
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dglyphstr.h61 CARD32 entries; member in struct:_GlyphHashSet
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dglyphstr.h61 CARD32 entries; member in struct:_GlyphHashSet
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dglyphstr.h61 CARD32 entries; member in struct:_GlyphHashSet
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dglyphstr.h61 CARD32 entries; member in struct:_GlyphHashSet
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dglyphstr.h61 CARD32 entries; member in struct:_GlyphHashSet
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dglyphstr.h61 CARD32 entries; member in struct:_GlyphHashSet
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dglyphstr.h61 CARD32 entries; member in struct:_GlyphHashSet
/vbox/src/VBox/Devices/Audio/
H A Daudio.h91 LIST_ENTRY (CaptureState) entries; member in struct:CaptureState
102 LIST_ENTRY (QEMUSoundCard) entries; member in struct:QEMUSoundCard
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ipf/machine/
H A Ddig64.h88 uint32_t entries; member in struct:dig64_hcdp_table
/vbox/src/VBox/Devices/Graphics/shaderlib/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...]

Completed in 120 milliseconds

123