Searched defs:Type (Results 76 - 100 of 776) sorted by relevance

1234567891011>>

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_clang.h47 INLINE typename T::Type atomic_fetch_add(volatile T *a,
48 typename T::Type v, memory_order mo) {
55 INLINE typename T::Type atomic_fetch_sub(volatile T *a,
56 typename T::Type v, memory_order mo) {
63 INLINE typename T::Type atomic_exchange(volatile T *a,
64 typename T::Type v, memory_order mo) {
76 typename T::Type *cmp,
77 typename T::Type xchg,
79 typedef typename T::Type Type; typedef
[all...]
/external/deqp/framework/referencerenderer/
H A DrrPrimitiveTypes.hpp53 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_TRIANGLES> { typedef pa::Triangle Type; typedef pa::Triangle BaseType; typedef pa::Triangles Assembler; }; typedef in struct:rr::PrimitiveTypeTraits
54 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_TRIANGLE_STRIP> { typedef pa::Triangle Type; typedef pa::Triangle BaseType; typedef pa::TriangleStrip Assembler; }; typedef in struct:rr::PrimitiveTypeTraits
55 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_TRIANGLE_FAN> { typedef pa::Triangle Type; typedef pa::Triangle BaseType; typedef pa::TriangleFan Assembler; }; typedef in struct:rr::PrimitiveTypeTraits
56 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_LINES> { typedef pa::Line Type; typedef pa::Line BaseType; typedef pa::Lines Assembler; }; typedef in struct:rr::PrimitiveTypeTraits
57 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_LINE_STRIP> { typedef pa::Line Type; typedef pa::Line BaseType; typedef pa::LineStrip Assembler; }; typedef in struct:rr::PrimitiveTypeTraits
58 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_LINE_LOOP> { typedef pa::Line Type; typedef pa::Line BaseType; typedef pa::LineLoop Assembler; }; typedef in struct:rr::PrimitiveTypeTraits
59 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_POINTS> { typedef pa::Point Type; typedef pa::Point BaseType; typedef pa::Points Assembler; }; typedef in struct:rr::PrimitiveTypeTraits
60 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_LINES_ADJACENCY> { typedef pa::LineAdjacency Type; typedef pa::Line BaseType; typedef pa::LinesAdjacency Assembler; }; typedef in struct:rr::PrimitiveTypeTraits
61 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_LINE_STRIP_ADJACENCY> { typedef pa::LineAdjacency Type; typedef pa::Line BaseType; typedef pa::LineStripAdjacency Assembler; }; typedef in struct:rr::PrimitiveTypeTraits
62 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_TRIANGLES_ADJACENCY> { typedef pa::TriangleAdjacency Type; typede typedef in struct:rr::PrimitiveTypeTraits
63 template <> struct PrimitiveTypeTraits<PRIMITIVETYPE_TRIANGLE_STRIP_ADJACENCY> { typedef pa::TriangleAdjacency Type; typedef pa::Triangle BaseType; typedef pa::TriangleStripAdjacency Assembler; }; typedef in struct:rr::PrimitiveTypeTraits
[all...]
/external/guice/extensions/grapher/src/com/google/inject/grapher/
H A DBindingEdge.java31 public enum Type { enum in class:BindingEdge
40 private final Type type;
42 public BindingEdge(NodeId fromId, NodeId toId, Type type) {
47 public Type getType() {
/external/libmojo/mojo/edk/system/
H A Ddispatcher.h53 enum class Type { class in class:mojo::edk::Dispatcher
67 virtual Type GetType() const = 0;
232 Type type,
251 Dispatcher::Type type) {
/external/llvm/include/llvm/DebugInfo/CodeView/
H A DFieldListRecordBuilder.h21 MethodInfo() : Access(), Kind(), Options(), Type(), VTableSlotOffset(-1) {}
24 TypeIndex Type, int32_t VTableSlotOffset)
25 : Access(Access), Kind(Kind), Options(Options), Type(Type),
31 TypeIndex getType() const { return Type; }
38 TypeIndex Type; member in class:llvm::codeview::MethodInfo
60 void writeVFPtr(const VFPtrRecord &Type);
23 MethodInfo(MemberAccess Access, MethodKind Kind, MethodOptions Options, TypeIndex Type, int32_t VTableSlotOffset) argument
/external/llvm/include/llvm/MC/
H A DMCSymbolCOFF.h18 mutable uint16_t Type; member in class:llvm::MCSymbolCOFF
30 : MCSymbol(SymbolKindCOFF, Name, isTemporary), Type(0) {}
33 return Type;
36 Type = Ty;
/external/llvm/lib/Support/
H A DDebug.cpp65 void setCurrentDebugType(const char *Type) { argument
67 CurrentDebugType->push_back(Type);
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp41 unsigned Type) const override;
53 unsigned Type) const {
57 switch (Type) {
81 unsigned Type = 0; local
91 Type = ELF::R_ARM_REL32;
96 Type = ELF::R_ARM_TLS_IE32;
99 Type = ELF::R_ARM_GOT_PREL;
102 Type = ELF::R_ARM_PREL31;
110 Type = ELF::R_ARM_CALL;
113 Type
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonBitTracker.h49 // Type of formal parameter extension.
52 char Type; member in struct:llvm::HexagonEvaluator::ExtType
54 ExtType() : Type(0), Width(0) {}
55 ExtType(char t, uint16_t w) : Type(t), Width(w) {}
/external/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiELFObjectWriter.cpp31 unsigned Type) const override;
45 unsigned Type; local
49 Type = ELF::R_LANAI_21;
52 Type = ELF::R_LANAI_21_F;
55 Type = ELF::R_LANAI_25;
59 Type = ELF::R_LANAI_32;
62 Type = ELF::R_LANAI_HI16;
65 Type = ELF::R_LANAI_LO16;
68 Type = ELF::R_LANAI_NONE;
74 return Type;
[all...]
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp32 unsigned Type) const override;
75 unsigned Type; local
85 Type = ELF::R_PPC_REL24;
88 Type = ELF::R_PPC_PLTREL24;
91 Type = ELF::R_PPC_LOCAL24PC;
97 Type = ELF::R_PPC_REL14;
103 Type = ELF::R_PPC_REL16;
106 Type = ELF::R_PPC_REL16_LO;
109 Type = ELF::R_PPC_REL16_HI;
112 Type
[all...]
/external/llvm/lib/Target/X86/
H A DX86IntrinsicsInfo.h44 IntrinsicType Type; member in struct:llvm::IntrinsicData
/external/mesa3d/src/egl/main/
H A Deglsync.h47 EGLenum Type; member in struct:_egl_sync
/external/mesa3d/src/gallium/state_trackers/nine/
H A Dresource9.c40 D3DRESOURCETYPE Type,
48 "Type=%d Pool=%d Usage=%d\n",
50 Type, Pool, Usage);
95 This->type = Type;
36 NineResource9_ctor( struct NineResource9 *This, struct NineUnknownParams *pParams, struct pipe_resource *initResource, BOOL Allocate, D3DRESOURCETYPE Type, D3DPOOL Pool, DWORD Usage) argument
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_pageobject.h23 enum Type { enum in class:CPDF_PageObject
34 virtual Type GetType() const = 0;
/external/pdfium/xfa/fwl/
H A Dcfwl_event.h21 enum class Type { class in class:CFWL_Event
37 explicit CFWL_Event(Type type);
38 CFWL_Event(Type type, CFWL_Widget* pSrcTarget);
39 CFWL_Event(Type type, CFWL_Widget* pSrcTarget, CFWL_Widget* pDstTarget);
42 Type GetType() const { return m_type; }
48 Type m_type;
/external/protobuf/python/google/protobuf/internal/
H A Dapi_implementation.py107 def Type(): function
111 # See comment on 'Type' above.
/external/skia/include/utils/
H A DSkPaintFilterCanvas.h26 enum Type { enum in class:SkPaintFilterCanvas
57 virtual bool onFilter(SkTCopyOnFirstWrite<SkPaint>* paint, Type type) const = 0;
/external/skia/src/core/
H A DSkEdge.h20 enum Type { enum in struct:SkEdge
/external/skia/src/xml/
H A DSkDOM.h41 enum Type { enum in class:SkDOM
45 Type getType(const Node*) const;
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCAtom.h37 AtomType Type; member in class:llvm::MCAtom
46 : Type(T), Parent(P), Begin(B), End(E) { }
49 bool isTextAtom() { return Type == TextAtom; }
50 bool isDataAtom() { return Type == DataAtom; }
/external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
H A DEDToken.h48 enum tokenType Type; member in struct:llvm::EDToken
/external/swiftshader/third_party/LLVM/lib/Support/
H A DDebug.cpp96 void llvm::SetCurrentDebugType(const char *Type) { argument
97 CurrentDebugType = Type;
/external/swiftshader/third_party/llvm-subzero/lib/Support/
H A DDebug.cpp65 void setCurrentDebugType(const char *Type) { argument
67 CurrentDebugType->push_back(Type);
/external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
H A DNetworkInterfaceIdentifier.h59 ///< option 60 in DHCP. For a Type of EfiNetworkInterfaceUndi, this field is UNDI.
60 UINT8 Type; ///< Network interface type. This will be set to one of the values member in struct:_EFI_NETWORK_INTERFACE_IDENTIFIER_PROTOCOL

Completed in 867 milliseconds

1234567891011>>