HomeSort by relevance Sort by last modified time
    Searched refs:cache_count (Results 1 - 10 of 10) sorted by null

  /external/mesa3d/src/gallium/tests/unit/
u_cache_test.c 68 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/syslinux/com32/gpllib/dmi/
dmi.c 802 dmi->cache_count++;
803 if (dmi->cache_count > MAX_DMI_CACHE_ITEMS)
805 strlcpy(dmi->cache[dmi->cache_count - 1].socket_designation,
807 sizeof(dmi->cache[dmi->cache_count - 1].socket_designation));
808 snprintf(dmi->cache[dmi->cache_count - 1].configuration,
809 sizeof(dmi->cache[dmi->cache_count - 1].configuration),
815 strlcpy(dmi->cache[dmi->cache_count - 1].mode,
817 sizeof(dmi->cache[dmi->cache_count - 1].mode));
818 strlcpy(dmi->cache[dmi->cache_count - 1].location,
820 sizeof(dmi->cache[dmi->cache_count - 1].location))
    [all...]
  /external/syslinux/com32/gplinclude/dmi/
dmi.h 74 int cache_count; member in struct:__anon33536
  /external/pdfium/third_party/freetype/src/cff/
cfftypes.h 197 FT_UInt cache_count; member in struct:CFF_FDSelectRec_
cffload.c 680 fdselect->cache_count = 0; /* clear cache */
731 fdselect->cache_count )
760 fdselect->cache_count = limit - first;
    [all...]
  /external/freetype/src/cff/
cfftypes.h 289 FT_UInt cache_count; member in struct:CFF_FDSelectRec_
cffload.c 713 fdselect->cache_count = 0; /* clear cache */
769 fdselect->cache_count )
798 fdselect->cache_count = limit - first;
    [all...]
  /external/syslinux/com32/hdt/
hdt-cli-dmi.c 71 if (hardware->dmi.cache_count)
414 if (!hardware->dmi.cache_count) {
422 if (argc != 1 || cache > hardware->dmi.cache_count) {
423 more_printf("show cache [0-%d]\n", hardware->dmi.cache_count - 1);
hdt-dump-dmi.c 105 if (hardware->dmi.cache_count == 0) {
112 for (int cache=0; cache<hardware->dmi.cache_count;cache++) {
  /external/syslinux/com32/lua/src/
dmi.c 388 int i, n_cache = dmi_ptr->cache_count;
488 LUA_ADD_NUM_S(L, dmi, cache_count)

Completed in 162 milliseconds