Searched refs:mark (Results 1 - 25 of 31) sorted by relevance

12

/barrelfish-2018-10-04/lib/acpica/tests/aslts/bin/
H A Ddiffproc444 local rval=100 ret mark path0 path1 exists0 exists1 path2 path3
457 mark="================"
458 echo "$mark Comparing results of <$modename0> and <$modename1>:"
485 echo "$mark `cmp_result_opcode_to_str $rval`"
488 echo "$mark `cmp_result_opcode_to_str $rval`"
493 echo "$mark `cmp_result_opcode_to_str $rval`"
496 echo "$mark `cmp_result_opcode_to_str $rval`"
499 echo "$mark `cmp_result_opcode_to_str $rval`"
H A Dcommon388 read mark system line
394 if [ "$mark" == ASLTS_SYSTEM ]; then
/barrelfish-2018-10-04/usr/bench/bomp_benchmark/
H A Dcg.c96 double x[], boolean mark[], int nzloc[], int nnza);
98 int mark[]);
661 c Used by sprnvc to mark nonzero positions
739 boolean mark[], /* mark[1:n] */
762 mark[j] = FALSE;
807 mark[i] = FALSE;
820 if ( mark[i] == FALSE && x[i] != 0.0) {
821 mark[i] = TRUE;
832 mark[
728 sparse( double a[], int colidx[], int rowstr[], int n, int arow[], int acol[], double aelt[], int firstrow, int lastrow, double x[], boolean mark[], int nzloc[], int nnza) argument
[all...]
/barrelfish-2018-10-04/include/
H A Dpcre.h383 unsigned char **mark; /* For passing back a mark pointer */ member in struct:pcre_extra
396 PCRE_UCHAR16 **mark; /* For passing back a mark pointer */ member in struct:pcre16_extra
409 PCRE_UCHAR32 **mark; /* For passing back a mark pointer */ member in struct:pcre32_extra
434 const unsigned char *mark; /* Pointer to current mark or NULL */ member in struct:pcre_callout_block
456 const PCRE_UCHAR16 *mark; /* Pointer to current mark o member in struct:pcre16_callout_block
478 const PCRE_UCHAR32 *mark; /* Pointer to current mark or NULL */ member in struct:pcre32_callout_block
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Contrib/
H A Dxml_utilities.pl250 "bdquo"-[8222], % double low-9 quotation mark, U+201E NEW
315 "iexcl"-[161], % inverted exclamation mark, U+00A1 ISOnum>
323 "iquest"-[191], % inverted question mark
332 "laquo"-[171], % left-pointing double angle quotation mark
336 "ldquo"-[8220], % left double quotation mark,
341 "lrm"-[8206], % left-to-right mark, U+200E NEW RFC 2070
342 "lsaquo"-[8249], % single left-pointing angle quotation mark,
343 "lsquo"-[8216], % left single quotation mark,
406 "raquo"-[187], % right-pointing double angle quotation mark
410 "rdquo"-[8221], % right double quotation mark,
[all...]
H A Drdtok.pl126 get0(NextCh), % mark but not quite (e.g.
/barrelfish-2018-10-04/lib/cxx/cxxabi/
H A Dcxa_vector.cpp20 #pragma mark --Helper routines and classes --
105 #pragma mark --Externally visible routines--
/barrelfish-2018-10-04/lib/lua/src/
H A Dloadlib.c56 ** LUA_IGMARK is a mark to ignore all before it when building the
421 const char *mark; local
423 mark = strchr(modname, *LUA_IGMARK);
424 if (mark) {
426 funcname = lua_pushlstring(L, modname, mark - modname);
430 modname = mark + 1; /* else go ahead and try old-style name */
621 /* auxiliary mark (for internal use) */
H A Dlauxlib.c121 int mark = (numlevels > LEVELS1 + LEVELS2) ? LEVELS1 : 0; local
125 if (level == mark) { /* too many levels? */
597 const char *p = "\xEF\xBB\xBF"; /* Utf8 BOM mark */
611 ** reads the first character of file 'f' and skips an optional BOM mark
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/widget/
H A Dconsole.tcl415 $w mark set insert end-1c
438 $w mark set output end
466 ## mark to ensure that further <Return>s don't cause double
469 $w mark set limit end
562 $w mark set output $i
563 $w mark set insert end
564 $w mark set limit insert
565 $w mark gravity limit left
1052 $w mark set insert end
1336 if {[$w compare insert < limit]} {$w mark se
[all...]
H A Dutil.tcl339 $w mark set $opts(-tag) 1.0
343 $w mark set $opts(-tag) ${ix}+1c
H A Dutil-dump.tcl588 mark {set marks($v) $i}
611 append result "[list $w mark set $i $marks($i)]\n"
H A Dtabnotebook.tcl184 bind $data(tabs) <2> { %W scan mark %x 0 }
H A Dhierarchy.tcl1270 %W scan mark %x %y
/barrelfish-2018-10-04/lib/pcre/
H A Dpcre_exec.c758 md->mark = NULL; /* In case previously set by assertion */
762 md->mark == NULL) md->mark = ecode + 2;
796 md->mark = NULL; /* In case previously set by assertion */
800 md->mark == NULL) md->mark = ecode + 2;
813 not a matching mark, we have to re-run the match, ignoring the SKIP_ARG
851 md->mark = NULL; /* In case previously set by assertion */
855 md->mark == NULL) md->mark
[all...]
H A Dpcre_dfa_exec.c2723 cb.mark = NULL; /* No (*MARK) support */
3077 cb.mark = NULL; /* No (*MARK) support */
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/ech/
H A Ddeussen_bool.pl24 /*From mark@ecrc.de Tue Jul 14 11:05:16 1992
H A Dech.pl885 ; /* can check and mark if initiating head already in constraint store */
930 Add_Applied = arg(RuleNo, Applied, *). % * mark as read
1014 Guard, ttrue, % need to mark differently so not optimised away
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dbip_serialize.c118 * used to mark variables that have already been encountered. Their value
125 #define EnQueue_(pw, arity, mark) { \
132 queue_tail[0].tag.kernel = (arity|(mark)); \
136 #define DeQueue_(pw, arity, mark) { \
140 (mark) = (arity) & QUEUE_MASK; \
/barrelfish-2018-10-04/doc/015-disk-driver-arch/
H A Dfat.tex45 replaces non-\acs{ascii} characters with a question mark in directory listings,
/barrelfish-2018-10-04/usr/eclipseclp/documents/internal/kernel/
H A Dgc.tex50 mark accessible objects inside the collection segment and build
/barrelfish-2018-10-04/usr/eclipseclp/ecrc_solvers/grace/
H A Dprop.pl121 % New suspensions. Filter out our goals and mark the rest.
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/aes/asm/
H A Daes-586.pl2030 my $mark=&DWP(76+240,"esp"); # copy of aes_key->rounds
2103 &mov ($mark,0); # copy of aes_key->rounds = 0;
2177 &cmp ($mark,0); # was the key schedule copied?
2297 &cmp ($mark,0); # was the key schedule copied?
H A Daes-x86_64.pl1644 my $mark="80+240(%rsp)"; # copy of aes_key->rounds
1714 movl \$0,$mark # copy of aes_key->rounds = 0;
1893 cmpl \$0,$mark # was the key schedule copied?
/barrelfish-2018-10-04/doc/023-coreboot/
H A Dcoreboot.tex253 \item Optional: Update meta-data in SKB to mark core as stopped.

Completed in 142 milliseconds

12