Home
last modified time | relevance | path

Searched refs:tend (Results 1 – 25 of 66) sorted by relevance

123

/freebsd-12-stable/contrib/binutils/ld/
Ddeffilep.y583 char * tend = (char *) param; in def_file_add_directive() local
602 for (tend = (char *) (param + 1); in def_file_add_directive()
603 (tend < pend in def_file_add_directive()
604 && !(ISSPACE (tend[-1]) && *tend == '-') in def_file_add_directive()
605 && *tend != '\n' && *tend != 0); in def_file_add_directive()
606 tend++) in def_file_add_directive()
613 if (tend - param >= len in def_file_add_directive()
617 lex_parse_string_end = tend; in def_file_add_directive()
631 saved = * tend; in def_file_add_directive()
632 * tend = 0; in def_file_add_directive()
[all …]
/freebsd-12-stable/contrib/expat/tests/benchmark/
Dbenchmark.c67 clock_t tstart, tend; in main() local
135 tend = clock(); in main()
136 cpuTime += ((double)(tend - tstart)) / CLOCKS_PER_SEC; in main()
/freebsd-12-stable/contrib/gdb/gdb/
Dxcoffsolib.c48 if (vp->tstart <= addr && addr < vp->tend) in xcoff_solib_address()
88 paddr (vp->tstart),paddr (vp->tend), in solib_info()
Dxcoffsolib.h40 CORE_ADDR tend; /* virtual upper bound of member */ member
Drs6000-nat.c625 vp->tend = vp->tstart + ldi->l64.ldinfo_textsize; in vmap_secs()
632 vp->tend = vp->tstart + ldi->l32.ldinfo_textsize; in vmap_secs()
1154 stp->endaddr = vp->tend; in xcoff_relocate_core()
1193 if (pc >= vp->tstart && pc < vp->tend) in find_toc_address()
Dexec.c390 vp->tend = vp->tstart + bfd_section_size (abfd, sect); in bfdsec_to_vmap()
582 paddr (vp->tend), in exec_files_info()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
DPPCInstrHTM.td35 (outs), (ins u1imm:$A), "tend. $A", IIC_SprMTSPR, []>;
172 def : InstAlias<"tend.", (TEND 0)>, Requires<[HasHTM]>;
/freebsd-12-stable/contrib/wpa/src/eap_peer/
Dikev2.c122 const u8 *tend; in ikev2_parse_transform() local
136 tend = pos + transform_len; in ikev2_parse_transform()
151 if (pos < tend) { in ikev2_parse_transform()
153 pos, tend - pos); in ikev2_parse_transform()
160 if (tend - pos != 4) { in ikev2_parse_transform()
/freebsd-12-stable/contrib/wpa/src/eap_server/
Dikev2.c127 const u8 *tend; in ikev2_parse_transform() local
141 tend = pos + transform_len; in ikev2_parse_transform()
156 if (pos < tend) { in ikev2_parse_transform()
158 pos, tend - pos); in ikev2_parse_transform()
166 if (tend - pos != 4) { in ikev2_parse_transform()
/freebsd-12-stable/sys/cddl/dev/fbt/
Dfbt.c450 const ctf_type_t *tend; in fbt_typoff_init() local
463 tend = (const ctf_type_t *) (ctfdata + hp->cth_stroff); in fbt_typoff_init()
471 for (tp = tbuf; tp < tend; ctf_typemax++) { in fbt_typoff_init()
560 for (tp = tbuf; tp < tend; xp++) { in fbt_typoff_init()
/freebsd-12-stable/sys/mips/conf/
Dstd.AR724X5 # Since the AR724x boards tend to have minimal flash (sometimes 4MB!),
/freebsd-12-stable/contrib/ntp/html/hints/
Drefclocks4 in the files tend to get stale - so use with caution)
/freebsd-12-stable/sys/contrib/zlib/doc/
Dtxtvsbin.txt70 The second observation is that most of the binary files tend to contain
74 labeled as textual, because the files that are genuinely binary tend to
/freebsd-12-stable/usr.bin/ee/nls/fr_FR.ISO8859-1/
Dee.msg76 66 "tabs: �tend les tabs |pastabs: n'�tend pas les tabulations"
/freebsd-12-stable/sys/sparc64/sbus/
Dsbus.c724 bus_size_t tend; in sbus_alloc_resource() local
765 tend = end - sc->sc_rd[i].rd_coffset; in sbus_alloc_resource()
772 rv = rman_reserve_resource(rm, toffs, tend, count, flags & in sbus_alloc_resource()
/freebsd-12-stable/etc/mtree/
DREADME46 files. I tend to run this more complete sanity check shortly after
/freebsd-12-stable/crypto/openssl/crypto/dso/
Ddso_dl.c256 if (((size_t)addr >= inf.tstart && (size_t)addr < inf.tend) || in dl_pathbyaddr()
/freebsd-12-stable/cddl/contrib/opensolaris/common/ctf/
Dctf_open.c205 const ctf_type_t *tend = (ctf_type_t *)(fp->ctf_buf + cth->cth_stroff); in init_types() local
227 for (tp = tbuf; tp < tend; fp->ctf_typemax++) { in init_types()
347 for (id = 1, tp = tbuf; tp < tend; xp++, id++) { in init_types()
/freebsd-12-stable/contrib/diff/
DREADME27 problems tend to be shared by other GNU applications on these
/freebsd-12-stable/contrib/tzdata/
DCONTRIBUTING26 <https://mm.icann.org/pipermail/tz/> for examples of patches that tend
/freebsd-12-stable/sbin/hastd/
Dprimary.c1962 struct timeval tstart, tend, tdiff; in sync_thread() local
1977 gettimeofday(&tend, NULL); in sync_thread()
1978 timersub(&tend, &tstart, &tdiff); in sync_thread()
2035 gettimeofday(&tend, NULL); in sync_thread()
2036 timersub(&tend, &tstart, &tdiff); in sync_thread()
/freebsd-12-stable/usr.sbin/bsdconfig/include/
Dusage.hlp55 that don't use menus and tend to scroll their output off the top of
/freebsd-12-stable/sys/netgraph/
DNOTES16 - Now tend to have NG_FREE_XX() macros. they
/freebsd-12-stable/contrib/libucl/src/
Ducl_parser.c1591 const unsigned char *p, *c, *tend; in ucl_parse_multiline_string() local
1605 tend = p + term_len; in ucl_parse_multiline_string()
1606 if (*tend != '\n' && *tend != ';' && *tend != ',') { in ucl_parse_multiline_string()
/freebsd-12-stable/sys/vm/
Dvm_object.c846 vm_pindex_t pi, tend, tstart; in vm_object_page_clean() local
866 tend = (end == 0) ? object->size : OFF_TO_IDX(end + PAGE_MASK); in vm_object_page_clean()
867 clearobjflags = tstart == 0 && tend >= object->size; in vm_object_page_clean()
875 if (pi >= tend) in vm_object_page_clean()

123