Searched defs:pf (Results 1 - 2 of 2) sorted by relevance
/solaris-x11-s11/open-src/lib/libXmu/sun-src/src/ |
H A D | VisGamma.c | 48 unsigned int *pf = NULL; local 53 !(pf = (unsigned int *) malloc(nElements * sizeof(unsigned int)))) { 56 *ppf = pf; 65 *pf++ = (_XcmsGetElement (format, pChar, pCount) 73 *pf++ = (_XcmsGetElement (format, pChar, pCount) 81 *pf++ = (_XcmsGetElement (format, pChar, pCount) 96 if (pf) { 97 free(pf); 112 unsigned int *pf = NULL; local 119 !(pf 176 exponentOfPowerFunc(unsigned int maxh, unsigned int maxf, int n, unsigned short *ph, unsigned int *pf) argument 325 unsigned int *pf; local [all...] |
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | intel_display.c | 7384 uint32_t pf, pipesrc; local 7409 * pf = I915_READ(pipe == 0 ? PFA_CTL_1 : PFB_CTL_1) & PF_ENABLE; 7411 pf = 0; 7413 intel_ring_emit(ring, pf | pipesrc); 7433 uint32_t pf, pipesrc; local 7453 * pf = I915_READ(PF_CTL(intel_crtc->pipe)) & PF_ENABLE; 7455 pf = 0; 7457 intel_ring_emit(ring, pf | pipesrc);
|
Completed in 38 milliseconds