Searched defs:SIZE (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/libc/sparc/crt/
H A Dstret.s33 #define SIZE %o1 define
66 and SIZE,MASK,TEMP
82 subcc SIZE,BYTES_PER_MOVE,SIZE
83 LD [FROM+SIZE],TEMP
85 ST TEMP,[TO+SIZE] /* (DELAY SLOT) */
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Dt-strl.c24 #define SIZE 128 macro
33 char src1[N][SIZE], dst1[SIZE], dst2[SIZE];
/osnet-11/usr/src/lib/libc/amd64/unwind/
H A Dunwind_context.h149 SIZE, enumerator in enum:operand_desc
/osnet-11/usr/src/lib/libc/port/gen/
H A Dmallint.h84 #define SIZE(b) ((b)->t_s) macro
121 #define SIZE(b) (((b)->t_s).w_i) macro
144 #define SELFP(b) ((TREE **)(((uintptr_t)(b)) + SIZE(b)))
146 #define NEXT(b) ((TREE *)(((uintptr_t)(b)) + SIZE(b) + WORDSIZE))
147 #define BOTTOM(b) ((DATA(b) + SIZE(b) + WORDSIZE) == Baddr)
/osnet-11/usr/src/lib/watchmalloc/common/
H A Dmallint.h92 #define SIZE(b) (((b)->t_s).w_i) macro
/osnet-11/usr/src/lib/libcmd/common/
H A Dstty.c105 #define SIZE 6 macro
211 { "cs5", SIZE, C_FLAG, 0, CSIZE, CS5 , C("Char size 5") },
212 { "cs6", SIZE, C_FLAG, 0, CSIZE, CS6 , C("Char size 6") },
213 { "cs7", SIZE, C_FLAG, 0, CSIZE, CS7 , C("Char size 7") },
214 { "cs8", SIZE, C_FLAG, 0, CSIZE, CS8 , C("Char size 8") },
554 case SIZE:
762 case SIZE:
847 listgroup(sp,SIZE,"Number of bits in a character");
H A Dfind.c129 NAME, USER, GROUP, INUM, SIZE, LINKS, PERM, EXEC, OK, CPIO, NCPIO, enumerator in enum:Command
466 "size", SIZE, Num|Stat|Unit, 0, "number[bcgkm]]", 0,
1506 case SIZE:
1686 case SIZE:
/osnet-11/usr/src/lib/libast/common/vmalloc/
H A Dvmhdr.h326 #define TINIEST(b) (SIZE(b) == TINYSIZE) /* this type uses TLEFT */
380 #define SIZE(b) ((b)->head.head.size.size) macro
389 #define SELF(b) ((Block_t**)((b)->body.data + SIZE(b) - sizeof(Block_t*)) )
391 #define NEXT(b) ((Block_t*)((b)->body.data + SIZE(b)) )
411 func((vd),SIZE(b),(b)) )
414 #define SEGWILD(b) (((b)->body.data+SIZE(b)+sizeof(Head_t)) >= SEG(b)->baddr)
415 #define VMWILD(vd,b) (((b)->body.data+SIZE(b)+sizeof(Head_t)) >= vd->seg->baddr)
431 #define PFDATA(d) ((Head_t*)((Vmuchar_t*)(d)+(SIZE(BLOCK(d))&~BITS)-sizeof(Head_t)) )
455 #define DBBSIZE(d) (SIZE(DBBLOCK(d)) & ~BITS)

Completed in 46 milliseconds