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

/illumos-gate/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) */
/illumos-gate/usr/src/cmd/oawk/
H A Dmakeprctab.c90 #define SIZE LASTTOKEN - FIRSTTOKEN macro
91 char *table[SIZE];
92 char *names[SIZE];
103 for (i = SIZE; --i >= 0; /* dummy */)
110 printf("CELL *(*proctab[%d])() = {\n", SIZE);
111 for (i = 0; i < SIZE; i++)
117 printf("char *printname[%d] = {\n", SIZE);
120 for (i = 0; i < SIZE; i++)
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dt-strl.c24 #define SIZE 128 macro
33 char src1[N][SIZE], dst1[SIZE], dst2[SIZE];
/illumos-gate/usr/src/cmd/saf/
H A Dmisc.h82 # define SIZE 512 /* scratch buffer size */ macro
/illumos-gate/usr/src/cmd/awk/
H A Dmaketab.c107 #define SIZE LASTTOKEN - FIRSTTOKEN + 1 macro
108 char *table[SIZE];
109 char *names[SIZE];
127 printf("static uchar *printname[%d] = {\n", SIZE);
148 printf("\nCell *(*proctab[%d])() = {\n", SIZE);
149 for (i = 0; i < SIZE; i++)
/illumos-gate/usr/src/lib/libc/amd64/unwind/
H A Dunwind_context.h149 SIZE, enumerator in enum:operand_desc
/illumos-gate/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)
/illumos-gate/usr/src/lib/watchmalloc/common/
H A Dmallint.h92 #define SIZE(b) (((b)->t_s).w_i) macro
/illumos-gate/usr/src/lib/libcmd/common/
H A Dstty.c103 #define SIZE 6 macro
209 { "cs5", SIZE, C_FLAG, 0, CSIZE, CS5 , C("Char size 5") },
210 { "cs6", SIZE, C_FLAG, 0, CSIZE, CS6 , C("Char size 6") },
211 { "cs7", SIZE, C_FLAG, 0, CSIZE, CS7 , C("Char size 7") },
212 { "cs8", SIZE, C_FLAG, 0, CSIZE, CS8 , C("Char size 8") },
552 case SIZE:
760 case SIZE:
845 listgroup(sp,SIZE,"Number of bits in a character");
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A D_a.out.h353 #define SIZE(x) \ macro
/illumos-gate/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)
/illumos-gate/usr/src/cmd/find/
H A Dfind.c90 PRINT0, PRUNE, REGEX, RPAREN, SIZE, TYPE, VARARGS, XATTR, DELETE enumerator in enum:Command
155 "-size", SIZE, Num,
553 case SIZE:
943 case SIZE:

Completed in 91 milliseconds