Searched refs:to (Results 751 - 775 of 1175) sorted by relevance

<<31323334353637383940>>

/freebsd-9.3-release/contrib/gcc/
H A Dlambda-mat.c18 along with GCC; see the file COPYING. If not, write to the Free
48 /* Copy the elements of M x N matrix MAT1 to MAT2. */
180 /* Delete rows r1 to r2 (not including r2). */
183 lambda_matrix_delete_rows (lambda_matrix mat, int rows, int from, int to) argument
187 dist = to - from;
189 for (i = to; i < rows; i++)
208 /* Add a multiple of row R1 of matrix MAT with N columns to row R2:
257 /* Add a multiple of column C1 of matrix MAT with M rows to column C2:
297 det(MAT)*inv(MAT), and we return det(MAT) to the caller as the function
298 result. This is necessary to preserv
[all...]
H A Dtree-ssa-address.c17 along with GCC; see the file COPYING. If not, write to the Free
22 that directly map to addressing modes of the target. */
46 /* TODO -- handling of symbols (according to Richard Hendersons
58 All you have to do is set -GN high enough, or explicitly mark any
67 it would be nice to improve the handling here in order to produce more
70 /* A "template" for memory address, used to determine whether the address is
82 /* The templates. Each of the five bits of the index corresponds to one
95 STEP and OFFSET to *ADDR. Stores pointers to wher
695 copy_mem_ref_info(tree to, tree from) argument
[all...]
H A Dbitmap.c1 /* Functions to support general ended bitmaps.
18 along with GCC; see the file COPYING. If not, write to the Free
49 /* Add ELEM to the appropriate freelist. */
86 /* Since the first thing we try is to insert before current,
87 make current the next entry in preference to the previous. */
392 /* Copy a bitmap to another bitmap. */
395 bitmap_copy (bitmap to, bitmap from)
399 bitmap_clear (to);
404 bitmap_element *to_elt = bitmap_element_allocate (to);
413 to
389 bitmap_copy(bitmap to, bitmap from) argument
[all...]
/freebsd-9.3-release/contrib/llvm/include/llvm/Support/
H A DFileSystem.h11 // TR2/boost filesystem (v3), but modified to remove exception handling and the
17 // category. However, they shall be equivalent to any error conditions listed
22 // return errc::not_enough_memory if there is not enough memory to complete the
107 // Helper functions so that you can use & and | to manipulate perms bits:
147 /// file_status - Represents the result of a call to stat and friends. It has
148 /// a platform specific member to store the result.
203 return 9999; // Not applicable to Windows, so...
206 return 9999; // Not applicable to Windows, so...
270 /// @param path A path that is modified to be an absolute path.
277 /// @param path Directories to creat
[all...]
/freebsd-9.3-release/contrib/ofed/libibcm/
H A Dconfigure5 # Report bugs to <general@lists@openfabrics.org>.
9 # gives unlimited permission to copy, distribute and modify it.
19 # is contrary to our usage. Disable this feature.
53 # Required to use basename.
122 # in which case we are not to be found in the path.
161 # work. The second script uses 'N' to pair each line-number line
180 # Don't try to exec as it changes $[0], causing all sort of problems
182 # original and so on. Autoconf is especially sensible to this).
229 # Sed expression to map a string onto a valid CPP name.
232 # Sed expression to ma
[all...]
/freebsd-9.3-release/contrib/ofed/librdmacm/
H A Dconfigure5 # Report bugs to <general@lists.openfabrics.org>.
9 # gives unlimited permission to copy, distribute and modify it.
19 # is contrary to our usage. Disable this feature.
53 # Required to use basename.
122 # in which case we are not to be found in the path.
161 # work. The second script uses 'N' to pair each line-number line
180 # Don't try to exec as it changes $[0], causing all sort of problems
182 # original and so on. Autoconf is especially sensible to this).
229 # Sed expression to map a string onto a valid CPP name.
232 # Sed expression to ma
[all...]
/freebsd-9.3-release/contrib/ofed/libsdp/src/
H A Dconfig_parser.c19 along with this program; if not, write to the Free Software
30 Bison output files to be licensed under the GNU General Public
39 /* All symbols defined below should begin with yy or YY, to avoid
42 There are some unavoidable exceptions within include files to
138 /* some globals to store intermidiate parser state */
166 yyerror("fail to allocate program name expression");
225 yyerror("fail to allocate new rule");
353 /* Identity function, used to suppress warnings about constant conditions. */
406 to allow for a few compiler-allocated temporary stack slots. */
455 /* The size of an array large to enoug
[all...]
/freebsd-9.3-release/contrib/smbfs/lib/smb/
H A Dctx.c17 * may be used to endorse or promote products derived from this software
491 smb_addiconvtbl(const char *to, const char *from, const u_char *tbl) argument
495 error = kiconv_add_xlat_table(to, from, tbl);
498 from, to);
506 * lookup specified server and try to fill all forgotten fields.
606 * First, try to open as cloned device
614 * well, no clone capabilities available - we have to scan
615 * all devices in order to get free one
657 smb_error("can't get handle to requester (no /dev/"NSMB_NAME"* device)", 0);
668 smb_error("unable to ope
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dssh-pkcs11.c5 * Permission to use, copy, modify, and distribute this software for any
115 * remove a reference to the provider.
131 /* unregister all providers, keys might still point to the providers */
221 pkcs11_rsa_private_encrypt(int flen, const u_char *from, u_char *to, RSA *rsa, argument
277 /* try to find object w/CKA_SIGN first, retry w/o */
286 rv = f->C_Sign(si->session, (CK_BYTE *)from, flen, to, &tlen);
296 pkcs11_rsa_private_decrypt(int flen, const u_char *from, u_char *to, RSA *rsa, argument
302 /* redirect private key operations for rsa key to pkcs11 token */
384 * add 'wrapped' public keys to the 'keysp' array and increment nkeys.
385 * keysp points to a
[all...]
/freebsd-9.3-release/lib/libc/db/btree/
H A Dbt_delete.c5 * This code is derived from software contributed to Berkeley by
17 * may be used to endorse or promote products derived from this software
76 /* Check for change to a read-only tree. */
99 * If the page is about to be emptied, we'll need to
100 * delete it, which means we have to acquire a stack.
132 * hp: pointer to current, pinned PAGE pointer
133 * c: pointer to the cursor
165 * Move right, looking for the page. At each move we have to move
166 * up the stack until we don't have to mov
467 void *to; local
[all...]
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_table.c92 #define COPYIN(from, to, size, flags) \
94 _copyin((from), (to), (size)) : \
95 (bcopy((from), (to), (size)), 0))
97 #define COPYOUT(from, to, size, flags) \
99 _copyout((from), (to), (size)) : \
100 (bcopy((from), (to), (size)), 0))
103 #define COPYIN(from, to, size, flags) \
105 copyin((from), (to), (size)) : \
106 (bcopy((from), (to), (size)), 0))
108 #define COPYOUT(from, to, siz
[all...]
/freebsd-9.3-release/sys/dev/nxge/xgehal/
H A Dxgehal-ring.c81 xge_hal_ring_t *ring, int from, int to)
92 /* get "to" RxD block */
94 __hal_mempool_item((xge_hal_mempool_t *) mempoolh, to);
100 /* set next pointer for this RxD block to point on
120 from, (unsigned long long)from_dma, to,
301 NULL, /* nothing to free */
326 * 1) dtrs need to be initialized by ULD at channel-open time;
327 * 2) dtrs need to be posted at channel-open time
342 * we have to reset it */
503 xge_debug_ring(XGE_TRACE, "Rings priority configured to
80 __hal_ring_rxdblock_link(xge_hal_mempool_h mempoolh, xge_hal_ring_t *ring, int from, int to) argument
[all...]
/freebsd-9.3-release/tools/tools/net80211/w00t/redir/
H A Dredir.c176 /* need to create slot */
571 struct timeval *to = NULL; local
600 to = &tv;
608 if (select(max+1, &fds, NULL, NULL, to) == -1)
/freebsd-9.3-release/usr.sbin/rwhod/
H A Drwhod.c14 * may be used to endorse or promote products derived from this software
76 * This version of Berkeley's rwhod has been modified to use IP multicast
79 * rwhod -m causes rwhod to use IP multicast (instead of
83 * reports are sent with a time-to-live of 1, to prevent
86 * rwhod -m <ttl> causes rwhod to send IP multicast datagrams with a
87 * time-to-live of <ttl>, via a SINGLE interface rather
126 * Alarm interval. Don't forget to change the down time check in ruptime
141 struct sockaddr *n_addr; /* who to send to */
[all...]
/freebsd-9.3-release/contrib/cvs/src/
H A Drcs.c24 /* These need to be source after cvs.h or HAVE_MMAP won't be set... */
54 /* A structure we use to buffer the contents of an RCS file. The
61 /* Points to the current position in the buffer. */
78 and convert them to a single '@'. */
100 static void rcsbuf_valpolish_internal PROTO ((struct rcsbuffer *, char *to,
158 * We don't want to use isspace() from the C library because:
163 * due to the addition of wide character support.
196 * doesn't exist, we are running as the server, and a client has asked us to
199 * Most parts of CVS will want to rely instead on RCS_parse which calls this
207 * inattic NULL or a pointer to th
[all...]
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dconfigure7 # gives unlimited permission to copy, distribute and modify it.
17 # is contrary to our usage. Disable this feature.
51 # Required to use basename.
120 # in which case we are not to be found in the path.
159 # work. The second script uses 'N' to pair each line-number line
178 # Don't try to exec as it changes $[0], causing all sort of problems
180 # original and so on. Autoconf is especially sensible to this).
227 # Sed expression to map a string onto a valid CPP name.
230 # Sed expression to map a string onto a valid variable name.
279 # The HP-UX ksh and POSIX shell print the target directory to stdou
[all...]
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dfiles.c7 Adapted to ANSI C, Richard Stallman, Jan 1987
22 along with this program; if not, write to the Free Software
54 exists or not. An instance may be pointed to by more than one
58 /* Filename as given to #include or command line switch. */
61 /* The full path used to find the file. */
115 its head pointed to by a slot in FILE_HASH. The file name is what
133 comparisons against START_DIR can be made to determine cache hits
138 have to do more work re-preprocessing the file, and/or comparing
191 We used to open files in nonblocking mode, but that caused more
192 problems than it solved. Do take care not to acquir
1339 char *to; local
[all...]
/freebsd-9.3-release/contrib/gcclibs/libssp/
H A Dconfigure7 # gives unlimited permission to copy, distribute and modify it.
17 # is contrary to our usage. Disable this feature.
51 # Required to use basename.
120 # in which case we are not to be found in the path.
159 # work. The second script uses 'N' to pair each line-number line
178 # Don't try to exec as it changes $[0], causing all sort of problems
180 # original and so on. Autoconf is especially sensible to this).
227 # Sed expression to map a string onto a valid CPP name.
230 # Sed expression to map a string onto a valid variable name.
262 # Maximum number of lines to pu
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A Dregengine.inc8 * This code is derived from software contributed to Berkeley by
20 * may be used to endorse or promote products derived from this software
70 /* another structure passed up and down to avoid zillions of parameters */
349 /* cases where length of match is hard to find */
397 oldssp = ssp; /* on to next try */
559 case OOR1: /* matches null but needs to skip */
568 default: /* have to make a choice */
594 return(NULL); /* not enough left to match */
602 case OQUEST_: /* to null or not */
846 - step - map set of states reachable before char to se
[all...]
/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.c19 along with this program; if not, write to the Free Software
30 Bison output files to be licensed under the GNU General Public
39 /* All symbols defined below should begin with yy or YY, to avoid
42 There are some unavoidable exceptions within include files to
392 /* Identity function, used to suppress warnings about constant conditions. */
445 to allow for a few compiler-allocated temporary stack slots. */
494 /* The size of an array large to enough to hold all stacks, each with
500 /* Copy COUNT objects from FROM to TO. The source and destination do
518 /* Relocate STACK from its old location to th
[all...]
/freebsd-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_qp.c13 contributors may be used to endorse or promote products derived from
131 wqe->send.sgl[i].to = htobe64(wr->sg_list[i].addr);
171 wqe->write.sgl[i].to =
270 wqe->recv.sgl[i].to = htobe64(((u32)wr->sg_list[i].addr) &
278 wqe->recv.sgl[i].to = 0;
299 * The T3 HW requires the PBL in the HW recv descriptor to reference
301 * it to the uP in the recv WR. The uP will build the PBL and setup
319 * sge length limit allows us to require only a 2-entry HW
321 * since it is not possible to allocate 128MB of contiguous
329 * T3 restricts a recv to al
[all...]
/freebsd-9.3-release/sys/dev/usb/controller/
H A Datmegadci.c225 /* Wait for reset to complete. */
249 /* get pointer to softc */
321 /* we only want to know if there is a SETUP packet */
333 uint8_t to; local
336 to = 3; /* don't loop forever! */
339 /* get pointer to softc */
428 /* else need to receive a zero length packet */
430 if (--to) {
434 /* we only want to know if there is a SETUP packet or OUT packet */
446 uint8_t to; local
[all...]
H A Davr32dci.c257 /* Wait for reset to complete. */
279 /* get pointer to softc */
353 uint8_t to; local
356 to = 4; /* don't loop forever! */
359 /* get pointer to softc */
436 /* else need to receive a zero length packet */
438 if (--to) {
451 uint8_t to; local
454 to = 4; /* don't loop forever! */
456 /* get pointer to soft
[all...]
/freebsd-9.3-release/sys/i386/ibcs2/
H A Dibcs2_misc.c9 * contributed to Berkeley.
29 * may be used to endorse or promote products derived from this software
313 * that they can be massaged before being copied out to user code. Like
356 #define DIRBLKSIZ 512 /* XXX we used to use ufs's DIRBLKSIZ */
401 * offset to a block boundary to make sure that it never reads
437 * Massage in place to make an iBCS2-shaped dirent (otherwise
438 * we have to worry about touching user memory outside of
566 * offset to a block boundary to mak
1234 char *from, *to; local
[all...]
/freebsd-9.3-release/contrib/binutils/ld/scripttempl/
H A Dnw.sc3 # NOP - four byte opcode for no-op (defaults to 0)
124 converted to the new style linker. */

Completed in 422 milliseconds

<<31323334353637383940>>