Searched refs:start (Results 251 - 275 of 399) sorted by relevance

<<111213141516

/barrelfish-2018-10-04/doc/017-arm/
H A DARM.tex244 Within the 32-bit physical address space, RAM is assumed to start at
351 \item \file{boot.S:start} is called by the bootloader. It
409 Most exception handlers in the vector table start by checking whether
762 \item spawnd issues syscall to start new core
764 \item Kernel raises software interrupt to start new core
822 defined register and start executing the code from this address.
840 distinguished BSP processor at start-up and the OS
845 Note also that the second core will start working with the MMU
876 Before the Cortex-M3 can start executing code, the following steps
/barrelfish-2018-10-04/usr/eclipseclp/documents/libman/
H A Dintroduction.tex95 of tasks (start times, durations and resource needs), and a maximum
96 resource level. They reduce the finite domains of the task start times
205 For scheduling applications where the cost is dependent on each start
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dsolversintro.tex115 of tasks (start times, durations and resource needs), and a maximum
116 resource level. They reduce the finite domains of the task start times
251 For scheduling applications where the cost is dependent on each start
H A Drepairtut.tex38 These methods start with a
266 The problem involves tasks with unknown start times, and known
279 This constraint can enforce a minimum separation between start times,
301 constraints and then instantiating each start
608 The idea of Random walk is to start from a random tentative assignment of
686 with appropriate start and end temperatures, they should roughly correspond
/barrelfish-2018-10-04/kernel/
H A Dcapabilities.c44 void caps_trace_ctrl(uint64_t types, genpaddr_t start, gensize_t size) argument
48 TRACE_PMEM_BEGIN = start;
223 cap->u.io.start, cap->u.io.end);
1003 temp_cap.u.io.start = 0;
1842 if(src_cap->u.io.start <= param1) {
1843 dest_cap->u.io.start = param1;
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumsparallel.tex172 where {\tt T} is the number of seconds elapsed since the start of the parallel
285 be executed in parallel. To start a parallel computation, either start
363 directory. Their names start with {\tt nsrv}.
H A Dumssocket.tex211 % the start/0 predicate
221 '/home/lp/micha/sepia4/up.pl', '-e', 'start'], [], _),
228 % eclipse host port -b file.pl -e start
231 start :-
/barrelfish-2018-10-04/include/sys/
H A Dcdefs.h495 #define __rangeof(type, start, end) \
496 (__offsetof(type, end) - __offsetof(type, start))
/barrelfish-2018-10-04/usr/bench/bomp_mm/
H A Dmm.c277 cycles_t start = bench_tsc(); local
302 cycles_t elapsed = bench_time_diff(start, end);
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/hub/
H A Dusb_hub.c452 /* start the interrupt transfer */
507 /* start exploring the ports by loop over the ports */
611 static uint8_t usb_hub_find_slot(uint16_t *ptr, uint8_t start, uint8_t end, argument
616 for (uint8_t cs = start; cs < end; cs++) {
/barrelfish-2018-10-04/include/elf/
H A Delf.h537 #define R_386_TLS_LDO_32 32 /* 32 bit offset from start of TLS block */
792 genvaddr_t start, void *vbase);
796 genvaddr_t start, void *vbase);
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/
H A Dic_probing_tests.pl194 %%% Amount by which start and end times can be changed
206 This declares an activity with a start time point of ID 1,
H A Dprobing_tests.pl192 %%% Amount by which start and end times can be changed
204 This declares an activity with a start time point of ID 1,
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/ilog/
H A Dscheduler.pl67 :- define_struct(activity(handle, start, end, duration)).
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dtoplevel.pl274 garbage_collect % to start with small variable numbers
281 repeat, % we start here after abort
289 repeat, % we start here after every query
653 Used to start a new invocation of the top level loop. Compiled
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dterm_copy.c709 pword *start = from; local
718 if (start <= from->val.ptr && from->val.ptr < end) {
800 pword *start = pw; local
818 Assert(start <= pw->val.ptr && pw->val.ptr < end);
H A Dbip_module.c738 _add_module(dident module, didlist **start) argument
744 new_mod->next = *start;
745 *start = new_mod;
/barrelfish-2018-10-04/usr/eclipseclp/Oci/
H A Dmysql.c465 #define BindLong(lbuf, buf, max, start, len)\
472 Copy_Bytes((buf),(start),(len));\
475 /* based on BindLong, the header for the dbformat is placed at the start
478 #define BindDbFormat(lbuf, buf, max, start, len) \
486 Copy_Bytes((buf)+DBF_HEADER_LEN,(start),(len));\
/barrelfish-2018-10-04/usr/eclipseclp/documents/internal/kernel/
H A Dglobalstate.tex84 char* start, the address where the shared memory is
102 The return value is equal to the specified start address if everything
/barrelfish-2018-10-04/lib/numa/
H A Dalloc.c455 * \brief frees size bytes of memory starting at start
457 * \param start start of the memory region
462 void numa_free(void *start, size_t size) argument
/barrelfish-2018-10-04/include/usb/class/
H A Dusb_hid.h121 USB_HID_KIND_COLLECTION = 3, ///< collection start
182 const uint8_t *start; member in struct:usb_hid_data
/barrelfish-2018-10-04/usr/eclipseclp/CPViz/viztool/src/components/
H A DMyInternalFrame.java125 // ...for example start an animation loop:
278 gvtTreeRenderer.start();
/barrelfish-2018-10-04/usr/drivers/e10k/
H A De10k_qdriver.c415 size_t start = 0; local
444 start++;
447 for (i = start; i < count; i++) {
/barrelfish-2018-10-04/usr/fish/
H A Dfish_common.c831 uint64_t start = rdtsc(); local
903 uint64_t elapsed_msecs = ((stop - start) / tscperms);
906 printf("start: %" PRIu64 " stop: %" PRIu64 "\n", start, stop);
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/
H A Declipse_tools.tcl178 "Editor's command line option to start at a specific line"]
1161 tk_messageBox -icon error -type ok -message "Cannot start an editor, as none is defined.\nDefine a third-party text editor using\nTools->'TkECLiPSe Preference Editor'\nto edit programs."
1805 balloonhelp $ec_tracer "Tracer for ECLiPSe execution - start execution from main window"
1871 # start of new trace session
1903 ;# make sure at least a partial line at the start is visible
3004 foreach {start end} [$t tag ranges sel] {
3005 ec_rpcq_check [list compile_string [$t get $start $end]] (S) tracer_tcl
3087 $pie create arc 10 10 $h $w -start 90 -extent $extent -style pieslice -fill blue
3144 $pie create arc 10 10 $h $w -start $startused -extent $extentused -style pieslice -fill $dcol
3145 $pie create arc 10 10 $h $w -start
[all...]

Completed in 303 milliseconds

<<111213141516