Searched refs:original (Results 1 - 25 of 78) sorted by relevance

1234

/barrelfish-master/usr/drivers/megaraid/
H A Dvsic_vfs.c29 static func_t original = NULL; local
31 if(original == NULL) {
32 original = (func_t)dlsym(RTLD_NEXT, __func__);
33 assert(original != NULL);
38 /* int result = original(pathname, flags, mode); */
49 int result = original(pathname, flags, mode);
57 static func_t original = NULL; local
59 if(original == NULL) {
60 original = (func_t)dlsym(RTLD_NEXT, __func__);
61 assert(original !
102 static func_t original = NULL; local
124 static func_t original = NULL; local
[all...]
/barrelfish-master/include/lwip2/lwip/
H A Dip4_frag.h81 * that points into the original pbuf. */
85 /** pointer to the original pbuf that is referenced */
86 struct pbuf *original; member in struct:pbuf_custom_ref
H A Dip6_frag.h68 or just point to its original location in the first pbuf? */
102 * that points into the original pbuf. */
106 /** pointer to the original pbuf that is referenced */
107 struct pbuf *original; member in struct:pbuf_custom_ref
/barrelfish-master/tools/molly/
H A Dbuild_multiboot.c34 static char *get_symbol_name_prefix(char *original) { argument
36 char *r = malloc(strlen(prefix) + strlen(original) + 1);
37 sprintf(r, "%s%s", prefix, original);
/barrelfish-master/usr/eclipseclp/icparc_solvers/ilog/
H A Dilog.cc160 IlcIntVar original; local
162 if (get_handle_from_arg(3, intvar_method, (void**)&original)) {
163 IlcIntVar copy = original.getCopy(m);
/barrelfish-master/tools/arm_molly/
H A Dbuild_multiboot.c30 static char *get_symbol_name_prefix(char *original) { argument
32 char *r = malloc(strlen(prefix) + strlen(original) + 1);
33 sprintf(r, "%s%s", prefix, original);
/barrelfish-master/usr/eclipseclp/icparc_solvers/
H A Dshadow_cons.pl48 The shadow variable 'represents' the original variable in the
50 constrained than the original variable. When the original
58 % fail_if:"The original variable already has a shadow which cannot be unified with the new one, or if the input is not unifiable with its shadow.",
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Ddfid.pl118 % Restore original values
127 % Restore original values
H A Dprofile.pl92 % convert original goal to finite string for later printing
H A Dlists.pl509 the original List. The length of the sub-lists is half the length of
510 the original. If the original length is odd, Front is one longer"),
H A Dsicstus.pl186 % the original predicate is renamed with the help of a clause macro.
H A Dsetof.pl176 % Add keys that are copies of the original keys with their attributes stripped.
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumsmacros.tex342 original term should be mapped to the transformed term.
345 is structurally similar to the original term and
366 The type-field describes the type of the original term and provide type
372 plain original term. For compound terms, the term-field contains a structure
411 annotated terms for the original and transformed term. The predicate will
412 be supplied with the annotated term for the original term if available,
416 no annotated information is available, the original annotated term will be
454 inherits the annotation information for the original term's principal
456 annotation information from the corresponding argument in the original
462 allow the user to access the details of how the subterms of the original ter
[all...]
/barrelfish-master/lib/lwip2/src/core/ipv4/
H A Dip4_frag.c37 * original reassembly code by Adam Dunkels <adam@sics.se>
180 /* Then, copy the original header into it. */
581 /* copy the original ip header back to the first pbuf */
665 if (pcr->original != NULL) {
666 pbuf_free(pcr->original);
706 /* Save original offset */
773 pcr->original = p;
/barrelfish-master/lib/lwip2/src/core/ipv6/
H A Dip6_frag.c161 /* Then, move back to the original ipv6 header (we are now pointing to Fragment header).
640 if (pcr->original != NULL) {
641 pbuf_free(pcr->original);
761 pcr->original = p;
/barrelfish-master/usr/eclipseclp/documents/internal/kernel/
H A Dinternal.tex98 the original implementation reports that existed for various
100 original birthplace.
H A Dgc.tex146 The chain pointer of course overwrites at least a part of the original
175 The last cell of the relocation chain preserves the original tag
/barrelfish-master/usr/eclipseclp/Contrib/
H A Dstruct.pl101 % that the variable V is *not* a member of the list L. The original
141 where E is the size of the original expression and V is the number of
H A Dlogarr.pl36 code tidier on this file; this is not its original layout. He
/barrelfish-master/doc/015-disk-driver-arch/
H A Drunning.tex48 this lab project, we introduce a workaround that will retrieve the original
52 by querying the \acs{skb} for the original \lstinline+bar(...)+ facts of the
/barrelfish-master/usr/eclipseclp/ecrc_solvers/
H A Dchr.pl519 %%% The original handler for printing delayed goals is replaced by a new one
520 %%% which, after displaying the constraints, calls the original handler.
521 %%% The link to the original handler is done by a user defined exception.
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Deplex.tex418 This problem also has an optimal \verb'Cost' of 710, the same as the original
489 For example, we can solve the original transportation
496 .... % setup the constraints for the original problem as before
501 prob: eplex_solve(Cost1), % h. solve original problem
522 Starting at the root, the problem solved is the original MIP problem, but
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Dextpropia.tex67 the original goal, but its behaviour is quite different.
95 We first show the behaviour of the original goal:
/barrelfish-master/lib/openssl-1.0.0d/crypto/rc4/asm/
H A Drc4-ia64.pl408 assembler failed on original macro with syntax error. <appro> */
/barrelfish-master/usr/eclipseclp/documents/internal/project/
H A Dorganisation.tex153 \item give the signed original to Christiane to be filed officially

Completed in 206 milliseconds

1234