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

123

/bionic/libc/upstream-netbsd/libc/regex/
H A Dregcomp.c165 static void dofwd(struct parse *p, sopno pos, sopno value);
733 static int /* the value */
968 static char /* value of symbol */
972 char value; local
981 value = p_b_coll_elem(p, '.');
983 return(value);
990 static char /* value of collating element */
1222 return(0); /* make the return value well-defined */
1318 * the same value!
1361 static int /* character; there is no "none" value */
1745 dofwd( struct parse *p, sopno pos, sopno value) argument
[all...]
/bionic/libc/kernel/common/media/
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/spi/
H A Dcpcap.h627 unsigned short value; member in struct:cpcap_regacc
/bionic/libc/bionic/
H A Dsha1.c32 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits))))
/bionic/libc/netbsd/resolv/
H A Dres_debug.c514 return (syms->number); /* The default value. */
653 p_time(u_int32_t value) { argument
656 if (ns_format_ttl((u_long)value, nbuf, sizeof nbuf) < 0)
657 sprintf(nbuf, "%u", value);
705 /* takes an XeY precision/size value, returns a string representation. */
827 retval = 0; /* invalid value -- indicates error */
H A Dres_cache.c62 * the smallest TTL value among the answer records are used as the time
109 * this code is called if its value is "0", then the resolver cache is
118 /* default number of entries kept in the cache. This value has been
137 * As such, a value of 64 should be relatively comfortable at the moment.
140 * value with a custom value
189 * this value is initially set to the buffer's address.
197 * the _bprint_() functions return the new value of 'p' after the data
200 * - the returned value will never be strictly greater than 'end'
202 * - a return value equa
299 _bprint_hex( char* p, char* end, unsigned value, int numDigits ) argument
[all...]
/bionic/libc/kernel/common/linux/
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/arch-mips/string/
H A Dmemcpy.S401 # Now less than 4 bytes (value in a2) left to copy
/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...]
/bionic/libc/
H A DAndroid.mk542 # The value must match your kernel configuration

Completed in 176 milliseconds

123