Searched refs:new (Results 101 - 125 of 257) sorted by relevance

1234567891011

/barrelfish-master/lib/openssl-1.0.0d/crypto/ecdh/
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/objects/
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/engines/ccgost/
H A DMakefile56 cp $${pfx}$(LIBNAME)$$sfx $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new; \
59 cp cyg$(LIBNAME).dll $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new; \
61 chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new; \
62 mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx.new $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$${pfx}$(LIBNAME)$$sfx; \
84 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
85 mv -f Makefile.new $(MAKEFILE)
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Demu_export.h468 /* Check whether a pword can be recognised as being "new", i.e. younger
612 #define Set_Tg_Soft_Lim(new) { \
613 TG_SLS = new; \
675 #define Safe_Add_To_Pointer(old, pos_offset, max, new) { \
676 (new) = (old) + (pos_offset); \
677 if ((new) < (old)) (new) = (max); \
680 #define Safe_Sub_From_Pointer(old, pos_offset, min, new) { \
681 (new) = (old) - (pos_offset); \
682 if ((new) > (ol
[all...]
H A Dbip_misc.c1293 struct itimerval old, new; local
1295 new.it_interval.tv_sec = 0;
1296 new.it_interval.tv_usec = 0;
1297 new.it_value.tv_sec = 0;
1298 new.it_value.tv_usec = 0;
1299 if (setitimer(timer, &new, &old) < 0) {
H A Dproc_desc.c144 * Allocate a new procedure descriptor
176 * Create a new descriptor and insert it into the functor and
285 * When a new IMPEXP descriptor is created, find all descriptors that point
289 _deref_chains(pri *new_impexp) /* a new IMPEXP maximally dereferenced */
722 * Check whether the flags specified by 'mask' can be set to the 'new' values.
727 pri_compatible_flags(pri *pd, uint32 mask, uint32 new) argument
740 new &= mask;
741 illegal_change = (pd->flags ^ new) & mask;
756 * Set the flags specified by 'mask' to the 'new' values.
764 pri_change_flags(pri *pd, uint32 mask, uint32 new) argument
[all...]
/barrelfish-master/usr/eclipseclp/documents/internal/kernel/
H A Dgc.tex35 This choicepoint virtually separates all stacks into an old and a new part,
49 save the machine registers in a new choicepoint;
55 restore the new machine state from the choicepoint and pop it;
95 The collector is triggered whenever a certain amound (gc_interval) of new
261 after the reference has been moved to its new location.
/barrelfish-master/usr/eclipseclp/documents/megalog/
H A Dmultiuser-sec.tex299 and the new state is the state of the relation
301 Within a transaction the new
304 committed and the old state becomes equal to the new state.
339 Even though the new state of a predicate is used by default a
340 new operator is included for completeness i.e.
341 \index{new/1}
343 new(RelationName)
/barrelfish-master/doc/008-tracing/
H A DTracing.tex100 integrates with the new version of the tracing framework. Bfscope is described
139 of invoking the new flushing functionality.
195 \section{Pleco: A new Domain Specific Language}
202 new domain specific language called \emph{pleco}, that resembles the domain
206 Pleco allows programmer to easily add new Subsystems to the tracing framework
207 and to extend existing Subsystems with new Events. Note that the Argument
212 \texttt{memserv}. Note that the keyword \emph{subsystem} is used to define a new
275 can avoid using macros, but rather for a new feature that has been introduced
341 source code. This new way of defining Subsystems and Events in pleco files
381 meaning that the tracing framework does not need to setup any new channe
[all...]
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Dextfd.tex114 The system replaces such a subexpression by a new variable {\it X}
115 and adds a new constraint {\it VarA \#= VarB * X}.
117 are replaced by a new variable {\it X}
118 and a new constraint {\it X \#= VarA * VarB} is added,
156 according to the new domain; if it is instantiated, the predicate checks
238 found solution, failure is forced and a new solution is searched for.
239 When a new better solution is found, the bound is updated and
241 Each time a new better solution is found, the event 280 is raised.
249 When a new better solution is found, the search does not restart
251 Each time a new bette
[all...]
H A Dmp.tex145 User-defined notification procedures are called when new messages
148 \item [port\_handler(+PortId)] The port PortId has one or more new messages
200 Otherwise by creating just a new logical port, associated with some
/barrelfish-master/lib/libc/net/
H A Dname6.c751 struct policyqueue *new; local
753 if ((new = malloc(sizeof(*new))) == NULL) {
757 new->pc_policy = *pol;
758 TAILQ_INSERT_TAIL(head, new, pc_entry);
/barrelfish-master/usr/drivers/xeon_phi/
H A Dxphi_service.c107 static void xphi_svc_clients_insert(struct xphi_svc_st *new) argument
109 XSERVICE_DEBUG("inserting client: {%s} domainid:%lx\n", new->name,
110 new->domainid);
111 new->next = xphi_svc_clients;
112 xphi_svc_clients = new;
661 XSERVICE_DEBUG("xphi_svc_connect_cb: new connection from domain.\n");
/barrelfish-master/lib/libc/rpc/
H A Drpc_generic.c783 __rpc_fixup_addr(struct netbuf *new, const struct netbuf *svc) argument
790 sa_new = (struct sockaddr *)new->buf;
794 sin6_new = (struct sockaddr_in6 *)new->buf;
/barrelfish-master/doc/015-disk-driver-arch/
H A Dlibahci.tex89 memory for the new backing region.
101 traversal continues with the new memory regions. When a sufficiently large
147 header. After that, \setupcmd allocates a command table for the new command
155 slot number of the new command.
171 new command is stored and calls the user continuation, if any.
208 about the new \libahci connection and directly calls
/barrelfish-master/lib/openssl-1.0.0d/engines/
H A DMakefile122 cp $$pfx$$l$$sfx $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx.new; \
125 cp cyg$$l.dll $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx.new; \
127 chmod 555 $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx.new; \
128 mv -f $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx.new $(INSTALL_PREFIX)$(INSTALLTOP)/$(LIBDIR)/engines/$$pfx$$l$$sfx ); \
157 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
158 mv -f Makefile.new $(MAKEFILE)
/barrelfish-master/doc/004-virtual_memory/
H A DVirtualMemory.tex30 \vhEntry{2.0}{09.12.2013}{SG}{Updated with new kernel memory interface}
71 To construct a new pagetable,
72 a new vspace is created and it is associated with an appropriate pmap.
/barrelfish-master/lib/libc/db/mpool/
H A Dmpool.c110 * Get a new page of memory.
126 * Get a BKT from the cache. Assign a new page number, attach
230 * new page.
344 /* If under the max cached, always create a new page. */
346 goto new;
378 new: if ((bp = (BKT *)calloc(1, sizeof(BKT) + mp->pagesize)) == NULL)
464 (void)fprintf(stderr, "%lu page puts, %lu page gets, %lu page new\n",
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Dumsforeign.tex43 interface into the foreign one, by defining a new C function
/barrelfish-master/usr/eclipseclp/documents/intro_paper/
H A Declipse.tex83 CLP and also mathematical programming typically impose new
198 In this case the new choice is typically compared with the previous
392 The second difference is that logic programming allows new constraints
507 The solution cannot then be modified to meet the actual, or new,
1655 built-in constraints, each new industrial application typically
1820 The required \ECL encoding remains quite logical, but it needs a new
1909 Query 4 does, however, produce new information, because not only do
2016 Goals suspended in this way will wake when any new constraint on $X$
2104 Any \ECL user can define and implement a completely new constraint
2108 A new attribut
[all...]
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dtsget35 # Initialise a new Curl object.
40 my $curl = WWW::Curl::Easy::new();
/barrelfish-master/lib/openssl-1.0.0d/crypto/conf/
H A DMakefile72 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
73 mv -f Makefile.new $(MAKEFILE)
/barrelfish-master/lib/openssl-1.0.0d/crypto/dso/
H A DMakefile71 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
72 mv -f Makefile.new $(MAKEFILE)
/barrelfish-master/lib/openssl-1.0.0d/crypto/ecdsa/
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/sha/
H A DMakefile108 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
109 mv -f Makefile.new $(MAKEFILE)

Completed in 422 milliseconds

1234567891011