HomeSort by relevance Sort by last modified time
    Searched refs:BlockPtr (Results 1 - 11 of 11) sorted by null

  /external/skia/tools/trace/
SkChromeTracingTracer.h 59 typedef std::unique_ptr<uint8_t[]> BlockPtr;
61 BlockPtr fBlock;
SkChromeTracingTracer.cpp 66 fCurBlock.fBlock = BlockPtr(new uint8_t[kBlockSize]);
  /external/skqp/tools/trace/
SkChromeTracingTracer.h 59 typedef std::unique_ptr<uint8_t[]> BlockPtr;
61 BlockPtr fBlock;
SkChromeTracingTracer.cpp 66 fCurBlock.fBlock = BlockPtr(new uint8_t[kBlockSize]);
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
String.c 736 UINT8 *BlockPtr;
805 BlockPtr = StringBlock + (OldStringAddr - StringPackage->StringBlock);
808 *BlockPtr = *BlockType;
810 *(BlockPtr + sizeof (EFI_HII_STRING_BLOCK)) = (UINT8) FrontSkipNum;
812 *(UINT16 *)(BlockPtr + sizeof (EFI_HII_STRING_BLOCK)) = (UINT16) FrontSkipNum;
814 BlockPtr += SkipLen;
820 *StringBlockAddr = BlockPtr;
822 *BlockPtr = EFI_HII_SIBT_STRING_UCS2_FONT;
824 *BlockPtr = EFI_HII_SIBT_STRING_UCS2;
826 BlockPtr += NewUCSBlockLen;
    [all...]
Font.c 672 UINT8 *BlockPtr;
709 BlockPtr = FontPackage->GlyphBlock;
713 while (*BlockPtr != EFI_HII_GIBT_END) {
714 switch (*BlockPtr) {
724 (EFI_HII_GLYPH_INFO *) (BlockPtr + sizeof (EFI_HII_GLYPH_BLOCK))
731 BlockPtr + sizeof (EFI_HII_GLYPH_BLOCK),
741 BlockPtr += sizeof (EFI_HII_GIBT_DEFAULTS_BLOCK);
746 CopyMem (&CharValue, BlockPtr + sizeof (EFI_HII_GLYPH_BLOCK), sizeof (CHAR16));
748 BlockPtr = FontPackage->GlyphBlock;
752 BlockPtr += sizeof (EFI_HII_GIBT_DUPLICATE_BLOCK);
    [all...]
ConfigRouting.c 534 EFI_STRING BlockPtr;
541 BlockPtr = StrStr (String, BlockName);
543 while (BlockPtr != NULL) {
544 BlockPtr += StrLen (BlockName);
545 Status = GetValueOfNumber (BlockPtr, &TempBuffer, &Length);
558 BlockPtr = StrStr (BlockPtr + 1, BlockName);
590 EFI_STRING BlockPtr;
604 // Make BlockPtr point to the first <BlockConfig> with AltConfigHdr in DefaultAltCfgResp.
608 BlockPtr = StrStr (AltConfigHdrPtr, L"&OFFSET=");
    [all...]
Database.c 919 UINT8 *BlockPtr;
958 BlockPtr = StringBlock + OldBlockSize - sizeof (EFI_HII_SIBT_END_BLOCK);
959 *BlockPtr = EFI_HII_SIBT_SKIP2;
960 CopyMem (BlockPtr + 1, &SkipCount, sizeof (UINT16));
961 BlockPtr += sizeof (EFI_HII_SIBT_SKIP2_BLOCK);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
VPlan.h     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
ResourceFileWriter.cpp     [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]

Completed in 525 milliseconds