HomeSort by relevance Sort by last modified time
    Searched defs:version_major (Results 1 - 22 of 22) sorted by null

  /frameworks/rs/driver/
rsdCore.h 42 uint32_t version_major; member in struct:RsdHalRec
  /external/flac/libFLAC/include/private/
ogg_decoder_aspect.h 48 unsigned version_major, version_minor; member in struct:FLAC__OggDecoderAspect
  /external/openssl/ssl/
s23_clnt.c 279 int version = 0, version_major, version_minor; local
365 version_major = TLS1_2_VERSION_MAJOR;
370 version_major = TLS1_1_VERSION_MAJOR;
375 version_major = TLS1_VERSION_MAJOR;
388 version_major = SSL3_VERSION_MAJOR;
393 version_major = SSL2_VERSION_MAJOR;
413 *(d++) = version_major;
472 *(p++) = version_major;
551 *(d++) = version_major;
  /external/chromium/chrome/browser/
gpu_data_manager.cc 72 uint16 version_major, version_minor; local
73 if (gpu_blacklist_->GetVersion(&version_major,
76 base::UintToString(static_cast<unsigned>(version_major)) +
  /external/ppp/pppd/include/
pcap-int.h 47 int version_major; member in struct:pcap_sf
  /external/qemu/
tcpdump.c 48 uint16_t version_major; member in struct:__anon13993
59 h.version_major = PCAP_MAJOR;
net.c 1931 uint16_t version_major; member in struct:pcap_file_hdr
    [all...]
net-android.c 2035 uint16_t version_major; member in struct:pcap_file_hdr
    [all...]
  /hardware/libhardware/include/hardware/
hardware.h 112 #define version_major module_api_version macro
114 * version_major/version_minor defines are supplied here for temporary
  /frameworks/av/media/libstagefright/id3/
ID3.cpp 78 uint8_t version_major; member in struct:android::id3_header
94 if (header.version_major == 0xff || header.version_minor == 0xff) {
98 if (header.version_major == 2) {
111 } else if (header.version_major == 3) {
117 } else if (header.version_major == 4) {
151 if (header.version_major == 4) {
183 if (header.version_major == 3 && (header.flags & 0x40)) {
225 } else if (header.version_major == 4 && (header.flags & 0x40)) {
254 if (header.version_major == 2) {
256 } else if (header.version_major == 3)
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuCore.h 85 bool init(uint32_t version_major, uint32_t version_minor, sym_lookup_t, script_lookup_t);
133 uint32_t version_major; member in class:android::renderscript::RsdCpuReferenceImpl
  /external/libpcap/
pcap.h 115 u_short version_major; member in struct:pcap_file_header
pcap1.h 164 u_short version_major; member in struct:pcap1_packet_header
pcap-int.h 81 int version_major; member in struct:pcap_sf
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
videotext.h 59 int version_major, version_minor; /* version of driver; if version_major changes, driver */ member in struct:__anon26709
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videotext.h 59 int version_major, version_minor; /* version of driver; if version_major changes, driver */ member in struct:__anon28300
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
videotext.h 59 int version_major, version_minor; /* version of driver; if version_major changes, driver */ member in struct:__anon29814
  /external/llvm/lib/ExecutionEngine/IntelJITEvents/
ittnotify_config.h 337 unsigned long version_major; member in struct:___itt_global
  /external/freetype/include/freetype/internal/
ftobjs.h 828 FT_Int version_major; member in struct:FT_LibraryRec_
    [all...]
  /external/freetype/src/cff/
cfftypes.h 226 FT_Byte version_major; member in struct:CFF_FontRec_
  /external/icu4c/tools/pkgdata/
pkgdata.cpp 78 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, const UBool reverseExt, UBool noVersion);
618 char version_major[10] = ""; local
624 for (uint32_t i = 0;i < sizeof(version_major);i++) {
626 version_major[i] = 0;
629 version_major[i] = o->version[i];
647 createFileNames(o, mode, version_major, o->version == NULL ? "" : o->version, o->libName, reverseExt, noVersion);
858 static void createFileNames(UPKGOptions *o, const char mode, const char *version_major, const char *version, const char *libName, UBool reverseExt, UBool noVersion) {
886 version_major,
    [all...]
  /external/bluetooth/bluedroid/stack/include/
uipc_msg.h 69 UINT16 version_major; /* UIPC_VERSION_MAJOR */ member in struct:__anon3420

Completed in 1810 milliseconds