HomeSort by: relevance | last modified time | path
    Searched defs:sample (Results 1 - 25 of 70) sorted by relevancy

1 2 3

  /src/external/mit/isl/dist/
polyhedron_sample.c 19 struct isl_vec *sample; local
23 sample = isl_basic_set_sample_vec(isl_basic_set_copy(bset));
25 p = isl_printer_print_vec(p, sample);
28 assert(sample);
29 if (isl_vec_size(sample) > 0)
30 assert(isl_basic_set_contains(bset, sample));
32 isl_vec_free(sample);
isl_scan.c 26 __isl_take isl_vec *sample)
32 isl_vec_free(sample);
53 /* Call callback->add with the current sample value of the tableau "tab".
57 struct isl_vec *sample; local
61 sample = isl_tab_get_sample_value(tab);
62 if (!sample)
65 return callback->add(callback, sample);
71 struct isl_vec *sample; local
73 sample = isl_vec_alloc(bset->ctx, 1);
76 if (!sample)
    [all...]
basis_reduction_tab.c 195 struct isl_vec *sample = isl_tab_get_sample_value(lp->tab); local
196 if (!sample)
198 isl_seq_inner_product(lp->obj, sample->el + 1, lp->dim, &lp->tmp);
199 isl_seq_inner_product(lp->obj, sample->el + 1 + lp->dim, lp->dim, &lp->tmp2);
200 isl_int_cdiv_q(lp->tmp, lp->tmp, sample->el[0]);
201 isl_int_fdiv_q(lp->tmp2, lp->tmp2, sample->el[0]);
204 isl_vec_free(sample);
isl_map_private.h 74 struct isl_vec *sample; member in struct:isl_basic_map
  /src/external/bsd/ntp/dist/tests/libntp/
humandate.c 27 time_t sample = 1276601278; local
31 tm = localtime(&sample);
36 TEST_ASSERT_EQUAL_STRING(expected, humantime(sample));
44 time_t sample; local
48 time(&sample);
50 tm = localtime(&sample);
55 TEST_ASSERT_EQUAL_STRING(expected, humantime(sample));
  /src/external/gpl3/binutils/dist/gprof/
hist.h 30 int *sample; /* Histogram samples (shorts in the file!). */ member in struct:histogram
37 each sample covers HIST_SCALE bytes. */
  /src/external/gpl3/binutils/dist/gprofng/src/
hist.h 30 int *sample; /* Histogram samples (shorts in the file!). */ member in struct:histogram
Stats_data.cc 26 #include "Sample.h"
114 // Return the data values corresponding to the "index"'th sample.
118 Sample* sample = (Sample*) packets->getObjValue (PROP_SMPLOBJ, index); local
119 prusage = sample->get_usage ();
Ovw_data.cc 29 #include "Sample.h"
67 // This routine will return the totals values for item in the sample.
161 Sample *sample = (Sample*) packets->getObjValue (PROP_SMPLOBJ, index); local
162 extract_data (ovw_item, sample);
163 hr2timestruc (&ovw_item->start, sample->get_start_time () - exp_start);
164 hr2timestruc (&ovw_item->end, sample->get_end_time () - exp_start);
168 ovw_item->number = sample->get_number ();
169 ovw_item->start_label = sample->get_start_label ()
    [all...]
Expression.cc 34 #include "Sample.h"
325 Sample *sample = ctx->exp->map_event_to_Sample (tstamp); local
326 v.val = sample ? sample->get_number () : -1;
  /src/external/gpl3/binutils.old/dist/gprof/
hist.h 30 int *sample; /* Histogram samples (shorts in the file!). */ member in struct:histogram
37 each sample covers HIST_SCALE bytes. */
  /src/external/apache2/llvm/dist/libcxx/benchmarks/
to_chars.bench.cpp 35 struct sample { struct
39 std::array<sample, 1000> data;
43 return sample{unsigned((result.ptr - buffer) / 2), value};
  /src/external/apache2/llvm/dist/llvm/include/llvm/FuzzMutate/
Random.h 52 /// Sample each item in \c Items with unit weight
53 template <typename RangeT> ReservoirSampler &sample(RangeT &&Items) { function in class:llvm::ReservoirSampler
55 sample(I, 1);
59 /// Sample a single item with the given weight.
60 ReservoirSampler &sample(const T &Item, uint64_t Weight) { function in class:llvm::ReservoirSampler
77 RS.sample(Items);
85 RS.sample(Item, Weight);
  /src/external/bsd/ntp/dist/scripts/monitoring/
lr.pl 32 ;# sample(x, y, tag); enter sample
55 sub sample($$) subroutine
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Stats_data.cc 26 #include "Sample.h"
114 // Return the data values corresponding to the "index"'th sample.
118 Sample* sample = (Sample*) packets->getObjValue (PROP_SMPLOBJ, index); local
119 prusage = sample->get_usage ();
Ovw_data.cc 29 #include "Sample.h"
67 // This routine will return the totals values for item in the sample.
161 Sample *sample = (Sample*) packets->getObjValue (PROP_SMPLOBJ, index); local
162 extract_data (ovw_item, sample);
163 hr2timestruc (&ovw_item->start, sample->get_start_time () - exp_start);
164 hr2timestruc (&ovw_item->end, sample->get_end_time () - exp_start);
168 ovw_item->number = sample->get_number ();
169 ovw_item->start_label = sample->get_start_label ()
    [all...]
Expression.cc 34 #include "Sample.h"
325 Sample *sample = ctx->exp->map_event_to_Sample (tstamp); local
326 v.val = sample ? sample->get_number () : -1;
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_pmu.h 97 * @sample: Current and previous (raw) counters for sampling events.
104 struct i915_pmu_sample sample[__I915_NUM_PMU_SAMPLERS]; member in struct:i915_pmu
  /src/sys/arch/mips/cavium/dev/
octeon_rnm.c 67 * The first sample of each RO always seems to be zero. Further,
89 * more than one sample from each RO could be squeezed in there.
121 #define ENT_DELAY_CLOCK 8 /* cycles for each 64-bit RO sample batch */
166 uint64_t bist_status, sample, expected = UINT64_C(0xd654ff35fadf866b); local
189 * 81 cycles for it to produce a single sample, and draw the
190 * deterministic sample to test.
198 sample = octrnm_load(sc);
199 if (sample != expected)
201 " expected %016"PRIx64, sample, expected);
229 /* Sample the ring oscillators round-robin. *
    [all...]
  /src/external/bsd/zstd/dist/tests/fuzz/
zstd_helpers.c 176 size_t sample = 0; local
179 for (sample = 0; sample < nbSamples; ++sample) {
183 size_t const toCopy = MIN(limit, remaining / (nbSamples - sample));
186 samplesSizes[sample] = toCopy;
  /src/sys/arch/shark/shark/
profile.c 495 /* now check whether we want this sample.
579 struct profHashEntry *sample; local
611 first = sample = &table->entries[index];
615 while ( (sample->pc != lr) && (table->hdr.last < table->hdr.tableSize) )
617 if (sample->pc == 0)
620 sample->pc = lr;
624 if (sample->next != 0)
627 prev = sample;
628 sample = &table->entries[sample->next]
694 struct profHashEntry *sample; local
    [all...]
  /src/sys/lib/libkern/
entpool.c 150 /* Enter the sample, stirring as needed. */
172 * Return true if the sample was consumed in its entirety, or true
173 * if the sample was truncated so the caller should arrange to
195 * Truncate the sample and enter it with 1-byte length encoding
423 uint8_t sample[1] = {0xff};
430 entpool_enter(P, sample, 1);
443 entpool_enter(P, sample, 1);
459 entpool_enter(P, sample, 1);
478 entpool_enter(P, sample, 1);
485 if (!entpool_enter_nostir(P, sample, 1)
416 uint8_t sample[1] = {0xff}; local
    [all...]
  /src/usr.sbin/tprof/
tprof_analyze.c 204 tprof_sample_t sample; local
205 size_t n = fread(&sample, sizeof(sample), 1, f);
216 if (filter_by_pid && (pid_t)sample.s_pid != target_pid) {
219 in_kernel = (sample.s_flags & TPROF_SAMPLE_INKERNEL) != 0;
225 a->addr = (uint64_t)sample.s_pc;
227 a->pid = sample.s_pid;
232 a->lwpid = sample.s_lwpid;
237 a->cpuid = sample.s_cpuid;
251 c = __SHIFTOUT(sample.s_flags, TPROF_SAMPLE_COUNTER_MASK)
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/common/
hwcfuncs.h 75 hwc_sample_t sample[MAX_PICS]; /* counter samples or start values */ member in struct:__anon10198
78 #define HWCFUNCS_SAMPLE_RESET(sample) \
80 (sample)->smpl_pc =HWCFUNCS_INVALID_U64; \
81 (sample)->smpl_data_source =HWCFUNCS_INVALID_U64; \
82 (sample)->smpl_latency =HWCFUNCS_INVALID_U64; \
83 (sample)->smpl_mem_addr =HWCFUNCS_INVALID_U64; \
86 #define HWCFUNCS_SAMPLE_IS_RESET(sample) \
88 (sample)->smpl_pc ==HWCFUNCS_INVALID_U64 && \
89 (sample)->smpl_data_source==HWCFUNCS_INVALID_U64 && \
90 (sample)->smpl_latency ==HWCFUNCS_INVALID_U64 &&
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/common/
hwcfuncs.h 75 hwc_sample_t sample[MAX_PICS]; /* counter samples or start values */ member in struct:__anon11671
78 #define HWCFUNCS_SAMPLE_RESET(sample) \
80 (sample)->smpl_pc =HWCFUNCS_INVALID_U64; \
81 (sample)->smpl_data_source =HWCFUNCS_INVALID_U64; \
82 (sample)->smpl_latency =HWCFUNCS_INVALID_U64; \
83 (sample)->smpl_mem_addr =HWCFUNCS_INVALID_U64; \
86 #define HWCFUNCS_SAMPLE_IS_RESET(sample) \
88 (sample)->smpl_pc ==HWCFUNCS_INVALID_U64 && \
89 (sample)->smpl_data_source==HWCFUNCS_INVALID_U64 && \
90 (sample)->smpl_latency ==HWCFUNCS_INVALID_U64 &&
    [all...]

Completed in 27 milliseconds

1 2 3