Searched refs:bytes1 (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/xen/
H A Devtchn.c108 unsigned int c, p, bytes1 = 0, bytes2 = 0; local
145 bytes1 = (EVTCHN_RING_SIZE - EVTCHN_RING_MASK(c)) *
149 bytes1 = (p - c) * sizeof(evtchn_port_t);
154 if (bytes1 > count) {
155 bytes1 = count;
157 } else if ((bytes1 + bytes2) > count) {
158 bytes2 = count - bytes1;
163 if (copy_to_user(buf, &u->ring[EVTCHN_RING_MASK(c)], bytes1) ||
165 copy_to_user(&buf[bytes1], &u->ring[0], bytes2)))
168 u->ring_cons += (bytes1
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/usb/
H A Durb.c491 unsigned int bytes1 = local
493 memcpy(runtime->dma_area + oldptr, cp, bytes1);
494 memcpy(runtime->dma_area, cp + bytes1, bytes - bytes1);
731 unsigned int bytes1 = local
734 runtime->dma_area + subs->hwptr_done, bytes1);
735 memcpy(urb->transfer_buffer + bytes1,
736 runtime->dma_area, bytes - bytes1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Druntest.c614 char bytes1[4096]; local
626 res1 = read(fd1, bytes1, 4096);
635 if (memcmp(bytes1, bytes2, res1) != 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Druntest.c614 char bytes1[4096]; local
626 res1 = read(fd1, bytes1, 4096);
635 if (memcmp(bytes1, bytes2, res1) != 0) {

Completed in 157 milliseconds