Searched refs:percent (Results 1 - 5 of 5) sorted by relevance
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | i915_gem_debug.c | 653 int samples_to_percent_ratio, percent; local 657 percent = 100 - samples_to_percent_ratio; 662 DRM_ERROR("%25s busy: %3d%%: ", ring->name, percent); 693 int percent; local 826 percent = (top_bits_sorted[i]->count * 100) / 830 percent);
|
/solaris-x11-s11/open-src/lib/libXaw4/sun-src/ |
H A D | Xaw3_1Viewport.c | 714 static void ThumbProc(widget, closure, percent) 717 float *percent; 727 x = (int)(-*percent * child->core.width); 729 x = -(int)(*percent * child->core.width); 736 y = (int)(-*percent * child->core.height); 738 y = -(int)(*percent * child->core.height);
|
H A D | Xaw3_1Text.c | 1214 caddr_t closure, callData; /* closure = TextWidget, callData = percent. */ 1217 float * percent = (float *) callData; local 1221 new_left -= (Position) (*percent * GetWidestLine(ctx)); 1326 caddr_t closure, callData; /* closuer = TextWidget, callData = percent. */ 1328 float * percent = (float *) callData; local 1340 position = (long) (*percent * (float) ctx->text.lastPos);
|
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/ |
H A D | Viewport.c | 793 float *percent = (float *) call_data; local 800 x = (int)(-*percent * child->core.width); 802 x = -(int)(*percent * child->core.width); 809 y = (int)(-*percent * child->core.height); 811 y = -(int)(*percent * child->core.height);
|
H A D | Text.c | 1335 XtPointer closure, callData; /* closure = TextWidget, callData = percent. */ 1338 float * percent = (float *) callData; local 1344 new_left -= (Position) (*percent * GetWidestLine(ctx)); 1449 XtPointer closure, callData; /* closuer = TextWidget, callData = percent. */ 1451 float * percent = (float *) callData; local 1463 position = (long) (*percent * (float) ctx->text.lastPos);
|
Completed in 41 milliseconds