/titanic_44/usr/src/cmd/dd/ |
H A D | dd.c | 85 #define BLOCK 19 /* convert ASCII to blocked ASCII */ macro 597 conv = BLOCK; in main() 734 case BLOCK: in main() 771 case BLOCK: in main() 1108 case BLOCK: in main() 1130 case BLOCK: in main() 1202 if ((conv == BLOCK) || (conv == UNBLOCK)) in main() 1430 case BLOCK: in main() 1474 case BLOCK: in main() 1616 case BLOCK: in main()
|
/titanic_44/usr/src/common/mpi/ |
H A D | THIRDPARTYLICENSE | 1 /* ***** BEGIN LICENSE BLOCK ***** 36 * ***** END LICENSE BLOCK ***** */ 38 * ***** BEGIN LICENSE BLOCK ***** 74 * ***** END LICENSE BLOCK ***** */ 76 * ***** BEGIN LICENSE BLOCK ***** 111 * ***** END LICENSE BLOCK ***** */ 113 * ***** BEGIN LICENSE BLOCK ***** 148 * ***** END LICENSE BLOCK ***** */ 150 * ***** BEGIN LICENSE BLOCK ***** 186 * ***** END LICENSE BLOCK ***** */ [all …]
|
/titanic_44/usr/src/common/crypto/ecc/ |
H A D | THIRDPARTYLICENSE | 1 * ***** BEGIN LICENSE BLOCK ***** 37 * ***** END LICENSE BLOCK ***** */ 39 * ***** BEGIN LICENSE BLOCK ***** 74 * ***** END LICENSE BLOCK ***** */ 76 * ***** BEGIN LICENSE BLOCK ***** 111 * ***** END LICENSE BLOCK ***** */ 113 * ***** BEGIN LICENSE BLOCK ***** 150 * ***** END LICENSE BLOCK ***** */ 152 * ***** BEGIN LICENSE BLOCK ***** 187 * ***** END LICENSE BLOCK ***** */ [all …]
|
/titanic_44/usr/src/cmd/spell/ |
H A D | malloc.c | 61 #define BLOCK 1024 macro 119 temp = ((temp+BLOCK/WORD)/(BLOCK/WORD))*(BLOCK/WORD);
|
/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | memalign.c | 126 blk = BLOCK(p); /* back up to get length word */ in memalign() 137 aligned_blk = BLOCK(alignedp); in memalign()
|
H A D | malloc.c | 199 sp = BLOCK(Lfree); in _malloc_unlocked() 336 tp = BLOCK(old); in realloc() 496 tp = BLOCK(old); in realfree() 885 if (!ISBIT0(SIZE(BLOCK(old)))) in _free_unlocked()
|
H A D | mallint.h | 143 #define BLOCK(d) ((TREE *)(((uintptr_t)(d)) - WORDSIZE)) macro
|
/titanic_44/usr/src/lib/libast/common/vmalloc/ |
H A D | vmlast.c | 143 else s = (Vmuchar_t*)BLOCK(seg->baddr) - (Vmuchar_t*)data; 150 SIZE(fp) = ((Vmuchar_t*)BLOCK(seg->baddr) - (Vmuchar_t*)data) - sizeof(Head_t); 223 else oldsize = (Vmuchar_t*)BLOCK(seg->baddr) - (Vmuchar_t*)data; 227 { s = (Vmuchar_t*)BLOCK(seg->baddr) - (Vmuchar_t*)data; 247 SIZE(BLOCK(seg->baddr)) = BUSY; 277 s = (Vmuchar_t*)BLOCK(seg->baddr) -
|
H A D | vmprivate.c | 121 bp = BLOCK(seg->baddr); 248 SEG(BLOCK(seg->baddr)) = seg; 249 SIZE(BLOCK(seg->baddr)) = BUSY;
|
H A D | vmregion.c | 50 vd = SEG(BLOCK(addr))->vmdt;
|
H A D | vmbest.c | 585 bp = BLOCK(seg->baddr); 623 /**/ASSERT(SEG(BLOCK(seg->baddr)) == seg); 815 { b = BLOCK(addr); 883 bp = BLOCK(data); s = SIZE(bp); 972 rp = BLOCK(data); /**/ASSERT(ISBUSY(SIZE(rp)) && !ISJUNK(SIZE(rp))); 1052 done: if(data && (type&VM_RSZERO) && (size = SIZE(BLOCK(data))&~BITS) > oldsize ) 1162 tp = BLOCK(data); 1169 if((np = BLOCK(data)) != tp ) /* need to free left part */ 1172 np = BLOCK(data);
|
H A D | vmclear.c | 84 tp = BLOCK(seg->baddr);
|
H A D | vmstat.c | 80 endb = BLOCK(seg->baddr);
|
/titanic_44/usr/src/cmd/fs.d/ufs/fsck/ |
H A D | main.c | 154 #define BLOCK 1 /* alternate superblock */ macro 226 case BLOCK: in main() 227 bflag = argtol(BLOCK, "block", in main()
|
/titanic_44/usr/src/cmd/localedef/data/ |
H A D | KOI8-R.TXT | 70 0x17 0x0017 # END OF TRANSMISSION BLOCK 186 0x8B 0x2580 # UPPER HALF BLOCK 187 0x8C 0x2584 # LOWER HALF BLOCK 188 0x8D 0x2588 # FULL BLOCK 189 0x8E 0x258C # LEFT HALF BLOCK 190 0x8F 0x2590 # RIGHT HALF BLOCK
|
H A D | KOI8-U.TXT | 78 0x17 0x0017 # END OF TRANSMISSION BLOCK 194 0x8B 0x2580 # UPPER HALF BLOCK 195 0x8C 0x2584 # LOWER HALF BLOCK 196 0x8D 0x2588 # FULL BLOCK 197 0x8E 0x258C # LEFT HALF BLOCK 198 0x8F 0x2590 # RIGHT HALF BLOCK
|
/titanic_44/usr/src/lib/libc/amd64/unwind/ |
H A D | unwind_context.h | 164 BLOCK enumerator
|
H A D | call_frame_inst.c | 92 {BLOCK, NO_OPR}, /* DW_CFA_def_cfa_expression - expression */ 93 {ULEB128, BLOCK}, /* DW_CFA_expression - reg, expression */ 463 case BLOCK: in _Unw_get_val()
|
/titanic_44/usr/src/lib/watchmalloc/common/ |
H A D | mallint.h | 113 #define BLOCK(d) ((TREE *)(((char *)(d)) - WORDSIZE)) macro
|
H A D | malloc.c | 313 tp = BLOCK(old); in realloc() 489 tp = BLOCK(old); in realfree() 1177 blk = BLOCK(p); /* back up to get length word */ in memalign() 1190 aligned_blk = BLOCK(alignedp); in memalign()
|
/titanic_44/usr/src/uts/intel/sys/ |
H A D | promif.h | 48 #define BLOCK 0 macro
|
/titanic_44/usr/src/cmd/fs.d/udfs/fsdb/ |
H A D | fsdb_lex.l | 48 {WS}*:{WS}*block{WS}* { return BLOCK; }
|
/titanic_44/usr/src/cmd/fs.d/ufs/fsdb/ |
H A D | fsdb.c | 130 #define BLOCK 5 /* but must be different from */ macro 1191 type = BLOCK; in main() 1353 type = BLOCK; in main() 1415 type = BLOCK; in main() 1499 type = BLOCK; in main() 2997 if (type == BLOCK) in getdirslot() 3684 if (type == BLOCK) in fprnt() 3740 if (type == BLOCK) in fprnt() 3794 if (type == BLOCK) in fprnt() 3909 case BLOCK: in fprnt() [all …]
|
/titanic_44/usr/src/lib/libcmd/common/ |
H A D | cut.c | 104 #define BLOCK 8*1024 macro 562 fdtmp = sftmp(BLOCK); in cutfields()
|
/titanic_44/usr/src/uts/sun/sys/ |
H A D | promif.h | 49 #define BLOCK 0 macro
|