Home
last modified time | relevance | path

Searched refs:dend (Results 1 – 11 of 11) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Ddoop.c304 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/
Dencengine.c102 U8 *dend = d + dlen, *dlast = d; in do_encode() local
117 if (oend <= dend) { in do_encode()
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dxcoffsolib.h44 CORE_ADDR dend; /* virtual address of data end */ member
Dxcoffsolib.c89 paddr (vp->dstart), paddr (vp->dend), in solib_info()
Dexec.c407 vp->dend = vp->dstart + bfd_section_size (abfd, sect); in bfdsec_to_vmap()
592 paddr (vp->dend), in exec_files_info()
Drs6000-nat.c658 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()
Dhpread.c2120 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/
Drf_dagutils.c901 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/
Ddso_dl.c302 ((size_t)addr >= inf.dstart && (size_t)addr < inf.dend)) in DSO_pathbyaddr()
/mirbsd/src/usr.bin/vgrind/
Dvgrindefs.src57 :bb=\dcase|begin\d:be=\dend|forward\d|;:\
119 :be=\dend|;:\
/mirbsd/src/gnu/usr.bin/binutils/include/
Dhp-symtab.h1331 struct dntt_type_end dend; member