HomeSort by relevance Sort by last modified time
    Searched refs:MINOR (Results 1 - 25 of 152) sorted by null

1 2 3 4 5 6 7

  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
version.py 19 MINOR = 8
25 version = '%d.%d.%d' % (MAJOR, MINOR, MICRO)
28 (MAJOR, MINOR, MICRO, SERIAL)
31 (MAJOR, MINOR, MICRO, RELEASELEVEL, SERIAL)
33 hexversion = MAJOR << 24 | MINOR << 16 | MICRO << 8 | RELEASELEVEL << 4 | \
  /bionic/libc/kernel/uapi/linux/
kdev_t.h 22 #define MINOR(dev) ((dev) & 0xff)
  /development/ndk/platforms/android-21/include/linux/
kdev_t.h 22 #define MINOR(dev) ((dev) & 0xff)
  /development/ndk/platforms/android-3/include/linux/
kdev_t.h 16 #define MINOR(dev) ((dev) & 0xff)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
kdev_t.h 5 Some programs want their definitions of MAJOR and MINOR and MKDEV
9 #define MINOR(dev) ((dev) & 0xff)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
kdev_t.h 5 Some programs want their definitions of MAJOR and MINOR and MKDEV
9 #define MINOR(dev) ((dev) & 0xff)