Searched refs:StorageType (Results 1 - 25 of 60) sorted by relevance

123

/external/deqp/framework/common/
H A DtcuFloat.hpp51 typedef StorageType_ StorageType; typedef in class:tcu::Float
62 explicit Float (StorageType value);
69 static inline Float convert (const Float<StorageType, ExponentBits, MantissaBits, ExponentBias, Flags>& src) { return src; }
88 static inline Float construct (int sign, int exponent, StorageType mantissa);
103 static Float constructBits (int sign, int exponent, StorageType mantissaBits);
105 StorageType bits (void) const { return m_value; }
110 inline StorageType exponentBits (void) const { return (m_value >> MantissaBits) & ((StorageType(1)<<ExponentBits)-1); }
111 inline StorageType mantissaBits (void) const { return m_value & ((StorageType(
[all...]
/external/v8/src/base/
H A Dlazy-instance.h96 struct V8_ALIGNAS(T, 16) StorageType {
100 STATIC_ASSERT(V8_ALIGNOF(StorageType) >= V8_ALIGNOF(T));
102 static T* MutableInstance(StorageType* storage) {
107 static void InitStorageUsingTrait(StorageType* storage) {
115 typedef T* StorageType; typedef in struct:v8::base::DynamicallyAllocatedInstanceTrait
117 static T* MutableInstance(StorageType* storage) {
122 static void InitStorageUsingTrait(StorageType* storage) {
170 typedef typename AllocationTrait::StorageType StorageType; typedef in struct:v8::base::LazyInstanceImpl
173 static void InitInstance(StorageType* storag
[all...]
/external/libmojo/mojo/public/cpp/bindings/lib/
H A Darray_internal.h41 using StorageType = T;
47 sizeof(StorageType);
51 return sizeof(ArrayHeader) + sizeof(StorageType) * num_elements;
53 static Ref ToRef(StorageType* storage, size_t offset) {
56 static ConstRef ToConstRef(const StorageType* storage, size_t offset) {
88 using StorageType = uint8_t;
95 static BitRef ToRef(StorageType* storage, size_t offset) {
98 static bool ToConstRef(const StorageType* storage, size_t offset) {
120 using ElementType = typename ArrayDataTraits<T>::StorageType;
145 using ElementType = typename ArrayDataTraits<T>::StorageType;
[all...]
/external/llvm/lib/IR/
H A DMetadataImpl.h29 template <class T> T *MDNode::storeImpl(T *N, StorageType Storage) {
43 T *MDNode::storeImpl(T *N, StorageType Storage, StoreT &Store) {
H A DDebugInfoMetadata.cpp22 DILocation::DILocation(LLVMContext &C, StorageType Storage, unsigned Line,
43 Metadata *InlinedAt, StorageType Storage,
164 StorageType Storage, bool ShouldCreate) {
216 StorageType Storage, bool ShouldCreate) {
222 MDString *Name, StorageType Storage,
233 StorageType Storage, bool ShouldCreate) {
246 Metadata *ExtraData, StorageType Storage, bool ShouldCreate) {
262 Metadata *TemplateParams, MDString *Identifier, StorageType Storage,
341 StorageType Storage,
349 MDString *Directory, StorageType Storag
[all...]
/external/ImageMagick/MagickCore/
H A Dconstitute.h28 *ConstituteImage(const size_t,const size_t,const char *,const StorageType,
H A Dstream.h45 SetStreamInfoStorageType(StreamInfo *,const StorageType);
H A Dpixel.h150 } StorageType; typedef in typeref:enum:__anon88
217 const size_t,const char *,const StorageType,void *,ExceptionInfo *),
219 const size_t,const char *,const StorageType,const void *,ExceptionInfo *),
/external/ImageMagick/Magick++/lib/Magick++/
H A DPixels.h86 PixelData(Magick::Image &image_,std::string map_,const StorageType type_);
91 const StorageType type_);
113 const StorageType type_);
/external/skia/src/core/
H A DSkCachedData.h45 enum StorageType { enum in class:SkCachedData
57 StorageType fStorageType;
/external/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h140 DINode(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag,
242 GenericDINode(LLVMContext &C, StorageType Storage, unsigned Hash,
255 StorageType Storage, bool ShouldCreate = true) {
262 StorageType Storage, bool ShouldCreate = true);
317 DISubrange(LLVMContext &C, StorageType Storage, int64_t Count,
324 int64_t LowerBound, StorageType Storage,
355 DIEnumerator(LLVMContext &C, StorageType Storage, int64_t Value,
362 StringRef Name, StorageType Storage,
368 MDString *Name, StorageType Storage,
401 DIScope(LLVMContext &C, unsigned ID, StorageType Storag
[all...]
H A DMetadata.h52 enum StorageType { Uniqued, Distinct, Temporary }; enum in class:llvm::Metadata
68 Metadata(unsigned ID, StorageType Storage)
835 MDNode(LLVMContext &Context, unsigned ID, StorageType Storage,
951 static T *storeImpl(T *N, StorageType Storage, StoreT &Store);
952 template <class T> static T *storeImpl(T *N, StorageType Storage);
1052 MDTuple(LLVMContext &C, StorageType Storage, unsigned Hash,
1063 StorageType Storage, bool ShouldCreate = true);
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_format.h48 virtual StorageType GetStorageType(uint32_t retransmission_settings) = 0;
H A Drtp_packet_history.h43 StorageType type);
95 StorageType storage_type = kDontRetransmit;
H A Drtp_sender_video.h92 StorageType storage);
100 StorageType media_packet_storage,
H A Drtp_format_video_generic.h50 StorageType GetStorageType(uint32_t retransmission_settings) override;
H A Drtp_format_vp9.h42 StorageType GetStorageType(uint32_t retransmission_settings) override;
H A Drtp_format_h264.h46 StorageType GetStorageType(uint32_t retransmission_settings) override;
H A Drtp_format_video_generic.cc81 StorageType RtpPacketizerGeneric::GetStorageType(
H A Drtp_sender_video.cc104 StorageType storage) {
123 StorageType media_packet_storage,
127 StorageType fec_storage = kDontRetransmit;
242 StorageType storage;
H A Drtp_format_vp8.h84 StorageType GetStorageType(uint32_t retransmission_settings) override;
/external/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp170 llvm::Type *StorageType);
225 const FieldDecl *FD, CharUnits StartOffset, llvm::Type *StorageType) {
230 Info.StorageSize = (unsigned)DataLayout.getTypeAllocSizeInBits(StorageType);
288 llvm::Type *StorageType = nullptr; local
321 StorageType = FieldType;
329 if (!StorageType ||
330 getAlignment(FieldType) > getAlignment(StorageType) ||
331 (getAlignment(FieldType) == getAlignment(StorageType) &&
332 getSize(FieldType) > getSize(StorageType)))
333 StorageType
224 setBitFieldInfo( const FieldDecl *FD, CharUnits StartOffset, llvm::Type *StorageType) argument
[all...]
/external/ImageMagick/Magick++/lib/
H A DPixels.cpp113 const StorageType type_)
120 const StorageType type_)
147 std::string map_,const StorageType type_)
/external/libchrome/base/
H A Dbind_internal.h312 template <typename StorageType, typename UnboundRunType>
315 template <typename StorageType, typename R, typename... UnboundArgs>
316 struct Invoker<StorageType, R(UnboundArgs...)> {
321 const StorageType* storage = static_cast<StorageType*>(base);
/external/ImageMagick/tests/
H A Dvalidate.h418 StorageType

Completed in 1092 milliseconds

123