Searched refs:mega (Results 1 – 9 of 9) sorted by relevance
/external/iproute2/misc/ |
D | ifstat.c | 243 static const unsigned long long mega = 1000000; variable 250 fprintf(fp, "%7lluM ", vals[i]/mega); in format_rate() 251 else if (vals[i] > mega) in format_rate() 256 if (rates[i] > mega) { in format_rate() 257 sprintf(temp, "%uM", (unsigned)(rates[i]/mega)); in format_rate() 270 fprintf(fp, "%7lluM ", vals[i]/mega); in format_pair() 271 else if (vals[i] > mega) in format_pair() 277 sprintf(temp, "%uM", (unsigned)(vals[k]/mega)); in format_pair() 279 } else if (vals[k] > mega) { in format_pair()
|
/external/qemu/android/utils/ |
D | ini.c | 523 const int64_t mega = 1024*kilo; in iniFile_setDiskSize() local 524 const int64_t giga = 1024*mega; in iniFile_setDiskSize() 531 else if (size >= mega && !(size % mega)) { in iniFile_setDiskSize() 532 divisor = mega; in iniFile_setDiskSize()
|
/external/linux-tools-perf/util/ |
D | string.c | 38 goto mega; in perf_atoll() 42 mega: in perf_atoll()
|
/external/dbus/test/data/valid-messages/ |
D | recursive-types.message | 18 STRING 'mega-uint-array'
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/texinfo/ |
D | flex.info | 742 the input "mega-kludge" the following will write 743 "mega-mega-kludge" to the output: 746 mega- ECHO; yymore(); 749 First "mega-" is matched and echoed to the output. Then "kludge" 750 is matched, but the previous "mega-" is still hanging around at 752 actually write "mega-kludge".
|
D | flex.texi | 900 "mega-kludge" the following will write 901 "mega-mega-kludge" to the output: 905 mega- ECHO; yymore(); 909 First "mega-" is matched and echoed to the output. 910 Then "kludge" is matched, but the previous "mega-" 913 write "mega-kludge".
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/ |
D | flex.man | 813 replacing it. For example, given the input "mega- 814 kludge" the following will write "mega-mega-kludge" to 818 mega- ECHO; yymore(); 821 First "mega-" is matched and echoed to the output. 822 Then "kludge" is matched, but the previous "mega-" is 824 ECHO for the "kludge" rule will actually write "mega-
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2003-10-25 | 17039 _pseudoTypes. A nice subtle bug from the mega-patch. 17049 from darin's mega-patch.
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 56110 http://www.mega-tex.nl/software/cinema4dr9.1.html 56111 http://www.mega-tex.nl/software/old%20news/softwareupdateII.html
|