/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/ |
H A D | ib_srp.h | 26 } __attribute__ (( packed )) ib; member in union:ib_srp_initiator_port_id 39 } __attribute__ (( packed )) ib; member in union:ib_srp_target_port_id
|
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/vbo/ |
H A D | vbo_split.h | 56 const struct _mesa_index_buffer *ib, 62 /* Requires ib != NULL: 68 const struct _mesa_index_buffer *ib,
|
H A D | vbo.h | 71 const struct _mesa_index_buffer *ib, 96 const struct _mesa_index_buffer *ib, 111 const struct _mesa_index_buffer *ib,
|
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/tnl/ |
H A D | tnl.h | 80 const struct _mesa_index_buffer *ib,
|
/vbox/src/VBox/Devices/PC/ipxe/src/net/infiniband/ |
H A D | ib_srp.c | 353 return ib_srp_parse_byte_string ( rp_comp, port_id->ib.id_ext.bytes, 354 ( sizeof ( port_id->ib.id_ext ) | 370 memcpy ( &port_id->ib.hca_guid, &rp->sgid.s.guid, 371 sizeof ( port_id->ib.hca_guid ) ); 373 return ib_srp_parse_byte_string ( rp_comp, port_id->ib.hca_guid.bytes, 374 ( sizeof ( port_id->ib.hca_guid ) | 446 return ib_srp_parse_byte_string ( rp_comp, port_id->ib.id_ext.bytes, 447 ( sizeof ( port_id->ib.id_ext ) | 462 return ib_srp_parse_byte_string ( rp_comp, port_id->ib.ioc_guid.bytes, 463 ( sizeof ( port_id->ib [all...] |
/vbox/src/VBox/Additions/linux/sharedfolders/ |
H A D | mount.vboxsf.c | 311 size_t ib = strlen(host_name); local 322 while (ib) 324 size_t c = iconv(cd, &i, &ib, &o, &ob); 328 host_name, (int)(strlen (host_name) - ib));
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | lltest.c | 587 PRInt64 ia, ib; local 589 LL_SHR(ia, ib, 32); 590 LL_SHL(ia, ib, 32);
|
/vbox/src/recompiler/tests/ |
H A D | test-i386.c | 2170 #define SHUF_OP(op, ib)\ 2176 asm volatile (#op " $" #ib ", %2, %0" : "=x" (r.dq) : "0" (a.dq), "x" (b.dq));\ 2177 printf("%-9s: a=" FMT64X "" FMT64X " b=" FMT64X "" FMT64X " ib=%02x r=" FMT64X "" FMT64X "\n",\ 2181 ib,\ 2185 #define PSHUF_OP(op, ib)\ 2191 asm volatile (#op " $" #ib ", %1, %0" : "=x" (r.dq) : "x" (a.dq));\ 2192 printf("%-9s: a=" FMT64X "" FMT64X " ib=%02x r=" FMT64X "" FMT64X "\n",\ 2195 ib,\ 2200 #define SHIFT_IM(op, ib)\ 2206 asm volatile (#op " $" #ib ", [all...] |
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/infiniband/ |
H A D | hermon.h | 309 pseudo_bit_t ib[0x00001]; member in struct:hermonprm_query_port_cap_st 541 struct hermonprm_set_port_ib ib; member in union:hermonprm_set_port
|
H A D | hermon.c | 2833 MLX_FILL_8 ( &set_port.ib, 0, 2842 MLX_FILL_2 ( &set_port.ib, 10, 2845 MLX_FILL_1 ( &set_port.ib, 28, 3513 ib_supported = MLX_GET ( &query_port, ib );
|
/vbox/src/libs/libpng-1.2.8/ |
H A D | pngrtran.c | 478 int ir, ig, ib; local 497 for (ib = 0; ib < num_blue; ib++) 499 int d_index = index_g | ib; 500 /* int db = abs(ib - b); */ 501 int db = ((ib > b) ? ib - b : b - ib);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/ |
H A D | device.c | 2477 struct d3d8_indexbuffer *ib = unsafe_impl_from_IDirect3DIndexBuffer8(buffer); local 2490 ib ? ib->wined3d_buffer : NULL, 2491 ib ? ib->format : WINED3DFMT_UNKNOWN);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d9/ |
H A D | device.c | 2934 struct d3d9_indexbuffer *ib = unsafe_impl_from_IDirect3DIndexBuffer9(buffer); local 2940 ib ? ib->wined3d_buffer : NULL, 2941 ib ? ib->format : WINED3DFMT_UNKNOWN);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/ |
H A D | device.c | 2098 IDirect3DIndexBuffer8Impl *ib = (IDirect3DIndexBuffer8Impl *)pIndexData; local 2111 ib ? ib->wineD3DIndexBuffer : NULL, 2112 ib ? ib->format : WINED3DFMT_UNKNOWN);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d9/ |
H A D | device.c | 2611 IDirect3DIndexBuffer9Impl *ib = (IDirect3DIndexBuffer9Impl *) pIndexData; local 2617 ib ? ib->wineD3DIndexBuffer : NULL, 2618 ib ? ib->format : WINED3DFMT_UNKNOWN);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | device.c | 4851 IWineD3DBuffer *ib; local 4887 ib = This->stateBlock->pIndexData; 4888 if(ib) { 4889 IWineD3DBuffer_Release(ib);
|
H A D | state.c | 4854 struct wined3d_buffer *ib = (struct wined3d_buffer *) stateblock->pIndexData; local 4855 GL_EXTCALL(glBindBufferARB(GL_ELEMENT_ARRAY_BUFFER_ARB, ib->buffer_object));
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
H A D | state.c | 4939 struct wined3d_buffer *ib = state->index_buffer; local 4940 GL_EXTCALL(glBindBufferARB(GL_ELEMENT_ARRAY_BUFFER_ARB, ib->buffer_object));
|