Home
last modified time | relevance | path

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

/freebsd-9-stable/lib/libusb/
Dlibusb01.c587 char *oldbytes; in usb_std_io() local
598 oldbytes = bytes; in usb_std_io()
654 return (bytes - oldbytes); in usb_std_io()
/freebsd-9-stable/contrib/binutils/bfd/
Delflink.c11060 size_t oldbytes; in bfd_elf_gc_record_vtentry() local
11062 oldbytes = (((h->vtable->size >> log_file_align) + 1) in bfd_elf_gc_record_vtentry()
11064 memset (((char *) ptr) + oldbytes, 0, bytes - oldbytes); in bfd_elf_gc_record_vtentry()