Home
last modified time | relevance | path

Searched refs:scratch_ (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/src/google/protobuf/stubs/
Dsubstitute.h107 : text_(scratch_), size_(1) { scratch_[0] = value; } in SubstituteArg()
109 : text_(FastInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {} in SubstituteArg()
111 : text_(FastUInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {} in SubstituteArg()
113 : text_(FastInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {} in SubstituteArg()
115 : text_(FastUInt32ToBuffer(value, scratch_)), size_(strlen(text_)) {} in SubstituteArg()
117 : text_(FastLongToBuffer(value, scratch_)), size_(strlen(text_)) {} in SubstituteArg()
119 : text_(FastULongToBuffer(value, scratch_)), size_(strlen(text_)) {} in SubstituteArg()
121 : text_(FastInt64ToBuffer(value, scratch_)), size_(strlen(text_)) {} in SubstituteArg()
123 : text_(FastUInt64ToBuffer(value, scratch_)), size_(strlen(text_)) {} in SubstituteArg()
125 : text_(FloatToBuffer(value, scratch_)), size_(strlen(text_)) {} in SubstituteArg()
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dsubstitute.h123 : piece_(scratch_, 1) { in Arg()
124 scratch_[0] = value; in Arg()
127 : piece_(scratch_, in Arg()
128 numbers_internal::FastIntToBuffer(value, scratch_) - scratch_) {} in Arg()
130 : piece_(scratch_, in Arg()
131 numbers_internal::FastIntToBuffer(value, scratch_) - scratch_) {} in Arg()
133 : piece_(scratch_, in Arg()
134 numbers_internal::FastIntToBuffer(value, scratch_) - scratch_) {} in Arg()
136 : piece_(scratch_, in Arg()
137 numbers_internal::FastIntToBuffer(value, scratch_) - scratch_) {} in Arg()
[all …]
Dsubstitute.cc99 static_assert(sizeof(scratch_) >= sizeof(value) * 2 + 2, in Arg()
104 char* ptr = scratch_ + sizeof(scratch_); in Arg()
112 piece_ = absl::string_view(ptr, scratch_ + sizeof(scratch_) - ptr); in Arg()
118 char* const end = &scratch_[numbers_internal::kFastToBufferSize]; in Arg()
140 char* const end = &scratch_[numbers_internal::kFastToBufferSize]; in Arg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPU.td69 "Have scratch_* flat memory instructions"
/third_party/mesa3d/docs/relnotes/
D22.2.0.rst5241 - aco: improve support for scratch_* instructions
5249 - aco: use scratch_* for scratch load/store on GFX9+
5250 - aco: use scratch_* for VGPR spill/reload on GFX9+