Searched refs:cache_count (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/
H A Du_cache_test.c68 unsigned cache_count; local
71 for (cache_count = (cache_size << 5); cache_count < (cache_size << 10); cache_count *= 2) {
78 printf("Testing cache size of %d with %d values.\n", cache_size, cache_count);
98 for (i = 0; i < cache_count; i++) {
/external/mesa3d/src/gallium/tests/unit/
H A Du_cache_test.c68 unsigned cache_count; local
71 for (cache_count = (cache_size << 5); cache_count < (cache_size << 10); cache_count *= 2) {
78 printf("Testing cache size of %d with %d values.\n", cache_size, cache_count);
98 for (i = 0; i < cache_count; i++) {
/external/chromium_org/ui/gfx/x/
H A Dx11_atom_cache.cc18 int cache_count = 0; local
20 cache_count++;
22 scoped_ptr<XAtom[]> cached_atoms(new XAtom[cache_count]);
26 const_cast<char**>(to_cache), cache_count, False,
29 for (int i = 0; i < cache_count; ++i)
/external/chromium_org/third_party/freetype/src/cff/
H A Dcfftypes.h197 FT_UInt cache_count; member in struct:CFF_FDSelectRec_
H A Dcffload.c680 fdselect->cache_count = 0; /* clear cache */
724 fdselect->cache_count )
753 fdselect->cache_count = limit-first;
/external/freetype/src/cff/
H A Dcfftypes.h197 FT_UInt cache_count; member in struct:CFF_FDSelectRec_
H A Dcffload.c680 fdselect->cache_count = 0; /* clear cache */
731 fdselect->cache_count )
760 fdselect->cache_count = limit - first;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
H A Dcfftypes.h197 FT_UInt cache_count; member in struct:CFF_FDSelectRec_
H A Dcffload.c680 fdselect->cache_count = 0; /* clear cache */
724 fdselect->cache_count )
753 fdselect->cache_count = limit-first;

Completed in 790 milliseconds