/src/common/lib/libc/arch/m68k/string/ |
bzero.S | 118 dbf %d0,.Lbz32loop | till done 134 jcc .Lbzlloop | till done 136 dbf %d0,.Lbzlloop | till done 147 jcc .Lbzbloop | till done 149 dbf %d1,.Lbzbloop | till done
|
memset.S | 129 dbf %d0,.Lbz32loop | till done 145 dbf %d0,.Lbzlloop | till done 163 jcc .Lbzbloop | till done 165 dbf %d1,.Lbzbloop | till done
|
bcmp.S | 151 dbf %d0,.Lbc32loop | till done 168 jcc .Lbclloop | till done 170 dbf %d0,.Lbclloop | till done 182 jcc .Lbcbloop | till done
|
bcopy.S | 145 dbf %d0,.Lbcf32loop | till done 176 dbf %d1,.Lbcfbloop | till done 240 dbf %d0,.Lbcb32loop | till done 271 dbf %d1,.Lbcbbloop | till done
|
/src/sys/arch/sparc64/sparc64/ |
bsd_fdintr.s | 179 bne,a 1b ! loop till chip ready 200 bne,a 1b ! loop till chip ready
|
/src/sys/arch/sparc/sparc/ |
bsd_fdintr.s | 270 bne,a 1b ! loop till chip ready 292 bne,a 1b ! loop till chip ready
|
locore.s | 4233 rd %psr, %o4 ! saved here till done
|
/src/sys/fs/udf/ |
udf_allocation.c | 2238 uint64_t inflen, from, till; local in function:udf_record_allocation_in_node 2277 /* do check if `till' is not past file information length */ 2279 till = MIN(inflen, from + buf->b_resid); 2281 num_lb = (till - from + lb_size -1) / lb_size; 2299 /* 1) copy till first overlap piece to the rewrite buffer */ 2373 if (foffset + len > till) 2374 len = till - foffset; 2405 replace_len = till - foffset; /* total amount of bytes to pop */ 2988 /* 1) copy till first overlap piece to the rewrite buffer */
|
/src/common/dist/zlib/contrib/ada/ |
zlib.adb | 562 -- Add data to stream from the Filter.Offset till necessary,
|
/src/sys/arch/vax/vax/ |
emulate.S | 826 incl %r11 # continue till were out of excess
|