Searched refs:type_t (Results 1 – 5 of 5) sorted by relevance
/external/llvm/test/CodeGen/Hexagon/ |
D | store-widen-aliased-load.ll | 8 %struct.type_t = type { i8, i8, [2 x i8] } 10 define zeroext i8 @foo(%struct.type_t* nocapture %p) nounwind { 12 %a = getelementptr inbounds %struct.type_t, %struct.type_t* %p, i32 0, i32 0 14 %b = getelementptr inbounds %struct.type_t, %struct.type_t* %p, i32 0, i32 1
|
/external/eigen/bench/ |
D | analyze-blocking-sizes.cpp | 76 enum class type_t { enum 84 type_t type; 88 , type(type_t::unknown) in inputfile_t() 99 if (type != type_t::unknown) { in inputfile_t() 103 type = type_t::all_pot_sizes; in inputfile_t() 107 if (type != type_t::unknown) { in inputfile_t() 111 type = type_t::default_sizes; in inputfile_t() 116 if (type == type_t::unknown) { in inputfile_t() 120 case type_t::all_pot_sizes: { in inputfile_t() 149 case type_t::default_sizes: { in inputfile_t() [all …]
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.h | 635 #define FUNCS(name, membername, type_t, converter, proto_type) \ argument 636 UPB_INLINE void upb_value_set ## name(upb_value *val, type_t cval) { \ 640 UPB_INLINE upb_value upb_value_ ## name(type_t val) { \ 645 UPB_INLINE type_t upb_value_get ## name(upb_value val) { \ 647 return (type_t)(converter)val.val; \
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.h | 846 #define FUNCS(name, membername, type_t, converter, proto_type) \ 847 UPB_INLINE void upb_value_set ## name(upb_value *val, type_t cval) { \ 851 UPB_INLINE upb_value upb_value_ ## name(type_t val) { \ 856 UPB_INLINE type_t upb_value_get ## name(upb_value val) { \ 858 return (type_t)(converter)val.val; \
|
/external/libvpx/libvpx/ |
D | libs.doxy_template | 239 # typedef struct type_s {} type_t, will appear in the documentation as a struct 240 # with name type_t. When disabled the typedef will appear as a member of a file,
|