Searched refs:dend (Results 1 – 11 of 11) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | doop.c | 304 U8 *dstart, *dend; in S_do_trans_simple_utf8() local 341 dend = d + len * 3; in S_do_trans_simple_utf8() 346 dend = d + len; in S_do_trans_simple_utf8() 369 if (d > dend) { in S_do_trans_simple_utf8() 371 const STRLEN nlen = dend - dstart + len + UTF8_MAXBYTES; in S_do_trans_simple_utf8() 376 dend = dstart + nlen; in S_do_trans_simple_utf8() 453 U8 *dstart, *dend; in S_do_trans_complex_utf8() local 481 dend = d + len * 3; in S_do_trans_complex_utf8() 486 dend = d + len; in S_do_trans_complex_utf8() 494 if (d > dend) { in S_do_trans_complex_utf8() [all …]
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Encode/ |
| D | encengine.c | 102 U8 *dend = d + dlen, *dlast = d; in do_encode() local 117 if (oend <= dend) { in do_encode()
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | xcoffsolib.h | 44 CORE_ADDR dend; /* virtual address of data end */ member
|
| D | xcoffsolib.c | 89 paddr (vp->dstart), paddr (vp->dend), in solib_info()
|
| D | exec.c | 407 vp->dend = vp->dstart + bfd_section_size (abfd, sect); in bfdsec_to_vmap() 592 paddr (vp->dend), in exec_files_info()
|
| D | rs6000-nat.c | 658 vp->dend = vp->dstart + ldi->l64.ldinfo_datasize; in vmap_secs() 665 vp->dend = vp->dstart + ldi->l32.ldinfo_datasize; in vmap_secs() 1189 stp->endaddr = vp->dend; in xcoff_relocate_core()
|
| D | hpread.c | 2120 if ((dn_bufp->dend.endkind == DNTT_TYPE_FUNCTION) || in hpread_build_psymtabs() 2121 (dn_bufp->dend.endkind == DNTT_TYPE_DOC_FUNCTION)) in hpread_build_psymtabs() 5558 dn_bufp->dend.address, in hpread_process_one_debug_symbol() 5560 switch (dn_bufp->dend.endkind) in hpread_process_one_debug_symbol() 5584 dn_temp = hpread_get_lntt (dn_bufp->dend.beginscope.dnttp.index, in hpread_process_one_debug_symbol() 5611 valu = hpread_get_location (dn_bufp->dend.address, objfile); in hpread_process_one_debug_symbol() 5615 desc = dn_bufp->dend.beginscope.dnttp.index; in hpread_process_one_debug_symbol() 5647 valu = hpread_get_location (dn_bufp->dend.address, objfile); in hpread_process_one_debug_symbol() 5651 desc = dn_bufp->dend.beginscope.dnttp.index; in hpread_process_one_debug_symbol() 6232 index = (int) dn_tmp->dend.beginscope.dnttp.index; in hpread_get_scope_depth()
|
| /mirbsd/src/sys/dev/raidframe/ |
| D | rf_dagutils.c | 901 RF_SectorNum_t dend = in rf_PDAOverlap() local 905 return ((RF_MAX(soffs, doffs) <= RF_MIN(send, dend)) ? 1 : 0); in rf_PDAOverlap() 1139 RF_SectorNum_t dend = in rf_RangeRestrictPDA() local 1147 dest->numSector = subAddr + RF_MIN(send, dend) + 1 - dest->startSector; in rf_RangeRestrictPDA()
|
| /mirbsd/src/lib/libssl/src/crypto/dso/ |
| D | dso_dl.c | 302 ((size_t)addr >= inf.dstart && (size_t)addr < inf.dend)) in DSO_pathbyaddr()
|
| /mirbsd/src/usr.bin/vgrind/ |
| D | vgrindefs.src | 57 :bb=\dcase|begin\d:be=\dend|forward\d|;:\ 119 :be=\dend|;:\
|
| /mirbsd/src/gnu/usr.bin/binutils/include/ |
| D | hp-symtab.h | 1331 struct dntt_type_end dend; member
|