Searched refs:version (Results 26 - 45 of 45) sorted by relevance

12

/bionic/libc/kernel/common/sound/
H A Dasound.h24 #define SNDRV_PROTOCOL_MAJOR(version) (((version)>>16)&0xffff)
25 #define SNDRV_PROTOCOL_MINOR(version) (((version)>>8)&0xff)
26 #define SNDRV_PROTOCOL_MICRO(version) ((version)&0xff)
75 unsigned int version; member in struct:snd_hwdep_dsp_status
/bionic/libc/kernel/common/linux/
H A Dmodule.h94 #define MODULE_VERSION(_version) MODULE_INFO(version, _version)
H A Dperf_event.h174 __u32 version; member in struct:perf_event_mmap_page
H A Dethtool.h47 char version[32]; member in struct:ethtool_drvinfo
77 __u32 version; member in struct:ethtool_regs
H A Dfd.h174 unsigned char version; member in struct:floppy_fdc_state
H A Dmsdos_fs.h124 __u8 version[2]; member in struct:fat_boot_sector
H A Dpkt_sched.h249 __u32 version; member in struct:tc_htb_glob
H A Dcoda.h622 int version; member in struct:coda_mount_data
H A Dnfs_xdr.h579 int version; member in struct:nfs_rpc_ops
H A Dinput.h40 __u16 version; member in struct:input_id
H A Dvideodev2.h136 __u32 version; member in struct:v4l2_capability
/bionic/libc/kernel/common/linux/netfilter/
H A Dnfnetlink.h77 u_int8_t version; member in struct:nfgenmsg
/bionic/libc/arch-arm/
H A Darm.mk30 # arm assembler version.
/bionic/libc/kernel/arch-x86/asm/
H A Dapicdef_32.h162 u32 version : 8, member in struct:local_apic::__anon173
169 } version; member in struct:local_apic
H A Dvoyager.h135 __u8 version[10]; member in struct:voyager_eeprom_hdr
/bionic/libc/tools/zoneinfo/
H A DZoneCompactor.java8 // usage: java ZoneCompiler <setup file> <data directory> <output directory> <tzdata version>
110 public ZoneCompactor(String setupFile, String dataDirectory, String zoneTabFile, String outputDirectory, String version) throws Exception { argument
166 f.write(toAscii(new byte[12], version));
236 System.err.println("usage: java ZoneCompactor <setup file> <data directory> <zone.tab file> <output directory> <tzdata version>");
/bionic/libc/bionic/
H A Dsystem_properties.c61 unsigned version; member in struct:prop_area
168 pa->version = PROP_AREA_VERSION;
251 if((pa->magic != PROP_AREA_MAGIC) || (pa->version != PROP_AREA_VERSION &&
252 pa->version != PROP_AREA_VERSION_COMPAT)) {
257 if (pa->version == PROP_AREA_VERSION_COMPAT) {
/bionic/libc/kernel/common/linux/mtd/
H A Dnand.h262 uint8_t version[NAND_MAX_CHIPS]; member in struct:nand_bbt_descr
/bionic/libc/arch-mips/string/
H A Dmemcpy.S119 # In the current version we will use "pref 30,128(a0)", so "t0-160" is the limit
/bionic/libc/
H A DAndroid.mk547 # crtbrand.c needs <stdint.h> and a #define for the platform SDK version.
822 # This is a version of the static C library that does not

Completed in 1403 milliseconds

12