Searched refs:copied (Results 1 - 25 of 56) sorted by relevance

123

/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/
H A Dbitmap.c177 ** hasn't already been copied in this choice point). Set `needed' based
428 int copied; local
452 Copy_Bitmap_If_Needed(bitmap, high, high, new_bitmap, copied);
453 if (copied) {
475 Copy_Bitmap_If_Needed(bitmap, low, high, new_bitmap, copied);
476 if (!copied) {
487 Copy_Bitmap_If_Needed(bitmap, low, high, new_bitmap, copied);
488 if (copied) {
541 int copied; local
565 Copy_Bitmap_If_Needed(bitmap, low, low, new_bitmap, copied);
655 int copied; local
793 int copied; local
949 int copied; local
1162 int copied; local
[all...]
/barrelfish-2018-10-04/usr/webserver/
H A Dhttp_cache.c52 size_t copied; /* how much data is copied? */ member in struct:http_cache_entry
280 assert (e->hbuff->len >= e->copied + res->data.data_len);
281 memcpy (e->hbuff->data + e->copied, res->data.data_val, res->data.data_len);
282 e->copied += res->data.data_len;
285 res->data.data_len, e->copied, e->name);
292 errval_t err = nfs_read(client, e->file_handle, e->copied, MAX_NFS_READ,
311 e->copied, e->name, e->hbuff->len);
360 e->copied = 0;
/barrelfish-2018-10-04/usr/eclipseclp/Mercury/
H A Dmercury.pl3 % This file may only be copied under the terms of the GNU Library General
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/dso/
H A Ddso_lib.c367 char *copied; local
380 copied = OPENSSL_malloc(strlen(filename) + 1);
381 if(copied == NULL)
386 BUF_strlcpy(copied, filename, strlen(filename) + 1);
389 dso->filename = copied;
/barrelfish-2018-10-04/usr/eclipseclp/Opium/demo/
H A Dporting.pl7 % these are predicates copied almost straight away from ~sepia/workdir/sepia/lib/cio.pl
H A Dpuzzle.pl2 * program copied from Sterling/Shapiro, p. 214 - 216
/barrelfish-2018-10-04/include/sys/
H A Duio.h96 size_t len, size_t * __restrict copied, int seg);
/barrelfish-2018-10-04/usr/eclipseclp/documents/embedding/
H A Dembsumcxx.tex66 converts a C++ string to an {\eclipse} string. The string is copied.
70 The string is copied and can contain NUL bytes.
106 The data is copied.
110 from the given C++ array. The data is copied.
135 it to a C++ string. This string is volatile, ie.\ it should be copied
140 it to a C++ string. This string is volatile, ie.\ it should be copied
H A Dembsumc.tex41 converts a C string to an {\eclipse} string. The string is copied.
45 The string is copied and can contain NUL bytes.
74 The data is copied.
78 The data is copied.
82 The data is copied.
87 The data is copied.
91 from the given C array. The data is copied.
127 it to a C string. This string is volatile, ie.\ it should be copied
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/
H A Dbn_prime.pl87 * copied and put under another distribution licence
/barrelfish-2018-10-04/lib/openssl-1.0.0d/util/
H A Dadd_cr.pl119 * copied and put under another distribution licence
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dterm_copy.c64 * the pword in the property descriptor. If the copied term
69 * The size is used when the term is copied back to the stack
77 * The block which contains the actual copied term is followed
218 case TFORWARD: /* a previously copied variable */
223 case TFORWARD2: /* a previously copied cons cell */
255 dest->val.ptr = top; /* reference to copied variable */
287 dest->val = arg_pw->val; /* was already copied */
323 dest->val = arg_pw->val; /* was already copied */
370 dest->val = arg_pw->val; /* was already copied */
403 dest->val = arg_pw->val; /* cons cell already copied */
866 int copied = 0; local
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/Netware/
H A Dcpy_tests.bat84 echo Tests copied
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/conf/
H A Dkeysets.pl109 * copied and put under another distribution licence
/barrelfish-2018-10-04/usr/eclipseclp/documents/internal/kernel/
H A Dglobalstate.tex161 the old contents are copied.
190 the old contents are copied.
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumsstring.tex74 to be copied, while the list that makes up the tail of the concatenated
76 When two string are concatenated, both strings must be copied to form
/barrelfish-2018-10-04/doc/015-disk-driver-arch/
H A Dflounder-ahci.tex154 data must be copied out of the \acs{dma} region into an allocated buffer to be
194 Finally, the \acs{dma} data must be copied in and out of suitably mapped
H A Ddesign.tex23 tables after they are checked, so the all these areas would have to be copied
H A Dintro.tex78 receives an unkown \ac{fis} it is copied to the Unknown \ac{fis} region if it
/barrelfish-2018-10-04/lib/lwip2/src/apps/smtp/
H A Dsmtp.c1048 u16_t copied = pbuf_copy_partial(s->p, s->tx_buf, crlf - auth, auth); local
1049 if (copied != 0) {
1051 s->tx_buf[copied] = 0;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/objects/
H A Dobj_dat.pl231 * copied and put under another distribution licence
H A Dobjects.pl182 * copied and put under another distribution licence
/barrelfish-2018-10-04/usr/eclipseclp/Contrib/
H A Dapplic.pl177 % was copied from the older sublist/3 predicate, and let's face it,
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dqueens.pl211 % Specific predicates, some of them actually copied from domain.pl
/barrelfish-2018-10-04/usr/eclipseclp/documents/internal/project/
H A Dorganisation.tex190 the distribution files copied to the ftp site

Completed in 308 milliseconds

123