HomeSort by relevance Sort by last modified time
    Searched refs:KB (Results 1 - 25 of 237) sorted by null

1 2 3 4 5 6 7 8 910

  /art/compiler/utils/
stack_checks.h 26 static constexpr size_t kLargeFrameSize = 2 * KB;
31 static constexpr size_t kSmallFrameSize = 1 * KB;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
reloc-4.d 3 #error: small-data section exceeds 64KB.*truncated to fit: R_MIPS_LITERAL
reloc-5.d 3 #error: small-data section exceeds 64KB.*truncated to fit: R_MIPS_GPREL16
  /external/ltp/testcases/kernel/syscalls/mlock/
mlock03.c 41 #define KB 1024
54 char b[KB];
66 if (!fgets(b, KB - 1, fp))
73 first = (to - from) / KB;
94 last = (to - from) / KB;
  /external/v8/src/heap/
scavenge-job.h 61 static const int kInitialScavengeSpeedInBytesPerMs = 256 * KB;
66 static const size_t kBytesAllocatedBeforeNextIdleTask = 512 * KB;
68 static const size_t kMinAllocationLimit = 512 * KB;
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/media/
MediaResourceManagerTest.java 29 private static final int KB = 1024;
49 // Load one image of 1KB
50 loadImage(mediaResourceManager, "image1", 1 * KB, false /* shouldBeCached */, false);
55 loadImage(mediaResourceManager, "image1", 1 * KB, true /* shouldBeCached */, false);
65 // Load one image of 1KB
66 loadImage(mediaResourceManager, "image1", 1 * KB, false /* shouldBeCached */, false);
70 loadImage(mediaResourceManager, "image2", 2 * KB, false /* shouldBeCached */, false);
74 loadImage(mediaResourceManager, "image3", 2 * KB, false /* shouldBeCached */, false);
78 loadImage(mediaResourceManager, "image1", 1 * KB, false /* shouldBeCached */, false);
88 // Load one image of 1KB
    [all...]
  /art/runtime/
globals.h 27 static constexpr size_t KB = 1024;
28 static constexpr size_t MB = KB * KB;
29 static constexpr size_t GB = KB * KB * KB;
thread_linux.cc 43 32 * KB < MINSIGSTKSZ ? MINSIGSTKSZ : 32 * KB;
  /bionic/benchmarks/
stdio_benchmark.cpp 23 constexpr auto KB = 1024;
27 Arg(1*KB)->Arg(4*KB)->Arg(8*KB)->Arg(16*KB)->Arg(64*KB)
string_benchmark.cpp 22 constexpr auto KB = 1024;
25 Arg(8)->Arg(64)->Arg(512)->Arg(1*KB)->Arg(8*KB)->Arg(16*KB)->Arg(32*KB)->Arg(64*KB)
  /cts/tests/dram/src/android/dram/cts/
BandwidthTest.java 43 private static final int KB = 1024;
57 doRunMemcpy(4 * KB);
61 doRunMemcpy(8 * KB);
65 doRunMemcpy(16 * KB);
69 doRunMemcpy(32 * KB);
73 doRunMemcpy(64 * KB);
77 doRunMemcpy(128 * KB);
81 doRunMemcpy(256 * KB);
85 doRunMemcpy(512 * KB);
109 doRunMemset(4 * KB);
    [all...]
  /external/v8/src/zone/
accounting-allocator.h 23 static const size_t kMaxPoolSizeLowMemoryDevice = 8ul * KB;
24 static const size_t kMaxPoolSizeMediumMemoryDevice = 8ul * KB;
25 static const size_t kMaxPoolSizeHighMemoryDevice = 8ul * KB;
26 static const size_t kMaxPoolSizeHugeMemoryDevice = 8ul * KB;
  /toolchain/binutils/binutils-2.25/bfd/
cpu-i960.c 52 /* In some bfds the cpu-id is written as "80960KA", "80960KB",
119 CORE KA KB MC XA
129 #define KB bfd_mach_i960_kb_sb /*3*/
139 { ERROR, CORE, KA, KB, MC, XA, CA, JX, HX },
140 { CORE, CORE, KA, KB, MC, XA, CA, JX, HX },
141 { KA, KA, KA, KB, MC, XA, ERROR, ERROR, ERROR},
142 { KB, KB, KB, KB, MC, XA, ERROR, ERROR, ERROR}
    [all...]
  /system/core/toolbox/upstream-netbsd/lib/libc/gen/
getbsize.c 61 #define KB (1024L)
81 max = MAXB / KB;
82 mul = KB;
  /prebuilts/go/darwin-x86/doc/progs/
eff_bytesize.go 13 KB ByteSize = 1 << (10 * iota)
39 case b >= KB:
40 return fmt.Sprintf("%.2fKB", b/KB)
  /prebuilts/go/linux-x86/doc/progs/
eff_bytesize.go 13 KB ByteSize = 1 << (10 * iota)
39 case b >= KB:
40 return fmt.Sprintf("%.2fKB", b/KB)
  /art/compiler/linker/
buffered_output_stream.h 41 static const size_t kBufferSize = 8 * KB;
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug297.go 14 KB ByteSize = 1<<(10*X) // ERROR "undefined" "is not a constant|as type ByteSize"
  /prebuilts/go/linux-x86/test/fixedbugs/
bug297.go 14 KB ByteSize = 1<<(10*X) // ERROR "undefined" "is not a constant|as type ByteSize"
  /cts/tests/simplecpu/src/android/simplecpu/cts/
SimpleCpuTest.java 35 private static final int KB = 1024;
49 doTestSort(NUMBER_REPEAT, 4 * KB);
53 doTestSort(NUMBER_REPEAT, 128 * KB);
  /external/clang/test/SemaCXX/
namespace-alias.cpp 74 namespace KB = KA;
75 KB::func();
86 KB::func(); // expected-error {{undeclared identifier 'KB'}}
  /external/lz4/tests/
datagencli.c 39 #define KB *(1 <<10)
43 #define SIZE_DEFAULT (64 KB)
  /external/lz4/programs/
datagen.c 39 #define KB *(1 <<10)
95 #define RDG_DICTSIZE (32 KB)
163 #define RDG_BLOCKSIZE (128 KB)
  /art/runtime/gc/space/
space_test.h 367 TEST_SizeFootPrintGrowthLimitAndTrimStatic(1KB, spaceName, spaceFn, 1 * KB) \
368 TEST_SizeFootPrintGrowthLimitAndTrimStatic(4KB, spaceName, spaceFn, 4 * KB) \
382 TEST_SizeFootPrintGrowthLimitAndTrimRandom(1KB, spaceName, spaceFn, 1 * KB) \
383 TEST_SizeFootPrintGrowthLimitAndTrimRandom(4KB, spaceName, spaceFn, 4 * KB) \
  /external/lz4/lib/
lz4hc.c 101 hc4->nextToUpdate = 64 KB;
102 hc4->base = start - 64 KB;
104 hc4->dictBase = start - 64 KB;
105 hc4->dictLimit = 64 KB;
106 hc4->lowLimit = 64 KB;
142 const U32 lowLimit = (hc4->lowLimit + 64 KB > (U32)(ip-base)) ? hc4->lowLimit : (U32)(ip - base) - (64 KB - 1);
195 const U32 lowLimit = (hc4->lowLimit + 64 KB > (U32)(ip-base)) ? hc4->lowLimit : (U32)(ip - base) - (64 KB - 1);
571 if (dictSize > 64 KB) {
    [all...]

Completed in 1345 milliseconds

1 2 3 4 5 6 7 8 910