HomeSort by relevance Sort by last modified time
    Searched full:version_minor (Results 1 - 25 of 180) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/libvpx/source/config/
vpx_version.h 2 #define VERSION_MINOR 3
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/x86/
vpx_version.h 2 #define VERSION_MINOR 3
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/armv7a/
vpx_version.h 2 #define VERSION_MINOR 3
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/armv7a-neon/
vpx_version.h 2 #define VERSION_MINOR 3
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/generic/
vpx_version.h 2 #define VERSION_MINOR 3
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/mips/
vpx_version.h 2 #define VERSION_MINOR 3
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/libvpx/mips-dspr2/
vpx_version.h 2 #define VERSION_MINOR 3
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/
vpx_version.h 2 #define VERSION_MINOR 2
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/
vpx_version.h 2 #define VERSION_MINOR 2
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/
vpx_version.h 2 #define VERSION_MINOR 2
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/
vpx_version.h 2 #define VERSION_MINOR 2
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/
vpx_version.h 2 #define VERSION_MINOR 2
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/
vpx_version.h 2 #define VERSION_MINOR 3
5 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/qemu/distrib/sdl-1.2.15/src/main/macos/
SDL.shlib.r 11 #ifndef __TYPES_R__ #include "Types.r" #endif #ifndef __BALLOONS_R__ #include "Balloons.r" #endif #define VERSION_MAJOR 1 #define VERSION_MINOR 2 #define REVISION 13 #define STATE release /* development | alpha | beta | release */ #define RELEASE_NO 0 /* number after letter, or zero for release */ #define COUNTRY verUS #define VERSION_STRING "1.2.13" #define NAME "SDL" #define SHORT_DESCRIPTION "Simple DirectMedia Layer by Sam Lantinga" #define LONG_DESCRIPTION "A cross-platform multimedia library.\n\nhttp://www.libsdl.org" resource 'vers' (1) { VERSION_MAJOR, (VERSION_MINOR << 4) | REVISION, STATE, RELEASE_NO, COUNTRY, VERSION_STRING, VERSION_STRING }; resource 'vers' (2) { VERSION_MAJOR, (VERSION_MINOR << 4) | REVISION, STATE, RELEASE_NO, COUNTRY, VERSION_STRING, SHORT_DESCRIPTION }; /* Ext (…)
  /external/chromium_org/remoting/
remoting_version.gypi 18 'version_minor':
21 '<(version_major).<(version_minor).'
remoting_version.gni 35 version_minor = exec_script(
42 version_short = "${version_major}.${version_minor}." + exec_script(
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
version.sh 63 #define VERSION_MINOR $minor_version
66 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_cgl.h 43 GLint version_major, version_minor; member in struct:apple_cgl_api
44 void (*get_version) (GLint * version_major, GLint * version_minor);
apple_cgl.c 90 apple_cgl.get_version(&apple_cgl.version_major, &apple_cgl.version_minor);
92 apple_glx_diagnostic("CGL major %d minor %d\n", apple_cgl.version_major, apple_cgl.version_minor);
  /external/libvpx/libvpx/build/make/
version.sh 63 #define VERSION_MINOR $minor_version
66 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /external/mesa3d/src/glx/apple/
apple_cgl.h 43 GLint version_major, version_minor; member in struct:apple_cgl_api
44 void (*get_version) (GLint * version_major, GLint * version_minor);
apple_cgl.c 90 apple_cgl.get_version(&apple_cgl.version_major, &apple_cgl.version_minor);
92 apple_glx_diagnostic("CGL major %d minor %d\n", apple_cgl.version_major, apple_cgl.version_minor);
  /external/qemu/android/
qemu-tcpdump.c 49 uint16_t version_minor; member in struct:__anon33771
60 h.version_minor = PCAP_MINOR;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
version.sh 63 #define VERSION_MINOR $minor_version
66 #define VERSION_PACKED ((VERSION_MAJOR<<16)|(VERSION_MINOR<<8)|(VERSION_PATCH))
  /frameworks/rs/driver/
rsdCore.h 43 uint32_t version_minor; member in struct:RsdHalRec

Completed in 705 milliseconds

1 2 3 4 5 6 7 8