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

1 2

  /external/deqp/framework/common/
tcuFloat.hpp 51 typedef StorageType_ StorageType;
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(1)<<MantissaBits)-1);
    [all...]
  /external/v8/src/base/
lazy-instance.h 96 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;
117 static T* MutableInstance(StorageType* storage) {
122 static void InitStorageUsingTrait(StorageType* storage) {
170 typedef typename AllocationTrait::StorageType StorageType;
173 static void InitInstance(StorageType* storage)
    [all...]
  /external/llvm/lib/IR/
MetadataImpl.h 29 template <class T> T *MDNode::storeImpl(T *N, StorageType Storage) {
43 T *MDNode::storeImpl(T *N, StorageType Storage, StoreT &Store) {
DebugInfoMetadata.cpp 22 DILocation::DILocation(LLVMContext &C, StorageType Storage, unsigned Line,
43 Metadata *InlinedAt, StorageType Storage,
179 StorageType Storage, bool ShouldCreate) {
232 StorageType Storage, bool ShouldCreate) {
238 MDString *Name, StorageType Storage,
249 StorageType Storage, bool ShouldCreate) {
262 Metadata *ExtraData, StorageType Storage, bool ShouldCreate) {
278 Metadata *TemplateParams, MDString *Identifier, StorageType Storage,
295 StorageType Storage,
303 MDString *Directory, StorageType Storage
    [all...]
  /external/libchrome/base/
callback_internal.h 154 using StorageType = T;
165 using StorageType = T;
176 using StorageType = const T*;
183 using StorageType = const T*;
202 using StorageType = T;
bind.h 55 typename internal::CallbackParamTraits<Args>::StorageType...>
93 typename internal::CallbackParamTraits<Args>::StorageType...>;
bind_internal.h 328 typename StorageType, typename Unwrappers,
333 typename StorageType,
339 StorageType, TypeList<Unwrappers...>,
343 StorageType* storage = static_cast<StorageType*>(base);
376 using StorageType = BindState<Runnable, R(Args...), BoundArgs...>;
400 using InvokerType = Invoker<BoundIndices, StorageType, Unwrappers,
  /external/libweave/third_party/chromium/base/
callback_internal.h 153 using StorageType = T;
164 using StorageType = T;
175 using StorageType = const T*;
182 using StorageType = const T*;
201 using StorageType = T;
bind.h 55 typename internal::CallbackParamTraits<Args>::StorageType...>
93 typename internal::CallbackParamTraits<Args>::StorageType...>;
bind_internal.h 328 typename StorageType, typename Unwrappers,
333 typename StorageType,
339 StorageType, TypeList<Unwrappers...>,
343 StorageType* storage = static_cast<StorageType*>(base);
376 using StorageType = BindState<Runnable, R(Args...), BoundArgs...>;
400 using InvokerType = Invoker<BoundIndices, StorageType, Unwrappers,
  /external/skia/src/core/
SkCachedData.h 45 enum StorageType {
57 StorageType fStorageType;
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_packet_history.h 43 StorageType type);
95 StorageType storage_type = kDontRetransmit;
rtp_format.h 48 virtual StorageType GetStorageType(uint32_t retransmission_settings) = 0;
rtp_format_video_generic.h 50 StorageType GetStorageType(uint32_t retransmission_settings) override;
rtp_sender_video.h 92 StorageType storage);
100 StorageType media_packet_storage,
rtp_format_h264.h 46 StorageType GetStorageType(uint32_t retransmission_settings) override;
rtp_format_vp9.h 42 StorageType GetStorageType(uint32_t retransmission_settings) override;
rtp_format_video_generic.cc 81 StorageType RtpPacketizerGeneric::GetStorageType(
rtp_sender_video.cc 104 StorageType storage) {
123 StorageType media_packet_storage,
127 StorageType fec_storage = kDontRetransmit;
242 StorageType storage;
rtp_format_vp8.h 84 StorageType GetStorageType(uint32_t retransmission_settings) override;
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h 152 DINode(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag,
251 GenericDINode(LLVMContext &C, StorageType Storage, unsigned Hash,
264 StorageType Storage, bool ShouldCreate = true) {
271 StorageType Storage, bool ShouldCreate = true);
325 DISubrange(LLVMContext &C, StorageType Storage, int64_t Count,
332 int64_t LowerBound, StorageType Storage,
363 DIEnumerator(LLVMContext &C, StorageType Storage, int64_t Value,
370 StringRef Name, StorageType Storage,
376 MDString *Name, StorageType Storage,
409 DIScope(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag
    [all...]
Metadata.h 50 enum StorageType { Uniqued, Distinct, Temporary };
92 Metadata(unsigned ID, StorageType Storage)
769 MDNode(LLVMContext &Context, unsigned ID, StorageType Storage,
886 static T *storeImpl(T *N, StorageType Storage, StoreT &Store);
887 template <class T> static T *storeImpl(T *N, StorageType Storage);
982 MDTuple(LLVMContext &C, StorageType Storage, unsigned Hash,
    [all...]
  /external/clang/lib/CodeGen/
CGRecordLayoutBuilder.cpp 170 llvm::Type *StorageType);
225 const FieldDecl *FD, CharUnits StartOffset, llvm::Type *StorageType) {
230 Info.StorageSize = (unsigned)DataLayout.getTypeAllocSizeInBits(StorageType);
288 llvm::Type *StorageType = nullptr;
321 StorageType = FieldType;
329 if (!StorageType ||
330 getAlignment(FieldType) > getAlignment(StorageType) ||
331 (getAlignment(FieldType) == getAlignment(StorageType) &&
332 getSize(FieldType) > getSize(StorageType)))
333 StorageType = FieldType
    [all...]
  /external/clang/include/clang/AST/
TemplateName.h 179 DependentTemplateName *> StorageType;
181 StorageType Storage;
184 Storage = StorageType::getFromOpaqueValue(Ptr);
  /external/libbrillo/brillo/
any_internal_impl.h 221 enum StorageType { kExternal, kContained };
357 StorageType storage_; // Declare after the union to eliminate member padding.

Completed in 313 milliseconds

1 2