Searched refs:kbytes (Results 1 – 12 of 12) sorted by relevance
/external/e2fsprogs/resize/ |
D | resource_track.c | 79 #define kbytes(x) (((unsigned long)(x) + 1023) / 1024) in print_resource_track() macro 83 kbytes(malloc_info.arena), kbytes(malloc_info.hblkhd), in print_resource_track() 84 kbytes(malloc_info.uordblks), kbytes(malloc_info.fordblks)); in print_resource_track()
|
/external/autotest/client/bin/ |
D | cpuset.py | 468 kbytes = 0 470 while kbytes < needed_kbytes and nodecnt < len(nodes): 472 kbytes += node_avail_kbytes(nodes[-nodecnt]) 473 if kbytes < needed_kbytes: 484 % ((needed_kbytes - kbytes)//1024) )
|
/external/e2fsprogs/e2fsck/ |
D | util.c | 392 #define kbytes(x) (((unsigned long)(x) + 1023) / 1024) in print_resource_track() macro 396 kbytes(malloc_info.arena), kbytes(malloc_info.hblkhd), in print_resource_track() 397 kbytes(malloc_info.uordblks), kbytes(malloc_info.fordblks)); in print_resource_track()
|
/external/bzip2/ |
D | bzip2.txt | 235 bunzip2 will require about 3700 kbytes to decompress. To 238 half this amount of memory, about 2300 kbytes. Decompres- 254 touch 400k + 20000 * 8 = 560 kbytes of it. Similarly, the 256 20000 * 4 = 180 kbytes. 282 bzip2 compresses files in blocks, usually 900kbytes long.
|
D | bzip2.1.preformatted | 238 _b_u_n_z_i_p_2 will require about 3700 kbytes to decompress. To 241 half this amount of memory, about 2300 kbytes. Decompres 257 touch 400k + 20000 * 8 = 560 kbytes of it. Similarly, the 259 20000 * 4 = 180 kbytes. 285 _b_z_i_p_2 compresses files in blocks, usually 900kbytes long.
|
/external/zlib/src/doc/ |
D | algorithm.txt | 121 kbytes. You can imagine that filling in a 2^15 entry table for a 15-bit code
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/ |
D | en-US_tpp_net.utf | 622 2478 "kbytes" 2488 11108 "kbytes"
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/it-IT/ |
D | it-IT_tpp_net.utf | 2084 9747 "kbytes"
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/ |
D | en-GB_tpp_net.utf | 2255 9904 "kbytes"
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/es-ES/ |
D | es-ES_tpp_net.utf | 2333 11417 "kbytes"
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/fr-FR/ |
D | fr-FR_tpp_net.utf | 2634 13566 "kbytes"
|
/external/libpng/ |
D | CHANGES | 5260 Removed WRITE_WEIGHTED_FILTERED code, to save a few kbytes of the
|