Searched defs:pf (Results 1 - 2 of 2) sorted by relevance
/solaris-x11-s12/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-s12/open-src/kernel/i915/src/ |
H A D | intel_display.c | 7387 uint32_t pf, pipesrc; local 7412 * pf = I915_READ(pipe == 0 ? PFA_CTL_1 : PFB_CTL_1) & PF_ENABLE; 7414 pf = 0; 7416 intel_ring_emit(ring, pf | pipesrc); 7436 uint32_t pf, pipesrc; local 7456 * pf = I915_READ(PF_CTL(intel_crtc->pipe)) & PF_ENABLE; 7458 pf = 0; 7460 intel_ring_emit(ring, pf | pipesrc);
|
Completed in 109 milliseconds