/bionic/libc/kernel/arch-arm/asm/arch/ |
D | mcbsp.h | 38 #define RINTM(value) ((value)<<4) argument 41 #define CLKSTP(value) ((value)<<11) argument 42 #define RJUST(value) ((value)<<13) argument 49 #define XINTM(value) ((value)<<4) argument 71 #define RWDLEN1(value) ((value)<<5) argument 72 #define RFRLEN1(value) ((value)<<8) argument 74 #define XWDLEN1(value) ((value)<<5) argument 75 #define XFRLEN1(value) ((value)<<8) argument 77 #define RDATDLY(value) (value) argument 79 #define RCOMPAND(value) ((value)<<3) argument [all …]
|
/bionic/libc/bionic/ |
D | system_properties.c | 124 int __system_property_read(const prop_info *pi, char *name, char *value) in __system_property_read() 145 int __system_property_get(const char *name, char *value) in __system_property_get() 218 int __system_property_set(const char *key, const char *value) in __system_property_set()
|
D | ldexp.c | 26 double value; member 40 double value; member
|
D | semaphore.c | 90 int sem_init(sem_t *sem, int pshared, unsigned int value) in sem_init()
|
D | pthread-timers.c | 100 sigval_t value; member
|
D | sha1.c | 32 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) argument
|
/bionic/libc/kernel/arch-x86/asm/ |
D | cmpxchg_32.h | 24 #define set_64bit(ptr,value) (__builtin_constant_p(value) ? __set_64bit_constant(ptr, value) : … argument 25 #define _set_64bit(ptr,value) (__builtin_constant_p(value) ? __set_64bit(ptr, (unsigned int)(val… argument
|
D | system_32.h | 29 #define set_mb(var, value) do { var = value; barrier(); } while (0) argument
|
/bionic/libc/stdlib/ |
D | setenv.c | 44 setenv(const char *name, const char *value, int rewrite) in setenv()
|
/bionic/linker/ |
D | linker_format.c | 353 format_number(char *buffer, size_t bufsize, uint64_t value, int base, const char *digits) in format_number() 389 format_integer(char *buffer, size_t buffsize, uint64_t value, int base, int isSigned) in format_integer() 403 format_octal(char *buffer, size_t buffsize, uint64_t value, int isSigned) in format_octal() 410 format_decimal(char *buffer, size_t buffsize, uint64_t value, int isSigned) in format_decimal() 418 format_hex(char *buffer, size_t buffsize, uint64_t value, int isCap) in format_hex() 545 uint64_t value = (uintptr_t) va_arg(args, void*); in out_vformat() local 552 uint64_t value; in out_vformat() local
|
/bionic/libc/include/sys/ |
D | _system_properties.h | 66 char value[PROP_VALUE_MAX]; member 73 char value[PROP_VALUE_MAX]; member
|
/bionic/libc/kernel/common/linux/ |
D | hidraw.h | 20 __u8 value[HID_MAX_DESCRIPTOR_SIZE]; member
|
D | module.h | 40 unsigned long value; member
|
D | msm_kgsl.h | 86 void *value; member 94 unsigned int value; member
|
D | soundcard.h | 792 #define SEQ_CONTROL(dev, chn, controller, value) _CHN_COMMON(dev, MIDI_CTL_CHANGE, chn, controlle… argument 794 #define SEQ_BENDER(dev, chn, value) _CHN_COMMON(dev, MIDI_PITCH_BEND, chn, 0, 0, value) argument 796 #define SEQ_V2_X_CONTROL(dev, voice, controller, value) {_SEQ_NEEDBUF(8); _seqbuf[_seqbufptr] = SE… argument 798 #define SEQ_PITCHBEND(dev, voice, value) SEQ_V2_X_CONTROL(dev, voice, CTRL_PITCH_BENDER, value) argument 799 #define SEQ_BENDER_RANGE(dev, voice, value) SEQ_V2_X_CONTROL(dev, voice, CTRL_PITCH_BENDER_RANGE, v… argument 800 #define SEQ_EXPRESSION(dev, voice, value) SEQ_CONTROL(dev, voice, CTL_EXPRESSION, value*128) argument 801 #define SEQ_MAIN_VOLUME(dev, voice, value) SEQ_CONTROL(dev, voice, CTL_MAIN_VOLUME, (value*16383)/1… argument 812 #define SEQ_SET_TEMPO(value) _TIMER_EVENT(TMR_TEMPO, value) argument
|
D | moduleparam.h | 67 #define module_param_named(name, value, type, perm) param_check_##type(name, &(value)); module_… argument
|
/bionic/libc/kernel/common/linux/netfilter_ipv4/ |
D | ip_queue.h | 34 unsigned char value; member 39 unsigned int value; member
|
/bionic/libm/src/ |
D | math_private.h | 45 double value; member 59 double value; member 134 float value; member
|
/bionic/libc/include/ |
D | pthread.h | 42 int volatile value; member 64 int volatile value; member
|
/bionic/libc/kernel/arch-sh/asm/ |
D | system.h | 36 #define set_mb(var, value) do { (void)xchg(&var, value); } while (0) argument
|
/bionic/libc/stdio/ |
D | vfprintf.c | 1228 cvt(double value, int ndigits, int flags, char *sign, int *decpt, int ch, in cvt() 1307 _my_isinf (double value) in _my_isinf() 1316 _my_isnan (double value) in _my_isnan()
|
/bionic/libc/kernel/common/media/ |
D | msm_camera.h | 92 void *value; member 126 void *value; member 178 void *value; member
|
/bionic/libc/regex/ |
D | regcomp.c | 814 char value; in p_b_symbol() local 1358 dofwd(struct parse *p, sopno pos, sop value) in dofwd()
|
/bionic/libc/netbsd/isc/ |
D | ev_timers.c | 269 int value in evConfigTimer()
|
/bionic/libc/netbsd/nameser/ |
D | ns_name.c | 854 int value = 0, count = 0, tbcount = 0, blen = 0; in encode_bitsring() local
|