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

12

/bionic/libc/tzcode/
H A Dlocaltime.c767 return NULL; /* illegal value */
771 return NULL; /* illegal value */
915 register time_t value; local
919 INITIALIZE(value);
931 value = janfirst + (rulep->r_day - 1) * SECSPERDAY;
933 value += SECSPERDAY;
942 value = janfirst + rulep->r_day * SECSPERDAY;
949 value = janfirst;
951 value += mon_lengths[leapyear][i] * SECSPERDAY;
984 value
[all...]
/bionic/libc/bionic/
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...]
/bionic/libc/kernel/common/media/
H A Dmsm_isp.h295 void *value; member in struct:msm_isp_cmd
H A Dmsm_camera.h126 void *value; member in struct:msm_mctl_pp_cmd
171 void *value; member in struct:msm_ctrl_cmd
296 void *value; member in struct:msm_camera_cfg_cmd
397 void *value; member in struct:msm_vfe_cfg_cmd
404 void *value; member in struct:msm_vpe_cfg_cmd
/bionic/libc/kernel/common/linux/
H A Dcdrom.h425 __u8 value[2048]; member in struct:dvd_disckey
431 __u8 value[188]; member in struct:dvd_bca
439 __u8 value[2048]; member in struct:dvd_manufact
H A Dwireless.h291 __s32 value; member in struct:iw_param
H A Dinput.h31 __s32 value; member in struct:input_event
44 __s32 value; member in struct:input_absinfo
H A Dvideodev2.h801 __s32 value; member in struct:v4l2_control
810 __s32 value; member in union:v4l2_ext_control::__anon570
2001 __s32 value; member in union:v4l2_event_ctrl::__anon580
/bionic/libc/kernel/common/linux/spi/
H A Dcpcap.h627 unsigned short value; member in struct:cpcap_regacc
/bionic/libc/kernel/common/sound/
H A Dasound.h791 } value; member in struct:snd_ctl_elem_info
806 long value[128]; member in union:snd_ctl_elem_value::__anon621::__anon622
811 long long value[64]; member in union:snd_ctl_elem_value::__anon621::__anon623
826 } value; member in struct:snd_ctl_elem_value
/bionic/libc/upstream-dlmalloc/
H A Dmalloc.c266 non-zero value other than 1, locks are used, but their
361 the max value of a size_t, which should work across all reasonable
429 size_t. The value is used only if HAVE_USR_INCLUDE_MALLOC_H is not set
455 this value to prevent system allocation functions to be called so
456 often, especially if they are slow. The value must be at least one
469 more large chunks) the value should be high enough so that your
471 memory. As a rough guide, you might set to a value close to the
478 value must be greater than page size to have any useful effect. To
505 value of "large" may vary across systems. The default is an
506 empirically derived value tha
3206 change_mparam(int param_number, int value) argument
5402 dlmallopt(int param_number, int value) argument
5993 mspace_mallopt(int param_number, int value) argument
[all...]

Completed in 2050 milliseconds

12