Searched defs:location (Results 1 - 25 of 88) sorted by relevance

1234

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DVBoxMediaComboBox.h39 QString location (int = -1) const;
82 : id (aId), location (aLocation), toolTip (aToolTip) {}
85 QString location; member in struct:VBoxMediaComboBox::Medium
H A DVBoxMediaComboBox.cpp112 QString VBoxMediaComboBox::location (int aIndex /* = -1*/) const function in class:VBoxMediaComboBox
119 return aIndex == -1 ? QString::null : mMedia [aIndex].location;
280 mMedia.append (Medium (aMedium.id(), aMedium.location(),
292 mMedia [aIndex].location = aMedium.location();
/vbox/src/recompiler/tcg/
H A Dtcg-dyngen.c374 uint32_t *location; member in struct:hppa_branch_stub
382 stub->location = LOC; \
404 hppa_patch17f(stub->location, l, 0);
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pxe/
H A Dpxe_preboot.c206 * random value happened to be in that location
273 unsigned int location; local
279 /* Determine bus type and location. Use a heuristic to decide
287 location = start_undi->BX;
292 location = start_undi->AX;
299 netdev = find_netdev_by_location ( bus_type, location );
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Ddevice.h31 unsigned int location; member in struct:device_description
/vbox/src/VBox/Devices/PC/ipxe/src/interface/efi/
H A Defi_pci.c49 unsigned long location ) {
53 EFIPCI_OFFSET ( location ) );
56 int efipci_read ( struct pci_device *pci, unsigned long location, argument
60 if ( ( efirc = efipci->Pci.Read ( efipci, EFIPCI_WIDTH ( location ),
61 efipci_address ( pci, location ), 1,
65 EFIPCI_OFFSET ( location ), efi_strerror ( efirc ) );
72 int efipci_write ( struct pci_device *pci, unsigned long location, argument
76 if ( ( efirc = efipci->Pci.Write ( efipci, EFIPCI_WIDTH ( location ),
77 efipci_address ( pci, location ), 1,
81 EFIPCI_OFFSET ( location ), efi_strerro
[all...]
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_glsl.h63 GLint location; member in struct:__anon16200
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/image/
H A Dnbi.c44 segoff_t location; /**< 16-bit seg:off header location */ member in struct:imgheader
166 /* Copy image header to target location */
167 dest = real_to_user ( imgheader->location.segment,
168 imgheader->location.offset );
259 "pushl %%esi\n\t" /* location */
272 "S" ( imgheader->location ),
304 "S" ( ( imgheader->location.segment << 4 ) +
305 imgheader->location.offset ),
354 imgheader.location
[all...]
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/
H A Dserver_getshaders.c249 static GLint __GetUniformSize(GLuint program, GLint location) argument
254 /*@todo: check if index and location is the same*/
255 cr_server.head_spu->dispatch_table.GetActiveUniform(crStateGetProgramHWID(program), location, 0, NULL, &size, &type, NULL); local
260 void SERVER_DISPATCH_APIENTRY crServerDispatchGetUniformfv(GLuint program, GLint location, GLfloat *params) argument
262 int size = __GetUniformSize(program, location) * sizeof(GLfloat);
272 cr_server.head_spu->dispatch_table.GetUniformfv(crStateGetProgramHWID(program), location, pLocal); local
278 void SERVER_DISPATCH_APIENTRY crServerDispatchGetUniformiv(GLuint program, GLint location, GLint *params) argument
280 int size = __GetUniformSize(program, location) * sizeof(GLint);
290 cr_server.head_spu->dispatch_table.GetUniformiv(crStateGetProgramHWID(program), location, pLocal); local
/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/
H A Dunpack_shaders.c86 GLint location = READ_DATA(8, GLint); local
89 cr_unpackDispatch.Uniform1fv(location, count, value);
94 GLint location = READ_DATA(8, GLint); local
97 cr_unpackDispatch.Uniform1iv(location, count, value);
102 GLint location = READ_DATA(8, GLint); local
105 cr_unpackDispatch.Uniform2fv(location, count, value);
110 GLint location = READ_DATA(8, GLint); local
113 cr_unpackDispatch.Uniform2iv(location, count, value);
118 GLint location = READ_DATA(8, GLint); local
121 cr_unpackDispatch.Uniform3fv(location, coun
126 GLint location = READ_DATA(8, GLint); local
134 GLint location = READ_DATA(8, GLint); local
142 GLint location = READ_DATA(8, GLint); local
150 GLint location = READ_DATA(8, GLint); local
159 GLint location = READ_DATA(8, GLint); local
168 GLint location = READ_DATA(8, GLint); local
177 GLint location = READ_DATA(8, GLint); local
186 GLint location = READ_DATA(8, GLint); local
195 GLint location = READ_DATA(8, GLint); local
204 GLint location = READ_DATA(8, GLint); local
213 GLint location = READ_DATA(8, GLint); local
222 GLint location = READ_DATA(8, GLint); local
[all...]
/vbox/src/VBox/Additions/x11/x11include/libdrm-2.4.13/
H A Dxgi_drm.h68 unsigned int location; member in struct:xgi_mem_alloc
/vbox/src/libs/xpcom18a4/python/src/loader/
H A Dpyloader.cpp72 nsIFile* location,
123 nsIFile* location,
127 NS_PRECONDITION(location!=NULL, "null nsIFile pointer in PyXPCOM_NSGetModule!");
155 obLocation = Py_nsISupports::PyObjectFromInterface(location, NS_GET_IID(nsIFile));
178 nsIFile* location,
254 nsresult rc = PyXPCOM_NSGetModule(servMgr, location, result);
122 PyXPCOM_NSGetModule(nsIComponentManager *servMgr, nsIFile* location, nsIModule** result) argument
177 NSGetModule(nsIComponentManager *servMgr, nsIFile* location, nsIModule** result) argument
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86int10.h72 } location; member in struct:__anon7624
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86int10.h73 } location; member in struct:__anon4777
/vbox/src/VBox/Frontends/VirtualBox/src/medium/
H A DUIMedium.h66 * string parameters such as name, location and size which can be used for various GUI tasks.
169 /** Returns the medium location.
171 * @note In "don't show diffs" mode, this method returns the location of root in the given hard drive chain. */
172 QString location(bool fNoDiffs = false) const { return fNoDiffs ? root().m_strLocation : m_strLocation; } function in class:UIMedium
232 * @note For hard drives, the details include the location, type and the logical size of the hard drive.
236 * @note For other medium types, the location and the actual size are returned.
320 /** Holds the medium location. */
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Deepro100.c580 int location )
589 outl ( 0x08000000 | ( location << 16 ) | ( phy_id << 21 ),
644 int phy_id, int location, int value )
653 outl ( 0x04000000 | ( location << 16 ) | ( phy_id << 21 ) | value,
643 ifec_mdio_write( struct net_device *netdev, int phy_id, int location, int value ) argument
H A Ddavicom.c157 static int read_eeprom(unsigned long ioaddr, int location, int addr_len);
198 static int phy_read(int location)
226 phy_write_1bit(io_dcr9, location&i ? PHY_DATA_1: PHY_DATA_0);
243 static void phy_write(int location, u16 phy_data)
270 phy_write_1bit(io_dcr9, location&i ? PHY_DATA_1: PHY_DATA_0);
381 static int read_eeprom(unsigned long ioaddr, int location, int addr_len)
386 int read_cmd = location | EE_READ_CMD;
194 phy_read(int location) argument
239 phy_write(int location, u16 phy_data) argument
376 read_eeprom(unsigned long ioaddr, int location, int addr_len) argument
H A Depic100.c59 static int read_eeprom(int location);
61 static int mii_read(int phy_id, int location);
459 read_eeprom(int location) argument
463 int read_cmd = location | EE_READ_CMD;
499 mii_read(int phy_id, int location) argument
503 outl((phy_id << 9) | (location << 4) | MII_READOP, mmctl);
H A Dsis900.c148 static u16 sis900_read_eeprom(int location);
151 static u16 sis900_mdio_read(int phy_id, int location);
153 static void sis900_mdio_write(int phy_id, int location, int val);
459 * Description: reads and returns a given location from EEPROM
461 * Arguments: int location: requested EEPROM location
463 * Returns: u16: contents of requested EEPROM location
467 /* Read Serial EEPROM through EEPROM Access Register, Note that location is
469 static u16 sis900_read_eeprom(int location)
474 u32 read_cmd = location | EErea
464 sis900_read_eeprom(int location) argument
535 sis900_mdio_read(int phy_id, int location) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/int10/
H A Dxf86int10.h73 } location; member in struct:__anon3101
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86int10.h73 } location; member in struct:__anon4350
/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_shaders.c108 void PACK_APIENTRY crPackUniform1fv(GLint location, GLsizei count, const GLfloat *value) argument
112 int packet_length = sizeof(int)+sizeof(GLenum)+sizeof(location)+sizeof(count) + count*sizeof(*value);
117 WRITE_DATA_AI(GLint, location);
124 void PACK_APIENTRY crPackUniform1iv(GLint location, GLsizei count, const GLint *value) argument
128 int packet_length = sizeof(int)+sizeof(GLenum)+sizeof(location)+sizeof(count) + count*sizeof(*value);
133 WRITE_DATA_AI(GLint, location);
140 void PACK_APIENTRY crPackUniform2fv(GLint location, GLsizei count, const GLfloat *value) argument
144 int packet_length = sizeof(int)+sizeof(GLenum)+sizeof(location)+sizeof(count) + 2*count*sizeof(*value);
149 WRITE_DATA_AI(GLint, location);
156 void PACK_APIENTRY crPackUniform2iv(GLint location, GLsize argument
172 crPackUniform3fv(GLint location, GLsizei count, const GLfloat *value) argument
188 crPackUniform3iv(GLint location, GLsizei count, const GLint *value) argument
204 crPackUniform4fv(GLint location, GLsizei count, const GLfloat *value) argument
220 crPackUniform4iv(GLint location, GLsizei count, const GLint *value) argument
236 crPackUniformMatrix2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) argument
253 crPackUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) argument
270 crPackUniformMatrix4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) argument
287 crPackUniformMatrix2x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) argument
305 crPackUniformMatrix3x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) argument
323 crPackUniformMatrix2x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) argument
341 crPackUniformMatrix4x2fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) argument
359 crPackUniformMatrix3x4fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) argument
377 crPackUniformMatrix4x3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) argument
657 crPackUniform1fvSWAP(GLint location, GLsizei count, const GLfloat *value) argument
668 crPackUniform1ivSWAP(GLint location, GLsizei count, const GLint *value) argument
678 crPackUniform2fvSWAP(GLint location, GLsizei count, const GLfloat *value) argument
688 crPackUniform2ivSWAP(GLint location, GLsizei count, const GLint * value) argument
698 crPackUniform3fvSWAP(GLint location, GLsizei count, const GLfloat *value) argument
708 crPackUniform3ivSWAP(GLint location, GLsizei count, const GLint *value) argument
718 crPackUniform4fvSWAP(GLint location, GLsizei count, const GLfloat *value) argument
728 crPackUniform4ivSWAP(GLint location, GLsizei count, const GLint *value) argument
738 crPackUniformMatrix2fvSWAP(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) argument
749 crPackUniformMatrix3fvSWAP(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) argument
760 crPackUniformMatrix4fvSWAP(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) argument
771 crPackUniformMatrix2x3fvSWAP(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) argument
782 crPackUniformMatrix3x2fvSWAP(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) argument
793 crPackUniformMatrix2x4fvSWAP(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) argument
804 crPackUniformMatrix4x2fvSWAP(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) argument
815 crPackUniformMatrix3x4fvSWAP(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) argument
826 crPackUniformMatrix4x3fvSWAP(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) argument
[all...]
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_glsl.c883 pProgram->pUniforms[i].location = ((GLint*)pCurrent)[0];
898 //crDebug("crStateGLSLProgramCacheUniforms: uniform[%i]=%d, %s", i, pProgram->pUniforms[i].location, pProgram->pUniforms[i].name);
982 static GLboolean crStateGLSLProgramCacheOneUniform(GLuint location, GLsizei cbName, GLchar *pName, argument
993 //crDebug("crStateGLSLProgramCacheUniforms: uniform[%i]=%s.", location, pName);
995 ((GLint*)*pCurrent)[0] = location;
1043 GLint location; local
1054 location = diff_api.GetUniformLocation(pProgram->hwid, name);
1056 if (!crStateGLSLProgramCacheOneUniform(location, cbName, name, &pCurrent, &cbWritten, maxcbData))
1070 /*For array uniforms it's valid to query location of 1st element as both uniform and uniform[0].
1082 if (!crStateGLSLProgramCacheOneUniform(location, cbNam
1113 crStateGLSLProgramCacheOneAttrib(GLuint location, GLsizei cbName, GLchar *pName, char **pCurrent, GLsizei *pcbWritten, GLsizei maxcbData) argument
1174 GLint location; local
1409 GLint location; local
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddrawprim.c668 DWORD location = context->render_offscreen ? device->fb.depth_stencil->draw_binding : SFLAG_INDRAWABLE; local
677 if (ds->flags & location)
686 surface_load_ds_location(ds, context, location);
717 DWORD location = context->render_offscreen ? ds->draw_binding : SFLAG_INDRAWABLE; local
719 surface_modify_ds_location(ds, location, ds->ds_current_size.cx, ds->ds_current_size.cy);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddrawprim.c631 DWORD location = context->render_offscreen ? SFLAG_DS_OFFSCREEN : SFLAG_DS_ONSCREEN; local
634 surface_load_ds_location(This->stencilBufferTarget, context, location);
636 surface_modify_ds_location(This->stencilBufferTarget, location);

Completed in 210 milliseconds

1234