Searched refs:LEFT (Results 1 - 21 of 21) sorted by relevance

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Ddebug.h101 #define VERIFY3_IMPL(LEFT, OP, RIGHT, TYPE) do { \
102 const TYPE __left = (TYPE)(LEFT); \
105 assfail3(#LEFT " " #OP " " #RIGHT, \
/freebsd-11-stable/contrib/groff/src/preproc/eqn/
H A Deqn.y49 %token LEFT
104 %right LEFT
217 | LEFT delim equation RIGHT delim
219 | LEFT delim equation
H A Dlex.cpp73 { "left", LEFT },
/freebsd-11-stable/lib/msun/bsdsrc/
H A Db_tgamma.c92 #define LEFT -.3955078125 /* left boundary for rat. approx */ macro
139 } else if (x >= 1.0 + LEFT + x0)
192 if (y <= 1.0 + (LEFT + x0)) {
202 for (ym1 = y-one; ym1 > LEFT + x0; y = ym1--, yy.a--) {
216 * Good on (0, 1+x0+LEFT]. Accurate to 1ulp.
224 if (x < x0 + LEFT) {
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_shift.c28 enum which {LEFT, RIGHT}; enumerator in enum:which
40 return (shift(sp, cmdp, LEFT));
/freebsd-11-stable/usr.bin/sdiff/
H A Dedit.c110 goto LEFT;
118 LEFT:
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dpic.y98 %token LEFT
116 %token LEFT
222 %left LEFT RIGHT
337 | LEFT
807 | object_spec LEFT
814 | object_spec LEFT expr
1346 /* give this a lower precedence than LEFT and RIGHT so that
1419 | LEFT
1423 | UPPER LEFT
1425 | LOWER LEFT
[all...]
H A Dlex.cpp482 { "left", LEFT },
1804 case LEFT:
1805 // change LEFT to LEFT_CORNER when followed by OF
1821 // recognise UPPER only before LEFT or RIGHT
1824 if (lookahead_token != LEFT && lookahead_token != RIGHT) {
1831 // recognise LOWER only before LEFT or RIGHT
1834 if (lookahead_token != LEFT && lookahead_token != RIGHT) {
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js44 LEFT = 'left',
718 at = { x: LEFT, y: TOP };
725 at = { x: LEFT, y: TOP };
924 this[z] = this[z] === LEFT ? RIGHT : this[z] === RIGHT ? LEFT : center || this[z];
2243 round(mimic.x === LEFT ? border : mimic.x === RIGHT ? newSize[0] - size[0] - border : (newSize[0] - size[0]) / 2),
2249 round(mimic.x === LEFT ? newSize[0] - size[0] : 0),
2361 b = precedance === Y ? LEFT : TOP;
2401 newCorner.x = newCorner.x === CENTER ? (adjust.left > 0 ? LEFT : RIGHT) : (newCorner.x === LEFT
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-queries.sql48 LEFT OUTER JOIN lock ON nodes.repos_id = lock.repos_id
69 LEFT OUTER JOIN lock ON nodes.repos_id = lock.repos_id
84 LEFT OUTER JOIN lock ON nodes.repos_id = lock.repos_id
147 LEFT OUTER JOIN lock ON nodes.repos_id = lock.repos_id
161 LEFT OUTER JOIN lock ON nodes.repos_id = lock.repos_id
285 LEFT OUTER JOIN nodes d ON d.wc_id= ?1 AND d.op_depth = ?5
316 LEFT JOIN nodes d ON d.wc_id=?1 AND d.local_relpath=?4 AND d.op_depth=?5
323 LEFT OUTER JOIN nodes b ON b.wc_id = ?1 AND b.local_relpath = d.local_relpath
460 LEFT JOIN lock ON nodes.repos_id = lock.repos_id
480 LEFT JOI
[all...]
H A Dwc-checks.sql111 LEFT JOIN nodes n on n.wc_id = a.wc_id AND n.local_relpath = a.local_relpath
257 LEFT JOIN nodes n ON n.wc_id=s.wc_id AND n.local_relpath=s.local_relpath
H A Dwc-metadata.sql691 LEFT OUTER JOIN nodes as r
/freebsd-11-stable/contrib/apr/strings/
H A Dapr_snprintf.c697 LEFT, RIGHT enumerator in enum:__anon21
755 adjust = LEFT;
780 adjust = LEFT;
1335 if (adjust_width && adjust == LEFT && min_width > s_len)
/freebsd-11-stable/contrib/byacc/
H A Dreader.c442 { "left", LEFT },
521 return (LEFT);
1676 case LEFT:
H A Dmkpar.c270 else if (pref->assoc == LEFT)
/freebsd-11-stable/contrib/groff/src/preproc/html/
H A Dpre-html.cpp175 CENTERED, LEFT, RIGHT, INLINE enumerator in enum:__anon1717
610 case LEFT:
/freebsd-11-stable/contrib/dialog/
H A Ddlg_keys.c333 CURSES_NAME(LEFT),
/freebsd-11-stable/stand/pc98/boot0.5/
H A Dselector.s372 cmpb $0x3b, %ah # LEFT
/freebsd-11-stable/tools/sched/
H A Dschedgraph.py172 self.label.pack(side=LEFT)
1300 self.conf.pack(side=LEFT)
/freebsd-11-stable/contrib/groff/src/devices/grohtml/
H A Dpost-html.cpp60 typedef enum {CENTERED, LEFT, RIGHT, INLINE} TAG_ALIGNMENT; enumerator in enum:__anon1690
2215 case LEFT:
2284 next_tag = LEFT;
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c17207 #define SQLITE_SimplifyJoin 0x00002000 /* Convert LEFT JOIN to JOIN */
[all...]

Completed in 797 milliseconds