Searched defs:tab (Results 1 - 15 of 15) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/
H A Defi_init.c84 struct efi_config_table *tab; local
136 for_each_table_entry ( tab, EFI_CONFIG_TABLES ) {
137 if ( ( *(tab->table) = efi_find_table ( &tab->u.guid ) ) ) {
139 uuid_ntoa ( &tab->u.uuid ), *(tab->table) );
142 "table %s\n", uuid_ntoa ( &tab->u.uuid ) );
143 if ( tab->required )
/vbox/src/VBox/Frontends/Common/VBoxKeyboard/
H A Dkeyboard-types.h57 unsigned tab; member in struct:__anon16030
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Ddepend.c1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
64 const char *msg, const PRVersion* info, PRIntn tab)
69 tab *= 2;
70 if (tab > len) tab = len;
71 printf("%s", &tabs[len - tab]);
80 static void ChaseDependents(const PRVersionInfo *info, PRIntn tab) argument
82 PrintVersion("exports", &info->selfExport, tab);
89 PrintVersion("imports", &dependent->importNeeded, tab);
90 ChaseDependents(import, tab
63 PrintVersion( const char *msg, const PRVersion* info, PRIntn tab) argument
142 PRIntn tab = 0; local
[all...]
/vbox/src/libs/zlib-1.2.6/examples/
H A Denough.c109 struct tab { /* type for been here check */ struct
173 local struct tab *done; /* states already evaluated array */
551 else if (size > ((size_t)0 - 1) / sizeof(struct tab) ||
552 (done = calloc(size, sizeof(struct tab))) == NULL) {
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl/
H A Dt_vb_lighttmp.h211 struct gl_shine_tab *tab = ctx->_ShineTable[side]; local
212 GET_SHINE_TAB_ENTRY( tab, n_dot_h, spec_coef );
397 struct gl_shine_tab *tab = ctx->_ShineTable[side]; local
399 GET_SHINE_TAB_ENTRY( tab, n_dot_h, spec_coef );
609 struct gl_shine_tab *tab = ctx->_ShineTable[0]; local
610 GET_SHINE_TAB_ENTRY( tab, n_dot_h, spec );
619 struct gl_shine_tab *tab = ctx->_ShineTable[1]; local
620 GET_SHINE_TAB_ENTRY( tab, n_dot_h, spec );
781 struct gl_shine_tab *tab = ctx->_ShineTable[side]; local
782 GET_SHINE_TAB_ENTRY( tab, n_dot_
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dvfscanf.c883 __sccl(char *tab, const u_char *fmt) argument
887 _DIAGASSERT(tab != NULL);
897 /* XXX: Will not work if sizeof(tab*) > sizeof(char) */
898 (void)memset(tab, v, 256);
912 tab[c] = (char)v; /* take character c */
949 tab[++c] = (char)v;
955 tab[i] = (char)v;
/vbox/src/VBox/Frontends/VirtualBox/src/medium/
H A DUIMediumManager.cpp756 /* Reset tab-widget icons: */
1120 /* Prepare tab-widget: */
1170 /* Create tab-widget: */
1177 /* Configure tab-widget: */
1183 /* Add tab-widget into central layout: */
1188 /* Update other widgets according chosen tab: */
1195 /* Create tab: */
1197 QWidget *pTab = tab(type);
1200 /* Create tab layout: */
1245 /* Add tree-widget into tab layou
2065 QWidget* UIMediumManager::tab(UIMediumType type) const function in class:UIMediumManager
[all...]
/vbox/src/recompiler/tests/
H A Dtest-i386.c1728 int tab[2]; variable
1774 tab[0] = 1;
1775 tab[1] = 10;
1776 asm volatile ("bound %0, %1" : : "r" (11), "m" (tab[0]));
1895 asm volatile ("rep outsb" : : "d" (0x4321), "S" (tab), "c" (1));
1900 asm volatile ("rep insb" : : "d" (0x4321), "D" (tab), "c" (1));
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c7274 const xmlChar **tab; local
7651 tab = (const xmlChar **) xmlMalloc(ctxt->tabSize *
7653 if (tab == NULL) {
7660 len = xmlExpGetStartInt(ctxt, sub, tab, ctxt->tabSize, 0);
7663 temp = (const xmlChar **) xmlRealloc((xmlChar **) tab, ctxt->tabSize * 2 *
7666 xmlFree((xmlChar **) tab);
7669 tab = temp;
7671 len = xmlExpGetStartInt(ctxt, sub, tab, ctxt->tabSize, 0);
7674 tmp = xmlExpStringDeriveInt(ctxt, exp, tab[i]);
7677 xmlFree((xmlChar **) tab);
[all...]
H A Dxmlschemas.c4524 xmlSchemaPSVIIDCNodePtr tab; local
4540 tab = bind->nodeTable[i];
4543 key = tab->keys[j];
4562 tab = bind->dupls->items[i];
4565 key = tab->keys[j];
/vbox/src/recompiler/
H A Dexec.c1024 static inline void set_bits(uint8_t *tab, int start, int len) argument
1029 tab += start >> 3;
1034 *tab |= mask;
1037 *tab++ |= mask;
1041 *tab++ = 0xff;
1046 *tab |= mask;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmapidefs.h761 TABLE_NOTIFICATION tab; member in union:_NOTIFICATION::__anon13649
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmapidefs.h764 TABLE_NOTIFICATION tab; member in union:_NOTIFICATION::__anon1026
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/main/
H A Dmtypes.h482 GLfloat tab[SHINE_TABLE_SIZE+1]; member in struct:gl_shine_tab
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 155 milliseconds