Searched defs:full (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1MailboxP.h37 Boolean flipit; /* do flip of full pixmap */
47 Pixmap pixmap; /* full depth pixmap */
49 } full, empty; member in struct:__anon308
59 typedef struct _MailboxRec { /* full instance record */
69 typedef struct _MailboxClassRec { /* full class record declaration */
/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_gem_debug.c380 uint64_t full; member in struct:ring
626 ring->idle = ring->full = 0;
632 int full; local
645 full = ring->tail - ring->head;
646 if (full < 0)
647 full += ring->size;
648 ring->full += full;
665 (int)(ring->full / samples_per_sec),
667 (int)((ring->full / samples_to_percent_rati
[all...]

Completed in 12 milliseconds