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

12

/macosx-10.10.1/libarchive-30/libarchive/build/cmake/
H A DCheckFileOffsetBits.c3 #define KB ((off_t)1024) macro
4 #define MB ((off_t)1024 * KB)
/macosx-10.10.1/JavaScriptCore-7600.1.17/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.cpp151 multiplier = KB;
234 dataLogF("size: %ldkB\n", static_cast<long>(heap->m_sizeAfterLastCollect / KB));
235 dataLogF("capacity: %ldkB\n", static_cast<long>(heap->capacity() / KB));
245 (storageStatistics.storageCapacity() - storageStatistics.storageSize()) / KB),
H A DGCSegmentedArray.h55 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.h84 static const size_t blockSize = 32 * KB;
H A DRegion.h79 static const size_t s_regionSize = 64 * KB;
H A DMarkedBlock.h78 static const size_t blockSize = 64 * KB;
/macosx-10.10.1/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.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dgetbsize.c51 #define KB (1024L) macro
71 max = MAXB / KB;
72 mul = KB;
/macosx-10.10.1/lsof-53/lsof/scripts/
H A Dsort_res.perl5104 printf(" -- KB -- -- Resource --\n", );
110 printf("Total KB : %10d\n", $gsize/1024);
/macosx-10.10.1/system_cmds-643.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.10.1/xnu-2782.1.97/osfmk/mach/i386/
H A Dvm_param.h172 #define KB (1024ULL) macro
173 #define MB (1024*KB)
/macosx-10.10.1/JavaScriptCore-7600.1.17/runtime/
H A DOptions.h101 v(unsigned, reservedZoneSize, 128 * KB) \
102 v(unsigned, errorModeReservedZoneSize, 64 * KB) \
162 v(unsigned, llvmMaxStackSize, 128 * KB) \
/macosx-10.10.1/libarchive-30/libarchive/libarchive/test/
H A Dtest_tar_large.c71 #define KB ((int64_t)1024) macro
72 #define MB ((int64_t)1024 * KB)
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DStdLibExtras.h132 static const size_t KB = 1024; member in namespace:WTF
414 using WTF::KB;
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGAllocator.h66 static size_t size() { return 64 * KB; }
/macosx-10.10.1/SmartcardCCID-55008/ccid/ccid/readers/
H A Dsupported_readers.txt26 0x0DC3:0x1102:Athena ASEDrive IIIe KB
218 0x0BF8:0x1017:FujitsuTechnologySolutions GmbH SmartCase KB SCR eSIG
/macosx-10.10.1/tcl-105/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.10.1/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.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Dcftoken.l645 KB { YYD; return(UNITTYPE_KBYTES); }
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIConfigurator.cpp49 #define KB (1024ULL)
50 #define MB (1024ULL*KB)
2335 // to a 4KB boundary.
/macosx-10.10.1/ncurses-44/ncurses/include/
H A DCaps.osf1r51227 capalias KB F1 Tek key_f11

Completed in 610 milliseconds

12