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

123

/bionic/libc/kernel/arch-arm/asm/arch/
H A Dmcbsp.h42 #define RINTM(value) ((value)<<4)
46 #define CLKSTP(value) ((value)<<11)
47 #define RJUST(value) ((value)<<13)
55 #define XINTM(value) ((value)<<4)
80 #define RWDLEN1(value) ((value)<<
[all...]
/bionic/libc/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 int __system_property_set(const char *key, const char *value);
55 ** __system_property_read() to obtain the string value from
64 /* Read the value of a system property. Returns the length
65 ** of the value. Copies the value and \0 terminator into
66 ** the provided value pointe
[all...]
H A Dxattr.h38 extern int fsetxattr(int fd, const char *name, const void *value, size_t size, int flags);
39 extern int setxattr(const char *path, const char *name, const void *value, size_t size, int flags);
40 extern int lsetxattr(const char *path, const char *name, const void *value, size_t size, int flags);
42 extern ssize_t fgetxattr(int fd, const char *name, void *value, size_t size);
43 extern ssize_t getxattr(const char *path, const char *name, void *value, size_t size);
44 extern ssize_t lgetxattr(const char *path, const char *name, void *value, size_t size);
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)
/bionic/libc/kernel/arch-x86/asm/
H A Dio_32.h30 #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); }
31 #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.h29 #define set_64bit(ptr,value) (__builtin_constant_p(value) ? __set_64bit_constant(ptr, value) : __set_64bit_var(ptr, value) )
30 #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.h37 #define set_mb(var, value) do { var = value; barrier(); } while (0)
/bionic/libc/kernel/common/linux/
H A Dsw_sync.h24 __u32 value; member in struct:sw_sync_create_fence_data
H A Dhidraw.h26 __u8 value[HID_MAX_DESCRIPTOR_SIZE]; member in struct:hidraw_report_descriptor
/bionic/libc/stdlib/
H A Dsetenv.c40 * Set the value of the environmental variable "name" to be
41 * "value". If rewrite is set, replace any current value.
44 setenv(const char *name, const char *value, int rewrite) argument
46 static char **lastenv; /* last value of environ */
50 if (*value == '=') /* no `=' in value */
51 ++value;
52 l_value = strlen(value);
57 while ((*C++ = *value
[all...]
H A Dstrtod.c213 #define value(x) ((x).d) macro
282 #define Ebits 8 /* exponent has 7 bits, but 8 is the right value in b2d */
381 /* Special value used to indicate an invalid Bigint value,
384 * computation is performed. Also the NULL value can also be
385 * already used to indicate "value not initialized yet" and
1024 value(x) = _x;
1049 return value(a);
1122 return value(d);
1141 value(
[all...]
/bionic/libc/bionic/
H A Dsystem_properties.c124 int __system_property_read(const prop_info *pi, char *name, char *value) argument
135 memcpy(value, pi->value, len + 1);
145 int __system_property_get(const char *name, char *value) argument
150 return __system_property_read(pi, 0, value);
152 value[0] = 0;
218 int __system_property_set(const char *key, const char *value) argument
226 if(value == 0) value = "";
228 if(strlen(value) >
[all...]
H A Dldexp.c26 double value; member in union:__anon6
40 double value; member in union:__anon8
55 ew_u.value = (d); \
65 gh_u.value = (d); \
74 sh_u.value = (d); \
76 (d) = sh_u.value; \
H A Dpthread.c580 // a TLS key, the corresponding value will be set to NULL in this thread's TLS
608 * if it is zero, we set the count value to -1 to indicate that the
772 /* This one is used to create a bit pattern from a given field value */
775 /* And this one does the opposite, i.e. extract a field's value from a bit pattern */
900 * These are used to form or modify the bit pattern of a given mutex value
996 int value = 0; local
1002 mutex->value = MUTEX_TYPE_BITS_NORMAL;
1007 value |= MUTEX_SHARED_MASK;
1011 value |= MUTEX_TYPE_BITS_NORMAL;
1014 value |
2173 pthread_once_t value; local
[all...]
H A Dlogd_write.c240 void __libc_android_log_event_int(int32_t tag, int value) argument
242 __libc_android_log_btwrite(tag, EVENT_TYPE_INT, &value, sizeof(value));
/bionic/libm/src/
H A Dmath_private.h29 * value. That is non-ANSI, and, moreover, the gcc instruction
45 double value; member in union:__anon706
59 double value; member in union:__anon708
74 ew_u.value = (d); \
84 gh_u.value = (d); \
93 gl_u.value = (d); \
104 (d) = iw_u.value; \
112 sh_u.value = (d); \
114 (d) = sh_u.value; \
122 sl_u.value
134 float value; member in union:__anon710
[all...]
/bionic/libc/kernel/common/linux/netfilter_ipv4/
H A Dip_queue.h42 unsigned char value; member in struct:ipq_mode_msg
47 unsigned int value; member in struct:ipq_verdict_msg
/bionic/linker/
H A Dlinker_format.c338 * return the value, and writes the new position past
368 format_number(char *buffer, size_t bufsize, uint64_t value, int base, const char *digits) argument
374 while (value) {
375 unsigned d = value % base;
376 value /= base;
404 format_integer(char *buffer, size_t buffsize, uint64_t value, int base, int isSigned) argument
406 if (isSigned && (int64_t)value < 0) {
410 value = (uint64_t)(-(int64_t)value);
413 format_number(buffer, buffsize, value, bas
419 format_hex(char *buffer, size_t buffsize, uint64_t value, int isCap) argument
546 uint64_t value = (uintptr_t) va_arg(args, void*); local
553 uint64_t value; local
[all...]
/bionic/libc/kernel/arch-mips/asm/
H A Dbarrier.h42 #define set_mb(var, value) do { var = value; smp_mb(); } while (0)
/bionic/libc/include/
H A Dsemaphore.h41 extern int sem_init(sem_t *sem, int pshared, unsigned int value);
H A Dtime.h62 * struct tm, the value should be the field name
110 extern int timer_settime(timer_t timerid, int flags, const struct itimerspec *value, struct itimerspec *ovalue);
111 extern int timer_gettime(timer_t timerid, struct itimerspec *value);
/bionic/libc/private/
H A Dlogd.h70 void __libc_android_log_event_int(int32_t tag, int value);
/bionic/libc/kernel/arch-mips/asm/sn/sn0/
H A Dhubmd.h370 #define MD_MIG_DIFF_THRESH_SET(region, value) ( REMOTE_HUB_S((region), MD_MIG_DIFF_THRESH, MD_MIG_DIFF_THRES_VALID_MASK | (value)))
376 #define MD_MIG_VALUE_THRESH_SET(region, value) ( REMOTE_HUB_S((region), MD_MIG_VALUE_THRESH, MD_MIG_VALUE_THRES_VALID_MASK | (value)))
382 #define MD_MIG_CANDIDATE_HWPFN(value) ((value) & MD_MIG_CANDIDATE_ADDR_MASK)
384 #define MD_MIG_CANDIDATE_NODEID(value) ( ((value) & MD_MIG_CANDIDATE_NODEID_MASK) >> MD_MIG_CANDIDATE_NODEID_SHFT)
385 #define MD_MIG_CANDIDATE_TYPE(value) ( ((value)
[all...]
/bionic/libc/kernel/common/media/
H A Dmsm_gestures.h50 void *value; member in struct:msm_ges_ctrl_cmd
/bionic/libc/stdio/
H A Dfileext.h62 #define _FLOCK_INIT(fp) _FLOCK(fp).value = __PTHREAD_RECURSIVE_MUTEX_INIT_VALUE

Completed in 831 milliseconds

123