Searched refs:where (Results 226 - 250 of 322) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/gcc/
H A Dvar-tracking.c21 /* This file contains the variable tracking pass. It computes where
22 variables are located (which registers or where in memory) at each position
51 i.e. it is a list of triplets (reg, decl, offset) where decl is
74 the location of one variable at the point in instruction stream where the
76 instruction, we only emit these notes where the location of variable changes
161 enum emit_note_where where; member in struct:emit_note_data_def
240 /* Structure describing where the variable is located. */
1047 a priority where the priority is the sum of the positions in the 2 chains
2366 enum emit_note_where where = ((emit_note_data *)data)->where; local
2519 emit_notes_for_changes(rtx insn, enum emit_note_where where) argument
[all...]
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dmetaslab.c44 * however, some cases where we want to avoid "fast" ganging and instead
1030 avl_index_t where; local
1035 rs = avl_find(t, &rsearch, &where);
1037 rs = avl_nearest(t, where, AVL_AFTER);
1197 avl_index_t where; local
1212 rs = avl_find(t, &rsearch, &where);
1219 rs = avl_find(t, &rsearch, &where);
1221 rs = avl_nearest(t, where, AVL_AFTER);
/freebsd-11.0-release/contrib/gcc/config/sparc/
H A Dsparc.c2076 /* Handle the case where operands[0] == sparc_compare_op0.
2937 where source and destination of a movtf pattern are both MEMs with
3398 ??? In the case where we don't obey regdecls, this is not sufficient
3486 /* Vectors to keep interesting information about registers where it can easily
4481 This is null for libcalls where that information may
4904 This is null for libcalls where that information may
5068 Determine where to put an argument to a function.
5076 This is null for libcalls where that information may
5224 values that begin in the last fp reg [where "last fp reg" varies with the
5335 TYPE is null for libcalls where tha
6370 epilogue_renumber(register rtx *where, int test) argument
[all...]
/freebsd-11.0-release/contrib/sendmail/src/
H A Dmain.c2604 "main: where=not_calling_getauthinfo, RealHostAddr=%s",
2615 "main: where=after_getauthinfo, RealHostAddr=%s",
3938 ** where -- a string used for logging. If NULL, this is
3950 fill_fd(fd, where)
3952 char *where;
3960 if (where != NULL)
3961 syserr("fill_fd: %s: fd %d not open", where, fd);
3968 where == NULL ? "startup" : where, SM_PATH_DEVNULL);
/freebsd-11.0-release/sys/cddl/contrib/opensolaris/common/acl/
H A Dacl_common.c623 * everything else, where they immediately follow
807 avl_index_t where; local
810 rc = avl_find(avl, &key, &where);
819 avl_insert(avl, rc, where);
/freebsd-11.0-release/contrib/sqlite3/
H A Ddepcomp44 DEPDIR directory where to store dependencies.
179 ## the command line argument order; so add the flags where they
365 # Will always output deps to 'file.d' where file is the root name of the
/freebsd-11.0-release/contrib/openpam/
H A Ddepcomp44 DEPDIR directory where to store dependencies.
179 ## the command line argument order; so add the flags where they
365 # Will always output deps to 'file.d' where file is the root name of the
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dgdb-events.sh525 in-progress queue where it can, later, be cleaned up if
H A Dwince.c95 /* The directory where the stub and executable files are uploaded. */
182 numbers. It retrieves an offset into the context structure where
401 using packets where:
620 similarly to Win32 and take exactly the same arguments except where otherwise noted.
624 There is one universal change. In cases where a length is expected to be returned
690 read_process_memory (HANDLE h, LPCVOID where, LPVOID buf, gdb_wince_len len, gdb_wince_len * nbytes) argument
695 putpvoid ("ReadProcessMemory location", GDB_READPROCESSMEMORY, where);
702 write_process_memory (HANDLE h, LPCVOID where, LPCVOID buf, gdb_wince_len len, gdb_wince_len * nbytes) argument
707 putpvoid ("WriteProcessMemory location", GDB_WRITEPROCESSMEMORY, where);
/freebsd-11.0-release/contrib/binutils/ld/
H A Dpe-dll.c86 there's a place where it pokes nose out of, but in practice it works).
123 (marked with __fuN_<sym> symbol, where N is integer), pointer to DLL name
2562 pe_get16 (bfd *abfd, int where) argument
2566 bfd_seek (abfd, (file_ptr) where, SEEK_SET);
2572 pe_get32 (bfd *abfd, int where) argument
2576 bfd_seek (abfd, (file_ptr) where, SEEK_SET);
H A Dldlang.c292 where the literal part is at least 4 characters long. */
1526 Put stat_ptr back where we want it. */
1610 lang_statement_union_type **where; local
1626 for (where = &after->header.next;
1627 *where != NULL;
1628 where = &(*where)->header.next)
1630 switch ((*where)->header.type)
1636 ass = &(*where)->assignment_statement;
1641 assign = where;
[all...]
/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/sparc64/
H A Ddivsi3.S83 ! The total number of bits in the result here is 4*%o4+%g2, where
H A Dmodsi3.S83 ! The total number of bits in the result here is 4*%o4+%g2, where
/freebsd-11.0-release/contrib/file/
H A Ddepcomp44 DEPDIR directory where to store dependencies.
179 ## the command line argument order; so add the flags where they
365 # Will always output deps to 'file.d' where file is the root name of the
/freebsd-11.0-release/contrib/ntp/sntp/libevent/build-aux/
H A Ddepcomp44 DEPDIR directory where to store dependencies.
179 ## the command line argument order; so add the flags where they
365 # Will always output deps to 'file.d' where file is the root name of the
/freebsd-11.0-release/contrib/wpa/src/crypto/
H A Dtls_openssl.c558 static void ssl_info_cb(const SSL *ssl, int where, int ret) argument
563 wpa_printf(MSG_DEBUG, "SSL: (where=0x%x ret=0x%x)", where, ret);
564 w = where & ~SSL_ST_MASK;
572 if (where & SSL_CB_LOOP) {
575 } else if (where & SSL_CB_ALERT) {
578 where & SSL_CB_READ ?
584 if (where & SSL_CB_READ)
593 ev.alert.is_local = !(where & SSL_CB_READ);
598 } else if (where
[all...]
/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-ia64.c2488 ptr->r.record.x.where.pspoff = ENCODED_PSP_OFFSET (offset);
2503 ptr->r.record.x.where.spoff = offset / 4;
2519 ptr->r.record.x.where.reg = targ_reg;
2687 ptr->r.record.x.where.pspoff);
2692 ptr->r.record.x.where.spoff);
2697 ptr->r.record.x.where.reg, ptr->r.record.x.t);
2702 ptr->r.record.x.t, ptr->r.record.x.where.pspoff);
2707 ptr->r.record.x.t, ptr->r.record.x.where.spoff);
2712 ptr->r.record.x.xy, ptr->r.record.x.where.reg,
4576 long where; local
7113 const char *where; local
[all...]
/freebsd-11.0-release/contrib/blacklist/bin/
H A Dconf.c962 confset_list(const struct confset *cs, const char *msg, const char *where) argument
968 where);
/freebsd-11.0-release/contrib/bmake/mk/
H A Ddpadd.mk136 # to where we found the library is correct.
/freebsd-11.0-release/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dst_parse.c114 const char *where, /* where we were in the line of input */
117 fprintf(stderr, "%s, expecting \"%s\" at \"%s\"\n", who, what, where);
111 _expected( const char *who, const char *what, const char *where, int line) argument
/freebsd-11.0-release/lib/libc/rpc/
H A Dclnt_dg.c448 reply_msg.acpted_rply.ar_results.where = resultsp;
451 reply_msg.acpted_rply.ar_results.where = NULL;
H A Dsvc_dg.c347 xdr_where = msg->acpted_rply.ar_results.where;
349 msg->acpted_rply.ar_results.where = NULL;
H A Dsvc_vc.c645 xdr_where = msg->acpted_rply.ar_results.where;
647 msg->acpted_rply.ar_results.where = NULL;
/freebsd-11.0-release/share/mk/
H A Dbsd.libnames.mk5 # file where necessary.
H A Dbsd.man.mk9 # DESTDIR Change the tree where the man pages gets installed. [not set]

Completed in 402 milliseconds

1234567891011>>