HomeSort by relevance Sort by last modified time
    Searched refs:bLength (Results 51 - 75 of 86) sorted by null

1 23 4

  /external/libusb/libusb/
descriptor.c 91 if (header.bLength > size) {
102 if (header.bLength >= ENDPOINT_AUDIO_DESC_LENGTH)
104 else if (header.bLength >= ENDPOINT_DESC_LENGTH)
107 buffer += header.bLength;
108 size -= header.bLength;
109 parsed += header.bLength;
117 if (header.bLength < 2) {
118 usbi_err(ctx, "invalid descriptor length %d", header.bLength);
130 buffer += header.bLength;
131 size -= header.bLength;
    [all...]
libusb.h 305 uint8_t bLength;
359 uint8_t bLength;
409 uint8_t bLength;
471 uint8_t bLength;
    [all...]
libusbi.h 287 uint8_t bLength;
  /external/libusb_aah/libusb/
descriptor.c 92 if (header.bLength > size) {
103 if (header.bLength >= ENDPOINT_AUDIO_DESC_LENGTH)
105 else if (header.bLength >= ENDPOINT_DESC_LENGTH)
108 buffer += header.bLength;
109 size -= header.bLength;
110 parsed += header.bLength;
118 if (header.bLength < 2) {
119 usbi_err(ctx, "invalid descriptor length %d", header.bLength);
131 buffer += header.bLength;
132 size -= header.bLength;
    [all...]
libusb.h 400 uint8_t bLength;
454 uint8_t bLength;
504 uint8_t bLength;
566 uint8_t bLength;
    [all...]
  /external/libusb-compat/libusb/
usb.h 81 u_int8_t bLength;
87 u_int8_t bLength;
94 u_int8_t bLength;
107 u_int8_t bLength;
132 u_int8_t bLength;
158 u_int8_t bLength;
175 u_int8_t bLength;
  /bionic/libc/kernel/common/linux/usb/
functionfs.h 31 __u8 bLength;
  /system/core/fastboot/
usb_linux.c 118 len -= dev->bLength;
119 ptr += dev->bLength;
124 len -= cfg->bLength;
125 ptr += cfg->bLength;
204 len -= ifc->bLength;
205 ptr += ifc->bLength;
217 len -= ept->bLength;
218 ptr += ept->bLength;
  /external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestBrickWall.java 65 static float bLength = 0.48f;
93 brick = new Box(Vector3f.ZERO, bLength, bHeight, bWidth);
141 float startpt = bLength / 4;
145 Vector3f vt = new Vector3f(i * bLength * 2 + startpt, bHeight + height, 0);
TestRagdollCharacter.java 141 public void initWall(float bLength, float bWidth, float bHeight) {
142 Box brick = new Box(Vector3f.ZERO, bLength, bHeight, bWidth);
150 float startpt = bLength / 4;
154 Vector3f ori = new Vector3f(i * bLength * 2 + startpt, bHeight + height, -10);
TestWalkingChar.java 113 float bLength = 0.8f;
172 float startpt = bLength / 4 - xOff;
174 brick = new Box(Vector3f.ZERO, bLength, bHeight, bWidth);
178 Vector3f vt = new Vector3f(i * bLength * 2 + startpt, bHeight + height, zOff);
  /system/core/adb/
usb_linux_client.c 74 .bLength = sizeof(descriptors.fs_descs.intf),
84 .bLength = sizeof(descriptors.fs_descs.source),
91 .bLength = sizeof(descriptors.fs_descs.sink),
100 .bLength = sizeof(descriptors.hs_descs.intf),
110 .bLength = sizeof(descriptors.hs_descs.source),
117 .bLength = sizeof(descriptors.hs_descs.sink),
usb_linux.c 190 if((device->bLength != USB_DT_DEVICE_SIZE) || (device->bDescriptorType != USB_DT_DEVICE)) {
202 if (config->bLength != USB_DT_CONFIG_SIZE || config->bDescriptorType != USB_DT_CONFIG) {
244 ep1->bLength != USB_DT_ENDPOINT_SIZE ||
246 ep2->bLength != USB_DT_ENDPOINT_SIZE ||
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringHash.h 52 unsigned bLength = b->length();
53 if (aLength != bLength)
  /external/kernel-headers/original/linux/usb/
functionfs.h 21 __u8 bLength;
58 * | 0 | bLength | U8 | length of the descriptor |
  /libcore/luni/src/main/java/java/math/
BitLevel.java 46 int bLength = (val.numberLength << 5);
57 bLength -= Integer.numberOfLeadingZeros(highDigit);
58 return bLength;
  /external/webkit/Source/JavaScriptCore/runtime/
UString.h 199 unsigned bLength = b->length();
200 if (aLength != bLength)
  /frameworks/base/core/jni/
android_hardware_UsbRequest.cpp 55 desc.bLength = USB_DT_ENDPOINT_SIZE;
  /system/core/toolbox/
lsusb.c 108 for (i = 0; i < desc->bLength; i++ ) {
  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 202 printf("\n bLength = %u", dev_desc.bLength);
225 printf("\n bLength = %u", config_desc.bLength);
  /external/icu4c/test/cintltst/
ucsdetst.c 473 int32_t bLength = 0, brLength = 0, cLength = ARRAY_SIZE(chars), crLength = ARRAY_SIZE(chars_reverse);
475 char *bytes = extractBytes(chars, cLength, "IBM424", &bLength);
482 ucsdet_setText(csd, bytes, bLength, &status);
551 int32_t bLength = 0, brLength = 0, cLength = ARRAY_SIZE(chars), crLength = ARRAY_SIZE(chars_reverse);
553 char *bytes = extractBytes(chars, cLength, "IBM420", &bLength);
560 ucsdet_setText(csd, bytes, bLength, &status);
  /external/libusb_aah/libusb/os/
windows_usb.h 399 UCHAR bLength;
411 UCHAR bLength;
436 UCHAR bLength;
  /external/icu4c/test/intltest/
csdetest.cpp 591 int32_t bLength = 0, brLength = 0;
596 char *bytes = extractBytes(s1, "IBM424", bLength);
606 ucsdet_setText(csd, bytes, bLength, &status);
675 int32_t bLength = 0, brLength = 0;
680 char *bytes = extractBytes(s1, "IBM420", bLength);
690 ucsdet_setText(csd, bytes, bLength, &status);
  /development/host/windows/usb/winusb/
adb_winusb_interface.cpp 197 unsigned long str_len = (ser_num->bLength -
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
BuildsView.java 82 int bLength = baselines.length;
84 switch (bLength) {

Completed in 1315 milliseconds

1 23 4