Searched refs:DataSize (Results 1 - 25 of 91) sorted by relevance

1234

/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Debsc_table.h31 kNumSizes = DataSize::kFixed,
32 kHeaderLength = kNumSizes + DataSize::kULONG,
40 kBitmapScaleTable_ppemY = kBitmapScaleTable_ppemX + DataSize::kBYTE,
42 DataSize::kBYTE,
44 DataSize::kBYTE,
46 DataSize::kBYTE,
H A Deblc_table.h36 kHeaderLength = kNumSizes + DataSize::kULONG,
89 DataSize::kULONG +
93 DataSize::kULONG,
104 DataSize::kULONG,
105 kIndexSubTable4_codeOffsetPairLength = 2 * DataSize::kUSHORT,
107 kIndexSubTable4_codeOffsetPair_offset = DataSize::kUSHORT,
113 DataSize::kULONG,
117 DataSize::kULONG,
121 kCodeOffsetPairLength = 2 * DataSize::kUSHORT,
123 kCodeOffsetPair_offset = DataSize
[all...]
H A Dbitmap_glyph.h58 DataSize::kUSHORT,
63 DataSize::kUSHORT,
66 kEbdtComponentLength = DataSize::kUSHORT + 2 * DataSize::kCHAR,
H A Dindex_sub_table_format1.cc32 return (last - first + 1 + 1) * DataSize::kULONG;
67 loca * DataSize::kULONG);
171 offset_array_.size() * DataSize::kULONG;
252 i * DataSize::kULONG));
266 (last_glyph_index - first_glyph_index + 1 + 1) * DataSize::kULONG;
H A Dindex_sub_table_format3.cc55 return (last - first + 1 + 1) * DataSize::kUSHORT;
67 loca * DataSize::kUSHORT);
183 offset_array_.size() * DataSize::kULONG;
248 i * DataSize::kUSHORT));
262 (last_glyph_index - first_glyph_index + 1 + 1) * DataSize::kUSHORT;
/external/compiler-rt/lib/profile/
H A DInstrProfilingMerge.c27 uint64_t DataSize = __llvm_profile_get_data_size(__llvm_profile_begin_data(), local
35 return (NamesSize << 40) + (CounterSize << 30) + (DataSize << 20) +
36 (NumVnodes << 10) + (DataSize > 0 ? FirstD->NameRef : 0);
48 SrcDataEnd = SrcDataStart + Header->DataSize;
56 Header->DataSize !=
67 Header->DataSize * sizeof(__llvm_profile_data) +
95 SrcDataEnd = SrcDataStart + Header->DataSize;
/external/sfntly/cpp/src/sfntly/table/truetype/
H A Dglyph_table.cc397 NumberOfContours() * DataSize::kUSHORT);
399 (NumberOfContours() + 1) * DataSize::kUSHORT;
400 flags_offset_ = instructions_offset_ + instruction_size_ * DataSize::kBYTE;
406 x_coordinates_offset_ = flags_offset_ + flag_byte_count_ * DataSize::kBYTE;
408 DataSize::kBYTE;
416 5 * DataSize::kSHORT +
417 (NumberOfContours() * DataSize::kUSHORT) +
418 DataSize::kUSHORT +
419 (instruction_size_ * DataSize::kBYTE) +
420 (flag_byte_count_ * DataSize
[all...]
/external/llvm/lib/Target/WebAssembly/MCTargetDesc/
H A DWebAssemblyAsmBackend.cpp38 void applyFixup(const MCFixup &Fixup, char *Data, unsigned DataSize,
74 unsigned DataSize, uint64_t Value,
87 assert(Offset + NumBytes <= DataSize && "Invalid fixup offset!");
73 applyFixup(const MCFixup &Fixup, char *Data, unsigned DataSize, uint64_t Value, bool IsPCRel) const argument
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
H A Dinit.c175 UINTN DataSize; local
178 DataSize = sizeof(EFIDebug);
179 Status = uefi_call_wrapper(RT->GetVariable, 5, L"EFIDebug", &EfiGlobalVariable, &Attributes, &DataSize, &NewEFIDebug);
/external/mesa3d/src/gallium/state_trackers/nine/
H A Dauthenticatedchannel9.h49 UINT DataSize,
H A Dauthenticatedchannel9.c44 UINT DataSize,
43 NineAuthenticatedChannel9_NegotiateKeyExchange( struct NineAuthenticatedChannel9 *This, UINT DataSize, void *pData ) argument
H A Dcryptosession9.c44 UINT DataSize,
43 NineCryptoSession9_NegotiateKeyExchange( struct NineCryptoSession9 *This, UINT DataSize, void *pData ) argument
H A Dcryptosession9.h49 UINT DataSize,
/external/sfntly/cpp/src/test/
H A Dfont_data_test.cc49 * DataSize::kUSHORT,
51 DataSize::kUSHORT,
52 kLowerByteArrayForSearchingLength * DataSize::kUSHORT,
53 DataSize::kUSHORT },
57 * DataSize::kUSHORT,
59 2 * DataSize::kUSHORT,
60 DataSize::kUSHORT,
61 2 * DataSize::kUSHORT },
65 * DataSize::kUSHORT,
66 kLowerByteArrayForSearchingLength * DataSize
[all...]
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCAsmBackend.cpp51 void applyFixup(const MCFixup &Fixup, char *Data, unsigned DataSize,
89 unsigned DataSize, uint64_t Value,
95 assert(Offset + Size <= DataSize && "Invalid fixup offset!");
88 applyFixup(const MCFixup &Fixup, char *Data, unsigned DataSize, uint64_t Value, bool IsPCRel) const argument
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/MCTargetDesc/
H A DMBlazeAsmBackend.cpp113 void ApplyFixup(const MCFixup &Fixup, char *Data, unsigned DataSize,
123 unsigned DataSize, uint64_t Value) const {
126 assert(Fixup.getOffset() + Size <= DataSize &&
122 ApplyFixup(const MCFixup &Fixup, char *Data, unsigned DataSize, uint64_t Value) const argument
/external/clang/lib/AST/
H A DRecordLayout.cpp34 : Size(size), DataSize(datasize), Alignment(alignment),
57 : Size(size), DataSize(datasize), Alignment(alignment),
/external/llvm/unittests/ExecutionEngine/MCJIT/
H A DMCJITMemoryManagerTest.cpp126 uintptr_t DataSize = i % 8 + 1; local
132 data[i] = MemMgr->allocateDataSection(DataSize, Align, i + 10000, "",
139 for (unsigned j = 0; j < DataSize; j++) {
155 uintptr_t DataSize = i % 8 + 1; local
162 for (unsigned j = 0; j < DataSize; j++) {
/external/google-breakpad/src/client/windows/unittests/
H A Ddump_analysis.cc140 uintptr_t range_end = range_start + descr.Memory.DataSize;
166 uintptr_t range_end = range_start + static_cast<size_t>(descr.DataSize);
179 curr_rva += descr.DataSize;
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
H A DAMDGPUAsmBackend.cpp49 void applyFixup(const MCFixup &Fixup, char *Data, unsigned DataSize,
96 unsigned DataSize, uint64_t Value,
121 assert(Offset + NumBytes <= DataSize && "Invalid fixup offset!");
95 applyFixup(const MCFixup &Fixup, char *Data, unsigned DataSize, uint64_t Value, bool IsPCRel) const argument
/external/llvm/lib/Target/BPF/MCTargetDesc/
H A DBPFAsmBackend.cpp34 void applyFixup(const MCFixup &Fixup, char *Data, unsigned DataSize,
67 unsigned DataSize, uint64_t Value,
66 applyFixup(const MCFixup &Fixup, char *Data, unsigned DataSize, uint64_t Value, bool IsPCRel) const argument
/external/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiAsmBackend.cpp52 void applyFixup(const MCFixup &Fixup, char *Data, unsigned DataSize,
89 unsigned DataSize, uint64_t Value,
88 applyFixup(const MCFixup &Fixup, char *Data, unsigned DataSize, uint64_t Value, bool IsPCRel) const argument
/external/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc494 (low_byte - first_code) * DataSize::kUSHORT;
521 sub_header_index * DataSize::kUSHORT);
608 DataSize::kUSHORT,
610 DataSize::kUSHORT,
673 index * DataSize::kUSHORT);
680 (seg_count + 1) * DataSize::kUSHORT;
690 index * DataSize::kUSHORT);
699 index * DataSize::kUSHORT);
706 Offset::kFormat4EndCount + (2 * seg_count + 1) * DataSize::kUSHORT;
716 + index * DataSize
[all...]
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.h41 void applyFixup(const MCFixup &Fixup, char *Data, unsigned DataSize,
/external/sfntly/cpp/src/sfntly/data/
H A Dfont_data.h28 struct DataSize { struct in namespace:sfntly

Completed in 616 milliseconds

1234