| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winSetAppUserModelID.c | 85 PROPVARIANT pv; local in function:winSetAppUserModelID 98 memset(&pv, 0, sizeof(PROPVARIANT)); 100 pv.vt = VT_LPWSTR; 101 hr = SHStrDupA(AppID, &pv.pwszVal); 105 pps->lpVtbl->SetValue(pps, &PKEY_AppUserModel_ID, &pv); 106 PropVariantClear(&pv);
|
| /xsrc/external/mit/xf86-video-vboxvideo/dist/src/ |
| H A D | hgsmimemalloc.c | 63 static HGSMIOFFSET HGSMIMAPointerToOffset(const HGSMIMADATA *pMA, const void *pv) argument 65 if (HGSMIAreaContainsPointer(&pMA->area, pv)) 67 return HGSMIPointerToOffset(&pMA->area, pv); 95 void HGSMIMAFree(HGSMIMADATA *pMA, void *pv) argument 97 HGSMIOFFSET off = HGSMIMAPointerToOffset(pMA, pv);
|
| H A D | HGSMIMemAlloc.h | 52 void HGSMIMAFree(HGSMIMADATA *pMA, void *pv);
|
| H A D | HGSMI.h | 139 const void *pv) 141 return pArea->offBase + (HGSMIOFFSET)((uint8_t *)pv - pArea->pu8Base); 189 DECLINLINE(bool) HGSMIAreaContainsPointer(const HGSMIAREA *pArea, const void *pv) argument 191 return (uintptr_t)pv >= (uintptr_t)pArea->pu8Base && (uintptr_t)pv - (uintptr_t)pArea->pu8Base < pArea->cbArea; 138 HGSMIPointerToOffset(const HGSMIAREA * pArea,const void * pv) argument
|
| H A D | HGSMIDefs.h | 114 DECLCALLBACKMEMBER(void, pfnFree)(void *pvEnv, void *pv);
|
| H A D | VBoxVideoIPRT.h | 140 #define RT_BZERO(pv, cb) do { memset((pv), 0, cb); } while (0)
|
| H A D | VBVABase.c | 362 const void *pv, uint32_t cb) 364 return vboxHwBufferWrite (pCtx, pHGSMICtx, pv, cb); 360 VBoxVBVAWrite(PVBVABUFFERCONTEXT pCtx,PHGSMIGUESTCOMMANDCONTEXT pHGSMICtx,const void * pv,uint32_t cb) argument
|
| H A D | vbva.c | 108 static DECLCALLBACK(void) hgsmiEnvFree(void *pvEnv, void *pv) argument 111 free(pv);
|
| /xsrc/external/mit/xorgproto/dist/include/X11/extensions/ |
| H A D | syncconst.h | 86 #define _XSyncIntToValue(pv, i) ((pv)->hi=((i<0)?~0:0),(pv)->lo=(i)) 87 #define _XSyncIntsToValue(pv, l, h) ((pv)->lo = (l), (pv)->hi = (h)) 120 #define _XSyncMaxValue(pv) ((pv)->hi = 0x7fffffff, (pv)->lo = 0xffffffff) 121 #define _XSyncMinValue(pv) ((p [all...] |
| /xsrc/external/mit/libpciaccess/dist/src/ |
| H A D | openbsd_pci.c | 715 struct pci_vga pv; local in function:pci_device_vgaarb_init 718 pv.pv_sel.pc_bus = 0; 719 pv.pv_sel.pc_dev = 0; 720 pv.pv_sel.pc_func = 0; 721 err = ioctl(pcifd[0], PCIOCGETVGA, &pv); 725 pci_sys->vga_target = pci_device_find_by_slot(0, pv.pv_sel.pc_bus, 726 pv.pv_sel.pc_dev, pv.pv_sel.pc_func); 746 struct pci_vga pv; local in function:pci_device_vgaarb_fini 754 pv 772 struct pci_vga pv; local in function:pci_device_vgaarb_lock 796 struct pci_vga pv; local in function:pci_device_vgaarb_unlock [all...] |
| H A D | x86_pci.c | 163 DWORD pv; local in function:inb 165 if (GetPortVal(port, &pv, 1)) 166 return (uint8_t)pv; 173 DWORD pv; local in function:inw 175 if (GetPortVal(port, &pv, 2)) 176 return (uint16_t)pv; 183 DWORD pv; local in function:inl 185 if (GetPortVal(port, &pv, 4)) 186 return (uint32_t)pv;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_surfaces.h | 41 void* pv; member in union:util_surfaces::__anone36e56bd010a 76 if(!us->u.pv)
|
| /xsrc/external/mit/xsm/dist/ |
| H A D | prop.c | 38 List *pv; 41 for (pv = ListFirst (propValues); pv; pv = ListNext (pv)) 43 pval = (PropValue *) pv->thing; 37 List *pv; local in function:FreePropValues
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl_dd/ |
| H A D | t_dd_vertex.h | 69 } pv; member in union:__anonae827850040a
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl_dd/ |
| H A D | t_dd_vertex.h | 69 } pv; member in union:__anon12283e03040a
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| H A D | t_vb_cliptmp.h | 193 GLuint pv = v2; local in function:TAG 198 ASSIGN_3V(inlist, v2, v0, v1 ); /* pv rotated to slot zero */ 239 if (pv != inlist[0]) { 241 tnl->Driver.Render.CopyPV( ctx, inlist[0], pv ); 272 GLuint pv = v3; local in function:TAG 277 ASSIGN_4V(inlist, v3, v0, v1, v2 ); /* pv rotated to slot zero */ 301 if (pv != inlist[0]) { 303 tnl->Driver.Render.CopyPV( ctx, inlist[0], pv );
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_vb_cliptmp.h | 193 GLuint pv = v2; local in function:TAG 198 ASSIGN_3V(inlist, v2, v0, v1 ); /* pv rotated to slot zero */ 239 if (pv != inlist[0]) { 241 tnl->Driver.Render.CopyPV( ctx, inlist[0], pv ); 272 GLuint pv = v3; local in function:TAG 277 ASSIGN_4V(inlist, v3, v0, v1, v2 ); /* pv rotated to slot zero */ 301 if (pv != inlist[0]) { 303 tnl->Driver.Render.CopyPV( ctx, inlist[0], pv );
|
| /xsrc/external/mit/libvdpau/dist/src/ |
| H A D | vdpau_wrapper.c | 441 void *pv; local in function:vdp_device_create_x11 443 if (gpa(*device, VDP_FUNC_ID_DEVICE_DESTROY, &pv) == VDP_STATUS_OK) { 444 VdpDeviceDestroy *device_destroy = pv;
|
| /xsrc/external/mit/glu/dist/src/libnurbs/interface/ |
| H A D | insurfeval.cc | 496 *and pv(x,y,z,w) be its partial derivative vector with repect to v. 501 void OpenGLSurfaceEvaluator::inComputeFirstPartials(REAL *p, REAL *pu, REAL *pv) argument 507 pv[0] = pv[0]*p[3] - pv[3]*p[0]; 508 pv[1] = pv[1]*p[3] - pv[3]*p[1]; 509 pv[2] = pv[ 518 inComputeNormal2(REAL * pu,REAL * pv,REAL * n) argument [all...] |
| /xsrc/external/mit/libXext/dist/src/ |
| H A D | XSync.c | 921 XSyncIntToValue(XSyncValue *pv, int i) argument 923 _XSyncIntToValue(pv,i); 927 XSyncIntsToValue(XSyncValue *pv, unsigned int l, int h) argument 929 _XSyncIntsToValue(pv, l, h); 1008 XSyncMaxValue(XSyncValue *pv) argument 1010 _XSyncMaxValue(pv); 1014 XSyncMinValue(XSyncValue *pv) argument 1016 _XSyncMinValue(pv);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_compile_sf.c | 34 struct brw_reg pv; member in struct:brw_sf_compile 234 brw_MUL(p, c->pv, c->pv, brw_imm_d(jmpi*(nr*2+1))); 235 brw_JMPI(p, c->pv, BRW_PREDICATE_NONE); 266 brw_MUL(p, c->pv, c->pv, brw_imm_d(jmpi*(nr+1))); 267 brw_JMPI(p, c->pv, BRW_PREDICATE_NONE); 286 c->pv = retype(brw_vec1_grf(1, 1), BRW_REGISTER_TYPE_D);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_compile_sf.c | 34 struct brw_reg pv; member in struct:brw_sf_compile 234 brw_MUL(p, c->pv, c->pv, brw_imm_d(jmpi*(nr*2+1))); 235 brw_JMPI(p, c->pv, BRW_PREDICATE_NONE); 266 brw_MUL(p, c->pv, c->pv, brw_imm_d(jmpi*(nr+1))); 267 brw_JMPI(p, c->pv, BRW_PREDICATE_NONE); 286 c->pv = retype(brw_vec1_grf(1, 1), BRW_REGISTER_TYPE_D);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_setup_line.c | 316 const float (*pv)[4]; local in function:try_setup_line 327 pv = v1; 330 pv = v2; 333 unsigned *udata = (unsigned*)pv[setup->viewport_index_slot]; 337 layer = *(unsigned*)pv[setup->layer_slot];
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| H A D | lp_setup_line.c | 316 const float (*pv)[4]; local in function:try_setup_line 331 pv = v1; 334 pv = v2; 337 unsigned *udata = (unsigned*)pv[setup->viewport_index_slot]; 341 layer = *(unsigned*)pv[setup->layer_slot];
|
| H A D | lp_setup_rect.c | 263 const float (*pv)[4]; local in function:try_rect_cw 284 pv = v0; 287 pv = v2; 290 unsigned *udata = (unsigned*)pv[setup->viewport_index_slot]; 294 layer = *(unsigned*)pv[setup->layer_slot];
|