Searched refs:remaining (Results 51 - 67 of 67) sorted by relevance

123

/illumos-gate/usr/src/lib/libmvec/common/vis/
H A D__vsincos.S785 tst %i5 ! check for huge arguments remaining
H A D__vsincosf.S682 tst %i5 ! check for huge arguments remaining
H A D__vcosf.S1911 tst %i5 ! check for huge arguments remaining
H A D__vsinf.S1903 tst %i5 ! check for huge arguments remaining
H A D__vsin.S2865 ! check for huge arguments remaining
H A D__vcos_ultra3.S3231 tst %i5 ! check for huge arguments remaining
H A D__vsin_ultra3.S3242 tst %i5 ! check for huge arguments remaining
H A D__vcos.S2941 ! check for huge arguments remaining
/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc.c2542 * secondary data queue fills up and there are packets remaining on
4175 /* continue reading remaining pkts */
4470 size_t len, bytes_written = 0, remaining; local
4563 remaining = *size - bytes_written;
4564 len = min(ldcp->pkt_payload, remaining);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c927 * bytes is larger than the bytes remaining in the XDR
2163 size_t curlen, remaining; local
2174 remaining = buflen - curlen;
2175 snprintf(bp, remaining,
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c945 * Even if the caller is uninterested in querying the remaining valid
4667 int64_t remaining = (int64_t)tupregs[2].dttk_value; local
4683 remaining = (int64_t)size;
4688 if (index < 0 && index + remaining > 0) {
4689 remaining += index;
4695 remaining = 0;
4696 } else if (remaining < 0) {
4697 remaining += len - index;
4698 } else if (index + remaining > size) {
4699 remaining
[all...]
/illumos-gate/usr/src/lib/libc/capabilities/sun4v/common/
H A Dmemcpy.s75 * For remaining count copy as much data in 8-byte chunk from source to
136 * move remaining bytes for unaligned cases. exit with dst addr.
342 add %o2, %o3, %o2 ! adjust remaining count
1070 addcc %o2, 32, %o2 ! adjust remaining count
1085 addcc %o2, 16, %o2 ! adjust remaining count
1681 ! Dst is on 8 byte boundary; src is not; remaining count > SMALL_MAX
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c5151 * Short read - try to get the remaining bytes.
5154 int remaining = (TBLOCK * j) - i; local
5159 if ((r = read(mt, b, remaining)) < 0) {
5165 remaining -= r;
5167 } while (remaining > 0 && r != 0);
7320 /* Get remaining output; reinitialize conversion descriptor */
7326 /* Get remaining output; reinitialize conversion descriptor */
7506 /* Get remaining output; reinitialize conversion descriptor */
7512 /* Get remaining output; reinitialize conversion descriptor */
7679 * the normal name space. The remaining segment
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DuDNS.c77 mDNSs32 remaining = rr->expire - m->timenow; local
79 if (remaining > MIN_UPDATE_REFRESH_TIME)
82 rr->ThisAPInterval = 7 * (remaining/10) + (random ? random : mDNSRandom(remaining/10));
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dmemset.s87 * Finish any remaining bytes via unrolled code above.
920 andq $7,%r8 # remaining bytes
/illumos-gate/usr/src/lib/libc/capabilities/sun4u/common/
H A Dmemcpy.s307 ! %i4 = doubles remaining (length - blocks)
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex732 % forces a page break if there is not space-in-mils remaining.
2911 % We have to swallow the remaining "\_STOP_".

Completed in 183 milliseconds

123