Searched refs:start (Results 276 - 300 of 399) sorted by relevance

<<111213141516

/barrelfish-2018-10-04/doc/008-tracing/
H A DTracing.tex109 \item[1.] Define the type of event that will trigger the start of tracing.
116 is to define the type of the event that will start the logging process. Having a
121 the time is no option. Thus having the possibility to start and stop the tracing
123 event that will trigger the start and stop of the logging is an additional
124 benefit compared to having simple ``start'' and ``stop'' commands, as it allows
126 changing the placement of a ``start'' and ``stop'' command all the time.
716 // tell the framework when to start recording
730 // fire the event that triggers start of recording
768 analyze trace data, you simply do not start Aquarium, and if you want to analyze
/barrelfish-2018-10-04/usr/eclipseclp/documents/megalog/
H A Dmultiuser-sec.tex74 already open in single user mode, an attempt to start a server
224 relations at the start of any transaction.
259 initialise the private relations at the start of the transaction,
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dproc_desc.c783 vmcode *code, *start; local
787 start = code;
790 return start;
1469 * (if any) and the start of qualified descriptor chain (for appending
H A Dprintam.c32 * form . It returns the pointer to the start of the next instruction,
66 #define H_did(start) *((start) - 1)
H A Dwrite.c149 _write_string(int idwrite, stream_id out, char *start, word length, int depth),
305 #define Get_Counter(start,ptr,c) \
307 ptr = start; \
1427 _write_string(int idwrite, stream_id out, char *start, word length, int depth) argument
1433 Write_Str(out, start, (int) length);
1437 return ec_outf(out, start, (int) length);
/barrelfish-2018-10-04/tools/arm_boot/
H A Darm_bootimage.c8 * jumping to its start address, we're ready to go, just as if we'd been
456 size_t start= global_strings_size; local
464 strcpy(global_strings + start, s);
467 return start;
1041 /* Begin allocation at the requested start address. */
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dqueues.pl140 makes NewQ start 2, 1, ...
H A Dasm.pl54 % memory. BTPos is offset in words from start of code to the port/break,
931 % offset in words from the start of code to the break-table, or 0 if
982 BTPos: offset from start of code in words to the break-points table
1364 PosIn: current position in final code list (in words) from start of list
1499 IStart: the offset to the start of the current WAM instruction
1500 Starts: current tail of the start list, where each element represents
1502 IStart is the next start position to be added to this list
1533 representing the predicate. The head corresponds to the (start
1611 Pos1 is Pos0 + 1, % start counting at 1
1700 StartList: current tail of start position
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Opium/
H A Dopium.pl257 % set_error_handler(150, true/0), % no opium_init on re-start
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dsearch.tex263 sub-tree before we start to traverse it depth-first. While this does not
437 We start naively, using the pre-defined labeling-predicate that comes with the
484 useful because they can attack more fields. We could therefore start
528 We start placing queens in the middle columns, but not on the middle rows.
533 It allows us to specify that we want to start labeling with the middle value
953 %We start by assuming a static heuristic, which is a complete
1135 For exercises 1-3, start from the constraint model for the queens problem
1172 between 1 and some upper bound Max (start with, say Max = $N^2$),
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Dkssl.c838 /* Return true:1 if p "looks like" the start of the real authenticator
909 /* Return pointer to start of real authenticator within authenticator, or
1951 ** time is checked to be within the ticket start and expire times.
1961 krb5_timestamp start, now; local
1974 start = (ttimes->starttime != 0)? ttimes->starttime: ttimes->authtime;
1975 if (start - now > skew) return SSL_R_KRB5_S_TKT_NYV;
1980 start, atime, now, skew, ttimes->endtime);
/barrelfish-2018-10-04/usr/eclipseclp/Contrib/
H A Dtrees.pl17 reaches 1. In effect they start out from the desired node and
/barrelfish-2018-10-04/lib/barrelfish/
H A Ddebug.c90 * \arg start_addr start of region to trace for
305 cap->u.io.start, cap->u.io.end);
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/net/mlx4/
H A Dmr.c474 mpt_entry->start = cpu_to_be64(mr->iova);
842 fmr->mpt->start = cpu_to_be64(iova);
939 fmr->mpt->start = 0;
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/infiniband/
H A Dkern-abi.h121 * All commands from userspace should start with a __u32 command field
262 __u64 start; member in struct:ibv_reg_mr
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumsstyle.tex53 their names start with \notation{_}. The final program must not generate
/barrelfish-2018-10-04/usr/eclipseclp/ecrc_solvers/grace/
H A Dprop.pl342 LN = start,
343 NewLab = [D-start|Lab]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/VMS/
H A Dmkshared.com3 $! No command line parameters. This should be run at the start of the source
/barrelfish-2018-10-04/include/vm/
H A Dvm_reserv.c259 paddr = roundup2(seg->start, VM_LEVEL_0_SIZE);
859 paddr = roundup2(seg->start, VM_LEVEL_0_SIZE);
/barrelfish-2018-10-04/kernel/arch/x86_32/
H A Dirq.c443 capaddr_t out_cap_addr, uint64_t start, uint64_t end)
451 out_cap.cap.u.irqsrc.vec_start = start;
442 irq_debug_create_src_cap(uint8_t dcn_vbits, capaddr_t dcn, capaddr_t out_cap_addr, uint64_t start, uint64_t end) argument
/barrelfish-2018-10-04/usr/eclipseclp/CPViz/viztool/src/components/
H A DInternalFrame.java687 TheTimer.start();
721 TheTimer.start();
/barrelfish-2018-10-04/doc/015-disk-driver-arch/
H A Dfat.tex28 other directories, but is instead inside its own area preceding the start of
/barrelfish-2018-10-04/doc/018-Practical-guide/
H A Dreadme.tex217 examples). To start a program on a core other than the BSP core, pass
/barrelfish-2018-10-04/usr/tests/e10ktest/
H A Dsubways.c813 uint64_t start = rdtsc(); local
815 polling_cycles += rdtsc() - start;
/barrelfish-2018-10-04/usr/eclipseclp/documents/search/
H A Dsearch.tex266 sub-tree before we start to traverse it depth-first. While this does not
436 We start naively, using the pre-defined labeling-predicate that comes with the
479 useful because they can attack more fields. We could therefore start
521 We start placing queens in the middle columns, but not on the middle rows.
822 We start by assuming a static heuristic, which is a complete
1139 strategy. The idea is to start from a random tentative assignment of
1202 loop program schema introduced above. The idea is to start from
1283 with appropriate start and end temperatures, they should roughly correspond
1519 specifically creating a choice-point at the start of the search, in the
1528 % hit dead-end and failed, try again from start afte
[all...]

Completed in 313 milliseconds

<<111213141516