HomeSort by: relevance | last modified time | path
    Searched refs:ecf (Results 1 - 12 of 12) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/test/unit/
edata_cache.c 51 ecf_count(edata_cache_fast_t *ecf) {
54 ql_foreach(cur, &ecf->list.head, ql_link_inactive) {
62 edata_cache_fast_t ecf; local
65 edata_cache_fast_init(&ecf, &ec);
67 edata_t *ed1 = edata_cache_fast_get(TSDN_NULL, &ecf);
69 expect_zu_eq(ecf_count(&ecf), 0, "");
72 edata_t *ed2 = edata_cache_fast_get(TSDN_NULL, &ecf);
74 expect_zu_eq(ecf_count(&ecf), 0, "");
77 edata_cache_fast_put(TSDN_NULL, &ecf, ed1);
78 expect_zu_eq(ecf_count(&ecf), 1, "")
100 edata_cache_fast_t ecf; local
183 edata_cache_fast_t ecf; local
    [all...]
  /src/external/bsd/jemalloc/dist/test/unit/
edata_cache.c 51 ecf_count(edata_cache_fast_t *ecf) {
54 ql_foreach (cur, &ecf->list.head, ql_link_inactive) {
62 edata_cache_fast_t ecf; local
65 edata_cache_fast_init(&ecf, &ec);
67 edata_t *ed1 = edata_cache_fast_get(TSDN_NULL, &ecf);
69 expect_zu_eq(ecf_count(&ecf), 0, "");
72 edata_t *ed2 = edata_cache_fast_get(TSDN_NULL, &ecf);
74 expect_zu_eq(ecf_count(&ecf), 0, "");
77 edata_cache_fast_put(TSDN_NULL, &ecf, ed1);
78 expect_zu_eq(ecf_count(&ecf), 1, "")
100 edata_cache_fast_t ecf; local
183 edata_cache_fast_t ecf; local
    [all...]
  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
hpa.h 105 edata_cache_fast_t ecf; member in struct:hpa_shard_s
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
hpa.h 105 edata_cache_fast_t ecf; member in struct:hpa_shard_s
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
hpa.h 93 edata_cache_fast_t ecf; member in struct:hpa_shard_s
  /src/external/bsd/jemalloc/include/jemalloc/internal/
hpa.h 93 edata_cache_fast_t ecf; member in struct:hpa_shard_s
  /src/external/gpl3/gcc/dist/gcc/cp/
except.cc 139 ECF are the library flags, RTYPE the return type and ARGS[NARGS]
145 declare_library_fn_1 (const char *name, int ecf,
149 tree except = ecf & ECF_NOTHROW ? empty_except_spec : NULL_TREE;
156 tree res = push_library_fn (ident, fntype, except, ecf);
162 parameter PTYPE, with an empty exception specification. ECF are the
173 int ecf, int tm_ecf)
175 tree res = declare_library_fn_1 (name, ecf, rtype, ptype ? 1 : 0, &ptype);
183 tree tm_fn = declare_library_fn_1 (tm_name, ecf | tm_ecf, rtype,
  /src/external/gpl3/gcc.old/dist/gcc/cp/
except.cc 136 ECF are the library flags, RTYPE the return type and ARGS[NARGS]
142 declare_library_fn_1 (const char *name, int ecf,
146 tree except = ecf & ECF_NOTHROW ? empty_except_spec : NULL_TREE;
153 tree res = push_library_fn (ident, fntype, except, ecf);
159 parameter PTYPE, with an empty exception specification. ECF are the
170 int ecf, int tm_ecf)
172 tree res = declare_library_fn_1 (name, ecf, rtype, ptype ? 1 : 0, &ptype);
180 tree tm_fn = declare_library_fn_1 (tm_name, ecf | tm_ecf, rtype,
  /src/external/bsd/jemalloc.old/dist/src/
hpa.c 198 edata_cache_fast_init(&shard->ecf, edata_cache);
560 edata_t *edata = edata_cache_fast_get(tsdn, &shard->ecf);
568 edata_cache_fast_put(tsdn, &shard->ecf, edata);
615 edata_cache_fast_put(tsdn, &shard->ecf, edata);
840 edata_cache_fast_put(tsdn, &shard->ecf, edata);
947 edata_cache_fast_disable(tsdn, &shard->ecf);
  /src/external/bsd/jemalloc/dist/src/
hpa.c 95 edata_cache_fast_init(&shard->ecf, edata_cache);
659 edata_t *edata = edata_cache_fast_get(tsdn, &shard->ecf);
667 edata_cache_fast_put(tsdn, &shard->ecf, edata);
721 edata_cache_fast_put(tsdn, &shard->ecf, edata);
976 edata_cache_fast_put(tsdn, &shard->ecf, edata);
1106 edata_cache_fast_disable(tsdn, &shard->ecf);
  /src/external/gpl3/gcc/dist/gcc/config/alpha/
alpha.cc 6591 by NAME, TYPE, CODE, and ECF. */
6595 enum alpha_builtin code, unsigned ecf)
6600 if (ecf & ECF_CONST)
6602 if (ecf & ECF_NOTHROW)
  /src/external/gpl3/gcc.old/dist/gcc/config/alpha/
alpha.cc 6576 by NAME, TYPE, CODE, and ECF. */
6580 enum alpha_builtin code, unsigned ecf)
6585 if (ecf & ECF_CONST)
6587 if (ecf & ECF_NOTHROW)

Completed in 65 milliseconds