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

12345678910

/freebsd-10.0-release/contrib/ncurses/include/
H A DCaps.osf1r5472 color_fg_1 colf1 str c1 - - ----K foreground color 1
1074 #color_fg_1 colf1 str c1 - - ----K foreground color 1
H A DCaps.aix4505 color_fg_1 colf1 str c1 - - ----K foreground color 1
/freebsd-10.0-release/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-10.0-release/contrib/gcc/
H A Dbuiltins.c8555 REAL_VALUE_TYPE c1, c2;
8557 c1 = TREE_REAL_CST (arg1);
8559 /* c1.sign := c2.sign. */
8560 real_copysign (&c1, &c2);
8561 return build_real (type, c1);
8552 REAL_VALUE_TYPE c1, c2; local
H A Dfold-const.c8177 (c1 - x) < c2 becomes x > c1-c2. */
10277 /* Turn (a OP c1) OP c2 into a OP (c1+c2). */
10286 /* Deal with a OP (c1 + c2) being undefined but (a OP c1) OP c2
13135 const REAL_VALUE_TYPE *c1 = TREE_REAL_CST_PTR (op1);
13138 if (real_isnan (c0) || real_isnan (c1))
13174 return constant_boolean_node (real_compare (code, c0, c1), type);
13100 const REAL_VALUE_TYPE *c1 = TREE_REAL_CST_PTR (op1); local
/freebsd-10.0-release/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Ddtrace.c873 uint8_t c1, c2; local
883 c1 = '\0';
885 c1 = dtrace_load8((uintptr_t)s1++);
894 if (c1 != c2)
895 return (c1 - c2);
896 } while (--limit && c1 != '\0' && !(*flags & CPU_DTRACE_FAULT));
/freebsd-10.0-release/contrib/bmake/
H A Dconfigure5656 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
/freebsd-10.0-release/contrib/sqlite3/
H A Dsqlite3.c4094 ** CREATE TABLE t1(c1 VARIANT);
4098 ** SELECT c1 + 1, c1 FROM t1;
10685 ** CREATE TABLE Ex1(c1 int, c2 int, c3 text);
10686 ** CREATE INDEX Ex2 ON Ex1(c3,c1);
10693 ** The second column to be indexed (c1) has an index of 0 in
14548 sqlite3_int64 c1; local
14550 c1 = localtimeOffset(p, pCtx, &rc);
14552 p->iJD -= c1;
14554 p->iJD += c1
59647 Mem c1; local
86329 u8 c1 = (u8)pDef->zName[0]; local
[all...]
/freebsd-10.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c3802 ** CREATE TABLE t1(c1 VARIANT);
3806 ** SELECT c1 + 1, c1 FROM t1;
10104 ** CREATE TABLE Ex1(c1 int, c2 int, c3 text);
10105 ** CREATE INDEX Ex2 ON Ex1(c3,c1);
10112 ** The second column to be indexed (c1) has an index of 0 in
13786 sqlite3_int64 c1; local
13788 c1 = localtimeOffset(p, pCtx, &rc);
13790 p->iJD -= c1;
13792 p->iJD += c1
58004 Mem c1; local
83228 u8 c1 = (u8)pDef->zName[0]; local
[all...]
/freebsd-10.0-release/contrib/subversion/
H A Dconfigure19761 char c0 = '\100', c1 = '\200', c2 = '\201';
19762 if (memcmp(&c0, &c2, 1) >= 0 || memcmp(&c1, &c2, 1) >= 0)
/freebsd-10.0-release/contrib/ncurses/misc/
H A Dterminfo.src5602 # :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
5631 # :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
5644 # :c0=^A`\r:c1=^Aa\r:c2=^Ab\r:c3=^Ac\r:\
7872 pfx=\E|%p1%{48}%+%c1%p2%s\031,
15476 pfx=\E|%{48}%p1%+%c1%p2\031, prot=\E), ri=\Ej,
/freebsd-10.0-release/contrib/libstdc++/
H A Dconfigure8187 atomic_type c1;
8190 if (__sync_fetch_and_add(&c1, c2) == c3)
[all...]

Completed in 1105 milliseconds

12345678910