Home
last modified time | relevance | path

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

/dragonfly/lib/libusb/
HDlibusb01.c592 char *oldbytes; in usb_std_io() local
603 oldbytes = bytes; in usb_std_io()
659 return (bytes - oldbytes); in usb_std_io()
/dragonfly/contrib/gdb-7/bfd/
HDelflink.c12393 size_t oldbytes; in bfd_elf_gc_record_vtentry() local
12395 oldbytes = (((h->vtable->size >> log_file_align) + 1) in bfd_elf_gc_record_vtentry()
12397 memset (((char *) ptr) + oldbytes, 0, bytes - oldbytes); in bfd_elf_gc_record_vtentry()
/dragonfly/contrib/binutils-2.27/bfd/
HDelflink.c13164 size_t oldbytes; in bfd_elf_gc_record_vtentry() local
13166 oldbytes = (((h->vtable->size >> log_file_align) + 1) in bfd_elf_gc_record_vtentry()
13168 memset (((char *) ptr) + oldbytes, 0, bytes - oldbytes); in bfd_elf_gc_record_vtentry()
/dragonfly/contrib/binutils-2.34/bfd/
HDelflink.c13895 size_t oldbytes; in bfd_elf_gc_record_vtentry() local
13897 oldbytes = (((h->u2.vtable->size >> log_file_align) + 1) in bfd_elf_gc_record_vtentry()
13899 memset (((char *) ptr) + oldbytes, 0, bytes - oldbytes); in bfd_elf_gc_record_vtentry()