Searched refs:KB (Results 1 - 25 of 36) sorted by relevance

12

/macosx-10.9.5/libarchive-29/libarchive/build/cmake/
H A DCheckFileOffsetBits.c3 #define KB ((off_t)1024) macro
4 #define MB ((off_t)1024 * KB)
/macosx-10.9.5/JavaScriptCore-7537.78.1/heap/
H A DHeapStatistics.h47 static const size_t KB = 1024; member in class:JSC::HeapStatistics
48 static const size_t MB = 1024 * KB;
H A DHandleBlock.h42 static const size_t blockSize = 4 * KB;
H A DHeapStatistics.cpp150 multiplier = KB;
233 dataLogF("size: %ldkB\n", static_cast<long>(heap->m_sizeAfterLastCollect / KB));
234 dataLogF("capacity: %ldkB\n", static_cast<long>(heap->capacity() / KB));
241 (storageStatistics.storageCapacity() - storageStatistics.storageSize()) / KB),
H A DMarkStack.h79 static const size_t blockSize = 4 * KB;
H A DWeakBlock.h45 static const size_t blockSize = 4 * KB; // 5% of MarkedBlock size
H A DCopiedBlock.h80 static const size_t blockSize = 32 * KB;
H A DMarkedBlock.h74 static const size_t blockSize = 64 * KB;
H A DRegion.h77 static const size_t s_regionSize = 64 * KB;
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dcpu-i960.c58 /* In some bfds the cpu-id is written as "80960KA", "80960KB",
126 CORE KA KB MC XA
136 #define KB bfd_mach_i960_kb_sb /*3*/ macro
146 { ERROR, CORE, KA, KB, MC, XA, CA, JX, HX },
147 { CORE, CORE, KA, KB, MC, XA, CA, JX, HX },
148 { KA, KA, KA, KB, MC, XA, ERROR, ERROR, ERROR},
149 { KB, KB, KB, KB, M
[all...]
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dgetbsize.c51 #define KB (1024L) macro
71 max = MAXB / KB;
72 mul = KB;
/macosx-10.9.5/lsof-52/lsof/scripts/
H A Dsort_res.perl5104 printf(" -- KB -- -- Resource --\n", );
110 printf("Total KB : %10d\n", $gsize/1024);
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/vm_purgeable_stat.tproj/
H A Dvm_purgeable_stat.c14 #define KB 1024 macro
28 while(size > KB)
29 size /= KB;
38 while(size > KB) {
40 size /= KB;
/macosx-10.9.5/system_cmds-597.90.1/vm_purgeable_stat.tproj/
H A Dvm_purgeable_stat.c14 #define KB 1024 macro
28 while(size > KB)
29 size /= KB;
38 while(size > KB) {
40 size /= KB;
/macosx-10.9.5/xnu-2422.115.4/osfmk/mach/i386/
H A Dvm_param.h167 #define KB (1024ULL) macro
168 #define MB (1024*KB)
/macosx-10.9.5/libarchive-29/libarchive/libarchive/test/
H A Dtest_tar_large.c71 #define KB ((int64_t)1024) macro
72 #define MB ((int64_t)1024 * KB)
/macosx-10.9.5/CPANInternal-140/DateTime-Locale/lib/DateTime/Locale/
H A Dom.pm75 my $era_abbreviated = [ "KD", "KB" ];
416 KB
421 KB
H A Dom_ET.pm297 KB
302 KB
H A Dom_KE.pm297 KB
302 KB
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGAllocator.h68 static size_t size() { return 64 * KB; }
/macosx-10.9.5/tcl-102/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dmailwasher.tcl115 set size [expr {$bytes / 1024 + 1}]KB
H A Doutlook-newgroup.tcl138 set size [expr {1 + int(rand() * 10)}]KB
355 set size [expr {1 + int(rand() * 10)}]KB
/macosx-10.9.5/uucp-11/uucp/contrib/
H A Duucomp.shar195 XThe first thing I did was to go out and plunk $195 for a 14.4KB modem.
/macosx-10.9.5/JavaScriptCore-7537.78.1/interpreter/
H A DInterpreter.cpp129 const size_t requiredStack = 256 * KB;
130 const size_t errorModeRequiredStack = 64 * KB;
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Dcftoken.l652 KB { YYD; return(UNITTYPE_KBYTES); }

Completed in 281 milliseconds

12