Searched refs:c1 (Results 226 - 250 of 256) sorted by relevance

1234567891011

/freebsd-11-stable/contrib/tcsh/
H A Dconfig.guess768 echo c1-convex-bsd
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.guess754 echo c1-convex-bsd
/freebsd-11-stable/sys/dev/fatm/
H A Dif_fatm.c609 int c1; local
612 c1 = READ4(sc, FATMO_UART_TO_960);
614 if (c1 == 0) {
/freebsd-11-stable/contrib/gcc/
H A Ddwarf2out.c6124 dw_die_ref c1, c2;
6144 c1 = die1->die_child;
6146 if (! c1)
6154 if (!same_die_p (c1, c2, mark))
6156 c1 = c1->die_sib;
6158 if (c1 == die1->die_child)
6115 dw_die_ref c1, c2; local
H A Dc-common.c6817 enum tree_code c1 = TREE_CODE (t1), c2 = TREE_CODE (t2);
6819 gcc_assert ((c1 == INTEGER_TYPE || c1 == REAL_TYPE)
6797 enum tree_code c1 = TREE_CODE (t1), c2 = TREE_CODE (t2); local
H A Dbuiltins.c8646 REAL_VALUE_TYPE c1, c2;
8648 c1 = TREE_REAL_CST (arg1);
8650 /* c1.sign := c2.sign. */
8651 real_copysign (&c1, &c2);
8652 return build_real (type, c1);
8643 REAL_VALUE_TYPE c1, c2; local
H A Dfold-const.c8179 (c1 - x) < c2 becomes x > c1-c2. */
10279 /* Turn (a OP c1) OP c2 into a OP (c1+c2). */
10288 /* Deal with a OP (c1 + c2) being undefined but (a OP c1) OP c2
13139 const REAL_VALUE_TYPE *c1 = TREE_REAL_CST_PTR (op1);
13142 if (real_isnan (c0) || real_isnan (c1))
13178 return constant_boolean_node (real_compare (code, c0, c1), type);
13104 const REAL_VALUE_TYPE *c1 = TREE_REAL_CST_PTR (op1); local
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c1078 uint8_t c1, c2; local
1088 c1 = '\0';
1090 c1 = dtrace_load8((uintptr_t)s1++);
1099 if (c1 != c2)
1100 return (c1 - c2);
1101 } while (--limit && c1 != '\0' && !(*flags & CPU_DTRACE_FAULT));
13290 u_char c1, c2;
13331 c1 = dtrace_dof_char(data[i * 2]);
13333 if (c1 == UCHAR_MAX || c2 == UCHAR_MAX) {
13337 dofbuf[i] = c1 * 1
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Dtypeck.c5140 tree c1;
5145 c1 = TYPE_PTRMEM_CLASS_TYPE (intype);
5151 (c1,
5128 tree c1; local
H A Dcall.c1737 tree c1 = TREE_TYPE (type1); local
1740 if (IS_AGGR_TYPE (c1) && DERIVED_FROM_P (c2, c1)
/freebsd-11-stable/sys/dev/sound/usb/
H A Duaudio.c4160 const struct usb_audio20_clock_selector_unit_1 *c1; local
4274 c1 = (const void *)(u.csel->baCSourceId + u.csel->bNrInPins);
4276 len += sizeof(*c1);
/freebsd-11-stable/contrib/byacc/
H A Dconfig.guess778 echo c1-convex-bsd
/freebsd-11-stable/crypto/openssh/
H A Dconfig.guess778 echo c1-convex-bsd
/freebsd-11-stable/sys/dev/sound/pci/hda/
H A Dhdaa.c3624 int i, j, c1, c2; local
3636 c1 = c2 = -1;
3641 c1 = j;
3645 if (c1 < 0)
/freebsd-11-stable/contrib/sqlite3/
H A Dconfig.guess785 echo c1-convex-bsd
/freebsd-11-stable/contrib/libpcap/
H A Dconfig.guess785 echo c1-convex-bsd
/freebsd-11-stable/contrib/tcpdump/
H A Dconfig.guess785 echo c1-convex-bsd
/freebsd-11-stable/contrib/file/
H A Dconfig.guess802 echo c1-convex-bsd
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h1584 precis : 1, stkflt : 1, errsumm : 1, c0 : 1, c1 : 1, c2 : 1, tos : 3, member in struct:llvm::MachO::fp_status_t
/freebsd-11-stable/contrib/unbound/
H A Dconfig.guess805 echo c1-convex-bsd
/freebsd-11-stable/contrib/binutils/bfd/
H A Dieee.c179 unsigned char c1 = this_byte_and_next (ieee);
182 return (c1 << 8) | c2;
178 unsigned char c1 = this_byte_and_next (ieee); local
/freebsd-11-stable/contrib/opie/
H A Dconfigure2712 char c0 = 0x40, c1 = 0x80, c2 = 0x81;
2713 exit(memcmp(&c0, &c2, 1) < 0 && memcmp(&c1, &c2, 1) < 0 ? 0 : 1);
/freebsd-11-stable/contrib/openpam/
H A Dconfig.guess768 echo c1-convex-bsd
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dconflicts.c519 apr_size_t c1, c2;
526 c1 = svn_path_component_count(repos_relpath1);
527 while (c1--)
517 apr_size_t c1, c2; local
/freebsd-11-stable/contrib/bmake/
H A Dconfigure5779 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];

Completed in 765 milliseconds

1234567891011