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

1 2 3 4

  /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/libmojo/mojo/public/cpp/bindings/lib/
array_internal.h 41 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/
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,
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 Storage
    [all...]
  /external/ImageMagick/MagickCore/
constitute.h 28 *ConstituteImage(const size_t,const size_t,const char *,const StorageType,
stream.h 45 SetStreamInfoStorageType(StreamInfo *,const StorageType);
  /external/swiftshader/third_party/subzero/src/
IceClFlags.h 114 using Name##StorageType = \
117 Name##StorageType Name; \
121 Name##StorageType Value) { \
126 typename std::enable_if<!E, void>::type set##Name##Impl(Name##StorageType) { \
130 Name##StorageType get##Name() const { return Name; } \
131 void set##Name(Name##StorageType Value) { \
  /external/ImageMagick/Magick++/lib/Magick++/
Pixels.h 86 PixelData(Magick::Image &image_,std::string map_,const StorageType type_);
91 const StorageType type_);
113 const StorageType type_);
  /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,
  /external/llvm/include/llvm/IR/
DebugInfoMetadata.h 140 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...]
  /frameworks/native/libs/vr/libbroadcastring/include/libbroadcastring/
broadcast_ring.h 407 using StorageType = long; // NOLINT
412 static_assert(kRecordAlignment % sizeof(StorageType) == 0,
418 std::atomic<StorageType> data[sizeof(Record) / sizeof(StorageType)];
421 static_assert(sizeof(StorageType) *
424 "Record length must be a multiple of sizeof(StorageType)");
461 static_assert(sizeof(std::atomic<StorageType>) == sizeof(StorageType),
512 StorageType data[sizeof(Record) / sizeof(StorageType)];
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/FSVariable/
FSVariable.c 286 IN VARIABLE_STORAGE_TYPE StorageType,
317 VariableStoreHeader = (VARIABLE_STORE_HEADER *) mGlobal->VariableBase[StorageType];
327 if (!StorageType) {
371 if ((!StorageType) && ((Variable->Attributes & EFI_VARIABLE_HARDWARE_ERROR_RECORD) == EFI_VARIABLE_HARDWARE_ERROR_RECORD)) {
373 } else if ((!StorageType) && ((Variable->Attributes & EFI_VARIABLE_HARDWARE_ERROR_RECORD) != EFI_VARIABLE_HARDWARE_ERROR_RECORD)) {
392 if ((!StorageType) && ((Variable->Attributes & EFI_VARIABLE_HARDWARE_ERROR_RECORD) == EFI_VARIABLE_HARDWARE_ERROR_RECORD)) {
394 } else if ((!StorageType) && ((Variable->Attributes & EFI_VARIABLE_HARDWARE_ERROR_RECORD) != EFI_VARIABLE_HARDWARE_ERROR_RECORD)) {
402 mGlobal->LastVariableOffset[StorageType] = ValidBufferSize;
407 Status = mGlobal->VariableStore[StorageType]->Erase (
408 mGlobal->VariableStore[StorageType]
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h 157 DINode(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag,
261 GenericDINode(LLVMContext &C, StorageType Storage, unsigned Hash,
274 StorageType Storage, bool ShouldCreate = true) {
281 StorageType Storage, bool ShouldCreate = true);
336 DISubrange(LLVMContext &C, StorageType Storage, int64_t Count,
343 int64_t LowerBound, StorageType Storage,
374 DIEnumerator(LLVMContext &C, StorageType Storage, int64_t Value,
381 StringRef Name, StorageType Storage,
387 MDString *Name, StorageType Storage,
420 DIScope(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h 157 DINode(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag,
261 GenericDINode(LLVMContext &C, StorageType Storage, unsigned Hash,
274 StorageType Storage, bool ShouldCreate = true) {
281 StorageType Storage, bool ShouldCreate = true);
336 DISubrange(LLVMContext &C, StorageType Storage, int64_t Count,
343 int64_t LowerBound, StorageType Storage,
374 DIEnumerator(LLVMContext &C, StorageType Storage, int64_t Value,
381 StringRef Name, StorageType Storage,
387 MDString *Name, StorageType Storage,
420 DIScope(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h 157 DINode(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag,
261 GenericDINode(LLVMContext &C, StorageType Storage, unsigned Hash,
274 StorageType Storage, bool ShouldCreate = true) {
281 StorageType Storage, bool ShouldCreate = true);
336 DISubrange(LLVMContext &C, StorageType Storage, int64_t Count,
343 int64_t LowerBound, StorageType Storage,
374 DIEnumerator(LLVMContext &C, StorageType Storage, int64_t Value,
381 StringRef Name, StorageType Storage,
387 MDString *Name, StorageType Storage,
420 DIScope(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h 157 DINode(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag,
261 GenericDINode(LLVMContext &C, StorageType Storage, unsigned Hash,
274 StorageType Storage, bool ShouldCreate = true) {
281 StorageType Storage, bool ShouldCreate = true);
336 DISubrange(LLVMContext &C, StorageType Storage, int64_t Count,
343 int64_t LowerBound, StorageType Storage,
374 DIEnumerator(LLVMContext &C, StorageType Storage, int64_t Value,
381 StringRef Name, StorageType Storage,
387 MDString *Name, StorageType Storage,
420 DIScope(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h 157 DINode(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag,
261 GenericDINode(LLVMContext &C, StorageType Storage, unsigned Hash,
274 StorageType Storage, bool ShouldCreate = true) {
281 StorageType Storage, bool ShouldCreate = true);
336 DISubrange(LLVMContext &C, StorageType Storage, int64_t Count,
343 int64_t LowerBound, StorageType Storage,
374 DIEnumerator(LLVMContext &C, StorageType Storage, int64_t Value,
381 StringRef Name, StorageType Storage,
387 MDString *Name, StorageType Storage,
420 DIScope(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h 157 DINode(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag,
261 GenericDINode(LLVMContext &C, StorageType Storage, unsigned Hash,
274 StorageType Storage, bool ShouldCreate = true) {
281 StorageType Storage, bool ShouldCreate = true);
336 DISubrange(LLVMContext &C, StorageType Storage, int64_t Count,
343 int64_t LowerBound, StorageType Storage,
374 DIEnumerator(LLVMContext &C, StorageType Storage, int64_t Value,
381 StringRef Name, StorageType Storage,
387 MDString *Name, StorageType Storage,
420 DIScope(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h 157 DINode(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag,
261 GenericDINode(LLVMContext &C, StorageType Storage, unsigned Hash,
274 StorageType Storage, bool ShouldCreate = true) {
281 StorageType Storage, bool ShouldCreate = true);
336 DISubrange(LLVMContext &C, StorageType Storage, int64_t Count,
343 int64_t LowerBound, StorageType Storage,
374 DIEnumerator(LLVMContext &C, StorageType Storage, int64_t Value,
381 StringRef Name, StorageType Storage,
387 MDString *Name, StorageType Storage,
420 DIScope(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DebugInfoMetadata.h 157 DINode(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag,
261 GenericDINode(LLVMContext &C, StorageType Storage, unsigned Hash,
274 StorageType Storage, bool ShouldCreate = true) {
281 StorageType Storage, bool ShouldCreate = true);
336 DISubrange(LLVMContext &C, StorageType Storage, int64_t Count,
343 int64_t LowerBound, StorageType Storage,
374 DIEnumerator(LLVMContext &C, StorageType Storage, int64_t Value,
381 StringRef Name, StorageType Storage,
387 MDString *Name, StorageType Storage,
420 DIScope(LLVMContext &C, unsigned ID, StorageType Storage, unsigned Tag
    [all...]

Completed in 2470 milliseconds

1 2 3 4