Home
last modified time | relevance | path

Searched refs:StorageType (Results 1 – 25 of 58) sorted by relevance

123

/external/deqp/framework/common/
DtcuFloat.hpp51 typedef StorageType_ StorageType; typedef in tcu::Float
62 explicit Float (StorageType value);
69 …static inline Float convert (const Float<StorageType, ExponentBits, MantissaBits, ExponentBias,… in convert() argument
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; } in bits()
110 …inline StorageType exponentBits (void) const { return (m_value >> MantissaBits) & ((StorageType(1… in exponentBits()
111 …inline StorageType mantissaBits (void) const { return m_value & ((StorageType(1)<<MantissaBits)-1… in mantissaBits()
115 …inline StorageType mantissa (void) const { return isZero() || isDenorm() ? mantissaBits() : (man… in mantissa()
127 StorageType m_value;
[all …]
/external/v8/src/base/
Dlazy-instance.h96 struct V8_ALIGNAS(T, 16) StorageType { struct
100 STATIC_ASSERT(V8_ALIGNOF(StorageType) >= V8_ALIGNOF(T));
102 static T* MutableInstance(StorageType* storage) { in MutableInstance()
107 static void InitStorageUsingTrait(StorageType* storage) { in InitStorageUsingTrait()
115 typedef T* StorageType; typedef
117 static T* MutableInstance(StorageType* storage) { in MutableInstance()
122 static void InitStorageUsingTrait(StorageType* storage) { in InitStorageUsingTrait()
170 typedef typename AllocationTrait::StorageType StorageType; typedef
173 static void InitInstance(StorageType* storage) { in InitInstance()
201 mutable StorageType storage_;
/external/libmojo/mojo/public/cpp/bindings/lib/
Darray_internal.h41 using StorageType = T; member
47 sizeof(StorageType);
51 return sizeof(ArrayHeader) + sizeof(StorageType) * num_elements; in GetStorageSize()
53 static Ref ToRef(StorageType* storage, size_t offset) { in ToRef()
56 static ConstRef ToConstRef(const StorageType* storage, size_t offset) { in ToConstRef()
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/include/llvm/IR/
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 Storage, unsigned Tag,
[all …]
DMetadata.h52 enum StorageType { Uniqued, Distinct, Temporary }; enum
68 Metadata(unsigned ID, StorageType Storage) in Metadata()
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/llvm/lib/IR/
DDebugInfoMetadata.cpp22 DILocation::DILocation(LLVMContext &C, StorageType Storage, unsigned Line, in DILocation()
43 Metadata *InlinedAt, StorageType Storage, in getImpl()
164 StorageType Storage, bool ShouldCreate) { in getImpl()
216 StorageType Storage, bool ShouldCreate) { in getImpl()
222 MDString *Name, StorageType Storage, in getImpl()
233 StorageType Storage, bool ShouldCreate) { in getImpl()
246 Metadata *ExtraData, StorageType Storage, bool ShouldCreate) { in getImpl()
262 Metadata *TemplateParams, MDString *Identifier, StorageType Storage, in getImpl()
341 StorageType Storage, in getImpl()
349 MDString *Directory, StorageType Storage, in getImpl()
[all …]
DMetadataImpl.h29 template <class T> T *MDNode::storeImpl(T *N, StorageType Storage) { in storeImpl()
43 T *MDNode::storeImpl(T *N, StorageType Storage, StoreT &Store) { in storeImpl()
/external/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp170 llvm::Type *StorageType);
225 const FieldDecl *FD, CharUnits StartOffset, llvm::Type *StorageType) { in setBitFieldInfo() argument
230 Info.StorageSize = (unsigned)DataLayout.getTypeAllocSizeInBits(StorageType); in setBitFieldInfo()
288 llvm::Type *StorageType = nullptr; in lowerUnion() local
321 StorageType = FieldType; in lowerUnion()
329 if (!StorageType || in lowerUnion()
330 getAlignment(FieldType) > getAlignment(StorageType) || in lowerUnion()
331 (getAlignment(FieldType) == getAlignment(StorageType) && in lowerUnion()
332 getSize(FieldType) > getSize(StorageType))) in lowerUnion()
333 StorageType = FieldType; in lowerUnion()
[all …]
/external/ImageMagick/Magick++/lib/Magick++/
DPixels.h86 PixelData(Magick::Image &image_,std::string map_,const StorageType type_);
91 const StorageType type_);
113 const StorageType type_);
/external/ImageMagick/MagickCore/
Dpixel.h150 } StorageType; typedef
217 const size_t,const char *,const StorageType,void *,ExceptionInfo *),
219 const size_t,const char *,const StorageType,const void *,ExceptionInfo *),
Dconstitute.h28 *ConstituteImage(const size_t,const size_t,const char *,const StorageType,
Dstream.h45 SetStreamInfoStorageType(StreamInfo *,const StorageType);
/external/skia/src/core/
DSkCachedData.h45 enum StorageType { enum
57 StorageType fStorageType;
/external/ImageMagick/Magick++/lib/
DPixels.cpp113 const StorageType type_) in PixelData()
120 const StorageType type_) in PixelData()
147 std::string map_,const StorageType type_) in init()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_packet_history.h43 StorageType type);
95 StorageType storage_type = kDontRetransmit;
Drtp_sender_video.cc104 StorageType storage) { in SendVideoPacket()
123 StorageType media_packet_storage, in SendVideoPacketAsRed()
127 StorageType fec_storage = kDontRetransmit; in SendVideoPacketAsRed()
242 StorageType storage; in SendVideo()
Drtp_sender_video.h92 StorageType storage);
100 StorageType media_packet_storage,
Drtp_format.h48 virtual StorageType GetStorageType(uint32_t retransmission_settings) = 0;
Drtp_format_video_generic.h50 StorageType GetStorageType(uint32_t retransmission_settings) override;
Drtp_format_vp9.h42 StorageType GetStorageType(uint32_t retransmission_settings) override;
Drtp_format_h264.h46 StorageType GetStorageType(uint32_t retransmission_settings) override;
/external/libchrome/base/
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/deqp/modules/gles31/functional/
Des31fSynchronizationTests.cpp118 enum StorageType enum in deqp::gles31::Functional::__anon1d296c8a0111::InterInvocationTestCase
132 …InterInvocationTestCase (Context& context, const char* name, const char* desc, StorageType storag…
147 const StorageType m_storage;
164 …ocationTestCase (Context& context, const char* name, const char* desc, StorageType storage, int fl… in InterInvocationTestCase()
444 …InvocationBasicCase (Context& context, const char* name, const char* desc, StorageType storage, i…
450 …cationBasicCase (Context& context, const char* name, const char* desc, StorageType storage, int fl… in InvocationBasicCase()
507 …InvocationWriteReadCase (Context& context, const char* name, const char* desc, StorageType storag…
512 …onWriteReadCase (Context& context, const char* name, const char* desc, StorageType storage, int fl… in InvocationWriteReadCase()
565 …InvocationReadWriteCase (Context& context, const char* name, const char* desc, StorageType storag…
570 …onReadWriteCase (Context& context, const char* name, const char* desc, StorageType storage, int fl… in InvocationReadWriteCase()
[all …]
/external/ImageMagick/MagickWand/
Dmagick-image.h119 const StorageType,const void *),
141 const size_t,const size_t,const char *,const StorageType,void *),
181 const size_t,const char *,const StorageType,const void *),
/external/libbrillo/brillo/
Dany_internal_impl.h222 enum StorageType { kExternal, kContained }; enum
358 StorageType storage_; // Declare after the union to eliminate member padding.

123