Searched defs:value (Results 1 - 25 of 26) sorted by relevance

12

/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
1019 value(x) = _x;
1044 return value(a);
1117 return value(d);
1136 value(
[all...]
/bionic/libc/bionic/
H A Dldexp.c26 double value; member in union:__anon3
40 double value; member in union:__anon5
55 ew_u.value = (d); \
65 gh_u.value = (d); \
74 sh_u.value = (d); \
76 (d) = sh_u.value; \
H A Dsystem_properties.c122 int __system_property_read(const prop_info *pi, char *name, char *value) argument
133 memcpy(value, pi->value, len + 1);
143 int __system_property_get(const char *name, char *value) argument
148 return __system_property_read(pi, 0, value);
150 value[0] = 0;
H A Dsemaphore.c38 * 31-bit signed value and a 1-bit 'shared' flag
41 * We use the value -1 to indicate contention on the
43 * any value lower than -2 is invalid at runtime.
65 /* Maximum unsigned value that can be stored in the semaphore.
71 /* convert a value into the corresponding sem->count bit pattern */
74 /* convert a sem->count bit pattern into the corresponding signed value */
77 /* the value +1 as a sem->count bit-pattern. */
80 /* the value -1 as a sem->count bit-pattern. */
90 int sem_init(sem_t *sem, int pshared, unsigned int value) argument
97 /* ensure that 'value' ca
[all...]
H A Dpthread-timers.c70 /* this value is used internally to indicate a 'free' or 'zombie'
80 /* the maximum value of overrun counters */
100 sigval_t value; member in struct:thr_timer
110 struct timespec volatile period; /* reload value, or 0 */
353 timer->value = evp->sigev_value;
483 /* return current timer value if ospec isn't NULL */
594 * add the same value just a bit later */
622 timer->callback( timer->value );
H A Dpthread.c570 // a TLS key, the corresponding value will be set to NULL in this thread's TLS
587 * if it is zero, we set the count value to -1 to indicate that the
747 #define MUTEX_OWNER(m) (((m)->value >> 16) & 0xffff)
748 #define MUTEX_COUNTER(m) (((m)->value >> 2) & 0xfff)
850 int value = 0; local
856 mutex->value = MUTEX_TYPE_NORMAL;
861 value |= MUTEX_SHARED_MASK;
865 value |= MUTEX_TYPE_NORMAL;
868 value |= MUTEX_TYPE_RECURSIVE;
871 value |
[all...]
H A Ddlmalloc.c326 the max value of a size_t, which should work across all reasonable
390 size_t. The value is used only if HAVE_USR_INCLUDE_MALLOC_H is not set
412 this value to prevent system allocation functions to be called so
413 often, especially if they are slow. The value must be at least one
426 more large chunks) the value should be high enough so that your
428 memory. As a rough guide, you might set to a value close to the
435 value must be greater than page size to have any useful effect. To
462 value of "large" may vary across systems. The default is an
463 empirically derived value that works well in most systems. You can
501 /* The maximum possible size_t value ha
2614 change_mparam(int param_number, int value) argument
4551 dlmallopt(int param_number, int value) argument
5072 mspace_mallopt(int param_number, int value) argument
[all...]
/bionic/libc/include/sys/
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/common/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
/bionic/libc/include/
H A Dpthread.h42 int volatile value; member in struct:__anon27
64 int volatile value; member in struct:__anon29
259 int pthread_setspecific(pthread_key_t key, const void *value);
/bionic/libc/kernel/common/linux/
H A Dmodule.h40 unsigned long value; member in struct:kernel_symbol
H A Dmsm_kgsl.h86 void *value; member in struct:kgsl_device_getproperty
94 unsigned int value; member in struct:kgsl_device_regread
H A Dcdrom.h391 __u8 value[2048]; member in struct:dvd_disckey
398 __u8 value[188]; member in struct:dvd_bca
406 __u8 value[2048]; member in struct:dvd_manufact
H A Dwireless.h291 __s32 value; member in struct:iw_param
H A Dinput.h24 __s32 value; member in struct:input_event
37 __s32 value; member in struct:input_absinfo
/bionic/libc/netbsd/nameser/
H A Dns_name.c854 int value = 0, count = 0, tbcount = 0, blen = 0; local
879 *tp++ = ((value << 4) & 0xff);
900 value <<= 4;
901 value += digitvalue[(int)c];
907 *tp++ = value;
932 if (((value << (8 - traillen)) & 0xff) != 0)
/bionic/libm/src/
H A Dmath_private.h29 * value. That is non-ANSI, and, moreover, the gcc instruction
45 double value; member in union:__anon562
59 double value; member in union:__anon564
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:__anon566
[all...]
/bionic/linker/
H A Dlinker_format.c323 * return the value, and writes the new position past
353 format_number(char *buffer, size_t bufsize, uint64_t value, int base, const char *digits) argument
359 while (value) {
360 unsigned d = value % base;
361 value /= base;
389 format_integer(char *buffer, size_t buffsize, uint64_t value, int base, int isSigned) argument
391 if (isSigned && (int64_t)value < 0) {
395 value = (uint64_t)(-(int64_t)value);
398 format_number(buffer, buffsize, value, bas
403 format_octal(char *buffer, size_t buffsize, uint64_t value, int isSigned) argument
410 format_decimal(char *buffer, size_t buffsize, uint64_t value, int isSigned) argument
418 format_hex(char *buffer, size_t buffsize, uint64_t value, int isCap) argument
546 uint64_t value = (uint64_t)(ptrdiff_t) va_arg(args, void*); local
553 uint64_t value; local
[all...]
/bionic/libc/netbsd/resolv/
H A Dres_cache.c98 * this code is called if its value is "0", then the resolver cache is
107 /* maximum number of entries kept in the cache. This value has been
161 * this value is initially set to the buffer's address.
169 * the _bprint_() functions return the new value of 'p' after the data
172 * - the returned value will never be strictly greater than 'end'
174 * - a return value equal to 'end' means that truncation occured
269 /* add a hex value to a bounded buffer, up to 8 digits */
271 _bprint_hex( char* p, char* end, unsigned value, int numDigits ) argument
277 text[nn++] = "0123456789abcdef"[(value >> (numDigits*4)) & 15];
399 * A value o
[all...]
H A Dres_debug.c513 return (syms->number); /* The default value. */
652 p_time(u_int32_t value) { argument
655 if (ns_format_ttl((u_long)value, nbuf, sizeof nbuf) < 0)
656 sprintf(nbuf, "%u", value);
704 /* takes an XeY precision/size value, returns a string representation. */
826 retval = 0; /* invalid value -- indicates error */
/bionic/libc/regex/
H A Dregcomp.c603 static int /* the value */
811 static char /* value of symbol */
814 char value; local
821 value = p_b_coll_elem(p, '.');
823 return(value);
829 static char /* value of collating element */
1015 return(0); /* make the return value well-defined */
1100 * the same value!
1133 static int /* character; there is no "none" value */
1358 dofwd(struct parse *p, sopno pos, sop value) argument
[all...]
/bionic/libc/stdio/
H A Dvfprintf.c168 int ret; /* return value accumulator */
178 int expt; /* integer value of exponent */
550 * since it has no real practical value, and could lead to
584 * value of the pointer is converted to a sequence
646 * ``The result of converting a zero value with an
1217 cvt(double value, int ndigits, int flags, char *sign, int *decpt, int ch, argument
1237 if (value < 0) {
1238 value = -value;
1242 digits = __dtoa(value, mod
1297 _my_isinf(double value) argument
1306 _my_isnan(double value) argument
[all...]
/bionic/libc/tzcode/
H A Dlocaltime.c759 return NULL; /* illegal value */
763 return NULL; /* illegal value */
907 register time_t value; local
911 INITIALIZE(value);
923 value = janfirst + (rulep->r_day - 1) * SECSPERDAY;
925 value += SECSPERDAY;
934 value = janfirst + rulep->r_day * SECSPERDAY;
941 value = janfirst;
943 value += mon_lengths[leapyear][i] * SECSPERDAY;
976 value
[all...]
/bionic/libc/kernel/common/media/
H A Dmsm_camera.h92 void *value; member in struct:msm_ctrl_cmd
126 void *value; member in struct:msm_camera_cfg_cmd
178 void *value; member in struct:msm_vfe_cfg_cmd

Completed in 456 milliseconds

12