/development/ndk/platforms/android-9/arch-x86/include/asm/ |
D | percpu_32.h | 29 #define percpu_to_op(op,var,val) do { typedef typeof(var) T__; if (0) { T__ tmp__; tmp__ = (v… argument 32 #define x86_write_percpu(var,val) percpu_to_op("mov", per_cpu__##var, val) argument 34 #define x86_add_percpu(var,val) percpu_to_op("add", per_cpu__##var, val) argument 35 #define x86_sub_percpu(var,val) percpu_to_op("sub", per_cpu__##var, val) argument 36 #define x86_or_percpu(var,val) percpu_to_op("or", per_cpu__##var, val) argument
|
D | pda.h | 59 #define pda_to_op(op,field,val) do { typedef typeof(_proxy_pda.field) T__; if (0) { T__ tmp__; … argument 62 #define write_pda(field,val) pda_to_op("mov",field,val) argument 64 #define add_pda(field,val) pda_to_op("add",field,val) argument 65 #define sub_pda(field,val) pda_to_op("sub",field,val) argument 66 #define or_pda(field,val) pda_to_op("or",field,val) argument
|
D | unaligned.h | 22 #define put_unaligned(val, ptr) ((void)( *(ptr) = (val) )) argument
|
D | byteorder.h | 36 static __inline__ __attribute_const__ __u64 ___arch__swab64(__u64 val) in ___arch__swab64()
|
D | mc146818rtc_32.h | 47 #define CMOS_WRITE(val, addr) rtc_cmos_write(val, addr) argument
|
/development/ndk/platforms/android-9/arch-mips/include/asm/ |
D | mipsregs.h | 475 #define write_r10k_perf_cntr(counter,val) do { __asm__ __volatile__( "mtpc\t%0, %1" : : "r… argument 477 #define write_r10k_perf_cntl(counter,val) do { __asm__ __volatile__( "mtps\t%0, %1" : : "r… argument 485 #define __write_ulong_c0_register(reg, sel, val) do { if (sizeof(unsigned long) == 4) __write_… argument 490 #define __write_64bit_c0_split(source, sel, val) do { unsigned long __flags; local_irq_save(… argument 492 #define write_c0_index(val) __write_32bit_c0_register($0, 0, val) argument 495 #define write_c0_random(val) __write_32bit_c0_register($1, 0, val) argument 497 #define write_c0_entrylo0(val) __write_ulong_c0_register($2, 0, val) argument 500 #define write_c0_entrylo1(val) __write_ulong_c0_register($3, 0, val) argument 502 #define write_c0_conf(val) __write_32bit_c0_register($3, 0, val) argument 505 #define write_c0_context(val) __write_ulong_c0_register($4, 0, val) argument [all …]
|
D | mipsmtregs.h | 26 #define write_c0_mvpcontrol(val) __write_32bit_c0_register($0, 1, val) argument 31 #define write_c0_vpecontrol(val) __write_32bit_c0_register($1, 1, val) argument 34 #define write_c0_vpeconf0(val) __write_32bit_c0_register($1, 2, val) argument 36 #define write_c0_tcstatus(val) __write_32bit_c0_register($2, 1, val) argument 40 #define write_c0_tccontext(val) __write_32bit_c0_register($2, 5, val) argument 169 #define write_vpe_c0_vpecontrol(val) mttc0(1, 1, val) argument 171 #define write_vpe_c0_vpeconf0(val) mttc0(1, 2, val) argument 174 #define write_vpe_c0_count(val) mttc0(9, 0, val) argument 176 #define write_vpe_c0_status(val) mttc0(12, 0, val) argument 179 #define write_vpe_c0_cause(val) mttc0(13, 0, val) argument [all …]
|
D | posix_types.h | 75 long val[2]; member 79 int val[2]; member
|
D | uaccess.h | 56 #define __GET_USER_DW(val, ptr) __get_user_asm_ll32(val, ptr) argument 57 #define __get_user_common(val, size, ptr) do { switch (size) { case 1: __get_user_asm(val, "lb… argument 61 #define __get_user_asm(val, insn, addr) { long __gu_tmp; __asm__ __volatile__( "1: " insn … argument 62 #define __get_user_asm_ll32(val, addr) { union { unsigned long long l; __typeof__(*(addr)) t… argument
|
/development/ndk/platforms/android-3/include/linux/ |
D | preempt.h | 18 #define add_preempt_count(val) do { preempt_count() += (val); } while (0) argument 19 #define sub_preempt_count(val) do { preempt_count() -= (val); } while (0) argument
|
D | swap.h | 32 unsigned long val; member
|
D | vt_buffer.h | 16 #define scr_writew(val, addr) (*(addr) = (val)) argument
|
/development/ndk/sources/android/libportable/arch-arm/ |
D | unwind.c | 60 uint32_t val; in WRAP() local 66 uint32_t val = (uint32_t)new_value; in WRAP() local 75 uint32_t val = (uint32_t)new_value; in WRAP() local
|
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
D | unaligned.h | 29 #define __put_unaligned_le(val,ptr) ({ switch (sizeof(*(ptr))) { case 1: *(ptr) = (val); … argument 30 #define __put_unaligned_be(val,ptr) ({ switch (sizeof(*(ptr))) { case 1: *(ptr) = (val); … argument
|
D | cacheflush.h | 93 #define __cacheid_present(val) (val != read_cpuid(CPUID_ID)) argument 94 #define __cacheid_vivt(val) ((val & (15 << 25)) != (14 << 25)) argument 95 #define __cacheid_vipt(val) ((val & (15 << 25)) == (14 << 25)) argument 96 #define __cacheid_vipt_nonaliasing(val) ((val & (15 << 25 | 1 << 23)) == (14 << 25)) argument 97 #define __cacheid_vipt_aliasing(val) ((val & (15 << 25 | 1 << 23)) == (14 << 25 | 1 << 23)) argument
|
D | mc146818rtc.h | 24 #define CMOS_WRITE(val, addr) ({ outb_p((addr),RTC_PORT(0)); outb_p((val),RTC_PORT(1)); }) argument
|
/development/ndk/platforms/android-L/arch-mips/include/asm/ |
D | posix_types.h | 27 long val[2]; member
|
/development/ndk/platforms/android-L/arch-mips64/include/asm/ |
D | posix_types.h | 27 long val[2]; member
|
/development/ndk/platforms/android-L/include/linux/ |
D | atm_he.h | 30 unsigned addr, val; member
|
D | virtio_balloon.h | 45 __u64 val; member
|
D | selinux_netlink.h | 45 __s32 val; member
|
/development/ndk/platforms/android-3/include/ |
D | getopt.h | 63 int val; member
|
/development/ndk/platforms/android-L/include/ |
D | getopt.h | 57 int val; member
|
/development/ndk/platforms/android-L/include/linux/tc_ematch/ |
D | tc_em_cmp.h | 25 __u32 val; member
|
/development/tools/yuv420sp2rgb/ |
D | cmdline.c | 95 #define SET_INT_OPTION(val) do { \ in get_options() argument
|