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

/asus-wl-520gu-7.0.1.45/src/router/u2ec/
H A Dusbsock.c117 int tmpL = 0; local
400 length = tmpL = tmpReq = tmpReqType = 0;
405 tmpL = purb->UrbControlVendorClassRequest.TransferBufferLength;
460 purb->UrbControlTransfer.SetupPacket[6] = (unsigned char )(tmpL&0x00ff);
461 purb->UrbControlTransfer.SetupPacket[7] = (unsigned char )((tmpL&0xff00)>>8);
466 length = tmpL = tmpReq = tmpReqType = 0;
472 tmpL = purb->UrbControlVendorClassRequest.TransferBufferLength;
604 purb->UrbControlTransfer.SetupPacket[6] = (unsigned char )(tmpL&0x00ff);
605 purb->UrbControlTransfer.SetupPacket[7] = (unsigned char )((tmpL&0xff00)>>8);
985 int tmpL local
[all...]

Completed in 33 milliseconds