Searched refs:MB (Results 1 - 5 of 5) sorted by relevance

/haiku/src/tests/system/benchmarks/
H A Dmemspeed.c17 #define MB (KB*KB) macro
19 #define TESTSIZE (8*MB)
20 #define LOOPSIZE (256*MB)
32 mb = atol(argv[1])*MB;
44 fprintf(stderr, "*** MEMORY WRITE PERFORMANCE (%d MB LOOP) ***\n",
45 LOOPSIZE/MB);
60 fprintf(stderr, "%5.3f MB/s\n",
61 (double)(LOOPSIZE/MB)/(double)(stop-start)*(double)CLK_TCK);
63 fprintf(stderr, "*** MEMORY READ PERFORMANCE (%d MB LOOP) ***\n",
64 LOOPSIZE/MB);
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/radeon/
H A Dradeon_driver.h33 // the only user is the command processor, which needs 1 MB,
62 int MB; member in struct:__anon1659
H A Dbios.c939 // some production boards of m6 will return 0 if it's 8 MB
997 di->ram.MB = 4;
1009 di->ram.MB = 4;
1020 SHOW_INFO( 1, "%" B_PRIu32 " MB %s found on %d wide bus",
1026 SHOW_INFO0( 1, "restricted to 64 MB" );
1041 // we only scan BIOS at legacy location in first MB;
/haiku/src/tests/kits/storage/virtualdrive/
H A Dvirtualdrive.cpp43 #define MB (1024LL * 1024LL) macro
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DAll.h123 #define MB(TEST) MESSAGEBOX(NULL, TEST, _T("Information"), MB_OK); macro

Completed in 42 milliseconds