HomeSort by relevance Sort by last modified time
    Searched refs:mega (Results 1 - 7 of 7) sorted by null

  /external/arduino/hardware/arduino/
boards.txt 60 mega2560.name=Arduino Mega 2560
80 mega.name=Arduino Mega (ATmega1280)
82 mega.upload.protocol=stk500
83 mega.upload.maximum_size=126976
84 mega.upload.speed=57600
86 mega.bootloader.low_fuses=0xFF
87 mega.bootloader.high_fuses=0xDA
88 mega.bootloader.extended_fuses=0xF5
89 mega.bootloader.path=atmeg
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/ratio/
typedefs.pass.cpp 27 static_assert(std::mega::num == 1000000ULL && std::mega::den == 1, "");
  /external/iproute2/misc/
ifstat.c 244 static const unsigned long long mega = 1000000; variable
251 fprintf(fp, "%7lluM ", vals[i]/mega);
252 else if (vals[i] > mega)
257 if (rates[i] > mega) {
258 sprintf(temp, "%uM", (unsigned)(rates[i]/mega));
271 fprintf(fp, "%7lluM ", vals[i]/mega);
272 else if (vals[i] > mega)
278 sprintf(temp, "%uM", (unsigned)(vals[k]/mega));
280 } else if (vals[k] > mega) {
  /external/linux-tools-perf/util/
string.c 38 goto mega;
42 mega:
  /external/qemu/android/utils/
ini.c 523 const int64_t mega = 1024*kilo; local
524 const int64_t giga = 1024*mega;
531 else if (size >= mega && !(size % mega)) {
532 divisor = mega;
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof 208 --inuse_space Display in-use (mega)bytes [default]
210 --alloc_space Display allocated (mega)bytes
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof 208 --inuse_space Display in-use (mega)bytes [default]
210 --alloc_space Display allocated (mega)bytes
    [all...]

Completed in 178 milliseconds