Searched refs:maj (Results 1 - 25 of 44) sorted by relevance

12

/external/qemu/android/utils/
H A Dcompiler.h26 # define ANDROID_GCC_PREREQ(maj, min) \
27 ((__GNUC__ << 16) + __GNUC_MINOR__ >= ((maj) << 16) + (min))
29 # define ANDROID_GCC_PREREQ(maj, min) 0
/external/chromium_org/third_party/hwcplus/include/hardware/
H A Dhardware.h37 #define HARDWARE_MAKE_API_VERSION(maj,min) \
38 ((((maj) & 0xff) << 8) | ((min) & 0xff))
40 #define HARDWARE_MAKE_API_VERSION_2(maj,min,hdr) \
41 ((((maj) & 0xff) << 24) | (((min) & 0xff) << 16) | ((hdr) & 0xffff))
68 #define HARDWARE_MODULE_API_VERSION(maj,min) HARDWARE_MAKE_API_VERSION(maj,min)
69 #define HARDWARE_MODULE_API_VERSION_2(maj,min,hdr) HARDWARE_MAKE_API_VERSION_2(maj,min,hdr)
74 #define HARDWARE_DEVICE_API_VERSION(maj,min) HARDWARE_MAKE_API_VERSION(maj,mi
[all...]
/external/qemu/include/qemu/
H A Dcompiler.h13 # define QEMU_GNUC_PREREQ(maj, min) \
14 ((__GNUC__ << 16) + __GNUC_MINOR__ >= ((maj) << 16) + (min))
16 # define QEMU_GNUC_PREREQ(maj, min) 0
/external/libvorbis/
H A Dautogen.sh54 maj=`echo $ver | $VERSIONMKMAJ`
56 if test $maj -eq $majneeded -a $min -ge $minneeded; then
68 maj=`echo $ver | $VERSIONMKMAJ`
70 if test $maj -eq $majneeded -a $min -ge $minneeded; then
/external/iproute2/tc/
H A Dtc_util.c44 __u32 maj; local
47 maj = TC_H_UNSPEC;
50 maj = strtoul(str, &p, 16);
53 maj <<= 16;
57 *h = maj;
63 __u32 maj, min; local
66 maj = TC_H_ROOT;
69 maj = TC_H_UNSPEC;
72 maj = strtoul(str, &p, 16);
74 maj
[all...]
/external/fio/
H A Dblktrace.c111 static int lookup_device(struct thread_data *td, char *path, unsigned int maj, argument
136 found = lookup_device(td, full_path, maj, min);
153 " with: %s\n", maj, min,
160 if (maj == major(st.st_rdev) && min == minor(st.st_rdev)) {
161 dprint(FD_BLKTRACE, "device lookup: %d/%d\n", maj, min);
193 unsigned int maj = FMAJOR(device); local
199 if (last_maj == maj && last_min == min)
202 last_maj = maj;
209 if (f->major == maj && f->minor == min) {
215 if (lookup_device(td, dev, maj, mi
[all...]
H A Ddiskutil.c152 static int get_device_numbers(char *file_name, int *maj, int *min) argument
189 *maj = majdev;
194 static int read_block_dev_entry(char *path, int *maj, int *min) argument
211 if (sscanf(p, "%u:%u", maj, min) != 2)
258 * See if this maj,min already exists
286 dprint(FD_DISKUTIL, "add maj/min %d/%d: %s\n", majdev, mindev, path);
445 dprint(FD_DISKUTIL, "%s belongs to maj/min %d/%d\n", filename, majdev,
/external/chromium_org/third_party/polymer/components-chromium/core-layout-grid/
H A Dcore-layout-grid-extracted.js222 function _position(style, maj, min, ext, a, b) {
223 style[maj] = style[min] = '';
229 style[maj] = '-webkit-' + c;
230 style[maj] = c;
232 style[maj] = a.p + m + 'px';
235 style[maj] = a.p + m + 'px';
/external/llvm/include/llvm/Support/
H A DCompiler.h40 # define __GNUC_PREREQ(maj, min) \
41 ((__GNUC__ << 16) + __GNUC_MINOR__ >= ((maj) << 16) + (min))
43 # define __GNUC_PREREQ(maj, min) 0
/external/bison/darwin-lib/
H A Dgetopt.h117 # define __GNUC_PREREQ(maj, min) (0)
/external/bison/lib/
H A Dgetopt.in.h116 # define __GNUC_PREREQ(maj, min) (0)
/external/chromium_org/third_party/libwebp/dsp/
H A Ddsp.h32 # define LOCAL_GCC_PREREQ(maj, min) \
33 (LOCAL_GCC_VERSION >= (((maj) << 8) | (min)))
35 # define LOCAL_GCC_PREREQ(maj, min) 0
/external/webp/src/dsp/
H A Ddsp.h32 # define LOCAL_GCC_PREREQ(maj, min) \
33 (LOCAL_GCC_VERSION >= (((maj) << 8) | (min)))
35 # define LOCAL_GCC_PREREQ(maj, min) 0
/external/libunwind/include/
H A Dlibunwind-common.h.in30 #define UNW_VERSION_CODE(maj,min) (((maj) << 16) | (min))
H A Dlibunwind-common.h34 #define UNW_VERSION_CODE(maj,min) (((maj) << 16) | (min))
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Dsha256.js89 var maj = (A & B) ^ (A & C) ^ (B & C);
90 var t2 = (S0 + maj) & 0xffffffff;
/external/libnl/include/linux/
H A Dpkt_sched.h70 #define TC_H_MAKE(maj,min) (((maj)&TC_H_MAJ_MASK)|((min)&TC_H_MIN_MASK))
/external/iproute2/include/linux/
H A Dpkt_sched.h70 #define TC_H_MAKE(maj,min) (((maj)&TC_H_MAJ_MASK)|((min)&TC_H_MIN_MASK))
/external/qemu/fpu/
H A Dsoftfloat-macros.h42 # define SOFTFLOAT_GNUC_PREREQ(maj, min) \
43 ((__GNUC__ << 16) + __GNUC_MINOR__ >= ((maj) << 16) + (min))
45 # define SOFTFLOAT_GNUC_PREREQ(maj, min) 0
/external/kernel-headers/original/uapi/linux/
H A Dpkt_sched.h70 #define TC_H_MAKE(maj,min) (((maj)&TC_H_MAJ_MASK)|((min)&TC_H_MIN_MASK))
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dglxapi.h76 Bool (*QueryVersion)(Display *dpy, int *maj, int *min);
H A Drealglx.h80 _real_glXQueryVersion( Display *dpy, int *maj, int *min );
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Devent.h26 u32 maj; member in struct:mmap2_event
H A Dmap.h39 u32 maj, min; /* only valid for MMAP2 record */ member in struct:map
/external/mesa3d/src/mesa/drivers/x11/
H A Dglxapi.h76 Bool (*QueryVersion)(Display *dpy, int *maj, int *min);

Completed in 3232 milliseconds

12