HomeSort by: relevance | last modified time | path
    Searched defs:subminor (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Frontend/
InitPreprocessor.cpp 743 unsigned subminor = 0; local
745 subminor = tuple.getSubminor().getValue();
749 subminor));
InitPreprocessor.cpp 743 unsigned subminor = 0; local
745 subminor = tuple.getSubminor().getValue();
749 subminor));
  /src/external/gpl3/binutils/dist/binutils/
readelf.c 22756 unsigned int os, major, minor, subminor;
22769 subminor = byte_get ((unsigned char *) pnote->descdata + 12, 4);
22800 major, minor, subminor);
22753 unsigned int os, major, minor, subminor; local
readelf.c 22756 unsigned int os, major, minor, subminor;
22769 subminor = byte_get ((unsigned char *) pnote->descdata + 12, 4);
22800 major, minor, subminor);
22753 unsigned int os, major, minor, subminor; local
  /src/external/gpl3/binutils.old/dist/binutils/
readelf.c 21616 unsigned int os, major, minor, subminor;
21629 subminor = byte_get ((unsigned char *) pnote->descdata + 12, 4);
21660 major, minor, subminor);
21613 unsigned int os, major, minor, subminor; local
readelf.c 21616 unsigned int os, major, minor, subminor;
21629 subminor = byte_get ((unsigned char *) pnote->descdata + 12, 4);
21660 major, minor, subminor);
21613 unsigned int os, major, minor, subminor; local

Completed in 141 milliseconds