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

  /src/external/gpl3/binutils/dist/libiberty/
physmem.c 83 physmem_total (void) function
283 return physmem_total () / 4;
295 printf ("%12.f %12.f\n", physmem_total (), physmem_available ());
  /src/external/gpl3/binutils.old/dist/libiberty/
physmem.c 83 physmem_total (void) function
283 return physmem_total () / 4;
295 printf ("%12.f %12.f\n", physmem_total (), physmem_available ());
  /src/external/gpl3/gcc/dist/libiberty/
physmem.c 83 physmem_total (void) function
283 return physmem_total () / 4;
295 printf ("%12.f %12.f\n", physmem_total (), physmem_available ());
  /src/external/gpl3/gcc.old/dist/libiberty/
physmem.c 83 physmem_total (void) function
283 return physmem_total () / 4;
295 printf ("%12.f %12.f\n", physmem_total (), physmem_available ());
  /src/external/gpl3/gdb/dist/libiberty/
physmem.c 83 physmem_total (void) function
283 return physmem_total () / 4;
295 printf ("%12.f %12.f\n", physmem_total (), physmem_available ());
  /src/external/gpl3/gdb.old/dist/libiberty/
physmem.c 83 physmem_total (void) function
283 return physmem_total () / 4;
295 printf ("%12.f %12.f\n", physmem_total (), physmem_available ());
  /src/external/gpl3/binutils/dist/include/
libiberty.h 365 extern double physmem_total (void);
  /src/external/gpl3/binutils.old/dist/include/
libiberty.h 365 extern double physmem_total (void);
  /src/external/gpl3/gcc/dist/include/
libiberty.h 343 extern double physmem_total (void);
  /src/external/gpl3/gcc.old/dist/include/
libiberty.h 343 extern double physmem_total (void);
  /src/external/gpl3/gdb/dist/include/
libiberty.h 343 extern double physmem_total (void);
  /src/external/gpl3/gdb.old/dist/include/
libiberty.h 343 extern double physmem_total (void);
  /src/external/gpl3/gcc.old/dist/gcc/
ggc-common.cc 1056 double min_expand = physmem_total ();
1075 double phys_kbytes = physmem_total ();
  /src/external/gpl3/gcc/dist/gcc/
ggc-common.cc 1078 double min_expand = physmem_total ();
1097 double phys_kbytes = physmem_total ();

Completed in 33 milliseconds