Searched refs:vb (Results 1 - 25 of 30) sorted by relevance

12

/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxinfo.vbs17 Sub StartVm(vb, mach)
21 Set progress = vb.openRemoteSession(session, mach.id, "gui", "")
27 Sub StopVm(vb, mach)
31 vb.openExistingSession session, mach.id
38 Dim vb, mach
40 set vb = CreateObject("VirtualBox.VirtualBox")
41 Print "VirtualBox version " & vb.version
50 Set mach = vb.findMachine("Win")
53 StartVm vb, mach
H A Dvboxinfo.vb19 Dim vb As VirtualBox.IVirtualBox
23 vb = CreateObject("VirtualBox.VirtualBox")
25 form.Text = "VirtualBox version " & vb.Version
32 For Each m In vb.Machines
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl_dd/
H A Dt_dd_triemit.h10 #define COPY_DWORDS( j, vb, vertsize, v ) \
14 : "=%c" (j), "=D" (vb), "=S" (__tmp) \
16 "D" ((long)vb), \
20 #define COPY_DWORDS( j, vb, vertsize, v ) \
23 vb[j] = CPU_TO_LE32(((GLuint *)v)[j]); \
24 vb += vertsize; \
27 #define COPY_DWORDS( j, vb, vertsize, v ) \
30 vb[j] = ((GLuint *)v)[j]; \
31 vb += vertsize; \
45 GLuint *vb local
69 GLuint *vb = (GLuint *)ALLOC_VERTS( 6, vertsize); local
96 GLuint *vb = (GLuint *)ALLOC_VERTS( 3, vertsize); local
118 GLuint *vb = (GLuint *)ALLOC_VERTS( 2, vertsize); local
131 GLuint *vb = (GLuint *)ALLOC_VERTS( 1, vertsize); local
144 GLuint *vb = (GLuint *)ALLOC_VERTS( (n-2) * 3, vertsize ); local
[all...]
H A Dt_dd_unfilled.h46 struct vertex_buffer *VB = &TNL_CONTEXT(ctx)->vb;
122 struct vertex_buffer *VB = &TNL_CONTEXT(ctx)->vb;
H A Dt_dd_dmatmp.h446 TNL_CONTEXT(ctx)->vb.ColorPtr[0]->stride) {
687 GLuint *elts = TNL_CONTEXT(ctx)->vb.Elts;
719 GLuint *elts = TNL_CONTEXT(ctx)->vb.Elts;
756 GLuint *elts = TNL_CONTEXT(ctx)->vb.Elts;
790 GLuint *elts = TNL_CONTEXT(ctx)->vb.Elts;
857 GLuint *elts = TNL_CONTEXT(ctx)->vb.Elts;
893 GLuint *elts = TNL_CONTEXT(ctx)->vb.Elts;
930 GLuint *elts = TNL_CONTEXT(ctx)->vb.Elts;
967 GLuint *elts = TNL_CONTEXT(ctx)->vb.Elts;
1006 GLuint *elts = TNL_CONTEXT(ctx)->vb
[all...]
H A Dt_dd_tritmp.h132 struct vertex_buffer *VB = &TNL_CONTEXT( ctx )->vb;
395 struct vertex_buffer *VB = &TNL_CONTEXT( ctx )->vb;
680 struct vertex_buffer *VB = &TNL_CONTEXT(ctx)->vb;
700 struct vertex_buffer *VB = &TNL_CONTEXT(ctx)->vb;
742 struct vertex_buffer *VB = &TNL_CONTEXT( ctx )->vb;
H A Dt_dd_vbtmp.h126 struct vertex_buffer *VB = &TNL_CONTEXT(ctx)->vb;
345 struct vertex_buffer *VB = &TNL_CONTEXT(ctx)->vb;
409 struct vertex_buffer *VB = &TNL_CONTEXT(ctx)->vb;
437 struct vertex_buffer *VB = &TNL_CONTEXT(ctx)->vb;
481 struct vertex_buffer *VB = &TNL_CONTEXT(ctx)->vb;
/vbox/src/VBox/Devices/Network/lwip/src/core/snmp/
H A Dmsg_in.c175 struct snmp_varbind *vb; local
181 vb = (struct snmp_varbind *)mem_malloc(sizeof(struct snmp_varbind));
182 LWIP_ASSERT("vb != NULL",vb != NULL);
183 if (vb != NULL)
185 vb->next = NULL;
186 vb->prev = NULL;
189 vb->ident = msg_ps->vb_ptr->ident;
190 vb->ident_len = msg_ps->vb_ptr->ident_len;
195 vb
294 struct snmp_varbind *vb; local
399 struct snmp_varbind *vb; local
473 struct snmp_varbind *vb; local
1147 struct snmp_varbind *vb; local
1328 struct snmp_varbind *vb; local
1388 snmp_varbind_free(struct snmp_varbind *vb) argument
1404 struct snmp_varbind *vb, *prev; local
1419 snmp_varbind_tail_add(struct snmp_varbind_root *root, struct snmp_varbind *vb) argument
1440 struct snmp_varbind* vb; local
[all...]
H A Dmsg_out.c429 struct snmp_varbind *vb; local
435 vb = root->tail;
436 while ( vb != NULL )
439 switch (vb->value_type)
442 sint_ptr = vb->value;
443 snmp_asn1_enc_s32t_cnt(*sint_ptr, &vb->vlen);
448 uint_ptr = vb->value;
449 snmp_asn1_enc_u32t_cnt(*uint_ptr, &vb->vlen);
455 vb->vlen = vb
623 struct snmp_varbind *vb; local
[all...]
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/
H A Dmsg_in.c193 struct snmp_varbind *vb; local
199 vb = (struct snmp_varbind *)memp_malloc(MEMP_SNMP_VARBIND);
200 if (vb != NULL)
202 vb->next = NULL;
203 vb->prev = NULL;
206 vb->ident = msg_ps->vb_ptr->ident;
207 vb->ident_len = msg_ps->vb_ptr->ident_len;
212 vb->value_type = msg_ps->ext_object_def.asn_type;
214 vb->value_len = (u8_t)msg_ps->ext_object_def.v_len;
215 if (vb
308 struct snmp_varbind *vb; local
421 struct snmp_varbind *vb; local
496 struct snmp_varbind *vb; local
1136 struct snmp_varbind *vb; local
1318 struct snmp_varbind *vb; local
1383 snmp_varbind_free(struct snmp_varbind *vb) argument
1399 struct snmp_varbind *vb, *prev; local
1414 snmp_varbind_tail_add(struct snmp_varbind_root *root, struct snmp_varbind *vb) argument
1435 struct snmp_varbind* vb; local
[all...]
H A Dmsg_out.c420 struct snmp_varbind *vb; local
426 vb = root->tail;
427 while ( vb != NULL )
430 switch (vb->value_type)
433 sint_ptr = (s32_t*)vb->value;
434 snmp_asn1_enc_s32t_cnt(*sint_ptr, &vb->vlen);
439 uint_ptr = (u32_t*)vb->value;
440 snmp_asn1_enc_u32t_cnt(*uint_ptr, &vb->vlen);
446 vb->vlen = vb
614 struct snmp_varbind *vb; local
[all...]
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_viewport.c16 CRViewportBits *vb = &(sb->viewport); local
20 RESET(vb->enable, ctx->bitid);
29 RESET(vb->v_dims, ctx->bitid);
38 RESET(vb->s_dims, ctx->bitid);
42 RESET(vb->depth, ctx->bitid);
44 RESET(vb->dirty, ctx->bitid);
64 CRViewportBits *vb = &(sb->viewport); local
97 DIRTY(vb->v_dims, g->neg_bitid);
98 DIRTY(vb->dirty, g->neg_bitid);
109 CRViewportBits *vb local
138 CRViewportBits *vb = &(sb->viewport); local
[all...]
/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/
H A DVersionComparator.java96 VersionPart vb = new VersionPart();
98 b = parseVersionPart(b, vb);
100 result = compareVersionPart(va, vb);
169 private int compareVersionPart(VersionPart va, VersionPart vb) { argument
170 int res = compareInt(va.numA, vb.numA);
175 res = compareString(va.strB, vb.strB);
180 res = compareInt(va.numC, vb.numC);
185 return compareString(va.extraD, vb.extraD);
/vbox/src/VBox/Devices/Network/scripts/
H A DVBoxPortForwarding.py74 vb = man.getVirtualBox()
75 print "VirtualBox version: %s" % vb.version,
76 print "r%s" % vb.revision
81 vm = vb.findMachine(options.vmname)
83 vm = vb.getMachine(options.vmname)
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_viewport.h46 DECLEXPORT(void) crStateViewportMakeCurrent(CRViewportState *v, CRViewportBits *vb);
/vbox/src/VBox/Devices/Network/lwip/src/include/lwip/
H A Dsnmp_msg.h280 void snmp_varbind_free(struct snmp_varbind *vb);
282 void snmp_varbind_tail_add(struct snmp_varbind_root *root, struct snmp_varbind *vb);
/vbox/src/VBox/Devices/Network/lwip-new/src/include/lwip/
H A Dsnmp_msg.h297 void snmp_varbind_free(struct snmp_varbind *vb);
299 void snmp_varbind_tail_add(struct snmp_varbind_root *root, struct snmp_varbind *vb);
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl/
H A Dt_vb_cliptmp.h121 struct vertex_buffer *VB = &tnl->vb;
190 struct vertex_buffer *VB = &tnl->vb;
241 struct vertex_buffer *VB = &tnl->vb;
H A Dt_context.h43 * stages to the vertex_buffer TNLcontext::vb, where the vertex data
460 tnl_points_func Points; /* must now respect vb->elts */
530 struct vertex_buffer vb; member in struct:__anon3741
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/swrast_setup/
H A Dss_tritmp.h35 struct vertex_buffer *VB = &TNL_CONTEXT(ctx)->vb;
238 struct vertex_buffer *VB = &TNL_CONTEXT(ctx)->vb;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Ddrawprim.c551 struct wined3d_buffer *vb = local
553 ptr += (long) buffer_get_sysmem(vb);
578 struct wined3d_buffer *vb = (struct wined3d_buffer *)This->stateBlock->streamSource[e->stream_idx]; local
580 e->data = (BYTE *)((unsigned long)e->data + (unsigned long)buffer_get_sysmem(vb));
823 struct wined3d_buffer *vb; local
824 vb = (struct wined3d_buffer *)This->stateBlock->streamSource[e->stream_idx];
825 e->data = (BYTE *)((unsigned long)e->data + (unsigned long)buffer_get_sysmem(vb));
H A Ddevice.c4058 struct wined3d_buffer *vb = (struct wined3d_buffer *)This->stateBlock->streamSource[e->stream_idx]; local
4060 e->data = (BYTE *)((unsigned long)e->data + (unsigned long)buffer_get_sysmem(vb));
4062 GL_EXTCALL(glDeleteBuffersARB(1, &vb->buffer_object));
4063 vb->buffer_object = 0;
4810 IWineD3DBuffer *vb; local
4821 vb = This->stateBlock->streamSource[0];
4823 if (vb) IWineD3DBuffer_Release(vb);
4850 IWineD3DBuffer *vb; local
4868 vb
[all...]
H A Dstate.c4049 struct wined3d_buffer *vb; local
4080 vb = (struct wined3d_buffer *)stateblock->streamSource[stream_info->elements[i].stream_idx];
4081 /* Use the VBO to find out if a vertex buffer exists, not the vb pointer. vb can point to a
4085 if (curVBO && vb->conversion_shift)
4089 i, stream_info->elements[i].stride, vb->conversion_stride);
4091 stream_info->elements[i].data, vb->conversion_shift[(DWORD_PTR)stream_info->elements[i].data]);
4098 vb->conversion_stride, stream_info->elements[i].data + vb->conversion_shift[shift_index]
4123 vb
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Ddrawprim.c575 struct wined3d_buffer *vb = state->streams[si->elements[instancedData[j]].stream_idx].buffer; local
576 ptr += (ULONG_PTR)buffer_get_sysmem(vb, gl_info);
611 struct wined3d_buffer *vb = state->streams[e->stream_idx].buffer; local
613 e->data.addr = (BYTE *)((ULONG_PTR)e->data.addr + (ULONG_PTR)buffer_get_sysmem(vb, gl_info));
/vbox/src/VBox/Main/testcase/
H A DtstAPI.cpp325 ComPtr<IVirtualBox> vb = unk;
329 (IVirtualBox *)vb, (IVirtualBox *)vb2);
330 Assert((IVirtualBox *)vb == (IVirtualBox *)vb2);

Completed in 227 milliseconds

12