Home
last modified time | relevance | path

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

123

/freebsd/contrib/expat/tests/benchmark/
H A Dbenchmark.c79 clock_t tstart, tend; in main() local
162 tend = clock(); in main()
163 cpuTime += ((double)(tend - tstart)) / CLOCKS_PER_SEC; in main()
/freebsd/bin/sh/
H A Dmiscbltin.c170 struct timespec tnow, tend, tresid; in readcmd() local
242 tend = tnow; in readcmd()
243 tend.tv_sec += timeout; in readcmd()
245 timespecsub(&tend, &tnow, &tresid); in readcmd()
250 } while (timespeccmp(&tnow, &tend, <)); in readcmd()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrHTM.td35 (outs), (ins u1imm:$A), "tend. $A", IIC_SprMTSPR>;
172 def : InstAlias<"tend.", (TEND 0)>, Requires<[HasHTM]>;
/freebsd/contrib/wpa/src/eap_peer/
H A 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/contrib/wpa/src/eap_server/
H A 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/contrib/ntp/html/hints/
H A Drefclocks4 in the files tend to get stale - so use with caution)
/freebsd/sys/cddl/dev/fbt/
H A Dfbt.c546 const void *tbuf, *tend, *tp; in fbt_typoff_init() local
562 tend = (const void *) (ctfdata + hp->cth_stroff); in fbt_typoff_init()
568 for (tp = tbuf; tp < tend; ctf_typemax++) { in fbt_typoff_init()
656 for (tp = tbuf; tp < tend; xp++) { in fbt_typoff_init()
/freebsd/sys/contrib/zlib/doc/
H A 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/usr.bin/ee/nls/fr_FR.ISO8859-1/
H A Dee.msg75 66 "tabs: �tend les tabs |pastabs: n'�tend pas les tabulations"
/freebsd/etc/mtree/
H A DREADME44 files. I tend to run this more complete sanity check shortly after
/freebsd/crypto/openssl/crypto/dso/
H A Ddso_dl.c257 …if (((size_t)addr >= inf.tstart && (size_t)addr < inf.tend) || ((size_t)addr >= inf.dstart && (siz… in dl_pathbyaddr()
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_open.c343 const void *tend = (const void *)(fp->ctf_buf + cth->cth_stroff); in init_types() local
365 for (tp = tbuf; tp < tend; fp->ctf_typemax++) { in init_types()
483 for (id = 1, tp = tbuf; tp < tend; xp++, id++) { in init_types()
/freebsd/contrib/tzcode/
H A DCONTRIBUTING27 for examples of patches that tend to work well.
/freebsd/contrib/diff/
H A DREADME27 problems tend to be shared by other GNU applications on these
/freebsd/usr.sbin/bsdconfig/include/
H A Dusage.hlp55 that don't use menus and tend to scroll their output off the top of
/freebsd/sbin/hastd/
H A Dprimary.c1959 struct timeval tstart, tend, tdiff; in sync_thread() local
1974 gettimeofday(&tend, NULL); in sync_thread()
1975 timersub(&tend, &tstart, &tdiff); in sync_thread()
2032 gettimeofday(&tend, NULL); in sync_thread()
2033 timersub(&tend, &tstart, &tdiff); in sync_thread()
/freebsd/sys/netgraph/
H A DNOTES15 - Now tend to have NG_FREE_XX() macros. they
/freebsd/contrib/tzdata/
H A DCONTRIBUTING28 for examples of patches that tend to work well.
/freebsd/contrib/libucl/src/
H A Ducl_parser.c1657 const unsigned char *p, *c, *tend; in ucl_parse_multiline_string() local
1671 tend = p + term_len; in ucl_parse_multiline_string()
1672 if (*tend != '\n' && *tend != ';' && *tend != ',') { in ucl_parse_multiline_string()
/freebsd/sys/vm/
H A Dvm_object.c1051 vm_pindex_t pi, tend, tstart; in vm_object_page_clean() local
1066 tend = (end == 0) ? object->size : OFF_TO_IDX(end + PAGE_MASK); in vm_object_page_clean()
1067 allclean = tstart == 0 && tend >= object->size; in vm_object_page_clean()
1076 if (pi >= tend) in vm_object_page_clean()
/freebsd/contrib/ntp/sntp/libopts/
H A DREADME22 I tend to put my configure auxiliary files in "m4".
/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c7923 const char *tend; member
7951 pc->tend = NULL; in JimParserInit()
7967 pc->tend = pc->p - 1; in JimParseScript()
8004 pc->tstart = pc->tend = pc->p++; in JimParseScript()
8039 pc->tend = pc->p - 1; in JimParseSep()
8054 pc->tend = pc->p - 1; in JimParseEol()
8084 pc->tend = pc->p - 1; in JimParseSubBrace()
8100 pc->tend = pc->p - 1; in JimParseSubBrace()
8124 pc->tend = pc->p - 1; in JimParseSubQuote()
8147 pc->tend = pc->p - 1; in JimParseSubQuote()
[all …]
/freebsd/crypto/openssl/
H A DNOTES-UNIX.md112 for shared libraries first and tend to remain "blind" to static OpenSSL
/freebsd/usr.sbin/cdcontrol/
H A Dcdcontrol.c1052 play_track(int tstart, int istart, int tend, int iend) in play_track() argument
1058 t.end_track = tend; in play_track()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c3436 int64_t tend; in run_filters() local
3448 tend = (int64_t)end; in run_filters()
3449 ret = expand(a, &tend); in run_filters()
3468 if (tend < 0) in run_filters()
3470 end = (size_t)tend; in run_filters()

123