/external/elfutils/libdw/ |
D | libdw_form.c | 64 const unsigned char *valp) in __libdw_form_val_len() argument 85 result = *valp + 1; in __libdw_form_val_len() 89 result = read_2ubyte_unaligned (dbg, valp) + 2; in __libdw_form_val_len() 93 result = read_4ubyte_unaligned (dbg, valp) + 4; in __libdw_form_val_len() 97 saved = valp; in __libdw_form_val_len() 98 get_uleb128 (u128, valp); in __libdw_form_val_len() 99 result = u128 + (valp - saved); in __libdw_form_val_len() 124 result = strlen ((char *) valp) + 1; in __libdw_form_val_len() 130 saved = valp; in __libdw_form_val_len() 131 get_uleb128 (u128, valp); in __libdw_form_val_len() [all …]
|
D | dwarf_formblock.c | 72 return_block->length = *(uint8_t *) attr->valp; 73 return_block->data = attr->valp + 1; 77 return_block->length = read_2ubyte_unaligned (attr->cu->dbg, attr->valp); 78 return_block->data = attr->valp + 2; 82 return_block->length = read_4ubyte_unaligned (attr->cu->dbg, attr->valp); 83 return_block->data = attr->valp + 4; 87 datap = attr->valp;
|
D | dwarf_formudata.c | 72 *return_uval = *attr->valp; 76 *return_uval = read_2ubyte_unaligned (attr->cu->dbg, attr->valp); 80 *return_uval = read_4ubyte_unaligned (attr->cu->dbg, attr->valp); 84 *return_uval = read_8ubyte_unaligned (attr->cu->dbg, attr->valp); 88 datap = attr->valp; 93 datap = attr->valp;
|
D | dwarf_formsdata.c | 72 *return_sval = *attr->valp; 76 *return_sval = read_2ubyte_unaligned (attr->cu->dbg, attr->valp); 80 *return_sval = read_4ubyte_unaligned (attr->cu->dbg, attr->valp); 84 *return_sval = read_8ubyte_unaligned (attr->cu->dbg, attr->valp); 88 datap = attr->valp; 93 datap = attr->valp;
|
D | dwarf_formref.c | 65 if (attr->valp == NULL) 74 *return_offset = *attr->valp; 78 *return_offset = read_2ubyte_unaligned (attr->cu->dbg, attr->valp); 82 *return_offset = read_4ubyte_unaligned (attr->cu->dbg, attr->valp); 86 *return_offset = read_8ubyte_unaligned (attr->cu->dbg, attr->valp); 90 datap = attr->valp;
|
D | dwarf_formstring.c | 70 return (const char *) attrp->valp; 85 off = read_8ubyte_unaligned (dbg, attrp->valp); 87 off = read_4ubyte_unaligned (dbg, attrp->valp);
|
D | dwarf_formaddr.c | 74 *return_addr = read_8ubyte_unaligned (attr->cu->dbg, attr->valp); 76 *return_addr = read_4ubyte_unaligned (attr->cu->dbg, attr->valp);
|
D | dwarf_formref_die.c | 76 offset = read_8ubyte_unaligned (attr->cu->dbg, attr->valp); 78 offset = read_4ubyte_unaligned (attr->cu->dbg, attr->valp);
|
D | dwarf_formflag.c | 73 *return_bool = *attr->valp != 0;
|
D | dwarf_attr.c | 69 result->valp = __libdw_find_attr (die, search_name, &result->code,
|
D | libdwP.h | 379 const unsigned char *valp) 395 extern int __libdw_attr_intval (Dwarf_Die *die, int *valp, int attval)
|
D | dwarf_getattrs.c | 112 attr.valp = (unsigned char *) die_addr; in dwarf_getattrs()
|
D | dwarf_siblingof.c | 100 sibattr.valp = addr;
|
/external/libffi/src/powerpc/ |
D | ffi.c | 101 } valp; in ffi_prep_args_SYSV() typedef 104 valp stacktop; in ffi_prep_args_SYSV() 108 valp gpr_base; in ffi_prep_args_SYSV() 113 valp fpr_base; in ffi_prep_args_SYSV() 118 valp copy_space; in ffi_prep_args_SYSV() 121 valp next_arg; in ffi_prep_args_SYSV() 420 } valp; in ffi_prep_args64() typedef 423 valp stacktop; in ffi_prep_args64() 427 valp gpr_base; in ffi_prep_args64() 428 valp gpr_end; in ffi_prep_args64() [all …]
|
/external/qemu/audio/ |
D | dsoundaudio.c | 944 .valp = &conf.lock_retries, 950 .valp = &conf.restore_retries, 956 .valp = &conf.getstatus_retries, 962 .valp = &conf.set_primary, 968 .valp = &conf.latency_millis, 974 .valp = &conf.settings.freq, 980 .valp = &conf.settings.nchannels, 986 .valp = &conf.settings.fmt, 992 .valp = &conf.bufsize_out, 998 .valp = &conf.bufsize_in,
|
D | audio.c | 484 int *intp = opt->valp; in audio_print_options() 491 int *intp = opt->valp; in audio_print_options() 498 audfmt_e *fmtp = opt->valp; in audio_print_options() 509 const char **strp = opt->valp; in audio_print_options() 551 if (!opt->valp) { in audio_process_options() 578 int *intp = opt->valp; in audio_process_options() 585 audfmt_e *fmtp = opt->valp; in audio_process_options() 592 const char **strp = opt->valp; in audio_process_options() 1692 .valp = &conf.fixed_out.enabled, 1698 .valp = &conf.fixed_out.settings.freq, [all …]
|
D | ossaudio.c | 859 .valp = &conf.fragsize, 865 .valp = &conf.nfrags, 871 .valp = &conf.try_mmap, 877 .valp = &conf.devpath_out, 883 .valp = &conf.devpath_in, 889 .valp = &conf.exclusive, 896 .valp = &conf.policy, 903 .valp = &conf.debug,
|
D | alsaaudio.c | 1255 .valp = &conf.size_in_usec_out, 1261 .valp = &conf.period_size_out, 1268 .valp = &conf.buffer_size_out, 1275 .valp = &conf.size_in_usec_in, 1282 .valp = &conf.period_size_in, 1289 .valp = &conf.buffer_size_in, 1296 .valp = &conf.threshold, 1302 .valp = &conf.pcm_name_out, 1308 .valp = &conf.pcm_name_in, 1314 .valp = &conf.verbose,
|
D | fmodaudio.c | 631 .valp = &conf.drvname, 637 .valp = &conf.freq, 643 .valp = &conf.nb_samples, 649 .valp = &conf.nb_channels, 655 .valp = &conf.bufsize,
|
D | paaudio.c | 561 .valp = &conf.samples, 567 .valp = &conf.divisor, 573 .valp = &conf.server, 579 .valp = &conf.sink, 585 .valp = &conf.source,
|
D | esdaudio.c | 592 .valp = &conf.samples, 598 .valp = &conf.divisor, 604 .valp = &conf.dac_host, 610 .valp = &conf.adc_host,
|
D | coreaudio.c | 756 .valp = &conf.out_buffer_frames, 762 .valp = &conf.out_nbuffers, 768 .valp = &conf.in_buffer_frames, 774 .valp = &conf.in_nbuffers,
|
/external/kernel-headers/original/linux/sunrpc/ |
D | xdr.h | 120 xdr_decode_hyper(u32 *p, __u64 *valp) in xdr_decode_hyper() argument 122 *valp = ((__u64) ntohl(*p++)) << 32; in xdr_decode_hyper() 123 *valp |= ntohl(*p++); in xdr_decode_hyper()
|
/external/strace/ |
D | util.c | 1316 get_arg0 (struct tcb *tcp, arg_setup_state *state, long *valp) in get_arg0() argument 1321 ret = upeek (tcp, PT_R11, valp); in get_arg0() 1325 sizeof(long), (void *) valp); in get_arg0() 1330 get_arg1 (struct tcb *tcp, arg_setup_state *state, long *valp) in get_arg1() argument 1335 ret = upeek (tcp, PT_R9, valp); in get_arg1() 1339 sizeof(long), (void *) valp); in get_arg1() 1391 # define get_arg0(tcp, state, valp) (*(valp) = (state)->u_regs[U_REG_O0], 0) argument 1392 # define get_arg1(tcp, state, valp) (*(valp) = (state)->u_regs[U_REG_O1], 0) argument 1453 # define get_arg0(tcp, cookie, valp) \ argument 1454 (upeek ((tcp), arg0_offset, (valp))) [all …]
|
/external/ppp/pppd/ |
D | options.c | 1353 number_option(str, valp, base) in number_option() argument 1355 u_int32_t *valp; 1360 *valp = strtoul(str, &ptr, base); 1376 int_option(str, valp) in int_option() argument 1378 int *valp; 1384 *valp = (int) v;
|