Searched refs:hits (Results 1 - 8 of 8) 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
H A Dpldhash.c406 METER(table->stats.hits++);
437 METER(table->stats.hits++);
788 fprintf(fp, " number of hits: %u\n", table->stats.hits);
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_feedback.c1538 se->hits++;
2326 result = se->hits;
2329 se->hits = 0;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dd3dx9mesh.h822 BOOL *hit, DWORD *face_idx, float *u, float *v, float *distance, ID3DXBuffer **hits, DWORD *hit_count);
825 ID3DXBuffer **hits, DWORD *hit_count);

Completed in 100 milliseconds