Home
last modified time | relevance | path

Searched refs:Sample (Results 1 – 25 of 33) sorted by relevance

12

/minix/external/bsd/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp42 const SampleRecord &Sample = I.second; in write() local
48 OS << Sample.getSamples(); in write()
50 for (const auto &J : Sample.getCallTargets()) in write()
84 const SampleRecord &Sample = I.second; in write() local
87 encodeULEB128(Sample.getSamples(), OS); in write()
88 encodeULEB128(Sample.getCallTargets().size(), OS); in write()
89 for (const auto &J : Sample.getCallTargets()) { in write()
H A DSampleProfReader.cpp116 const SampleRecord &Sample = SI.second; in print() local
119 << ", number of samples: " << Sample.getSamples(); in print()
120 if (Sample.hasCalls()) { in print()
122 for (const auto &I : Sample.getCallTargets()) in print()
/minix/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DSIIntrinsics.td100 // Sample with comparison
112 // Sample with offsets
124 // Sample with comparison and offsets
176 …class Sample : Intrinsic <[llvm_v4f32_ty], [llvm_anyvector_ty, llvm_v32i8_ty, llvm_anyint_ty, llvm…
178 def int_SI_sample : Sample;
179 def int_SI_sampleb : Sample;
180 def int_SI_sampled : Sample;
181 def int_SI_samplel : Sample;
H A DSIInstructions.td2238 // Sample with comparison
2250 // Sample with offsets
2262 // Sample with comparison and offsets
/minix/crypto/external/bsd/openssl/dist/demos/cms/
H A Dencr.txt3 Sample OpenSSL Data for CMS encryption
/minix/crypto/external/bsd/openssl/dist/demos/smime/
H A Dencr.txt3 Sample OpenSSL Data for PKCS#7 encryption
/minix/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Doptimize-ivar-offset-load.m50 @interface Sample : SampleClass @end interface
52 @implementation Sample implementation
/minix/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dtest.gen2 # Sample for TESTSeq in test.asn1
/minix/external/bsd/llvm/dist/llvm/examples/ModuleMaker/
H A DREADME.txt2 // ModuleMaker Sample project
/minix/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/lib/tests/
H A Dnameprep.tsy59 * Sample string for `from' argument for map(),
77 * Sample string for `from' argument for isprohibited().
91 * Sample string for `from' argument for isunassigned().
105 * Sample string for `from' argument for isvalidbidi().
H A Dmapselector.tsy62 * Sample TLDs.
81 * Sample input string for mapping. (UCS4)
86 * Sample mapping results of IN_STRING.
H A Ddelimitermap.tsy64 * Sample string for `from' argument of map(),
H A Ducs4.tsy58 * Sample UTF8 and UCS4 strings.
H A Dnormalizer.tsy62 * Sample string for `from' argument of normalize(),
H A Dmapper.tsy69 * Sample string for `from' argument of map(),
H A Dchecker.tsy70 * Sample strings for `from' argument of normalize(),
/minix/external/bsd/bind/dist/bin/rndc/
H A Drndc.conf19 * Sample rndc configuration file.
/minix/external/bsd/dhcpcd/dist/dhcpcd-hooks/
H A D50-ypbind3 # Sample dhcpcd hook for ypbind
/minix/external/bsd/bind/dist/contrib/idn/idnkit-1.0-src/lib/
H A Didn.conf.sample.in3 # Sample file for idnkit configuration file (idn.conf).
/minix/external/bsd/bind/dist/doc/misc/
H A Droadmap42 contrib/sdb Sample drivers for the simple database interface
/minix/external/bsd/dhcp/dist/server/
H A Ddhcpd.conf.example3 # Sample configuration file for ISC dhcpd
/minix/external/bsd/file/dist/magic/magdir/
H A Daudio270 # Sample Vision <mpruett@sgi.com>
271 0 string SOUND\ SAMPLE\ DATA\ Sample Vision file
340 0 string IMPS Impulse Tracker Sample
361 76 string SCRS Scream Tracker Sample
/minix/external/bsd/llvm/dist/llvm/docs/
H A DHowToUseInstrMappings.rst60 Sample Example
/minix/crypto/external/bsd/openssl/dist/doc/apps/
H A Dreq.pod531 Sample configuration file prompting for field values:
569 Sample configuration containing all field values:
/minix/crypto/external/bsd/heimdal/dist/lib/wind/
H A Drfc3492.txt68 7.1 Sample strings.......................................14
751 7.1 Sample strings

12