Home
last modified time | relevance | path

Searched refs:dump_ (Results 1 – 8 of 8) sorted by relevance

/third_party/vixl/test/aarch64/
Dtest-utils-aarch64.h97 VIXL_ASSERT(sizeof(dump_.d_[0]) == kDRegSizeInBytes); in RegisterDump()
98 VIXL_ASSERT(sizeof(dump_.s_[0]) == kSRegSizeInBytes); in RegisterDump()
99 VIXL_ASSERT(sizeof(dump_.h_[0]) == kHRegSizeInBytes); in RegisterDump()
100 VIXL_ASSERT(sizeof(dump_.d_[0]) == kXRegSizeInBytes); in RegisterDump()
101 VIXL_ASSERT(sizeof(dump_.s_[0]) == kWRegSizeInBytes); in RegisterDump()
102 VIXL_ASSERT(sizeof(dump_.x_[0]) == kXRegSizeInBytes); in RegisterDump()
103 VIXL_ASSERT(sizeof(dump_.w_[0]) == kWRegSizeInBytes); in RegisterDump()
104 VIXL_ASSERT(sizeof(dump_.q_[0]) == kQRegSizeInBytes); in RegisterDump()
122 return dump_.w_[code]; in wreg()
130 return dump_.x_[code]; in xreg()
[all …]
Dtest-utils-aarch64.cc667 __ Mov(dump_base, reinterpret_cast<uintptr_t>(&dump_)); in Dump()
/third_party/protobuf/js/
Ddebug.js64 return /** @type {Object} */ (jspb.debug.dump_(message));
76 jspb.debug.dump_ = function(thing) { function
92 return goog.array.map(thing, jspb.debug.dump_);
99 mapObject[entry.value[0]] = jspb.debug.dump_(entry.value[1]);
118 object[jspb.debug.formatFieldName_(match[1])] = jspb.debug.dump_(val);
139 jspb.debug.dump_(extVal);
/third_party/libsnd/src/
Dtest_endswap.tpl49 dump_[+ (get "name") +]_array (const char * name, [+ (get "name") +] * data, int datalen)
56 } /* dump_[+ (get "name") +]_array */
74 dump_[+ (get "name") +]_array ("orig", orig, ARRAY_LEN (orig)) ;
75 dump_[+ (get "name") +]_array ("first", first, ARRAY_LEN (first)) ;
81 dump_[+ (get "name") +]_array ("orig", orig, ARRAY_LEN (orig)) ;
82 dump_[+ (get "name") +]_array ("second", second, ARRAY_LEN (second)) ;
90 dump_[+ (get "name") +]_array ("orig", orig, ARRAY_LEN (orig)) ;
91 dump_[+ (get "name") +]_array ("first", first, ARRAY_LEN (first)) ;
100 dump_[+ (get "name") +]_array ("orig", orig, ARRAY_LEN (orig)) ;
101 dump_[+ (get "name") +]_array ("first", first, ARRAY_LEN (first)) ;
/third_party/vixl/test/aarch32/
Dtest-utils-aarch32.h105 VIXL_ASSERT(sizeof(dump_.r_[0]) == kRegSizeInBytes); in RegisterDump()
122 return dump_.r_[code]; in reg()
129 vec128_t content = {dump_.d_[code * 2], dump_.d_[(code * 2) + 1]}; in GetQRegisterBits()
137 return dump_.d_[code]; in GetDRegisterBits()
159 return dump_.flags_ & NZCVFlag; in flags_nzcv()
181 } dump_; variable
Dtest-utils-aarch32.cc45 VIXL_STATIC_ASSERT(sizeof(dump_.r_[0]) == kRegSizeInBytes); in Dump()
46 VIXL_STATIC_ASSERT(sizeof(dump_.d_[0]) == kDRegSizeInBytes); in Dump()
57 __ Mov(dump_base, Operand::From(&dump_)); in Dump()
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
Dsvga_dump.c2078 dump_##ElementType((const ElementType *)body); \
/third_party/libdrm/tests/modetest/
Dmodetest.c2183 #define dump_resource(dev, res) if (res) dump_##res(dev) in main()