HomeSort by relevance Sort by last modified time
    Searched refs:ActualLength (Results 1 - 7 of 7) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
hubbusif.h 716 ULONG ActualLength;
721 ULONG ActualLength;
737 ULONG ActualLength;
744 ULONG ActualLength;
768 ULONG ActualLength;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usbioctl.h 299 ULONG ActualLength;
305 ULONG ActualLength;
310 ULONG ActualLength;
315 ULONG ActualLength;
320 ULONG ActualLength;
  /external/chromium_org/third_party/angle/tests/preprocessor_tests/
input_test.cpp 56 TEST(InputTest, ActualLength)
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.h 500 ULONG ActualLength;
505 ULONG ActualLength;
511 ULONG ActualLength;
517 ULONG ActualLength;
  /external/clang/lib/Parse/
ParseDecl.cpp 660 unsigned ActualLength = PP.getSpelling(Tok, ThisTokBegin, &Invalid);
667 while (AfterMajor < ActualLength && isDigit(ThisTokBegin[AfterMajor])) {
679 if (AfterMajor == ActualLength) {
691 if (ThisTokBegin[AfterMajor] != '.' || (AfterMajor + 1 == ActualLength)) {
701 while (AfterMinor < ActualLength && isDigit(ThisTokBegin[AfterMinor])) {
706 if (AfterMinor == ActualLength) {
729 while (AfterSubminor < ActualLength && isDigit(ThisTokBegin[AfterSubminor])) {
734 if (AfterSubminor != ActualLength) {
    [all...]
  /art/runtime/
check_jni.cc 934 size_t newLen = ActualLength(len);
    [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp 874 unsigned ActualLength = PP.getSpelling(DigitTok, DigitTokBegin, &Invalid);
    [all...]

Completed in 144 milliseconds