Home
last modified time | relevance | path

Searched refs:Buff (Results 1 – 25 of 27) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DGCOV.cpp131 bool GCOVFunction::readGCNO(GCOVBuffer &Buff, GCOV::GCOVVersion Version) { in readGCNO() argument
133 if (!Buff.readInt(Dummy)) in readGCNO()
135 if (!Buff.readInt(Ident)) in readGCNO()
137 if (!Buff.readInt(Checksum)) in readGCNO()
141 if (!Buff.readInt(CfgChecksum)) in readGCNO()
149 if (!Buff.readString(Name)) in readGCNO()
151 if (!Buff.readString(Filename)) in readGCNO()
153 if (!Buff.readInt(LineNumber)) in readGCNO()
157 if (!Buff.readBlockTag()) { in readGCNO()
162 if (!Buff.readInt(BlockCount)) in readGCNO()
[all …]
/third_party/boost/boost/circular_buffer/
Ddetails.hpp198 template <class Buff, class Traits>
207 typedef iterator<Buff, typename Traits::nonconst_self> nonconst_self;
230 const Buff* m_buff;
251 iterator(const Buff* cb, const pointer p) : debug_iterator_base(cb), m_buff(cb), m_it(p) {} in iterator()
257 iterator(const Buff* cb, const pointer p) : m_buff(cb), m_it(p) {} in iterator()
287 difference_type operator - (const iterator<Buff, Traits0>& it) const { in operator -()
305 iterator<Buff, Traits> tmp = *this; in operator ++()
322 iterator<Buff, Traits> tmp = *this; in operator --()
342 iterator operator + (difference_type n) const { return iterator<Buff, Traits>(*this) += n; } in operator +()
357 iterator operator - (difference_type n) const { return iterator<Buff, Traits>(*this) -= n; } in operator -()
[all …]
/third_party/json/benchmarks/thirdparty/benchmark/src/
Dsysinfo.cc95 DataPtr Buff; member
98 ValueUnion() : Size(0), Buff(nullptr, &std::free) {} in ValueUnion()
102 Buff(::new (std::malloc(Size)) DataT(), &std::free) {} in ValueUnion()
106 explicit operator bool() const { return bool(Buff); } in operator bool()
108 char* data() const { return Buff->bytes; } in data()
113 if (Size == sizeof(Buff->uint32_value)) in GetAsInteger()
114 return static_cast<int32_t>(Buff->uint32_value); in GetAsInteger()
115 else if (Size == sizeof(Buff->uint64_value)) in GetAsInteger()
116 return static_cast<int64_t>(Buff->uint64_value); in GetAsInteger()
121 if (Size == sizeof(Buff->uint32_value)) in GetAsUnsigned()
[all …]
/third_party/json/test/thirdparty/Fuzzer/test/
DStrcmpTest.cpp12 char Buff[1024]; in Eq() local
15 if (Len >= sizeof(Buff)) return false; in Eq()
16 memcpy(Buff, (char*)Data, Len); in Eq()
17 Buff[Len] = 0; in Eq()
18 int res = strcmp(Buff, Str); in Eq()
/third_party/benchmark/src/
Dsysinfo.cc103 DataPtr Buff; member
106 ValueUnion() : Size(0), Buff(nullptr, &std::free) {} in ValueUnion()
110 Buff(::new (std::malloc(Size)) DataT(), &std::free) {} in ValueUnion()
114 explicit operator bool() const { return bool(Buff); } in operator bool()
116 char* data() const { return Buff->bytes; } in data()
121 if (Size == sizeof(Buff->uint32_value)) in GetAsInteger()
122 return static_cast<int32_t>(Buff->uint32_value); in GetAsInteger()
123 else if (Size == sizeof(Buff->uint64_value)) in GetAsInteger()
124 return static_cast<int64_t>(Buff->uint64_value); in GetAsInteger()
129 if (Size == sizeof(Buff->uint32_value)) in GetAsUnsigned()
[all …]
/third_party/boost/boost/range/detail/
Dmsvc_has_iterator_workaround.hpp27 template <class Buff, class Traits>
70 template <class Buff, class Traits>
71 struct has_iterator< ::boost::cb_details::iterator<Buff, Traits> >
75 template <class Buff, class Traits>
76 struct has_iterator< ::boost::cb_details::iterator<Buff, Traits> const>
/third_party/expat/examples/
Doutline.c56 char Buff[BUFFSIZE]; variable
103 len = (int)fread(Buff, 1, BUFFSIZE, stdin); in main()
110 if (XML_Parse(p, Buff, len, done) == XML_STATUS_ERROR) { in main()
/third_party/skia/third_party/externals/expat/expat/examples/
Doutline.c56 char Buff[BUFFSIZE]; variable
103 len = (int)fread(Buff, 1, BUFFSIZE, stdin); in main()
110 if (XML_Parse(p, Buff, len, done) == XML_STATUS_ERROR) { in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMUnwindOpAsm.cpp134 uint8_t Buff[16]; in EmitSPOffset() local
135 Buff[0] = ARM::EHABI::UNWIND_OPCODE_INC_VSP_ULEB128; in EmitSPOffset()
136 size_t ULEBSize = encodeULEB128((Offset - 0x204) >> 2, Buff + 1); in EmitSPOffset()
137 EmitBytes(Buff, ULEBSize + 1); in EmitSPOffset()
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-msl/frag/
Dswitch-unsigned-case.frag6 struct Buff
16 fragment main0_out main0(constant Buff& _15 [[buffer(0)]])
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-msl/frag/
Dswitch-unsigned-case.frag6 struct Buff
16 fragment main0_out main0(constant Buff& _15 [[buffer(0)]])
/third_party/json/test/thirdparty/Fuzzer/
DFuzzerUtil.cpp211 char Buff[1024]; in ExecuteCommandAndReadOutput() local
213 while ((N = fread(Buff, 1, sizeof(Buff), Pipe)) > 0) in ExecuteCommandAndReadOutput()
214 Out->append(Buff, N); in ExecuteCommandAndReadOutput()
/third_party/mindspore/mindspore/lite/minddata/wrapper/
DMDToDApi.cc80 const char *p = static_cast<char *>(StrBuff.Buff); in MDToDBuffToVector()
84 } while (p < static_cast<char *>(StrBuff.Buff) + StrBuff.DataSize); in MDToDBuffToVector()
180 … vec->assign(reinterpret_cast<T *>(MDBuff.Buff), reinterpret_cast<T *>(MDBuff.Buff) + nofElements); in MDBuffToVector()
235 errno_t ret = memcpy_s(resBuff->Buff, resBuff->MaxBuffSize, str.data(), resBuff->DataSize); in GetTensorToBuff()
243 … dh.DumpData(column->GetBuffer(), column->SizeInBytes(), resBuff->Buff, resBuff->MaxBuffSize); in GetTensorToBuff()
399 const char *p = reinterpret_cast<char *>(MDbuff.Buff); in MDToDApi_UpdateStringArray()
403 } while (p < reinterpret_cast<char *>(MDbuff.Buff) + MDbuff.DataSize); in MDToDApi_UpdateStringArray()
DMDToDApi.h26 void *Buff; member
/third_party/skia/third_party/externals/spirv-cross/shaders-hlsl/frag/
Dswitch-unsigned-case.frag7 layout(set = 0, binding = 0) uniform Buff
/third_party/skia/third_party/externals/spirv-cross/shaders-msl/frag/
Dswitch-unsigned-case.frag7 layout(set = 0, binding = 0) uniform Buff
/third_party/skia/third_party/externals/spirv-cross/reference/shaders/frag/
Dswitch-unsigned-case.frag5 layout(binding = 0, std140) uniform Buff
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders/frag/
Dswitch-unsigned-case.frag5 layout(binding = 0, std140) uniform Buff
/third_party/skia/third_party/externals/spirv-cross/shaders/frag/
Dswitch-unsigned-case.frag7 layout(set = 0, binding = 0) uniform Buff
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl/frag/
Dswitch-unsigned-case.frag1 cbuffer Buff : register(b0)
/third_party/skia/third_party/externals/spirv-cross/reference/opt/shaders-hlsl/frag/
Dswitch-unsigned-case.frag1 cbuffer Buff : register(b0)
/third_party/glslang/Test/
D310.inheritMemory.frag13 layout(std430, binding=2) buffer Buff {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DArrayRef.h157 T *Buff = A.template Allocate<T>(Length); in copy() local
158 std::uninitialized_copy(begin(), end(), Buff); in copy()
159 return ArrayRef<T>(Buff, Length); in copy()
/third_party/FatFs/documents/res/
Dapp3.c103 dr = disk_write(fil.fs->drv, Buff, org, 1024); /* Write 512KiB from top of the file */ in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DArrayRef.h174 T *Buff = A.template Allocate<T>(Length); in copy() local
175 std::uninitialized_copy(begin(), end(), Buff); in copy()
176 return ArrayRef<T>(Buff, Length); in copy()

12