Searched refs:start (Results 126 - 150 of 399) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/usr/drivers/cpuboot/arch/x86/
H A Dboot_arch.c33 * Start_ap and start_ap_end mark the start end the
224 //copy the address of the function start (in boot.S) to the long-mode
281 // Give the new core a bit time to start-up and set the lock
341 //copy the address of the function start (in boot.S) to the long-mode
390 //give the new core a bit time to start-up and set the lock
510 uint64_t start = 0; local
529 start = bench_tsc();
567 bench_data->load = bench_tsc() - start;
568 start = bench_tsc();
594 bench_data->alloc_cpu = bench_tsc() - start;
[all...]
/barrelfish-2018-10-04/kernel/arch/x86/
H A Dsyscall.c31 if(port < to->u.io.start || port > to->u.io.end) {
H A Dtiming.c41 // Wait until start of new second
44 uint8_t start = rtc_read_secs(), now; local
47 } while(now == start);
55 start = now;
67 } while(start == now);
92 // Wait until start of new second
123 // Wait until start of new second
/barrelfish-2018-10-04/include/net/
H A Dnet_filter.h52 struct net_filter_ele* start; member in struct:filter_list
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/rdma/
H A Dib_umem.h56 unsigned long start; member in struct:ib_umem
/barrelfish-2018-10-04/usr/tests/devif/
H A Decho.c61 static uint64_t start; variable
139 double time = ((double) end-start)/(tsc_per_ms*1000);
160 start = rdtsc();
234 start = rdtsc();
/barrelfish-2018-10-04/lib/libc/net/
H A Dgetnetbydns.c109 char *p, *start; local
114 start = p = in;
118 if (leading && p - start == 1 && *start == '0')
121 len[i] = p - start;
124 pos[i] = start;
125 start = p + 1;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/evp/
H A Dbio_b64.c84 int tmp_len; /* used to find the start when decoding */
87 int start; /* have we started decoding yet? */ member in struct:b64_struct
124 ctx->start=1;
221 if (ctx->start && (BIO_get_flags(b) & BIO_FLAGS_BASE64_NO_NL))
223 /* ctx->start=1; */
226 else if (ctx->start)
235 * before we even start looking for
247 if ((k <= 0) && (num == 0) && (ctx->start))
260 ctx->start=0;
503 ctx->start
[all...]
/barrelfish-2018-10-04/lib/procon/
H A Dprocon.c77 uint64_t sp_c_range_size(uint64_t start, uint64_t end, uint64_t size) argument
81 if (start <= end) {
82 return (end - start);
86 return ((size - start) + end);
90 // checks for (start <= value < end ) in circular queue of size "size"
91 bool sp_c_between(uint64_t start, uint64_t value, uint64_t end, uint64_t size) argument
100 if (start == end) {
101 if (start == value) {
108 if (start < end) {
109 if ((start <
[all...]
/barrelfish-2018-10-04/usr/bench/largepage/
H A Dlargepage_64_bench.c72 cycles_t start, end; local
81 start = bench_tsc()/1000;
90 runs[j] = end-start;
133 start = bench_tsc()/1000;
141 runs[j] = end-start;
219 printf("start 2m map with pmap\n");
/barrelfish-2018-10-04/tools/demo/Aquarium/
H A DWindow1.xaml.cs324 private void AddThinRectangle(int core, long start, long end, SolidColorBrush brush, string text) argument
327 AddInteractiveThinRectangle(core, start, end, brush, text);
329 AddVisThinRectangle(core, start, end, brush);
331 private void AddInteractiveThinRectangle(int core, long start, long end, SolidColorBrush brush, string text) argument
333 double x1 = start - this.TimeMin;
348 private void AddVisThinRectangle(int core, long start, long end, SolidColorBrush brush) argument
350 double x1 = start - this.TimeMin;
359 private void AddRectangle(int core, long start, long end, SolidColorBrush brush, string text) argument
362 AddInteractiveRectangle(core, start, end, brush, text);
364 AddVisRectangle(core, start, en
366 AddInteractiveRectangle(int core, long start, long end, SolidColorBrush brush, string text) argument
386 AddVisRectangle(int core, long start, long end, SolidColorBrush brush) argument
397 AddLine(int sendcore, long start, int recvcore, long end, SolidColorBrush brush, string text) argument
408 AddVisLine(int sendcore, long start, int recvcore, long end, SolidColorBrush brush) argument
418 AddInteractiveLine(int sendcore, long start, int recvcore, long end, SolidColorBrush brush, string text) argument
437 AddArrow(int sendcore, long start, int recvcore, long end, SolidColorBrush brush, string text) argument
448 AddInteractiveArrow(int sendcore, long start, int recvcore, long end, SolidColorBrush brush, string text) argument
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Demu_util.c151 s->name,s->start,s->end,s->peak);
214 TG = GCTG = GB = (pword *) g_emu_.global_trail[0].start;
215 TT = (pword **) g_emu_.global_trail[1].start;
219 B.args = PB = PPB = (pword *) g_emu_.control_local[0].start;
221 E = SP = EB = (pword *) g_emu_.control_local[1].start;
478 for(p = g_emu_.global_trail[0].start; p < g_emu_.global_trail[0].end; p++)
480 for(p = g_emu_.global_trail[1].end; p < g_emu_.global_trail[1].start; p++)
482 for(p = g_emu_.control_local[0].start; p < g_emu_.control_local[0].end; p++)
484 for(p = g_emu_.control_local[1].end; p < g_emu_.control_local[1].start; p++)
H A Dgc_stacks.c315 if (TG_SEG > (pword *) g_emu_.global_trail[1].start - (pword *) g_emu_.global_trail[0].start)
316 TG_SEG = (pword *) g_emu_.global_trail[1].start - (pword *) g_emu_.global_trail[0].start;
350 (char *) g_emu_.global_trail[0].start;
354 (char *) g_emu_.global_trail[0].start;
358 (char *) g_emu_.global_trail[0].start;
361 result.val.nint = (char *) g_emu_.global_trail[1].start -
362 (char *) g_emu_.global_trail[0].start;
365 result.val.nint = (char *) g_emu_.global_trail[1].start
[all...]
H A Dlex.c92 static char **_complete_predicate(char *text, int start, int end);
998 _complete_predicate(char *text, int start, int end) argument
1011 if (i == start)
1014 completion_start = start;
1015 for (s = rl_line_buffer + start - 1; s >= rl_line_buffer; s--) {
1455 * char *string_to_number(start, result, nst, sd)
1457 * Auxiliary function used to convert a string (pointed to by start)
1481 else start = (char *) t;
1510 string_to_number(char *start, pword *result, stream_id nst, syntax_desc *sd) argument
1524 t = (unsigned char *) start;
[all...]
/barrelfish-2018-10-04/lib/bomp/backends/
H A Dxomp_master.c82 cycles_t start; ///< start time of the operation member in struct:xomp_worker
296 timer = bench_time_diff(worker->start, timer);
303 cycles_t duration = bench_tsc() - worker->start;
323 timer = bench_time_diff(worker->start, timer);
330 cycles_t duration = bench_tsc() - worker->start;
353 timer = bench_time_diff(worker->start, timer);
364 cycles_t duration = bench_tsc()- worker->start;
674 worker->start = bench_tsc();
840 timer = bench_time_diff(worker->start, time
[all...]
/barrelfish-2018-10-04/include/vm/
H A Dvm_fault.c615 * entry's start and end addresses, which are used to
621 e_start = fs.entry->start;
952 * retry fault from start.
1074 vm_offset_t end, start; local
1096 (entry = fs->entry)->start < end) {
1097 if (end - entry->start < size)
1098 start = entry->start;
1100 start = end - size;
1101 pmap_advise(fs->map->pmap, start, en
[all...]
H A Dvm_mmap.c561 entry != &map->header && entry->start < addr + size;
563 if (vm_map_check_protection(map, entry->start,
685 vm_offset_t start, end; local
719 start = trunc_page((vm_offset_t) uap->addr);
722 if (vm_map_madvise(map, start, end, uap->behav))
793 (current != &map->header) && (current->start < end);
801 current->next->start > current->end)) {
817 if (addr < current->start)
818 addr = current->start;
878 (addr - current->start));
1009 vm_offset_t addr, end, last, start; local
1192 vm_offset_t addr, end, last, start; local
[all...]
/barrelfish-2018-10-04/lib/elf/
H A Delf32.c160 * \param sindex index where to start and returns the index of the symbol
190 uintptr_t start = 0, idx = 0; local
193 start = idx * sizeof(struct Elf32_Sym);
196 for (uintptr_t i = start; i < symtab->sh_size; i += sizeof(struct Elf32_Sym)) {
390 * \param start Original base address of the ELF image.
396 genvaddr_t start, void *vbase)
398 genvaddr_t base = dst - src, abase = dst - start;
403 uint32_t *addr = (uint32_t *)((char *)vbase + r->r_offset - start);
393 elf32_relocate(genvaddr_t dst, genvaddr_t src, struct Elf32_Rel * rel, size_t size, struct Elf32_Sym * symtab, size_t symsize, genvaddr_t start, void *vbase) argument
H A Delf64.c142 * \param sindex index where to start and returns the index of the symbol
172 uintptr_t start = 0, idx = 0; local
175 start = idx * sizeof(struct Elf64_Sym);
178 for (uintptr_t i = start; i < symtab->sh_size; i += sizeof(struct Elf64_Sym)) {
401 * \param start Original base address of the ELF image (needed for
408 genvaddr_t start, void *vbase)
410 //genvaddr_t base = dst - src, abase = dst - start;
411 genvaddr_t abase = dst - start;
416 uint64_t *addr = (uint64_t *)((char *)vbase + r->r_offset - start);
569 //printf("Loading segment: start
405 elf64_relocate(genvaddr_t dst, genvaddr_t src, struct Elf64_Rela * rela, size_t size, struct Elf64_Sym * symtab, size_t symsize, genvaddr_t start, void *vbase) argument
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/documents/embedding/
H A Dembtclmulti.tex86 start} handler, the {\bf interact} handler, and the {\bf end} handler.
91 except at the start (first) and end (last) of a multitasking phase. In
92 these cases, the start and end handlers are invoked respectively.
97 handlers as an argument. At the start of a multitasking phase, a peer
104 multitasking phase, then after the initial start phase, the control will be
116 There handlers can be specified: a) start, invoked at the start of a
122 where type is either {\bf start}, {\bf end} or {\bf interact}, and
126 start tkecl:multi_start_handler end tkecl:multi_end_handler]
141 start handle
[all...]
/barrelfish-2018-10-04/lib/driverkit/
H A Dmodules.c27 ///< Points to start of the ELF section where the bfdriver structs are.
41 * \param[out] start Initialized to point to the first bfdriver instance.
44 void driverkit_list(struct bfdriver** start, size_t* num) { argument
45 *start = (struct bfdriver*) bfdrivers_start;
/barrelfish-2018-10-04/usr/eclipseclp/Visualisation/src/com/parctechnologies/eclipse/visualisation/
H A DContainerViewer.java430 List start = new ArrayList(size.size());
433 start.add(one);
436 createdElementIndices = viewletDataStore.createRange(start,size);
440 " start=" + start + " size=" +size +
451 = (Integer) size.get(expandingDimension-1);//list indices start at 0
455 List start = new ArrayList(size.size());
458 start.add(one);
460 start.set(expandingDimension-1, newDimensionSize);
461 expandingElementIndices = viewletDataStore.createRange(start, siz
[all...]
/barrelfish-2018-10-04/include/procon/
H A Dprocon.h90 bool sp_c_between(uint64_t start, uint64_t value, uint64_t end, uint64_t size);
91 uint64_t sp_c_range_size(uint64_t start, uint64_t end, uint64_t size);
/barrelfish-2018-10-04/kernel/
H A Dsys_debug.c130 capaddr_t out_cap_addr, uint64_t start, uint64_t end)
137 out_cap.cap.u.irqsrc.vec_start = start;
129 irq_debug_create_src_cap(uint8_t dcn_level, capaddr_t dcn, capaddr_t out_cap_addr, uint64_t start, uint64_t end) argument
/barrelfish-2018-10-04/lib/thc/
H A Dthcsync.c86 // When we start waiting for the latch, we know that the thread
364 tq->start.bailed = tq->end.bailed = 0;
365 tq->start.served = tq->end.served = 0;
366 tq->start.prev = tq->end.next = NULL;
367 tq->start.next = &(tq->end);
368 tq->end.prev = &(tq->start);
386 while (tq->start.next != te) {
397 while (tq->start.next != te &&
420 if (tq->start.next == te) {

Completed in 233 milliseconds

1234567891011>>