HomeSort by relevance Sort by last modified time
    Searched defs:bLength (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/clang/test/CodeGen/
2009-07-22-StructLayout.c 11 __u8 bLength;
24 .bLength = sizeof ecm_desc,
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringHash.h 52 unsigned bLength = b->length();
53 if (aLength != bLength)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/usb/
audio.h 30 __u8 bLength; // 8+n
44 __u8 bLength; \
midi.h 38 __u8 bLength;
49 __u8 bLength;
66 __u8 bLength;
81 __u8 bLength; \
93 __u8 bLength; // 4+n
105 __u8 bLength; \
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;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/
audio.h 30 __u8 bLength; // 8+n
44 __u8 bLength; \
midi.h 38 __u8 bLength;
49 __u8 bLength;
66 __u8 bLength;
81 __u8 bLength; \
93 __u8 bLength; // 4+n
105 __u8 bLength; \
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;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/usb/
audio.h 30 __u8 bLength; // 8+n
44 __u8 bLength; \
midi.h 38 __u8 bLength;
49 __u8 bLength;
66 __u8 bLength;
81 __u8 bLength; \
93 __u8 bLength; // 4+n
105 __u8 bLength; \
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;
  /bionic/libc/kernel/common/linux/usb/
functionfs.h 31 __u8 bLength;
  /external/kernel-headers/original/linux/usb/
functionfs.h 21 __u8 bLength;
58 * | 0 | bLength | U8 | length of the descriptor |
  /external/webkit/Source/JavaScriptCore/runtime/
UString.h 199 unsigned bLength = b->length();
200 if (aLength != bLength)
  /libcore/luni/src/main/java/java/math/
BitLevel.java 46 int bLength = (val.numberLength << 5);
57 bLength -= Integer.numberOfLeadingZeros(highDigit);
58 return bLength;
  /external/bluetooth/bluez/tools/
dfu.h 32 u_int8_t bLength;
95 uint8_t 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/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);
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);
  /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/icu4c/test/intltest/
csdetest.cpp 579 int32_t bLength = 0, brLength = 0;
584 char *bytes = extractBytes(s1, "IBM424", bLength);
594 ucsdet_setText(csd, bytes, bLength, &status);
663 int32_t bLength = 0, brLength = 0;
668 char *bytes = extractBytes(s1, "IBM420", bLength);
678 ucsdet_setText(csd, bytes, bLength, &status);
  /external/webkit/Source/WebCore/platform/
KURLGoogle.cpp 894 int bLength = b.m_url.utf8String().length();
896 bLength = b.m_url.m_parsed.ref.begin - 1;
898 return aLength == bLength
    [all...]
  /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) {
  /external/libusb/libusb/
libusbi.h 287 uint8_t bLength;
  /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;

Completed in 684 milliseconds

1 2 3