Searched refs:new (Results 51 - 75 of 257) sorted by relevance

1234567891011

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dsch_macros.h234 #define Reincarnat(old,new) { \
235 *Corpse(new) = *(old); \
236 SetNalive(Trunk(new), ST_CUT); \
240 Suspended(new) = (st_susp_t *) 0; \
539 st_id_t new; \
543 PackSite(&new,(old)); \
544 PackKnot(&new,Knot(old)); \
545 PackEdge(&new,x); \
547 Smsg_ShortCut_Mid(&new, SubTree(&new), \
[all...]
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mlx4/
H A Dcm.c170 static void sl_id_map_add(struct ib_device *ibdev, struct id_map_entry *new) argument
175 int slave_id = new->slave_id;
176 int sl_cm_id = new->sl_cm_id;
183 rb_replace_node(&ent->node, &new->node, sl_id_map);
198 rb_link_node(&new->node, parent, link);
199 rb_insert_color(&new->node, sl_id_map);
/barrelfish-master/lib/openssl-1.0.0d/crypto/bf/
H A DMakefile80 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
81 mv -f Makefile.new $(MAKEFILE)
/barrelfish-master/lib/openssl-1.0.0d/crypto/buffer/
H A DMakefile69 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
70 mv -f Makefile.new $(MAKEFILE)
/barrelfish-master/lib/openssl-1.0.0d/crypto/idea/
H A DMakefile69 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
70 mv -f Makefile.new $(MAKEFILE)
/barrelfish-master/lib/openssl-1.0.0d/crypto/jpake/
H A DMakefile40 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
41 mv -f Makefile.new $(MAKEFILE)
/barrelfish-master/lib/openssl-1.0.0d/crypto/lhash/
H A DMakefile69 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
70 mv -f Makefile.new $(MAKEFILE)
/barrelfish-master/lib/openssl-1.0.0d/crypto/md2/
H A DMakefile69 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
70 mv -f Makefile.new $(MAKEFILE)
/barrelfish-master/lib/openssl-1.0.0d/crypto/md4/
H A DMakefile70 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
71 mv -f Makefile.new $(MAKEFILE)
/barrelfish-master/lib/openssl-1.0.0d/crypto/md5/
H A DMakefile84 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
85 mv -f Makefile.new $(MAKEFILE)
/barrelfish-master/lib/openssl-1.0.0d/crypto/mdc2/
H A DMakefile69 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
70 mv -f Makefile.new $(MAKEFILE)
/barrelfish-master/lib/openssl-1.0.0d/crypto/rc2/
H A DMakefile69 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
70 mv -f Makefile.new $(MAKEFILE)
/barrelfish-master/lib/openssl-1.0.0d/crypto/rc5/
H A DMakefile77 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
78 mv -f Makefile.new $(MAKEFILE)
/barrelfish-master/lib/openssl-1.0.0d/crypto/ripemd/
H A DMakefile77 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
78 mv -f Makefile.new $(MAKEFILE)
/barrelfish-master/lib/openssl-1.0.0d/crypto/stack/
H A DMakefile69 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
70 mv -f Makefile.new $(MAKEFILE)
/barrelfish-master/lib/openssl-1.0.0d/crypto/whrlpool/
H A DMakefile82 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
83 mv -f Makefile.new $(MAKEFILE)
/barrelfish-master/lib/openssl-1.0.0d/test/
H A Dtestgen.com21 $ append/new nl: .rnd
35 $ req_new="-new"
/barrelfish-master/doc/001-glossary/
H A DGlossary.tex32 \vhEntry{2.0}{01.12.2013}{TR}{Updated with new developments}
/barrelfish-master/lib/tzcode/zic/
H A Dprivate.h153 char * icatalloc (char * old, const char * new);
/barrelfish-master/usr/eclipseclp/
H A DRUNME34 Link a new executable (don't ask)
36 Don't link a new executable (don't ask)
92 echo $ECHO_NL "Hit return to accept, or enter new value: "
93 read new
94 if test -z "$new"; then
99 answer="$new"
103 if test "$new" = "$val"; then
104 answer="$new"
108 if test "$new" != "$answer"; then
112 answer="$new"
[all...]
/barrelfish-master/lib/linenoise/
H A Dlinenoise.c451 char *new = realloc(ab->b,ab->len+len); local
453 if (new == NULL) return;
454 memcpy(new+ab->len,s,len);
455 ab->b = new;
666 /* Show the new entry */
1007 /* This is the API call to add a new entry in the linenoise history.
1010 * entry and make room for the new one, so it is not exactly suitable for huge
1045 * just the latest 'len' elements if the new history length value is smaller
1048 char **new; local
1054 new
[all...]
/barrelfish-master/usr/eclipseclp/documents/mpslib/
H A Declipse.tex56 channels to the old worker, (2) creating a new worker, (3) recomputing the
57 state of the old worker in the new worker, (4) forward any pending messages
58 from the old worker to the new worker, (5) replace the communication
59 channels to the old worker by communication channels to the new worker,
60 and (6) unblock the communication channels to the new worker. It is
/barrelfish-master/lib/cxx/unwind/
H A DUnwindRegistersRestore.S34 # set up eax and ret on new stack location
35 movl 28(%eax), %edx # edx holds new stack pointer
42 # we now have ret and eax pushed onto where new stack will be
53 pop %eax # eax was already pushed on new stack
54 ret # eip was already pushed on new stack
78 movq 56(%rdi), %rax # rax holds new stack pointer
81 movq 32(%rdi), %rbx # store new rdi on new stack
83 movq 128(%rdi), %rbx # store new rip on new stac
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/
H A Ds390xcpuid.S33 lgfr %r2,%r0 # OpenSSL expects the new value
/barrelfish-master/lib/openssl-1.0.0d/ms/
H A Dtestss.bat23 %reqcmd% -config %CAconf% -out %CAreq% -keyout %CAkey% -new
46 %reqcmd% -config %Uconf% -out %Ureq% -keyout %Ukey% -new >err.ss

Completed in 104 milliseconds

1234567891011