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

  /src/external/gpl3/binutils/dist/libiberty/
physmem.c 127 double kbytes = physmem; local
129 if (0 <= kbytes)
130 return kbytes * 1024.0;
  /src/external/gpl3/binutils.old/dist/libiberty/
physmem.c 127 double kbytes = physmem; local
129 if (0 <= kbytes)
130 return kbytes * 1024.0;
  /src/external/gpl3/gcc/dist/libiberty/
physmem.c 127 double kbytes = physmem; local
129 if (0 <= kbytes)
130 return kbytes * 1024.0;
  /src/external/gpl3/gcc.old/dist/libiberty/
physmem.c 127 double kbytes = physmem; local
129 if (0 <= kbytes)
130 return kbytes * 1024.0;
  /src/external/gpl3/gdb/dist/libiberty/
physmem.c 127 double kbytes = physmem; local
129 if (0 <= kbytes)
130 return kbytes * 1024.0;
  /src/external/gpl3/gdb.old/dist/libiberty/
physmem.c 127 double kbytes = physmem; local
129 if (0 <= kbytes)
130 return kbytes * 1024.0;

Completed in 28 milliseconds