Searched refs:hits (Results 1 - 25 of 51) sorted by relevance

123

/src/games/backgammon/teachgammon/
H A Dttext1.c161 const char *const hits[] = { variable in typeref:typename:const char * const[]
H A Dtutor.h52 extern const char *const hits[];
H A Dteach.c114 if ((i = wrtext(hits)) != 0)
/xsrc/external/mit/libdrm/dist/
H A Dxf86drmHash.h41 unsigned long hits; /* At top of linked list */ member in struct:HashTable
H A Dxf86drmHash.c157 ++table->hits;
/xsrc/external/mit/mesa-demos/dist/src/redbook/
H A Dpickdepth.c104 processHits(GLint hits, GLuint buffer[]) argument
109 printf("hits = %d\n", hits);
111 for (i = 0; i < hits; i++) { /* for each hit */
138 GLint hits; local in function:pickRects
163 hits = glRenderMode(GL_RENDER);
164 processHits(hits, selectBuf);
H A Dpicksquare.c88 static void processHits (GLint hits, GLuint buffer[]) argument
93 printf ("hits = %d\n", hits);
95 for (i = 0; i < hits; i++) { /* for each hit */
123 GLint hits; local in function:pickSquares
150 hits = glRenderMode (GL_RENDER);
151 processHits (hits, selectBuf);
H A Dselect.c125 static void processHits (GLint hits, GLuint buffer[]) argument
130 printf ("hits = %d\n", hits);
132 for (i = 0; i < hits; i++) { /* for each hit */
156 GLint hits; local in function:selectObjects
180 hits = glRenderMode (GL_RENDER);
181 processHits (hits, selectBuf);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_live_shader_cache.h63 unsigned hits, misses; member in struct:util_live_shader_cache
H A Du_live_shader_cache.c124 cache->hits++;
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dfontcache.h55 long hits; member in struct:cacheinfo
/src/bin/csh/
H A Dexec.c97 static int hits, misses; variable in typeref:typename:int
209 hits++;
236 hits--;
488 if (hits + misses)
489 (void)fprintf(cshout, "%d hits, %d misses, %d%%\n",
490 hits, misses, 100 * hits / (hits + misses));
/src/usr.bin/make/
H A Ddir.c221 int hits; member in struct:CachedDir
245 static int hits; /* Found in directory cache */ variable in typeref:typename:int
280 dir->hits = 0;
965 dir->hits++;
966 hits++;
1023 dir->hits++;
1024 hits++;
1039 hits++;
1040 dot->hits++;
1046 hits
[all...]
/src/sbin/fsck_lfs/
H A Dvnode.c151 int hits, misses; variable in typeref:typename:int
173 ++hits;
/src/sys/coda/
H A Dcoda_namecache.h140 unsigned hits; member in struct:coda_nc_statistics
/xsrc/external/mit/mesa-demos/dist/src/samples/
H A Dselect.c129 GLint hits; local in function:DoSelect
157 hits = glRenderMode(GL_RENDER);
158 if (hits <= 0) {
162 return selectBuf[(hits-1)*4+3];
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dglxhash.c118 unsigned long hits; /* At top of linked list */ member in struct:__glxHashTable
166 table->hits = 0;
220 ++table->hits;
362 table->hits, table->partials, table->misses);
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dglxhash.c118 unsigned long hits; /* At top of linked list */ member in struct:__glxHashTable
166 table->hits = 0;
220 ++table->hits;
362 table->hits, table->partials, table->misses);
/src/sys/external/mit/xen-include-public/dist/xen/include/public/xsm/
H A Dflask_op.h128 uint32_t hits; member in struct:xen_flask_cache_stats
/xsrc/external/mit/libXfontcache/dist/src/
H A DFontCache.c201 cachestats->f.hits = rep.f_hits;
205 cachestats->v.hits = rep.v_hits;
/xsrc/external/mit/libdrm/dist/tests/
H A Dhash.c109 printf("Entries = %ld, hits = %ld, partials = %ld, misses = %ld\n",
110 table->entries, table->hits, table->partials, table->misses);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D6.4.rst45 - glBitmap, glDraw/CopyPixels mistakenly generated selection hits
/xsrc/external/mit/xrdb/dist/
H A Dxrdb.c1488 unsigned int *hits; local in function:ShuffleEntries
1491 hits = mallocarray(num, sizeof(int));
1492 if (hits == NULL)
1508 hits[j] = k;
1517 hits[0] = i;
1519 dbs[j].entry[hits[j]].usable = False;
1522 free(hits);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_readpixels.c352 st->readpix_cache.hits = 0;
363 if (st->readpix_cache.hits < threshold) {
364 st->readpix_cache.hits += width * height;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_cb_readpixels.c365 st->readpix_cache.hits = 0;
376 if (st->readpix_cache.hits < threshold) {
377 st->readpix_cache.hits += width * height;

Completed in 24 milliseconds

123