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

  /src/external/gpl3/gcc/dist/gcc/
system.h 1271 #define ONE_K 1024
1272 #define ONE_M (ONE_K * ONE_K)
1273 #define ONE_G (ONE_K * ONE_M)
1279 #define SIZE_SCALE(x) (((x) < 10 * ONE_K \
1282 ? (x) / ONE_K \
1290 #define SIZE_LABEL(x) ((x) < 10 * ONE_K ? ' ' : ((x) < 10 * ONE_M ? 'k' : 'M'))
ggc-common.cc 1100 phys_kbytes /= ONE_K; /* Convert to Kbytes. */
1101 limit_kbytes /= ONE_K;
1114 phys_kbytes = MIN (phys_kbytes, rlim.rlim_cur / ONE_K);
1122 limit_kbytes = MAX (0, limit_kbytes - MAX (limit_kbytes / 4, 20 * ONE_K));
1126 phys_kbytes = MAX (phys_kbytes, 4 * ONE_K);
1127 phys_kbytes = MIN (phys_kbytes, 128 * ONE_K);
ggc-page.cc 2201 MAX (G.allocated_last_gc, (size_t)param_ggc_min_heapsize * ONE_K);
  /src/external/gpl3/gcc.old/dist/gcc/
system.h 1266 #define ONE_K 1024
1267 #define ONE_M (ONE_K * ONE_K)
1268 #define ONE_G (ONE_K * ONE_M)
1274 #define SIZE_SCALE(x) (((x) < 10 * ONE_K \
1277 ? (x) / ONE_K \
1285 #define SIZE_LABEL(x) ((x) < 10 * ONE_K ? ' ' : ((x) < 10 * ONE_M ? 'k' : 'M'))
ggc-common.cc 1078 phys_kbytes /= ONE_K; /* Convert to Kbytes. */
1079 limit_kbytes /= ONE_K;
1092 phys_kbytes = MIN (phys_kbytes, rlim.rlim_cur / ONE_K);
1100 limit_kbytes = MAX (0, limit_kbytes - MAX (limit_kbytes / 4, 20 * ONE_K));
1104 phys_kbytes = MAX (phys_kbytes, 4 * ONE_K);
1105 phys_kbytes = MIN (phys_kbytes, 128 * ONE_K);
ggc-page.cc 2197 MAX (G.allocated_last_gc, (size_t)param_ggc_min_heapsize * ONE_K);

Completed in 25 milliseconds