Searched refs:start (Results 76 - 100 of 399) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/usr/bench/rcce/bt/
H A Drhs.c61 for (k = start(3,c); k <= cell_size(3,c)-end(3,c)-1; k++) {
62 for (j = start(2,c); j <= cell_size(2,c)-end(2,c)-1; j++) {
63 for (i = start(1,c); i <= cell_size(1,c)-end(1,c)-1; i++) {
120 if (start(1,c) > 0) {
121 for (k = start(3,c); k <= cell_size(3,c)-end(3,c)-1; k++) {
122 for (j = start(2,c); j <= cell_size(2,c)-end(2,c)-1; j++) {
140 for (k = start(3,c); k <= cell_size(3,c)-end(3,c)-1; k++) {
141 for (j = start(2,c); j <= cell_size(2,c)-end(2,c)-1; j++) {
142 for (i = 3*start(1,c); i <= cell_size(1,c)-3*end(1,c)-1; i++) {
155 for (k = start(
[all...]
H A Derror.c83 for (k = start(3,c); k <= cell_size(3,c)-end(3,c)-1; k++) {
84 for (j = start(2,c); j <= cell_size(2,c)-end(2,c)-1; j++) {
85 for (i = start(1,c); i <= cell_size(1,c)-end(1,c)-1; i++) {
/barrelfish-2018-10-04/usr/bench/tenaciousd_bench/
H A Dtenaciousd_bench.c43 uint64_t start = rdtsc(); local
49 durations[i][0] = middle - start;
/barrelfish-2018-10-04/usr/eclipseclp/CPViz/viz/src/ie/ucc/cccc/viz/
H A DVisualizerBoolChanneling.java45 int start = visualState.argumentInt("3");
56 start+i-1,Colors.LABEL_TEXT_COLOR);
/barrelfish-2018-10-04/include/barrelfish/
H A Dsys_debug.h47 errval_t sys_debug_create_irq_src_cap(struct capref cap, uint64_t start, uint64_t end);
54 errval_t sys_debug_cap_trace_ctrl(uintptr_t types, genpaddr_t start, gensize_t size);
/barrelfish-2018-10-04/usr/proc_mgmt/
H A Ddomain.c264 collections_listnode* start; local
265 collections_list_create(&start, NULL);
275 collections_list_insert(start, &entry->domainid);
282 collections_list_size(start));
284 *len = collections_list_size(start);
286 for (int i = 0; i < collections_list_size(start); i++) {
287 doms[i] = *((domainid_t*) collections_list_get_ith_item(start, i));
290 collections_list_release(start);
/barrelfish-2018-10-04/usr/tests/bomptest/
H A Dsync_progress.c50 uint64_t start = rdtsc(); local
58 && rdtsc() >= start + PERIOD) {
H A Dsync.c26 uint64_t now, start; local
38 start = rdtsc();
47 } while(now - start < WORK_PERIOD);
126 start = rdtsc();
200 printf("%s: threads %d, compute time %lu ticks\n", argv[0], nthreads, now - start);
/barrelfish-2018-10-04/tools/fastmodels/
H A Dshim.S12 .global invalidate_caches, start
15 start: label
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/controller/ehci/
H A Dusb_ehci_pipe.c64 * \brief handles the start event of a new bulk xfer
83 .start = usb_ehci_xfer_bulk_start
134 * \brief handles the start event of a new control xfer
161 .start = usb_ehci_xfer_ctrl_start
270 .start = usb_ehci_xfer_intr_start
317 * \brief handles the start event for a high speed isochronus transfer
332 .start = usb_ehci_xfer_hs_isoc_start
381 * \brief handles the start event for a full speed isochronus transfer
396 .start = usb_ehci_xfer_fs_isoc_start
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/
H A Dic_make_overlap_bivs.pl38 task, if the second task is in progress at the start of the first task.
63 /* Check the minimum resource required at a certain task start time is
108 Task1 = task with start:S1,
109 Task2 = task with [start:S2,duration:D2],
113 Task1 = task with start:S1,
114 Task2 = task with [start:S2,duration:D2,resource:R2],
120 Task1 = task with start:S1,
121 Task2 = task with [start:S2,duration:D2,resource:R2],
147 This sets the bivalued variable as soon as the bounds on the task start times
164 This sets up the propagation from start tim
[all...]
H A Dmake_overlap_bivs.pl38 task, if the second task is in progress at the start of the first task.
63 /* Check the minimum resource required at a certain task start time is
108 Task1 = task with start:S1,
109 Task2 = task with [start:S2,duration:D2],
113 Task1 = task with start:S1,
114 Task2 = task with [start:S2,duration:D2,resource:R2],
120 Task1 = task with start:S1,
121 Task2 = task with [start:S2,duration:D2,resource:R2],
147 This sets the bivalued variable as soon as the bounds on the task start times
164 This sets up the propagation from start tim
[all...]
/barrelfish-2018-10-04/lib/net/
H A Dnet_filter.c113 struct net_filter_ele* cur = filter_state.filters_ip.start;
146 tmp->filters_ip.start = NULL;
148 tmp->filters_mac.start = NULL;
187 struct net_filter_ele* cur = st->filters_ip.start;
193 st->filters_ip.start = malloc(sizeof(struct net_filter_ele));
194 cur = st->filters_ip.start;
258 struct net_filter_ele* cur = st->filters_ip.start;
297 st->filters_ip.start = cur->next;
/barrelfish-2018-10-04/usr/bcached/
H A Dmain.c36 struct waitlist *start, *end; member in struct:lru_queue::__anon1466
152 // Convert to byte offset from start of cache (XXX does this make sense when et == 0?)
175 if (e->waiters.start == NULL) {
176 e->waiters.start = e->waiters.end = wl;
191 if (e->waiters.start == NULL) {
195 wl = e->waiters.start;
196 e->waiters.start = wl->next;
231 e->waiters.start = e->waiters.end = NULL;
236 // Convert to byte offset from start of cache
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/rxspencer/
H A Dengine.c37 char *beginp; /* start of string -- virtual NUL precedes */
43 states fresh; /* states for a fresh start */
80 char *start; local
87 start = string + pmatch[0].rm_so;
90 start = string;
91 stop = start + strlen(start);
93 if (stop < start)
98 for (dp = start; dp < stop; dp++)
112 m->beginp = start;
[all...]
/barrelfish-2018-10-04/usr/bench/mem_bench/
H A Dmembench.c59 cycles_t start, end; local
65 start = bench_tsc();
70 runs[i] = end - start;
/barrelfish-2018-10-04/usr/startd/
H A Dspawn.c30 static const char *get_shortname(const char *start, const char *nameend, argument
36 while (shortname >= start && *shortname != '/') {
39 if (shortname != start) {
84 // find the start/end of the next line
85 const char *start = &bootmodules[*bmpos]; local
86 const char *end = strchr(start, '\n');
94 const char *args = memchr(start, ' ', end - start);
99 si->shortname = (char *)get_shortname(start, nameend, &si->shortnamelen);
105 si->name = malloc(nameend - start
[all...]
/barrelfish-2018-10-04/lib/lwip2/src/core/ipv6/
H A Dip6_frag.c92 PACK_STRUCT_FIELD(u16_t start);
156 if (iprh->start == 0) {
391 iprh->start = (offset & IP6_FRAG_OFFSET_MASK);
399 if (iprh->start < iprh_tmp->start) {
401 if (iprh->end > iprh_tmp->start) {
408 if (iprh->start < iprh_prev->end) {
426 } else if (iprh->start == iprh_tmp->start) {
431 } else if (iprh->start < iprh_tm
[all...]
/barrelfish-2018-10-04/include/vfs/
H A Dfdtab.h56 int fdtab_alloc_from(struct fdtab_entry *h, int start);
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/controller/ohci/
H A Dusb_ohci_pipe.c50 usb_ohci_xfer_bulk_enter, .start = usb_ohci_xfer_bulk_start
87 * \brief Function to start a bulk pipe. This function sets up the
123 usb_ohci_xfer_ctrl_enter, .start = usb_ohci_xfer_ctrl_start
160 * \brief Function to start a control pipe. This function sets up the
196 usb_ohci_xfer_intr_enter, .start = usb_ohci_xfer_intr_start
277 * \brief Function to start a interrupt pipe. This function sets up the
313 usb_ohci_xfer_isoc_enter, .start = usb_ohci_xfer_isoc_start
352 * \brief Function to start a interrupt pipe. This function sets up the
/barrelfish-2018-10-04/usr/tests/posixcompat/
H A Dpthreads.c107 struct timeval start; local
110 gettimeofday(&start, NULL);
122 double diff_usec = (((end).tv_sec*1000000L + (end).tv_usec) - ((start).tv_sec*1000000L+(start).tv_usec));
124 debug_printf("%s:%s:%d: end-start [usec] = %.4lf\n",
/barrelfish-2018-10-04/lib/libc/amd64/gen/
H A Dmakecontext.c44 __makecontext(ucontext_t *ucp, void (*start)(void), int argc, ...) argument
89 ucp->uc_mcontext.mc_rsi = (register_t)start;
/barrelfish-2018-10-04/tools/
H A Darm-mkbootelf.sh41 # Extract virtual start address, .text virtual address, .text file offset
57 echo "Entry address is not start of text section."
/barrelfish-2018-10-04/usr/bench/scheduling/
H A Dphases.c90 cycles_t start = bench_tsc(); local
94 timestamp[i] = end - start;
/barrelfish-2018-10-04/usr/bench/sdma_bench/
H A Dsdma_bench.c34 uint64_t start, end; \
35 sys_debug_hardware_global_timer_read(&start); \
38 assert(start > measure_overhead); \
39 start -= measure_overhead; \
42 outval = end - start; \
58 uint64_t start, end; local
59 sys_debug_hardware_global_timer_read(&start);
64 measure_overhead = (end - start) / runs;

Completed in 272 milliseconds

1234567891011>>