HomeSort by: relevance | last modified time | path
    Searched defs:KB (Results 1 - 25 of 43) sorted by relevancy

1 2

  /src/external/bsd/libevent/dist/cmake/
CheckFileOffsetBits.c 4 #define KB ((off_t)1024)
5 #define MB ((off_t)1024 * KB)
  /src/external/bsd/ntp/dist/sntp/libevent/cmake/
CheckFileOffsetBits.c 5 #define KB ((off_t)1024)
6 #define MB ((off_t)1024 * KB)
  /src/external/bsd/kyua-cli/dist/utils/
units.hpp 50 const uint64_t KB = int64_t(1) << 10;
  /src/lib/libc/gen/
getbsize.c 61 #define KB (1024L)
81 max = MAXB / KB;
82 mul = KB;
  /src/sys/dev/pci/
tga_conf.c 45 #undef KB
46 #define KB * 1024
57 2 KB,
67 4 KB,
77 4 KB,
87 4 KB,
97 8 KB,
107 16 KB,
117 16 KB,
128 16 KB,
    [all...]
  /src/external/bsd/zstd/dist/tests/
datagencli.c 22 #define KB *(1 << 10)
26 #define SIZE_DEFAULT ((64 KB) + 1)
fullbench.c 24 #include "zstd_internal.h" /* ZSTD_decodeSeqHeaders, ZSTD_blockHeaderSize, ZSTD_getcBlockSize, blockType_e, KB, MB */
27 #define KB *(1 <<10)
594 srcSize = srcSize > 128 KB ? 128 KB : srcSize; /* speed relative to block */
624 srcSize = srcSize > 128 KB ? 128 KB : srcSize; /* speed relative to block */
  /src/tests/bin/df/
getmntinfo.c 36 #define KB * 1024
37 #define MB * 1024 KB
126 #define TOTAL 1308726116ULL KB
127 #define USED 17901268ULL KB
128 #define AVAIL 1225388540ULL KB
158 #define TOTAL 0x4ffffffffULL KB
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
InstructionSelect.cpp 100 GISelKnownBits *KB = nullptr;
102 KB = &getAnalysis<GISelKnownBitsAnalysis>().get(MF);
110 ISel->setupMF(MF, KB, CoverageInfo, PSI, BFI);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64O0PreLegalizerCombiner.cpp 54 GISelKnownBits *KB;
60 GISelKnownBits *KB,
64 KB(KB), MDT(MDT) {
76 CombinerHelper Helper(Observer, B, KB, MDT);
149 GISelKnownBits *KB = &getAnalysis<GISelKnownBitsAnalysis>().get(MF);
151 false, F.hasOptSize(), F.hasMinSize(), KB, nullptr /* MDT */);
AArch64PostLegalizerCombiner.cpp 281 GISelKnownBits *KB;
288 GISelKnownBits *KB,
292 KB(KB), MDT(MDT) {
306 CombinerHelper Helper(Observer, B, KB, MDT, LI);
364 GISelKnownBits *KB = &getAnalysis<GISelKnownBitsAnalysis>().get(MF);
368 F.hasMinSize(), KB, MDT);
  /src/external/bsd/libarchive/dist/libarchive/test/
test_tar_large.c 70 #define KB ((int64_t)1024)
71 #define MB ((int64_t)1024 * KB)
test_write_format_zip_large.c 60 #define KB ((int64_t)1024)
61 #define MB ((int64_t)1024 * KB)
  /src/external/bsd/zstd/dist/programs/
fileio_common.h 26 #define KB *(1 <<10)
benchfn.c 30 #define KB *(1 <<10)
datagen.c 27 #define KB *(1 <<10)
158 size_t const stdBlockSize = 128 KB;
159 size_t const stdDictSize = 32 KB;
dibio.c 41 #define KB *(1 <<10)
45 #define SAMPLESIZE_MAX (128 KB)
174 DISPLAYLEVEL(4, "Loaded %d KB total training data, %d nb samples \n",
175 (int)(totalDataLoaded / (1 KB)), nbSamplesLoaded );
300 /* Limit to the first SAMPLESIZE_MAX (128kB) of the file */
301 DISPLAYLEVEL(3, "Sample file '%s' is too large, limiting to %d KB",
302 fileNamesTable[n], SAMPLESIZE_MAX / (1 KB));
308 DISPLAYLEVEL(4, "Found training data %d files, %d KB, %d samples\n", nbFiles, (int)(fs.totalSizeToLoad / (1 KB)), fs.nbSamples);
benchzstd.c 61 #define KB *(1 << 10)
704 bNb = pos / (128 KB);
947 OUTPUT("bench %s %s: input %u bytes, %u seconds, %u KB blocks\n",
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
CombinerHelper.h 94 GISelKnownBits *KB;
100 GISelKnownBits *KB = nullptr,
105 return KB;
  /src/sys/arch/epoc32/stand/e32boot/exe/
e32boot.cpp 48 TUint size; /* KB */
321 #define KB * 1024
371 memory->size = memmap->size KB;
384 memory->size = 4096 KB; /* XXXXX */
401 #undef KB
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUPostLegalizerCombiner.cpp 280 GISelKnownBits *KB;
288 GISelKnownBits *KB, MachineDominatorTree *MDT)
291 KB(KB), MDT(MDT) {
303 CombinerHelper Helper(Observer, B, KB, MDT, LInfo);
380 GISelKnownBits *KB = &getAnalysis<GISelKnownBitsAnalysis>().get(MF);
384 F.hasMinSize(), LI, KB, MDT);
AMDGPUPreLegalizerCombiner.cpp 177 GISelKnownBits *KB;
184 GISelKnownBits *KB, MachineDominatorTree *MDT)
187 KB(KB), MDT(MDT) {
199 CombinerHelper Helper(Observer, B, KB, MDT);
271 GISelKnownBits *KB = &getAnalysis<GISelKnownBitsAnalysis>().get(MF);
275 F.hasMinSize(), KB, MDT);
AMDGPURegBankCombiner.cpp 163 GISelKnownBits *KB;
171 GISelKnownBits *KB, MachineDominatorTree *MDT)
174 KB(KB), MDT(MDT) {
186 CombinerHelper Helper(Observer, B, KB, MDT);
253 GISelKnownBits *KB = &getAnalysis<GISelKnownBitsAnalysis>().get(MF);
257 F.hasMinSize(), LI, KB, MDT);
  /src/crypto/external/bsd/netpgp/dist/src/lib/
packet-print.c 393 #ifndef KB
394 #define KB(x) ((x) * 1024)
408 char uidbuf[KB(128)];
575 char uidbuf[KB(128)];
  /src/external/bsd/zstd/dist/lib/common/
zstd_internal.h 71 #define KB *(1 <<10)

Completed in 61 milliseconds

1 2