Searched refs:before (Results 1 - 25 of 153) sorted by relevance

1234567

/barrelfish-master/lib/acpica/generate/linux/
H A Dgen-patch.sh57 before=`git log -1 -c ${COMMIT}^1 --format=%H | cut -c1-8`
63 GP_linux_before=$CURDIR/linux.before
209 echo "[gen-patch.sh] Creating ACPICA repository ($before)..."
212 git reset $before --hard >/dev/null 2>&1
215 echo "[gen-patch.sh] Creating Linux repository ($before)..."
221 ./gen-repo.sh -c $before
223 mv -f $GP_acpica_repo/generate/linux/linux-$before $GP_linux_before
230 diff -Nurp linux.before linux.after >> $tmpdiff
/barrelfish-master/lib/libc/include/isc/
H A Dlist.h95 #define INSERT_BEFORE(list, before, elt, link) \
98 if ((before)->link.prev == NULL) \
101 (elt)->link.prev = (before)->link.prev; \
102 (before)->link.prev = (elt); \
104 (elt)->link.next = (before); \
/barrelfish-master/include/vm/
H A Ddefault_pager.c159 default_pager_haspage(object, pindex, before, after)
162 int *before;
H A Dphys_pager.c185 phys_pager_haspage(vm_object_t object, vm_pindex_t pindex, int *before, argument
192 if (before != NULL)
193 *before = pindex - base;
H A Dsg_pager.c149 /* Since our haspage reports zero after/before, the count is 1. */
215 sg_pager_haspage(vm_object_t object, vm_pindex_t pindex, int *before, argument
219 if (before != NULL)
220 *before = 0;
H A Dvm_pager.h134 * object's pager will also set before and after to give the caller
135 * some idea of the number of pages before and after the requested
144 int *before,
151 (object, offset, before, after);
141 vm_pager_has_page( vm_object_t object, vm_pindex_t offset, int *before, int *after ) argument
H A Dvnode_pager.c311 vnode_pager_haspage(vm_object_t object, vm_pindex_t pindex, int *before, argument
346 err = VOP_BMAP(vp, reqblock, NULL, &bn, after, before);
354 if (before) {
355 *before *= pagesperblock;
356 *before += poff;
376 if (before) {
377 *before /= blocksperpage;
751 int error, before, after, rbehind, rahead, poff, i; local
798 error = VOP_BMAP(vp, foff / bsize, &bo, &bp->b_blkno, &after, &before);
852 /* Recalculate blocks available after/before t
[all...]
H A Ddevice_pager.c265 /* Since our haspage reports zero after/before, the count is 1. */
377 dev_pager_haspage(vm_object_t object, vm_pindex_t pindex, int *before, argument
381 if (before != NULL)
382 *before = 0;
/barrelfish-master/usr/eclipseclp/ecrc_solvers/chr/
H A Dtime.pl90 interval_point([_8049, _8052], before, [_8059, _8062]) :- _8052 < _8059.
110 encode(before, 1).
150 check_pi(_13045, [_13050, _13053], before) :- _13045 < _13050.
159 check_pi([_13824, _13827], _13830, before) :- _13827 < _13830.
161 pi_ii(before, before).
162 pi_ii(before, meets).
163 pi_ii(before, finished_by).
164 pi_ii(before, contains).
165 pi_ii(before, overlap
[all...]
/barrelfish-master/lib/collections/
H A Dhash_table.c92 uint32_t before, after; local
96 before = t->num_elems;
99 assert(before - after == bucket_size);
/barrelfish-master/usr/tests/spantest/
H A Dspantest.c344 uint64_t before = rdtsc(); local
345 times[0] = before;
366 printf("spantest: Done in %"PRIu64" cycles\n", finish-before);
/barrelfish-master/usr/eclipseclp/Opium/demo/
H A Dcollect.pl17 before the end of the job. \n \
/barrelfish-master/usr/eclipseclp/documents/megalog/
H A Dbackwards-sec.tex58 have the semantics as before.
105 where they did before.
/barrelfish-master/lib/pcre/
H A Dpcre_printint.c67 here before pcre_internal.h so that the PCRE_EXP_xxx macros get set
264 print_prop(FILE *f, pcre_uchar *code, const char *before, const char *after) argument
268 fprintf(f, "%s%s %s%s", before, priv_OP_names[*code], get_ucpname(code[1],
275 fprintf(f, "%s%sclist %d%s", before, not, code[2], after);
278 fprintf (f, "%s%sclist", before, not);
/barrelfish-master/doc/015-disk-driver-arch/
H A Dconclusion.tex19 memory regions supplied before allowing a command to execute. If only trusted
H A Dflounder-ahci.tex144 This is done using libahci's command tags; before issuing a command, a
166 data before issuing the command, and copying out RX data after the command
176 Because the \acs{dma} region must be allocated before the command is issued, if
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Dhybrid.tex156 \index{before}
160 before(Start,Duration,Time) :-
162 % completed before time point Time
180 % completed before the start time of task 3
181 before(S1,3,S3),
182 before(S2,5,S3).
205 The ic bounds are passed to the linear solver before
211 problem variables are retrieved from any bounds solvers before
311 sent to {\tt eplex} even before the boolean is instantiated.
397 % completed before th
[all...]
H A Dprogramanalysis.tex148 only able to take two samples before the goal terminated.
220 inserted before and after every subgoal in the code. For instance, in
225 four counters would be inserted: before the call to \verb+q+, between
235 failed or aborted (in which case the counter before a subgoal will
H A Dumsterm.tex220 Such an argument must be instantiated before the predicate is called.
226 Such an argument must be not instantiated before the predicate is called.
/barrelfish-master/usr/eclipseclp/ecrc_solvers/grace/
H A Dtkint.pl207 ({before(New, Dif)} ->
227 before(New, Dif) :-
234 before(_..B, Dif) :-
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A DCA.com2 $! some setup stuff to be done before you can use it and this makes
/barrelfish-master/usr/eclipseclp/lib_tcl/widget/
H A Dmegalist.tcl76 # these must come before the [widget create ...]
160 -before $data(hold).$name.c
178 -before $data(hold).$name.$x
/barrelfish-master/tools/fof/
H A DIntroduction.tex43 step before any compiler correctness proof, be it mechanized or on
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Dicsymbolic.tex91 X is strictly before Y in the domain order
96 X is the same as Y, or before Y in the domain order
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumsstyle.tex58 \item Base clauses should be stated before recursive cases.
59 \item Input arguments should be placed before output arguments.

Completed in 105 milliseconds

1234567