/third_party/mesa3d/src/gallium/frontends/clover/llvm/codegen/ |
H A D | common.cpp | 205 const auto actual_type = in make_kernel_args() local 209 if (actual_type->isPointerTy()) { in make_kernel_args() 211 cast< ::llvm::PointerType>(actual_type)->getAddressSpace(); in make_kernel_args() 218 ::llvm::PointerType>(actual_type)->getPointerElementType(); in make_kernel_args()
|
/third_party/skia/src/core/ |
H A D | SkTraceEvent.h | 225 #define INTERNAL_DECLARE_SET_TRACE_VALUE(actual_type, \ 229 actual_type arg, \ 238 #define INTERNAL_DECLARE_SET_TRACE_VALUE_INT(actual_type, \ 241 actual_type arg, \
|
/third_party/musl/porting/linux/user/src/fdsan/ |
H A D | fdsan.c | 243 const char* actual_type = fdsan_get_tag_type(tag); in fdsan_close_with_tag() local 249 fd, expected_type, expected_owner, actual_type, actual_owner); in fdsan_close_with_tag() 257 fd, actual_type, actual_owner); in fdsan_close_with_tag()
|
/third_party/musl/src/fdsan/linux/ |
H A D | fdsan.c | 286 const char* actual_type = fdsan_get_tag_type(tag); in fdsan_close_with_tag() local 292 fd, expected_type, expected_owner, actual_type, actual_owner); in fdsan_close_with_tag() 300 fd, actual_type, actual_owner); in fdsan_close_with_tag()
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | trace-event.h | 175 #define INTERNAL_DECLARE_SET_TRACE_VALUE(actual_type, value_type_id) \ 176 static V8_INLINE void SetTraceValue(actual_type arg, unsigned char* type, \
|
/third_party/skia/third_party/externals/angle2/src/third_party/trace_event/ |
H A D | trace_event.h | 620 #define INTERNAL_DECLARE_SET_TRACE_VALUE(actual_type, union_member, value_type_id) \ 621 static inline void setTraceValue(actual_type arg, unsigned char *type, \ 630 #define INTERNAL_DECLARE_SET_TRACE_VALUE_INT(actual_type, value_type_id) \ 631 static inline void setTraceValue(actual_type arg, unsigned char *type, \
|
/third_party/node/src/tracing/ |
H A D | trace_event.h | 528 #define INTERNAL_DECLARE_SET_TRACE_VALUE(actual_type, union_member, \ 530 static inline void SetTraceValue(actual_type arg, unsigned char* type, \ 538 #define INTERNAL_DECLARE_SET_TRACE_VALUE_INT(actual_type, value_type_id) \ 539 static inline void SetTraceValue(actual_type arg, unsigned char* type, \
|
/third_party/skia/third_party/externals/dawn/src/dawn_platform/tracing/ |
H A D | TraceEvent.h | 843 #define INTERNAL_DECLARE_SET_TRACE_VALUE(actual_type, union_member, value_type_id) \ 844 static inline void setTraceValue(actual_type arg, unsigned char* type, uint64_t* value) { \ 851 #define INTERNAL_DECLARE_SET_TRACE_VALUE_INT(actual_type, value_type_id) \ 852 static inline void setTraceValue(actual_type arg, unsigned char* type, uint64_t* value) { \
|
/third_party/node/deps/v8/src/tracing/ |
H A D | trace-event.h | 439 #define INTERNAL_DECLARE_SET_TRACE_VALUE(actual_type, value_type_id) \ 440 static V8_INLINE void SetTraceValue(actual_type arg, unsigned char* type, \
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | protostream_objectsource.cc | 177 WireFormatLite::WireType actual_type = WireFormatLite::GetTagWireType(tag); in FindAndVerifyField() local 178 if (actual_type != expected_type && in FindAndVerifyField() 180 actual_type != WireFormatLite::WIRETYPE_LENGTH_DELIMITED)) { in FindAndVerifyField()
|
/third_party/alsa-lib/include/ |
H A D | pcm.h | 389 unsigned int actual_type:4; /**< actual type if hardware could not support requested timestamp */ member 1077 report->actual_type = (data >> 1) & 0xF; in snd_pcm_unpack_audio_tstamp_report()
|
/third_party/libinput/test/ |
H A D | litest.c | 3327 enum libinput_event_type actual_type = libinput_event_get_type(event); in _litest_assert_event_type_is_one_of() local 3333 match = (actual_type == expected_type); in _litest_assert_event_type_is_one_of()
|
/third_party/node/deps/v8/src/torque/ |
H A D | implementation-visitor.cc | 636 const Type* actual_type = signature.parameter_types.types[i]; in Visit() local 672 expected_types = {actual_type}; in Visit() 675 actual_type) == expected_types.end()) { in Visit() 678 " but found type ", *actual_type) in Visit()
|