Searched refs:Samples (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DSampleProfile.cpp84 Reader(), Samples(nullptr), Filename(Name), ProfileIsValid(false) {
168 /// \brief Samples collected for the body of this function.
169 FunctionSamples *Samples; member in class:__anon11079::SampleProfileLoader
230 unsigned Weight = Samples->samplesAt(LOffset, Discriminator);
769 Samples = Reader->getSamplesFor(F);
770 if (!Samples->empty())
/external/mesa3d/src/egl/main/
H A Deglconfig.h63 EGLint Samples; member in struct:_egl_config
111 ATTRIB_MAP(EGL_SAMPLES, Samples);
H A Deglconfig.c397 if (!conf->SampleBuffers && conf->Samples)
/external/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp94 FunctionSamples &Samples = I->second; local
95 ProfileMap[FName].merge(Samples);
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsintrp.c157 cmsUInt32Number Samples[MAX_INPUT_DIMENSIONS]; local
161 Samples[i] = nSamples;
164 return _cmsComputeInterpParamsEx(ContextID, Samples, InputChan, OutputChan, Table, dwFlags);
/external/v8/src/heap/
H A Dstore-buffer.cc163 static const struct Samples { struct

Completed in 227 milliseconds