Searched refs:oldbytes (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/lib/libusb/
H A Dlibusb01.c592 char *oldbytes; local
603 oldbytes = bytes;
659 return (bytes - oldbytes);
/freebsd-11-stable/contrib/binutils/bfd/
H A Delflink.c11072 size_t oldbytes;
11074 oldbytes = (((h->vtable->size >> log_file_align) + 1)
11076 memset (((char *) ptr) + oldbytes, 0, bytes - oldbytes);
11060 size_t oldbytes; local

Completed in 171 milliseconds