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

1 23 4 5

  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/
usb_ch9.h 110 __u8 bLength;
115 __u8 bLength;
152 __u8 bLength;
171 __u8 bLength;
178 __u8 bLength;
193 __u8 bLength;
219 __u8 bLength;
232 __u8 bLength;
242 __u8 bLength;
250 __u8 bLength;
    [all...]
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/
usb_ch9.h 110 __u8 bLength;
115 __u8 bLength;
152 __u8 bLength;
171 __u8 bLength;
178 __u8 bLength;
193 __u8 bLength;
219 __u8 bLength;
232 __u8 bLength;
242 __u8 bLength;
250 __u8 bLength;
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
usb_ch9.h 110 __u8 bLength;
115 __u8 bLength;
152 __u8 bLength;
171 __u8 bLength;
178 __u8 bLength;
193 __u8 bLength;
219 __u8 bLength;
232 __u8 bLength;
242 __u8 bLength;
250 __u8 bLength;
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
usb_ch9.h 110 __u8 bLength;
115 __u8 bLength;
152 __u8 bLength;
171 __u8 bLength;
178 __u8 bLength;
193 __u8 bLength;
219 __u8 bLength;
232 __u8 bLength;
242 __u8 bLength;
250 __u8 bLength;
    [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
usb_ch9.h 110 __u8 bLength;
115 __u8 bLength;
152 __u8 bLength;
171 __u8 bLength;
178 __u8 bLength;
193 __u8 bLength;
219 __u8 bLength;
232 __u8 bLength;
242 __u8 bLength;
250 __u8 bLength;
    [all...]
  /bionic/libc/kernel/common/linux/usb/
ch9.h 147 __u8 bLength;
152 __u8 bLength;
196 __u8 bLength;
215 __u8 bLength;
221 __u8 bLength;
236 __u8 bLength;
272 __u8 bLength;
284 __u8 bLength;
297 __u8 bLength;
306 __u8 bLength;
    [all...]
functionfs.h 31 __u8 bLength;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/usb/
cdc.h 47 __u8 bLength;
56 __u8 bLength;
69 __u8 bLength;
85 __u8 bLength;
96 __u8 bLength;
107 __u8 bLength;
119 __u8 bLength;
132 __u8 bLength;
142 __u8 bLength;
ch9.h 196 __u8 bLength;
205 __u8 bLength;
259 __u8 bLength;
282 __u8 bLength;
296 __u8 bLength;
314 __u8 bLength;
323 /* use USB_DT_ENDPOINT*_SIZE in bLength, not sizeof. */
350 __u8 bLength;
367 __u8 bLength;
381 __u8 bLength;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/
cdc.h 47 __u8 bLength;
56 __u8 bLength;
69 __u8 bLength;
85 __u8 bLength;
96 __u8 bLength;
107 __u8 bLength;
119 __u8 bLength;
132 __u8 bLength;
142 __u8 bLength;
ch9.h 196 __u8 bLength;
205 __u8 bLength;
259 __u8 bLength;
282 __u8 bLength;
296 __u8 bLength;
314 __u8 bLength;
323 /* use USB_DT_ENDPOINT*_SIZE in bLength, not sizeof. */
350 __u8 bLength;
367 __u8 bLength;
381 __u8 bLength;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/
cdc.h 47 __u8 bLength;
56 __u8 bLength;
69 __u8 bLength;
85 __u8 bLength;
96 __u8 bLength;
107 __u8 bLength;
119 __u8 bLength;
132 __u8 bLength;
142 __u8 bLength;
ch9.h 196 __u8 bLength;
205 __u8 bLength;
259 __u8 bLength;
282 __u8 bLength;
296 __u8 bLength;
314 __u8 bLength;
323 /* use USB_DT_ENDPOINT*_SIZE in bLength, not sizeof. */
350 __u8 bLength;
367 __u8 bLength;
381 __u8 bLength;
    [all...]
  /external/kernel-headers/original/linux/usb/
ch9.h 243 __u8 bLength;
252 __u8 bLength;
308 __u8 bLength;
331 __u8 bLength;
345 __u8 bLength;
363 __u8 bLength;
372 /* use USB_DT_ENDPOINT*_SIZE in bLength, not sizeof. */
600 __u8 bLength;
636 __u8 bLength;
653 __u8 bLength;
    [all...]
functionfs.h 21 __u8 bLength;
58 * | 0 | bLength | U8 | length of the descriptor |
  /device/google/accessory/arduino/USB_Host_Shield/
ch9.h 131 byte bLength; // Length of this descriptor.
150 byte bLength; // Length of this descriptor.
163 byte bLength; // Length of this descriptor.
177 byte bLength; // Length of this descriptor.
187 byte bLength;
  /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...]
  /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;
  /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;
  /system/core/fastbootd/
usb_linux_client.c 89 .bLength = sizeof(descriptors.fs_descs.intf),
99 .bLength = sizeof(descriptors.fs_descs.source),
106 .bLength = sizeof(descriptors.fs_descs.sink),
115 .bLength = sizeof(descriptors.hs_descs.intf),
125 .bLength = sizeof(descriptors.hs_descs.source),
132 .bLength = sizeof(descriptors.hs_descs.sink),
  /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);
  /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),
  /libcore/luni/src/main/java/java/math/
BitLevel.java 46 int bLength = (val.numberLength << 5);
57 bLength -= Integer.numberOfLeadingZeros(highDigit);
58 return bLength;
  /external/chromium_org/third_party/libusb/src/libusb/
libusb.h 482 uint8_t bLength;
536 uint8_t bLength;
586 uint8_t bLength;
648 uint8_t bLength;
696 uint8_t bLength;
726 uint8_t bLength;
733 /** Device Capability data (bLength - 3 bytes) */
750 uint8_t bLength;
781 uint8_t bLength;
807 uint8_t bLength;
    [all...]

Completed in 583 milliseconds

1 23 4 5