Home
last modified time | relevance | path

Searched defs:val (Results 1 – 25 of 53) sorted by relevance

123

/development/ndk/platforms/android-9/arch-x86/include/asm/
Dpercpu_32.h29 #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
Dpda.h59 #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
Dunaligned.h22 #define put_unaligned(val, ptr) ((void)( *(ptr) = (val) )) argument
Dbyteorder.h36 static __inline__ __attribute_const__ __u64 ___arch__swab64(__u64 val) in ___arch__swab64()
Dmc146818rtc_32.h47 #define CMOS_WRITE(val, addr) rtc_cmos_write(val, addr) argument
/development/ndk/platforms/android-9/arch-mips/include/asm/
Dmipsregs.h475 #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 …]
Dmipsmtregs.h26 #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 …]
Dposix_types.h75 long val[2]; member
79 int val[2]; member
Duaccess.h56 #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/
Dpreempt.h18 #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
Dswap.h32 unsigned long val; member
Dvt_buffer.h16 #define scr_writew(val, addr) (*(addr) = (val)) argument
/development/ndk/sources/android/libportable/arch-arm/
Dunwind.c60 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/
Dunaligned.h29 #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
Dcacheflush.h93 #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
Dmc146818rtc.h24 #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/
Dposix_types.h27 long val[2]; member
/development/ndk/platforms/android-L/arch-mips64/include/asm/
Dposix_types.h27 long val[2]; member
/development/ndk/platforms/android-L/include/linux/
Datm_he.h30 unsigned addr, val; member
Dvirtio_balloon.h45 __u64 val; member
Dselinux_netlink.h45 __s32 val; member
/development/ndk/platforms/android-3/include/
Dgetopt.h63 int val; member
/development/ndk/platforms/android-L/include/
Dgetopt.h57 int val; member
/development/ndk/platforms/android-L/include/linux/tc_ematch/
Dtc_em_cmp.h25 __u32 val; member
/development/tools/yuv420sp2rgb/
Dcmdline.c95 #define SET_INT_OPTION(val) do { \ in get_options() argument

123