Searched defs:hits (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_feedback.h40 GLuint hits; member in struct:__anon16190
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dfontcache.h55 long hits; member in struct:cacheinfo
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dhull.c53 int *hull, int hull_len, double *hits)
69 hits[2 * hitnum] = sa[0] + result * d[0];
70 hits[2 * hitnum + 1] = sa[1] + result * d[1];
52 _segment_hull_intersect(double *sa, double *sb, const double *pnts, int *hull, int hull_len, double *hits) argument
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/malloc/
H A Dprmem.c69 PRUint32 hits; /* allocated from free list */ member in struct:MemoryZoneStr
220 if (zone.elements || zone.misses || zone.hits) {
224 zone.hits, zone.misses, zone.contention);
270 mz->hits++;
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A Dpldhash.h230 PRUint32 hits; /* searches that found key */ member in struct:PLDHashTable::PLDHashStats

Completed in 1609 milliseconds