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

  /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/
prof_structs.h 62 prof_cnt_t cnts; member in struct:prof_tctx_s
76 * gets called once each time cnts.cur{objs,bytes} drop to 0, but this
95 * Copy of cnts snapshotted during early dump phase, protected by
  /src/external/bsd/jemalloc.old/include/jemalloc/internal/
prof_structs.h 62 prof_cnt_t cnts; member in struct:prof_tctx_s
76 * gets called once each time cnts.cur{objs,bytes} drop to 0, but this
95 * Copy of cnts snapshotted during early dump phase, protected by
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
prof_structs.h 63 prof_cnt_t cnts; member in struct:prof_tctx_s
77 * gets called once each time cnts.cur{objs,bytes} drop to 0, but this
96 * Copy of cnts snapshotted during early dump phase, protected by
  /src/external/bsd/jemalloc/include/jemalloc/internal/
prof_structs.h 63 prof_cnt_t cnts; member in struct:prof_tctx_s
77 * gets called once each time cnts.cur{objs,bytes} drop to 0, but this
96 * Copy of cnts snapshotted during early dump phase, protected by
  /src/sys/altq/
altq_cdnr.h 188 struct pktcntr cnts[TCACODE_MAX+1]; member in struct:cdnr_get_stats
  /src/external/gpl3/gdb.old/dist/gdb/
ser-go32.c 147 static size_t cnts[NCNT]; variable
159 #define COUNT(x) cnts[x]++
824 cnts[CNT_TX] += cnt;
916 if (cnts[i])
917 gdb_printf ("%s:\t%lu\n", cntnames[i], (unsigned long) cnts[i]);
  /src/external/gpl3/gdb/dist/gdb/
ser-go32.c 147 static size_t cnts[NCNT]; variable
159 #define COUNT(x) cnts[x]++
824 cnts[CNT_TX] += cnt;
916 if (cnts[i])
917 gdb_printf ("%s:\t%lu\n", cntnames[i], (unsigned long) cnts[i]);
  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 8975 tree cnts[6];
8983 cnts[i] = cnts[i - 1];
8986 cnts[i] = create_tmp_var (sizetype);
8988 g = gimple_build_assign (cnts[i], size_int (is_old ? 2 : 5));
8995 t = size_binop (PLUS_EXPR, cnts[i - 1], counts[i - 1]);
8999 g = gimple_build_assign (cnts[i], t);
9004 cnts[5] = NULL_TREE;
9008 cnts[5] = create_tmp_var (sizetype);
9009 g = gimple_build_assign (cnts[i], t)
8972 tree cnts[6]; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 8486 tree cnts[4];
8494 cnts[i] = cnts[i - 1];
8497 cnts[i] = create_tmp_var (sizetype);
8499 g = gimple_build_assign (cnts[i], size_int (is_old ? 2 : 5));
8506 t = size_binop (PLUS_EXPR, cnts[i - 1], counts[i - 1]);
8510 g = gimple_build_assign (cnts[i], t);
8639 r = build4 (ARRAY_REF, ptr_type_node, array, cnts[i],
8645 void_type_node, cnts[i],
8646 size_binop (PLUS_EXPR, cnts[i], size_int (1)))
8483 tree cnts[4]; local
    [all...]

Completed in 92 milliseconds