Searched defs:p1 (Results 1 - 5 of 5) sorted by relevance
/solaris-x11-s11/open-src/lib/libdga/sun-src/ |
H A D | cmap_grab.c | 462 _Dga_cmap p1, p2 ; local 489 for( p1 = grabbed_list, p2 = NULL ; p1 != NULL && p1 != cginfo; 490 p2 = p1, p1=p1->cm_next) ; 491 if( p1 == NULL ) /* not found?? */ 495 grabbed_list = p1->cm_next ; 497 p2->cm_next = p1 [all...] |
/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/ |
H A D | tsolprotocol.c | 613 PrintSiblings(WindowPtr p1) argument 617 if (p1 == NULL || p1->parent == NULL) return; 619 p2 = p1->parent->firstChild;
|
/solaris-x11-s11/open-src/app/dispswitch/sun-src/ |
H A D | dispswitch.c | 1232 mode_sort (const void *p1, void *p2) argument 1234 XRRModeInfo *mi1 = * (XRRModeInfo **) p1; 1260 output_sort (const void *p1, const void *p2) { argument 1261 con_output_t co1 = * (con_output_t *) p1;
|
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | intel_drv.h | 170 int p1, p2; member in struct:dpll
|
H A D | intel_display.c | 55 intel_range_t dot, vco, n, m, m1, m2, p, p1; member in struct:intel_limit 90 .p1 = { .min = 2, .max = 33 }, 103 .p1 = { .min = 1, .max = 6 }, 116 .p1 = { .min = 1, .max = 8 }, 129 .p1 = { .min = 1, .max = 8 }, 143 .p1 = { .min = 1, .max = 3}, 159 .p1 = { .min = 1, .max = 8}, 172 .p1 = { .min = 2, .max = 8 }, 186 .p1 = { .min = 2, .max = 6 }, 202 .p1 665 u32 p1, p2, m1, m2, vco, bestn, bestm1, bestm2, bestp1, bestp2; local [all...] |
Completed in 30 milliseconds