Searched refs:ib (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dib_srp.h26 } __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 Dvbo_split.h56 const struct _mesa_index_buffer *ib,
62 /* Requires ib != NULL:
68 const struct _mesa_index_buffer *ib,
H A Dvbo.h71 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 Dtnl.h80 const struct _mesa_index_buffer *ib,
/vbox/src/VBox/Devices/PC/ipxe/src/net/infiniband/
H A Dib_srp.c353 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 Dmount.vboxsf.c311 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 Dlltest.c587 PRInt64 ia, ib; local
589 LL_SHR(ia, ib, 32);
590 LL_SHL(ia, ib, 32);
/vbox/src/recompiler/tests/
H A Dtest-i386.c2170 #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 Dhermon.h309 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 Dhermon.c2833 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 Dpngrtran.c478 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 Ddevice.c2477 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 Ddevice.c2934 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 Ddevice.c2098 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 Ddevice.c2611 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 Ddevice.c4851 IWineD3DBuffer *ib; local
4887 ib = This->stateBlock->pIndexData;
4888 if(ib) {
4889 IWineD3DBuffer_Release(ib);
H A Dstate.c4854 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 Dstate.c4939 struct wined3d_buffer *ib = state->index_buffer; local
4940 GL_EXTCALL(glBindBufferARB(GL_ELEMENT_ARRAY_BUFFER_ARB, ib->buffer_object));

Completed in 261 milliseconds