HomeSort by relevance Sort by last modified time
    Searched refs:ActualLength (Results 1 - 4 of 4) 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/clang/lib/Parse/
ParseDecl.cpp 742 unsigned ActualLength = PP.getSpelling(Tok, ThisTokBegin, &Invalid);
749 while (AfterMajor < ActualLength && isDigit(ThisTokBegin[AfterMajor])) {
761 if (AfterMajor == ActualLength) {
775 || (AfterMajor + 1 == ActualLength)) {
785 while (AfterMinor < ActualLength && isDigit(ThisTokBegin[AfterMinor])) {
790 if (AfterMinor == ActualLength) {
818 while (AfterSubminor < ActualLength && isDigit(ThisTokBegin[AfterSubminor])) {
823 if (AfterSubminor != ActualLength) {
    [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]

Completed in 104 milliseconds