Home
last modified time | relevance | path

Searched refs:LEFT (Results 1 – 25 of 68) sorted by relevance

123

/titanic_41/usr/src/lib/libc/port/gen/
H A Dmalloc.c243 if (LEFT(tp)) in _malloc_unlocked()
244 tp = LEFT(tp); in _malloc_unlocked()
530 PARENT(tp) = LEFT(tp) = RIGHT(tp) = LINKFOR(tp) = NULL; in realfree()
545 if (LEFT(np)) in realfree()
546 np = LEFT(np); in realfree()
548 LEFT(np) = tp; in realfree()
562 if (np == LEFT(sp)) in realfree()
563 LEFT(sp) = tp; in realfree()
571 if ((sp = LEFT(np)) != NULL) in realfree()
573 LEFT(tp) = sp; in realfree()
[all …]
H A Dmallint.h87 #define LEFT(b) ((b)->t_l) macro
125 #define LEFT(b) (((b)->t_l).w_p) macro
138 #define SETNOTREE(b) (LEFT(b) = (TREE *)(-1))
139 #define ISNOTREE(b) (LEFT(b) == (TREE *)(-1))
/titanic_41/usr/src/lib/watchmalloc/common/
H A Dmalloc.c206 if ((tmp = LEFT(tp)) != NULL) { in malloc_unlocked()
543 PARENT(tp) = LEFT(tp) = RIGHT(tp) = LINKFOR(tp) = NULL; in realfree()
556 if ((tmp = LEFT(np)) != NULL) { in realfree()
560 LEFT(np) = tp; in realfree()
578 if (np == LEFT(sp)) in realfree()
579 LEFT(sp) = tp; in realfree()
588 if ((sp = LEFT(np)) != NULL) { in realfree()
593 LEFT(tp) = sp; in realfree()
770 if ((RIGHT(x) = LEFT(y)) != NULL) { in LEFT1()
776 if (LEFT(PARENT(x)) == x) in LEFT1()
[all …]
H A Dmallint.h97 #define LEFT(b) (((b)->t_l).w_p[0]) macro
108 #define SETNOTREE(b) (LEFT(b) = (TREE *)(-1))
109 #define ISNOTREE(b) (LEFT(b) == (TREE *)(-1))
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/awt/
H A DMultiLineLabel.java69 public static final int LEFT = Label.LEFT; // Alignment constants field in MultiLineLabel
83 protected int alignment = LEFT; // The alignment of the text.
172 this(label, maxChars, margin_width, margin_height, LEFT); in MultiLineLabel()
179 this(label, maxChars, 10, 10, LEFT); in MultiLineLabel()
183 this(label, -1, 10, 10, LEFT); in MultiLineLabel()
277 case LEFT: in paint()
H A DLabelBar.java68 public static final int LEFT = Label.LEFT; field in LabelBar
95 private int alignment = Label.LEFT;
129 case LEFT: in setAlignment()
227 case LEFT: in paint()
H A DVJFlowLayout.java61 public static final int LEFT = 0; field in VJFlowLayout
87 this.align = LEFT; in VJFlowLayout()
221 case LEFT: in moveComponents()
288 case LEFT: str = /* NOI18N */",align=left"; break; in toString()
H A DVJPanel.java58 public static final int LEFT = Label.LEFT; field in VJPanel
384 labelAlignment = LEFT; in VJPanel()
748 case LEFT: in paint()
/titanic_41/usr/src/lib/libsqlite/test/
H A Djoin.test157 SELECT * FROM t1 NATURAL LEFT JOIN t2;
162 SELECT * FROM t2 NATURAL LEFT OUTER JOIN t1;
172 SELECT * FROM t1 LEFT JOIN t2 ON t1.a=t2.d
177 SELECT * FROM t1 LEFT JOIN t2 ON t1.a=t2.d WHERE t1.a>1
182 SELECT * FROM t1 LEFT JOIN t2 ON t1.a=t2.d WHERE t2.b IS NULL OR t2.b>1
223 SELECT * FROM t1 LEFT BOGUS JOIN t2;
225 } {1 {unknown or unsupported join type: LEFT BOGUS}}
327 SELECT coalesce(t8.a,999) from t7 LEFT JOIN t8 on y=a;
348 SELECT * FROM t9 LEFT JOIN v10_11 ON( a=x );
353 SELECT * FROM t9 LEFT JOIN (SELECT x, q FROM t10, t11 WHERE t10.y=t11.p)
[all …]
H A Djoin2.test60 t1 NATURAL JOIN t2 NATURAL LEFT OUTER JOIN t3
66 t1 NATURAL LEFT OUTER JOIN t2 NATURAL JOIN t3
72 t1 NATURAL LEFT OUTER JOIN (t2 NATURAL JOIN t3)
/titanic_41/usr/src/cmd/tbl/
H A Dtv.c54 case LEFT: epb += (ln==1 ? 1 : -1); break; in drawvert()
60 case RIGHT: case LEFT: epb += 1; break; in drawvert()
91 case LEFT: ept += (ln==0 ? 1 : -1); break; in drawvert()
98 case LEFT: case RIGHT: ept -= 1; break; in drawvert()
H A Dti.c54 return(LEFT); in interh()
67 if (kl== '=') return(LEFT); in interh()
H A Dt..c89 # define LEFT 1 macro
/titanic_41/usr/src/lib/libast/common/vmalloc/
H A Dvmbest.c70 if(LEFT(node) && vmintree(LEFT(node),b))
162 if((t = LEFT(node)) )
247 #define RROTATE(x,y) (LEFT(x) = RIGHT(y), RIGHT(y) = (x), (x) = (y))
248 #define LROTATE(x,y) (RIGHT(x) = LEFT(y), LEFT(y) = (x), (x) = (y))
249 #define RLINK(s,x) ((s) = LEFT(s) = (x))
300 { if((t = LEFT(root)) )
305 t = LEFT(root);
324 t = LEFT(t);
333 { RIGHT(l) = LEFT(root);
334 LEFT(r) = RIGHT(root);
[all …]
H A Dvmhdr.h383 #define LEFT(b) ((b)->body.body.left) macro
397 ((((t) = LINK(b)) ? (LEFT(t) = LEFT(b)) : NIL(Block_t*) ), \
398 (((t) = LEFT(b)) ? (LINK(t) = LINK(b)) : (TINY(vd)[i] = LINK(b)) ) )
/titanic_41/usr/src/cmd/localedef/data/
H A DKOI8-R.TXT87 0x28 0x0028 # LEFT PARENTHESIS
138 0x5B 0x005B # LEFT SQUARE BRACKET
170 0x7B 0x007B # LEFT CURLY BRACKET
178 0x83 0x2510 # BOX DRAWINGS LIGHT DOWN AND LEFT
180 0x85 0x2518 # BOX DRAWINGS LIGHT UP AND LEFT
182 0x87 0x2524 # BOX DRAWINGS LIGHT VERTICAL AND LEFT
189 0x8E 0x258C # LEFT HALF BLOCK
213 0xA6 0x2555 # BOX DRAWINGS DOWN SINGLE AND LEFT DOUBLE
214 0xA7 0x2556 # BOX DRAWINGS DOWN DOUBLE AND LEFT SINGLE
215 0xA8 0x2557 # BOX DRAWINGS DOUBLE DOWN AND LEFT
[all …]
H A DKOI8-U.TXT95 0x28 0x0028 # LEFT PARENTHESIS
146 0x5B 0x005B # LEFT SQUARE BRACKET
178 0x7B 0x007B # LEFT CURLY BRACKET
186 0x83 0x2510 # BOX DRAWINGS LIGHT DOWN AND LEFT
188 0x85 0x2518 # BOX DRAWINGS LIGHT UP AND LEFT
190 0x87 0x2524 # BOX DRAWINGS LIGHT VERTICAL AND LEFT
197 0x8E 0x258C # LEFT HALF BLOCK
223 0xA8 0x2557 # BOX DRAWINGS DOUBLE DOWN AND LEFT
227 0xAC 0x255B # BOX DRAWINGS UP SINGLE AND LEFT DOUBLE
229 0xAE 0x255D # BOX DRAWINGS DOUBLE UP AND LEFT
[all …]
H A D8859-8.TXT90 0x28 0x0028 # LEFT PARENTHESIS
141 0x5B 0x005B # LEFT SQUARE BRACKET
173 0x7B 0x007B # LEFT CURLY BRACKET
220 0xAB 0x00AB # LEFT-POINTING DOUBLE ANGLE QUOTATION MARK
268 0xFD 0x200E # LEFT-TO-RIGHT MARK
269 0xFE 0x200F # RIGHT-TO-LEFT MARK
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/type/
H A DAlignmentEnum.java51 helper.add(Label.LEFT, /* NOI18N */"left"); in helper.add() argument
54 helper.setDefaultChoice(Label.LEFT);
/titanic_41/usr/src/uts/common/sys/
H A Ddebug.h103 #define VERIFY3_IMPL(LEFT, OP, RIGHT, TYPE) do { \ argument
104 const TYPE __left = (TYPE)(LEFT); \
107 assfail3(#LEFT " " #OP " " #RIGHT, \
/titanic_41/usr/src/lib/libast/common/uwin/
H A Dgamma.c97 #define LEFT -.3955078125 /* left boundary for rat. approx */ macro
157 } else if (x >= 1.0 + LEFT + x0)
215 if (y <= 1.0 + (LEFT + x0)) {
225 for (ym1 = y-one; ym1 > LEFT + x0; y = ym1--, yy.a--) {
247 if (x < x0 + LEFT) {
/titanic_41/usr/src/cmd/eqn/
H A De.y46 %left LEFT RIGHT
146 left : LEFT text { $$ = ((char *)$2)[0]; }
147 | LEFT '{' { $$ = '{'; }
/titanic_41/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmFindFrame.java80 l = new JLabel(label, SwingConstants.LEFT); in pmFindFrame()
106 statusText = new JLabel(" ", SwingConstants.LEFT); in pmFindFrame()
/titanic_41/usr/src/cmd/pfexecd/
H A Dpfexecd.c103 #define LEFT "(/(" in init_isa_regex() macro
106 regexpr = alloca(ret * 2 + sizeof (LEFT RIGHT)); in init_isa_regex()
107 (void) strcpy(regexpr, LEFT); in init_isa_regex()
/titanic_41/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/shadow/
H A DMultiLineLabelShadow.java77 new AlignmentEnum(Label.LEFT), 0); in MultiLineLabelShadow()

123