Searched refs:value (Results 1 - 25 of 133) sorted by relevance

123456

/ndk/build/platforms/android-3/arch-arm/usr/include/asm/arch/
H A Dmcbsp.h38 #define RINTM(value) ((value)<<4)
41 #define CLKSTP(value) ((value)<<11)
42 #define RJUST(value) ((value)<<13)
49 #define XINTM(value) ((value)<<4)
71 #define RWDLEN1(value) ((value)<<
[all...]
/ndk/build/platforms/android-4/arch-arm/usr/include/asm/arch/
H A Dmcbsp.h38 #define RINTM(value) ((value)<<4)
41 #define CLKSTP(value) ((value)<<11)
42 #define RJUST(value) ((value)<<13)
49 #define XINTM(value) ((value)<<4)
71 #define RWDLEN1(value) ((value)<<
[all...]
/ndk/build/platforms/android-5/arch-arm/usr/include/asm/arch/
H A Dmcbsp.h38 #define RINTM(value) ((value)<<4)
41 #define CLKSTP(value) ((value)<<11)
42 #define RJUST(value) ((value)<<13)
49 #define XINTM(value) ((value)<<4)
71 #define RWDLEN1(value) ((value)<<
[all...]
/ndk/build/platforms/android-8/arch-arm/usr/include/asm/arch/
H A Dmcbsp.h38 #define RINTM(value) ((value)<<4)
41 #define CLKSTP(value) ((value)<<11)
42 #define RJUST(value) ((value)<<13)
49 #define XINTM(value) ((value)<<4)
71 #define RWDLEN1(value) ((value)<<
[all...]
/ndk/build/platforms/android-5/arch-x86/usr/include/asm/
H A Dio_32.h25 #define __BUILDIO(bwl,bw,type) static inline void out##bwl(unsigned type value, int port) { out##bwl##_local(value, port); } static inline unsigned type in##bwl(int port) { return in##bwl##_local(port); }
26 #define BUILDIO(bwl,bw,type) static inline void out##bwl##_local(unsigned type value, int port) { __asm__ __volatile__("out" #bwl " %" #bw "0, %w1" : : "a"(value), "Nd"(port)); } static inline unsigned type in##bwl##_local(int port) { unsigned type value; __asm__ __volatile__("in" #bwl " %w1, %" #bw "0" : "=a"(value) : "Nd"(port)); return value; } static inline void out##bwl##_local_p(unsigned type value, int port) { out##bwl##_local(value, port); slow_down_io(); } static inline unsigned type in##bwl##_local_p(int port) { unsigned type value
[all...]
H A Dcmpxchg_32.h24 #define set_64bit(ptr,value) (__builtin_constant_p(value) ? __set_64bit_constant(ptr, value) : __set_64bit_var(ptr, value) )
25 #define _set_64bit(ptr,value) (__builtin_constant_p(value) ? __set_64bit(ptr, (unsigned int)(value), (unsigned int)((value)>>32ULL) ) : __set_64bit(ptr, ll_low(value), ll_high(value)) )
[all...]
H A Dsystem_32.h29 #define set_mb(var, value) do { var = value; barrier(); } while (0)
/ndk/build/platforms/android-8/arch-x86/usr/include/asm/
H A Dio_32.h25 #define __BUILDIO(bwl,bw,type) static inline void out##bwl(unsigned type value, int port) { out##bwl##_local(value, port); } static inline unsigned type in##bwl(int port) { return in##bwl##_local(port); }
26 #define BUILDIO(bwl,bw,type) static inline void out##bwl##_local(unsigned type value, int port) { __asm__ __volatile__("out" #bwl " %" #bw "0, %w1" : : "a"(value), "Nd"(port)); } static inline unsigned type in##bwl##_local(int port) { unsigned type value; __asm__ __volatile__("in" #bwl " %w1, %" #bw "0" : "=a"(value) : "Nd"(port)); return value; } static inline void out##bwl##_local_p(unsigned type value, int port) { out##bwl##_local(value, port); slow_down_io(); } static inline unsigned type in##bwl##_local_p(int port) { unsigned type value
[all...]
H A Dcmpxchg_32.h24 #define set_64bit(ptr,value) (__builtin_constant_p(value) ? __set_64bit_constant(ptr, value) : __set_64bit_var(ptr, value) )
25 #define _set_64bit(ptr,value) (__builtin_constant_p(value) ? __set_64bit(ptr, (unsigned int)(value), (unsigned int)((value)>>32ULL) ) : __set_64bit(ptr, ll_low(value), ll_high(value)) )
[all...]
H A Dsystem_32.h29 #define set_mb(var, value) do { var = value; barrier(); } while (0)
/ndk/build/platforms/android-3/arch-arm/usr/include/sys/
H A Dsystem_properties.h41 /* Look up a system property by name, copying its value and a
44 ** the string length of the value. A property that is not
45 ** defined is identical to a property with a length 0 value.
47 int __system_property_get(const char *name, char *value);
51 ** __system_property_read() to obtain the string value from
60 /* Read the value of a system property. Returns the length
61 ** of the value. Copies the value and \0 terminator into
62 ** the provided value pointer. Total length (including
69 int __system_property_read(const prop_info *pi, char *name, char *value);
[all...]
H A D_system_properties.h66 char value[PROP_VALUE_MAX]; member in struct:prop_info
73 char value[PROP_VALUE_MAX]; member in struct:prop_msg
82 ** - prop_area.count will never decrease in value
85 ** - reading a value requires the following steps
88 ** 3. memcpy(local, pi->value, SERIAL_VALUE_LEN(serial) + 1)
91 ** - writing a value requires the following steps
93 ** 2. memcpy(pi->value, local_value, value_len)
/ndk/build/platforms/android-4/arch-arm/usr/include/sys/
H A Dsystem_properties.h41 /* Look up a system property by name, copying its value and a
44 ** the string length of the value. A property that is not
45 ** defined is identical to a property with a length 0 value.
47 int __system_property_get(const char *name, char *value);
51 ** __system_property_read() to obtain the string value from
60 /* Read the value of a system property. Returns the length
61 ** of the value. Copies the value and \0 terminator into
62 ** the provided value pointer. Total length (including
69 int __system_property_read(const prop_info *pi, char *name, char *value);
[all...]
H A D_system_properties.h66 char value[PROP_VALUE_MAX]; member in struct:prop_info
73 char value[PROP_VALUE_MAX]; member in struct:prop_msg
82 ** - prop_area.count will never decrease in value
85 ** - reading a value requires the following steps
88 ** 3. memcpy(local, pi->value, SERIAL_VALUE_LEN(serial) + 1)
91 ** - writing a value requires the following steps
93 ** 2. memcpy(pi->value, local_value, value_len)
/ndk/build/platforms/android-5/arch-arm/usr/include/sys/
H A Dsystem_properties.h41 /* Look up a system property by name, copying its value and a
44 ** the string length of the value. A property that is not
45 ** defined is identical to a property with a length 0 value.
47 int __system_property_get(const char *name, char *value);
51 ** __system_property_read() to obtain the string value from
60 /* Read the value of a system property. Returns the length
61 ** of the value. Copies the value and \0 terminator into
62 ** the provided value pointer. Total length (including
69 int __system_property_read(const prop_info *pi, char *name, char *value);
[all...]
H A D_system_properties.h66 char value[PROP_VALUE_MAX]; member in struct:prop_info
73 char value[PROP_VALUE_MAX]; member in struct:prop_msg
82 ** - prop_area.count will never decrease in value
85 ** - reading a value requires the following steps
88 ** 3. memcpy(local, pi->value, SERIAL_VALUE_LEN(serial) + 1)
91 ** - writing a value requires the following steps
93 ** 2. memcpy(pi->value, local_value, value_len)
/ndk/build/platforms/android-5/arch-x86/usr/include/sys/
H A Dsystem_properties.h41 /* Look up a system property by name, copying its value and a
44 ** the string length of the value. A property that is not
45 ** defined is identical to a property with a length 0 value.
47 int __system_property_get(const char *name, char *value);
51 ** __system_property_read() to obtain the string value from
60 /* Read the value of a system property. Returns the length
61 ** of the value. Copies the value and \0 terminator into
62 ** the provided value pointer. Total length (including
69 int __system_property_read(const prop_info *pi, char *name, char *value);
[all...]
/ndk/build/platforms/android-8/arch-arm/usr/include/sys/
H A Dsystem_properties.h41 /* Look up a system property by name, copying its value and a
44 ** the string length of the value. A property that is not
45 ** defined is identical to a property with a length 0 value.
47 int __system_property_get(const char *name, char *value);
51 ** __system_property_read() to obtain the string value from
60 /* Read the value of a system property. Returns the length
61 ** of the value. Copies the value and \0 terminator into
62 ** the provided value pointer. Total length (including
69 int __system_property_read(const prop_info *pi, char *name, char *value);
[all...]
/ndk/build/platforms/android-8/arch-x86/usr/include/sys/
H A Dsystem_properties.h41 /* Look up a system property by name, copying its value and a
44 ** the string length of the value. A property that is not
45 ** defined is identical to a property with a length 0 value.
47 int __system_property_get(const char *name, char *value);
51 ** __system_property_read() to obtain the string value from
60 /* Read the value of a system property. Returns the length
61 ** of the value. Copies the value and \0 terminator into
62 ** the provided value pointer. Total length (including
69 int __system_property_read(const prop_info *pi, char *name, char *value);
[all...]
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/netfilter_ipv4/
H A Dip_queue.h34 unsigned char value; member in struct:ipq_mode_msg
39 unsigned int value; member in struct:ipq_verdict_msg
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/netfilter_ipv4/
H A Dip_queue.h34 unsigned char value; member in struct:ipq_mode_msg
39 unsigned int value; member in struct:ipq_verdict_msg
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/netfilter_ipv4/
H A Dip_queue.h34 unsigned char value; member in struct:ipq_mode_msg
39 unsigned int value; member in struct:ipq_verdict_msg
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/netfilter_ipv4/
H A Dip_queue.h34 unsigned char value; member in struct:ipq_mode_msg
39 unsigned int value; member in struct:ipq_verdict_msg
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/netfilter_ipv4/
H A Dip_queue.h34 unsigned char value; member in struct:ipq_mode_msg
39 unsigned int value; member in struct:ipq_verdict_msg
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/
H A Dip_queue.h34 unsigned char value; member in struct:ipq_mode_msg
39 unsigned int value; member in struct:ipq_verdict_msg

Completed in 351 milliseconds

123456