/external/elfutils/libdw/ |
D | libdw_form.c | 28 unsigned char *valp) in __libdw_form_val_len() argument 46 result = *valp + 1; in __libdw_form_val_len() 50 result = read_2ubyte_unaligned (dbg, valp) + 2; in __libdw_form_val_len() 54 result = read_4ubyte_unaligned (dbg, valp) + 4; in __libdw_form_val_len() 58 saved = valp; in __libdw_form_val_len() 59 get_uleb128 (u128, valp); in __libdw_form_val_len() 60 result = u128 + (valp - saved); in __libdw_form_val_len() 85 result = strlen ((char *) valp) + 1; in __libdw_form_val_len() 91 saved = valp; in __libdw_form_val_len() 92 get_uleb128 (u128, valp); in __libdw_form_val_len() [all …]
|
D | dwarf_formblock.c | 37 return_block->length = *(uint8_t *) attr->valp; 38 return_block->data = attr->valp + 1; 42 return_block->length = read_2ubyte_unaligned (attr->cu->dbg, attr->valp); 43 return_block->data = attr->valp + 2; 47 return_block->length = read_4ubyte_unaligned (attr->cu->dbg, attr->valp); 48 return_block->data = attr->valp + 4; 52 datap = attr->valp;
|
D | dwarf_formudata.c | 37 *return_uval = *attr->valp; 41 *return_uval = read_2ubyte_unaligned (attr->cu->dbg, attr->valp); 45 *return_uval = read_4ubyte_unaligned (attr->cu->dbg, attr->valp); 49 *return_uval = read_8ubyte_unaligned (attr->cu->dbg, attr->valp); 53 datap = attr->valp; 59 datap = attr->valp;
|
D | dwarf_formsdata.c | 37 *return_sval = *attr->valp; 41 *return_sval = read_2ubyte_unaligned (attr->cu->dbg, attr->valp); 45 *return_sval = read_4ubyte_unaligned (attr->cu->dbg, attr->valp); 49 *return_sval = read_8ubyte_unaligned (attr->cu->dbg, attr->valp); 53 datap = attr->valp; 59 datap = attr->valp;
|
D | dwarf_formref.c | 37 *return_offset = *attr->valp; 41 *return_offset = read_2ubyte_unaligned (attr->cu->dbg, attr->valp); 45 *return_offset = read_4ubyte_unaligned (attr->cu->dbg, attr->valp); 49 *return_offset = read_8ubyte_unaligned (attr->cu->dbg, attr->valp); 53 datap = attr->valp;
|
D | dwarf_formstring.c | 34 return (const char *) attrp->valp; 49 off = read_8ubyte_unaligned (dbg, attrp->valp); 51 off = read_4ubyte_unaligned (dbg, attrp->valp);
|
D | dwarf_formaddr.c | 38 *return_addr = read_8ubyte_unaligned (attr->cu->dbg, attr->valp); 40 *return_addr = read_4ubyte_unaligned (attr->cu->dbg, attr->valp);
|
D | dwarf_formflag.c | 37 *return_bool = *attr->valp != 0;
|
D | dwarf_attr.c | 33 result->valp = __libdw_find_attr (die, search_name, &result->code,
|
D | dwarf_siblingof.c | 54 sibattr.valp = addr;
|
D | dwarf_getattrs.c | 72 attr.valp = die_addr; in dwarf_getattrs()
|
D | libdwP.h | 305 unsigned int form, unsigned char *valp)
|
D | libdw.h | 95 unsigned char *valp; member
|
/external/tesseract/liblept/ |
D | heap.c | 289 l_float32 valp, valc; in lheapSwapUp() local 305 valp = *(l_float32 *)(lh->array[ip - 1]); in lheapSwapUp() 306 if (valp <= valc) in lheapSwapUp() 318 valp = *(l_float32 *)(lh->array[ip - 1]); in lheapSwapUp() 319 if (valp >= valc) in lheapSwapUp() 353 l_float32 valp, valcl, valcr; in lheapSwapDown() local 368 valp = *(l_float32 *)(lh->array[ip - 1]); in lheapSwapDown() 372 if (valp > valcl) in lheapSwapDown() 378 if (valp <= valcl && valp <= valcr) /* smaller than both */ in lheapSwapDown() 396 valp = *(l_float32 *)(lh->array[ip - 1]); in lheapSwapDown() [all …]
|
/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/strace/ |
D | util.c | 1253 get_arg0 (struct tcb *tcp, arg_setup_state *state, long *valp) 1258 ret = upeek (tcp->pid, PT_R11, valp); 1262 sizeof(long), (void *) valp); 1267 get_arg1 (struct tcb *tcp, arg_setup_state *state, long *valp) 1272 ret = upeek (tcp->pid, PT_R9, valp); 1276 sizeof(long), (void *) valp); 1322 # define get_arg0(tcp, state, valp) (*(valp) = (state)->r_o0, 0) 1323 # define get_arg1(tcp, state, valp) (*(valp) = (state)->r_o1, 0) 1374 # define get_arg0(tcp, cookie, valp) \ 1375 (upeek ((tcp)->pid, arg0_offset, (valp))) [all …]
|
/external/ppp/pppd/ |
D | multilink.c | 58 static int parse_num __P((char *str, const char *key, int *valp)); 388 parse_num(str, key, valp) in parse_num() argument 391 int *valp; 401 *valp = i;
|
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;
|
/external/qemu/audio/ |
D | audio.c | 488 int *intp = opt->valp; in audio_print_options() 495 int *intp = opt->valp; in audio_print_options() 502 audfmt_e *fmtp = opt->valp; in audio_print_options() 513 const char **strp = opt->valp; in audio_print_options() 555 if (!opt->valp) { in audio_process_options() 582 int *intp = opt->valp; in audio_process_options() 589 audfmt_e *fmtp = opt->valp; in audio_process_options() 596 const char **strp = opt->valp; in audio_process_options()
|
D | audio_int.h | 47 void *valp; member
|
/external/libpcap/ |
D | optimize.c | 610 vstore(s, valp, newval, alter) in vstore() argument 612 int *valp; 616 if (alter && *valp == newval) 619 *valp = newval;
|
/external/srec/config/en.us/dictionary/ |
D | large.ok | 30741 valparaiso valp@rAs] 30742 valparaiso valp@rIz]
|