Searched refs:LEFT (Results 1 - 11 of 11) sorted by relevance
/ast/src/lib/libast/vmalloc/ |
H A D | vmbest.c | 61 if(LEFT(node) && vmintree(LEFT(node),b)) 153 if((t = LEFT(node)) ) 238 #define RROTATE(x,y) (LEFT(x) = RIGHT(y), RIGHT(y) = (x), (x) = (y)) 239 #define LROTATE(x,y) (RIGHT(x) = LEFT(y), LEFT(y) = (x), (x) = (y)) 240 #define RLINK(s,x) ((s) = LEFT(s) = (x)) 291 { if((t = LEFT(root)) ) 296 t = LEFT(root); 315 t = LEFT( [all...] |
H A D | vmhdr.h | 290 #define TLEFT(b) ((b)->head.head.seg.link) /* instead of LEFT */ 348 #define LEFT(b) ((b)->body.body.left) macro 361 ((((t) = LINK(b)) ? (LEFT(t) = LEFT(b)) : NIL(Block_t*) ), \ 362 (((t) = LEFT(b)) ? (LINK(t) = LINK(b)) : (TINY(vd)[i] = LINK(b)) ) ) 369 ** Other tiny blocks have enough space to use the usual LEFT(b).
|
/ast/src/lib/libast/uwin/ |
H A D | gamma.c | 97 #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--) { 239 * Good on (0, 1+x0+LEFT]. Accurate to 1ulp. 247 if (x < x0 + LEFT) {
|
H A D | lgamma.c | 100 #define LEFT (1.0 - (x0 + .25)) macro 220 } else if (y < -LEFT) {
|
/ast/src/lib/libvdelta/ |
H A D | vdio.c | 59 if ((n = SIZE(io)) > LEFT(io)) 60 n = LEFT(io); 64 LEFT(io) -= n;
|
H A D | vdelhdr.h | 214 #define LEFT(io) ((io)->left) macro
|
/ast/src/lib/libtk/generic/ |
H A D | tkPack.c | 18 typedef enum {TOP, BOTTOM, LEFT, RIGHT} Side; enumerator in enum:__anon413 568 * all the slaves seen so far that were packed LEFT 676 if (slavePtr->side == LEFT) { 916 if ((slavePtr->side == LEFT) || (slavePtr->side == RIGHT)) { 1109 packPtr->side = LEFT; 1617 slavePtr->side = LEFT;
|
H A D | tkText.h | 390 typedef enum {LEFT, RIGHT, CENTER, NUMERIC} TkTextTabAlign; enumerator in enum:__anon421
|
H A D | tkText.c | 1921 tabPtr->alignment = LEFT; 1932 tabPtr->alignment = LEFT;
|
H A D | tkTextDisp.c | 4670 if (alignment == LEFT) { 4848 * Note: this treats NUMERIC alignment the same as LEFT
|
/ast/src/cmd/html/ |
H A D | troff2html.c | 4751 "LEFT", "CENTER", "RIGHT",
|
Completed in 55 milliseconds