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

1 2

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/
EfiJump.h 92 IN UINTN SizeInBytes
103 SizeInBytes - Length in bytes to flush
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/QNC/
QNCSmmHelpers.c 251 switch (BitDesc->SizeInBytes) {
294 switch (BitDesc->SizeInBytes) {
339 ASSERT (BitDesc->SizeInBytes <= 8);
340 CopyMem (&Register, BitDesc->Reg.Data.Mmio, BitDesc->SizeInBytes);
354 switch (BitDesc->SizeInBytes) {
429 switch (BitDesc->SizeInBytes) {
466 switch (BitDesc->SizeInBytes) {
505 ASSERT (BitDesc->SizeInBytes <= 8);
506 CopyMem (&Register, BitDesc->Reg.Data.Mmio, BitDesc->SizeInBytes);
509 CopyMem (BitDesc->Reg.Data.Mmio, &Register, BitDesc->SizeInBytes);
    [all...]
  /external/compiler-rt/lib/profile/
InstrProfiling.c 28 /* Return the number of bytes needed to add to SizeInBytes to make it
32 __llvm_profile_get_num_padding_bytes(uint64_t SizeInBytes) {
33 return 7 & (sizeof(uint64_t) - SizeInBytes % sizeof(uint64_t));
InstrProfiling.h 45 uint8_t __llvm_profile_get_num_padding_bytes(uint64_t SizeInBytes);
  /external/llvm/lib/IR/
User.cpp 94 intptr_t SizeInBytes;
107 assert(DI->SizeInBytes != 0 && "Should not have had a descriptor otherwise!");
110 reinterpret_cast<uint8_t *>(DI) - DI->SizeInBytes, DI->SizeInBytes);
140 DescInfo->SizeInBytes = DescBytes;
187 uint8_t *Storage = reinterpret_cast<uint8_t *>(DI) - DI->SizeInBytes;
  /device/linaro/bootloader/edk2/OptionRomPkg/Library/FrameBufferBltLib/
FrameBufferBltLib.c 248 UINTN SizeInBytes;
312 SizeInBytes = WidthInBytes * Height;
313 if (SizeInBytes >= 8) {
314 SetMem32 (BltMemDst, SizeInBytes & ~3, (UINT32) WideFill);
315 SizeInBytes = SizeInBytes & 3;
317 if (SizeInBytes > 0) {
318 SetMem (BltMemDst, SizeInBytes, (UINT8)(UINTN) WideFill);
329 SizeInBytes = WidthInBytes;
330 if (SizeInBytes >= 8) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
clfsmgmt.h 53 ULONG SizeInBytes;
121 ULONG SizeInBytes;
  /art/runtime/
image-inl.h 64 pos += ImTable::SizeInBytes(pointer_size);
imtable.h 78 constexpr static size_t SizeInBytes(PointerSize pointer_size) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ipf/
PlDebugSupport.h 129 @param SizeInBytes Cache Size.
135 IN UINTN SizeInBytes
  /external/webrtc/webrtc/modules/pacing/
paced_sender.cc 136 uint64_t SizeInBytes() const { return bytes_; }
320 return static_cast<int64_t>(packets_->SizeInBytes() * 8 / max_bitrate_kbps_);
364 size_t queue_size_bytes = packets_->SizeInBytes();
  /external/llvm/include/llvm/ProfileData/
InstrProfReader.h 222 inline uint8_t getNumPaddingBytes(uint64_t SizeInBytes) {
223 return 7 & (sizeof(uint64_t) - SizeInBytes % sizeof(uint64_t));
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProfReader.h 241 inline uint8_t getNumPaddingBytes(uint64_t SizeInBytes) {
242 return 7 & (sizeof(uint64_t) - SizeInBytes % sizeof(uint64_t));
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProfReader.h 241 inline uint8_t getNumPaddingBytes(uint64_t SizeInBytes) {
242 return 7 & (sizeof(uint64_t) - SizeInBytes % sizeof(uint64_t));
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProfReader.h 241 inline uint8_t getNumPaddingBytes(uint64_t SizeInBytes) {
242 return 7 & (sizeof(uint64_t) - SizeInBytes % sizeof(uint64_t));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProfReader.h 241 inline uint8_t getNumPaddingBytes(uint64_t SizeInBytes) {
242 return 7 & (sizeof(uint64_t) - SizeInBytes % sizeof(uint64_t));
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProfReader.h 241 inline uint8_t getNumPaddingBytes(uint64_t SizeInBytes) {
242 return 7 & (sizeof(uint64_t) - SizeInBytes % sizeof(uint64_t));
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProfReader.h 241 inline uint8_t getNumPaddingBytes(uint64_t SizeInBytes) {
242 return 7 & (sizeof(uint64_t) - SizeInBytes % sizeof(uint64_t));
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProfReader.h 241 inline uint8_t getNumPaddingBytes(uint64_t SizeInBytes) {
242 return 7 & (sizeof(uint64_t) - SizeInBytes % sizeof(uint64_t));
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
InstrProfReader.h 241 inline uint8_t getNumPaddingBytes(uint64_t SizeInBytes) {
242 return 7 & (sizeof(uint64_t) - SizeInBytes % sizeof(uint64_t));
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 346 uint64_t SizeInBytes = cast<ConstantInt>(MSI->getLength())->getZExtValue();
347 if ((SizeInBytes >> 32) != 0)
359 return processLoopStridedStore(Pointer, (unsigned)SizeInBytes,
  /external/llvm/lib/Transforms/Scalar/
LoopIdiomRecognize.cpp 667 uint64_t SizeInBytes = cast<ConstantInt>(MSI->getLength())->getZExtValue();
668 if ((SizeInBytes >> 32) != 0)
678 if (SizeInBytes != Stride && SizeInBytes != -Stride)
689 bool NegStride = SizeInBytes == -Stride;
690 return processLoopStridedStore(Pointer, (unsigned)SizeInBytes,
    [all...]
  /external/v8/src/arm64/
macro-assembler-arm64.cc 873 int size = src0.SizeInBytes();
887 int size = src0.SizeInBytes();
904 int size = dst0.SizeInBytes();
922 int size = dst0.SizeInBytes();
931 int size = src0.SizeInBytes() + src1.SizeInBytes();
937 str(src0, MemOperand(StackPointer(), src1.SizeInBytes()));
961 masm_->PushHelper(batch_index, batch[0].SizeInBytes(),
984 masm_->PopHelper(batch_index, batch[0].SizeInBytes()
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Smm/DxeSmm/QncSmmDispatcher/
QNCSmm.h 140 UINT8 SizeInBytes; // of the register
  /prebuilts/clang/host/linux-x86/clang-3859424/prebuilt_include/llvm/lib/Fuzzer/
FuzzerCorpus.h 48 size_t SizeInBytes() const {

Completed in 407 milliseconds

1 2