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

/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Base/
H A DUtilities.js818 var kilobytes = bytes / 1024;
819 if (Math.abs(kilobytes) < 10 || (higherResolution && Math.abs(kilobytes) < 1024))
820 return WebInspector.UIString("%.2f KB").format(kilobytes);
821 else if (Math.abs(kilobytes) < 1024)
822 return WebInspector.UIString("%.1f KB").format(kilobytes);
824 var megabytes = kilobytes / 1024;
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dcache.c380 * Allow someone to set the hash table size (in kilobytes).
384 unsigned int kilobytes; local
389 kilobytes = (unsigned int)strtol(size, (char **)NULL, 10);
391 if (kilobytes <= 0) {
397 bytes = kilobytes * 1024;
/macosx-10.10/msdosfs-209.1.1/newfs_msdos.tproj/
H A Dnewfs_msdos.c291 MAX_KB_FAT16 = 524288 /* (512 MiB) Maximum kilobytes to default to FAT16 */
298 * to represent kilobytes of volume size, not a number of 512-byte sectors.
304 u_int32_t kilobytes; /* input: maximum kilobytes */ member in struct:DiskSizeToClusterSize
603 u_int64_t kilobytes = (u_int64_t) bpb.bps * (u_int64_t) bpb.bsec / 1024U; local
616 else if (kilobytes <= MAX_KB_FAT16)
654 for (x=0; kilobytes > fat16Sizes[x].kilobytes; ++x)
662 for (x=0; kilobytes > fat32Sizes[x].kilobytes;
[all...]
/macosx-10.10/CPANInternal-159.1/common-sense-3.6/
H A Dsense.pm.PL285 <blink>I<< B<776> kilobytes >></blink> of precious memory in my perl, for
287 lot. In comparison, this module only uses I<< B<four> >> kilobytes (I even
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/
H A DLite.pm5135 of kilobytes) for compression on both the client and server sides:

Completed in 112 milliseconds