HomeSort by: relevance | last modified time | path
    Searched defs:ncache (Results 1 - 6 of 6) sorted by relevancy

  /src/lib/libc/db/btree/
bt_open.c 101 pgno_t ncache; local
283 ncache = (b.cachesize + t->bt_psize - 1) / t->bt_psize;
308 mpool_open(NULL, t->bt_fd, t->bt_psize, ncache)) == NULL)
  /src/external/ibm-public/postfix/dist/src/util/
dict_db.c 588 int ncache; local
594 &cache_size_bytes, &ncache)) != 0)
601 dict_db_cache_size, ncache)) != 0)
  /src/external/mpl/bind/dist/lib/dns/include/dns/
name.h 112 bool ncache : 1; /*%< Used by resolver. */ member in struct:dns_name::dns_name_attrs
rdataset.h 175 * An ncache rdataset is a view of memory held elsewhere:
183 } ncache; member in union:dns_rdataset::__anon224
285 * Omit DNSSEC records when rendering ncache records.
  /src/external/gpl3/gcc/dist/gcc/
varasm.cc 5036 tree ncache[4] = { NULL_TREE, NULL_TREE, NULL_TREE, NULL_TREE };
5039 endtype, ncache);
5042 endtype, ncache + 2);
5051 ncache);
5073 tree ncache[4] = { NULL_TREE, NULL_TREE, NULL_TREE, NULL_TREE };
5076 endtype, ncache);
5079 endtype, ncache + 2);
5097 ncache);
5013 tree ncache[4] = { NULL_TREE, NULL_TREE, NULL_TREE, NULL_TREE }; local
5050 tree ncache[4] = { NULL_TREE, NULL_TREE, NULL_TREE, NULL_TREE }; local
  /src/external/gpl3/gcc.old/dist/gcc/
varasm.cc 4992 tree ncache[4] = { NULL_TREE, NULL_TREE, NULL_TREE, NULL_TREE };
4995 endtype, ncache);
4998 endtype, ncache + 2);
5007 ncache);
5028 tree ncache[4] = { NULL_TREE, NULL_TREE, NULL_TREE, NULL_TREE };
5031 endtype, ncache);
5034 endtype, ncache + 2);
5052 ncache);
4969 tree ncache[4] = { NULL_TREE, NULL_TREE, NULL_TREE, NULL_TREE }; local
5005 tree ncache[4] = { NULL_TREE, NULL_TREE, NULL_TREE, NULL_TREE }; local

Completed in 50 milliseconds