Searched refs:leng (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/core/
H A Ddevices.c445 int leng = USB_DT_HUB_NONVAR_SIZE; local
451 while (leng && start <= end) {
453 ptr++; leng--;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/test/
H A Dmidifile.c517 int leng = msgleng (); local
543 (*Mf_text) (type, leng, m);
572 (*Mf_seqspecific) (leng, m);
576 (*Mf_metamisc) (type, leng, m);
H A Dplaymidi1.c136 static void mytext(int type ATTRIBUTE_UNUSED, int leng, char *msg) argument
139 char *ep = msg + leng;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/gadget/
H A Dfsl_qe_udc.h231 #define frame_set_length(frm, leng) (frm->len = leng)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dmlme.c4617 int leng; local
4625 leng = va_arg(Args, int);
4626 if (leng == END_OF_ARGS) {
4630 NdisMoveMemory(&Buffer[TotLeng], p, leng);
4631 TotLeng = TotLeng + leng;

Completed in 182 milliseconds