HomeSort by relevance Sort by last modified time
    Searched refs:MB (Results 176 - 200 of 356) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/linux-x86/src/net/
writev_test.go 216 // Arrange to reuse the same 1 MB buffer so that we don't allocate much.
  /art/runtime/gc/
heap.h 127 static constexpr size_t kDefaultInitialSize = 2 * MB;
128 static constexpr size_t kDefaultMaximumSize = 256 * MB;
129 static constexpr size_t kDefaultNonMovingSpaceCapacity = 64 * MB;
130 static constexpr size_t kDefaultMaxFree = 2 * MB;
    [all...]
  /art/runtime/jit/
jit_code_cache.h 55 static constexpr size_t kMaxCapacity = 64 * MB;
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/
Thunk16.asm 69 ; by user code. It will be shadowed to somewhere in memory below 1MB.
160 ; It will be shadowed to somewhere in memory below 1MB.
  /external/autotest/client/site_tests/video_YouTubeMseEme/files/
video_YouTubeMseEme.js 17 'http://localhost:8000/files/car-audio-1MB-trunc.mp4', 1048576, 65.875);
19 'http://localhost:8000/files/test-video-1MB.mp4', 1031034, 1.04);
  /frameworks/base/libs/hwui/
GradientCache.cpp 69 , mMaxSize(MB(1))
  /external/clang/tools/libclang/
Indexing.cpp 502 std::unique_ptr<llvm::MemoryBuffer> MB =
504 CInvok->getPreprocessorOpts().addRemappedFile(UF.Filename, MB.get());
505 BufOwner->push_back(std::move(MB));
    [all...]
  /external/linux-kselftest/tools/testing/selftests/x86/
mpx-mini-test.c 99 /* i386 directory size is 4MB */
635 size = 4UL << 20; /* 4MB */
636 dprintf1("trying to allocate %ld MB bounds directory\n", (size >> 20));
1178 * Using 1MB alignment guarantees that each no allocation
1196 long alignment = 1 * MB;
1197 long sz_alignment = 1 * MB;
1283 #define MPX_BOUNDS_TABLE_COVERS (1 * MB)
    [all...]
  /external/lz4/tests/
frametest.c 66 #define MB *(1U<<20)
70 #define COMPRESSIBLE_NOISE_LENGTH (2 MB)
381 DISPLAYLEVEL(3, "Using 1 MB block : \n");
394 DISPLAYLEVEL(3, "Using 4 MB block : \n");
563 size_t const srcDataLength = 9 MB; /* needs to be > 2x4MB to test large blocks */
    [all...]
fuzzer.c 71 #define MB *(1U<<20)
154 #define BLOCKSIZE_I134 (32 MB)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCInstrInfo.cpp 110 // M = mask(MB,ME)
113 // M = mask((ME+1)&31, (MB-1)&31)
134 unsigned MB = MI->getOperand(4).getImm();
146 .addImm((MB-1) & 31);
158 MI->getOperand(5).setImm((MB-1) & 31);
  /external/v8/src/heap/
heap.cc 82 max_semi_space_size_(8 * (kPointerSize / 4) * MB),
83 initial_semispace_size_(MB),
84 max_old_generation_size_(700ul * (kPointerSize / 4) * MB),
89 max_executable_size_(256ul * (kPointerSize / 4) * MB),
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 787 auto MB = FileMgr.getBufferForFile(File, /*isVolatile=*/true);
788 if (MB) {
790 File = FileMgr.getVirtualFile(InputFile, (*MB)->getBufferSize(), 0);
791 SourceMgr.overrideFileContents(File, std::move(*MB));
794 << MB.getError().message();
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp     [all...]
  /art/runtime/gc/space/
image_space.cc     [all...]
  /art/runtime/
indirect_reference_table.cc 38 static constexpr size_t kMaxTableSizeInBytes = 128 * MB;
  /external/lz4/lib/
lz4frame.c 146 #define MB *(1<<20)
226 static const size_t blockSizes[4] = { 64 KB, 256 KB, 1 MB, 4 MB };
323 cctxI.maxBufferSize = 5 MB; /* mess with real buffer size to prevent allocation; works because autoflush==1 & stableSrc==1 */
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Module.h 811 void setOwnedMemoryBuffer(std::unique_ptr<MemoryBuffer> MB);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Module.h 811 void setOwnedMemoryBuffer(std::unique_ptr<MemoryBuffer> MB);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Module.h 811 void setOwnedMemoryBuffer(std::unique_ptr<MemoryBuffer> MB);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Module.h 811 void setOwnedMemoryBuffer(std::unique_ptr<MemoryBuffer> MB);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
Module.h 811 void setOwnedMemoryBuffer(std::unique_ptr<MemoryBuffer> MB);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
Module.h 811 void setOwnedMemoryBuffer(std::unique_ptr<MemoryBuffer> MB);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
Module.h 811 void setOwnedMemoryBuffer(std::unique_ptr<MemoryBuffer> MB);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Module.h 811 void setOwnedMemoryBuffer(std::unique_ptr<MemoryBuffer> MB);
    [all...]

Completed in 3092 milliseconds

1 2 3 4 5 6 78 91011>>