Searched refs:start (Results 101 - 125 of 399) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/usr/examples/xmpl-trace/
H A Dtrace.c34 // Tell the trace system when to start and stop. We can also
45 // start the trace going by providing the start event
66 uint64_t start = rdtsc(); local
69 times[i] = end-start;
168 printf("%.*s: Error, no tracing support, cannot start xmpl-trace\n",
/barrelfish-2018-10-04/usr/monitor/
H A Dtiming.c103 cycles_t start = bench_tsc(); local
107 timestamp[i] = end - start;
/barrelfish-2018-10-04/lib/lwip/src/
H A Dsys_arch.c137 systime_t start, end; local
138 start = get_system_time();
144 return end - start;
235 systime_t start, end; local
236 start = get_system_time();
268 res = end - start;
/barrelfish-2018-10-04/lib/lwip2/src/
H A Dsys_arch.c147 systime_t start, end;
148 start = get_system_time();
154 return end - start;
245 systime_t start, end;
246 start = get_system_time();
278 res = end - start;
/barrelfish-2018-10-04/usr/tests/devif/
H A Dudp_queue.c85 uint64_t start = 0, end = 0; local
92 start = rdtsc();
108 total_rx += end - start;
163 uint64_t total = 0, start = 0, end = 0; local
166 start = rdtsc();
184 total += end - start;
/barrelfish-2018-10-04/lib/lwip/src/core/ipv4/
H A Dip_frag.c91 PACK_STRUCT_FIELD(u16_t start);
173 if (iprh->start == 0) {
351 iprh->start = offset;
358 if (iprh->start < iprh_tmp->start) {
364 if ((iprh->start < iprh_prev->end)
365 || (iprh->end > iprh_tmp->start)) {
376 } else if (iprh->start == iprh_tmp->start) {
380 } else if (iprh->start < iprh_tm
[all...]
/barrelfish-2018-10-04/lib/lwip2/src/core/ipv4/
H A Dip4_frag.c96 PACK_STRUCT_FIELD(u16_t start);
175 if (iprh->start == 0) {
359 iprh->start = offset;
366 if (iprh->start < iprh_tmp->start) {
372 if ((iprh->start < iprh_prev->end) || (iprh->end > iprh_tmp->start)) {
383 } else if (iprh->start == iprh_tmp->start) {
387 } else if (iprh->start < iprh_tm
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/
H A Dbn_exp.c243 int start=1; local
305 start=1; /* This is used to avoid multiplication etc
318 if (!start)
346 if (!start)
360 start=0;
376 int start=1; local
451 start=1; /* This is used to avoid multiplication etc
463 if (!start)
493 if (!start)
507 start
880 int start=1; local
[all...]
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mthca/
H A Dmthca_memfree.c324 int start, int end)
329 for (i = start; i <= end; i += inc) {
338 while (i > start) {
347 int start, int end)
354 for (i = start; i <= end; i += MTHCA_TABLE_CHUNK_SIZE / table->obj_size)
522 vm_offset_t start;
539 start = 0;
566 start = uaddr & PAGE_MASK;
567 ret = vm_map_wire(&proc->p_vmspace->vm_map, start, start
323 mthca_table_get_range(struct mthca_dev *dev, struct mthca_icm_table *table, int start, int end) argument
346 mthca_table_put_range(struct mthca_dev *dev, struct mthca_icm_table *table, int start, int end) argument
668 vm_offset_t start; local
685 int start, end, dir; local
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/rxspencer/
H A Dregcomp.c411 register sopno start = HERE(); local
431 REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */
659 register char start, finish; local
697 start = p_b_symbol(p);
706 finish = start;
708 REQUIRE(start <= finish, REG_ERANGE);
709 for (i = start; i <= finish; i++)
907 == static void repeat(register struct parse *p, sopno start, int from, int to);
910 repeat(p, start, from, to)
912 sopno start; /* operan
1498 sop *start; local
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/pem/
H A Dpem_info.c131 start:
140 goto start;
151 goto start;
162 goto start;
174 goto start;
196 goto start;
218 goto start;
/barrelfish-2018-10-04/usr/bench/rcce/bt/
H A Dexact_rhs.c42 for (k = start(3,c); k <= cell_size(3,c)-end(3,c)-1; k++) {
44 for (j = start(2,c); j <= cell_size(2,c)-end(2,c)-1; j++) {
47 for (i = -2*(1-start(1,c)); i <= cell_size(1,c)+1-2*end(1,c); i++) {
69 for (i = start(1,c); i <= cell_size(1,c)-end(1,c)-1; i++) {
106 if (start(1,c) > 0) {
118 for (i = start(1,c)*3; i <= cell_size(1,c)-3*end(1,c)-1; i++) {
144 for (k = start(3,c); k <= cell_size(3,c)-end(3,c)-1; k++) {
146 for (i = start(1,c); i <= cell_size(1,c)-end(1,c)-1; i++) {
149 for (j = -2*(1-start(2,c)); j <= cell_size(2,c)+1-2*end(2,c); j++) {
170 for (j = start(
[all...]
/barrelfish-2018-10-04/lib/libc/regex/
H A Dregcomp.c104 static void repeat(struct parse *p, sopno start, int from, int to);
112 static sopno dupl(struct parse *p, sopno start, sopno finish);
540 sopno start = HERE(); local
560 (void)REQUIRE(HERE() != start, REG_EMPTY); /* require nonempty */
768 wint_t start, finish; local
806 start = p_b_symbol(p);
815 finish = start;
816 if (start == finish)
817 CHadd(p, cs, start);
820 (void)REQUIRE(start <
1033 repeat(struct parse *p, sopno start, int from, int to) argument
1277 dupl(struct parse *p, sopno start, sopno finish) argument
1424 sop *start = NULL; local
[all...]
/barrelfish-2018-10-04/usr/bench/
H A Dbench.c247 uint64_t start = rdtsc();
251 uint64_t duration = rdtsc() - start;
278 uint64_t start, end; local
280 start = rdtsc();
284 return end - start;
/barrelfish-2018-10-04/usr/bench/net_latency/elb/
H A Dinterface_app.c91 uint64_t start, stop, i; local
99 start = spp_tx->pre_write_id;
101 if (start == stop) {
105 i = start;
106 while (sp_c_between(start, i, stop, spp_tx->c_size)) {
/barrelfish-2018-10-04/usr/bench/mem_bench/
H A Dmemeasy.c66 // Tell the trace system when to start and stop. We can also
77 // start the trace going by providing the start event
160 uint64_t start, end; local
178 start = bench_tsc();
196 runs[i] = end - start;
/barrelfish-2018-10-04/include/arch/arm/barrelfish/
H A Dsyscall_arch.h86 void sys_armv7_cache_clean_pou(void *start, void *end);
87 void sys_armv7_cache_clean_poc(void *start, void *end);
88 void sys_armv7_cache_invalidate(void *start, void *end);
/barrelfish-2018-10-04/lib/compiler-rt/builtins/
H A Dgcc_personality_v0.c187 uintptr_t start = readEncodedPointer(&p, callSiteEncoding); local
193 if ( (start <= pcOffset) && (pcOffset < (start+length)) ) {
/barrelfish-2018-10-04/lib/x86emu/
H A Ddebug.c213 u32 start = off & 0xfffffff0; local
218 current = start;
220 printk("%04x:%04x ", seg, start);
221 for (i=start; i< off; i++)
226 start = end;
227 end = start + 16;
/barrelfish-2018-10-04/lib/devif/backends/net/udp/
H A Ddevif_backend_udp.c55 static void print_buffer(struct udp_q* q, void* start, uint64_t len) argument
57 uint8_t* buf = (uint8_t*) start;
140 uint8_t* start = (uint8_t*) que->regions[rid % MAX_NUM_REGIONS].va + local
143 memcpy(start, &que->header, sizeof(que->header));
292 uint8_t* start = q->regions[rid % MAX_NUM_REGIONS].va + offset local
296 memcpy(start, data, len);
/barrelfish-2018-10-04/include/vm/
H A Dpmap.h119 void pmap_enter_object(pmap_t pmap, vm_offset_t start,
153 void pmap_unwire(pmap_t pmap, vm_offset_t start, vm_offset_t end);
/barrelfish-2018-10-04/usr/bench/ahci/
H A Dmain.c78 uint64_t start = rdtsc(); local
137 uint64_t elapsed_msecs = ((stop - start) / tscperms);
167 uint64_t start = 0, stop = 0; local
185 start = rdtsc();
230 uint64_t elapsed_msecs = ((stop - start) / tscperms);
250 start = rdtsc();
295 uint64_t elapsed_msecs = ((stop - start) / tscperms);
445 uint64_t start = rdtsc(); local
477 uint64_t elapsed_msecs = ((stop - start) / tscperms);
480 printf("start
540 uint64_t start = rdtsc(); local
687 uint64_t start = rdtsc(); local
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DJEclipse.java61 jeclipse.start(args);
64 protected void start(String[] args) throws Exception method in class:JEclipse
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/ilog/
H A Dscheduler.cc55 start = var_or_int(EC_arg(2)), local
59 IlcIntervalActivity activity(schedule, start, end, duration);
/barrelfish-2018-10-04/tools/elver/
H A Dboot.S30 .globl start, halt
38 start: label
89 /* start the 64bit long-mode code here */

Completed in 386 milliseconds

1234567891011>>