| /freebsd/contrib/expat/tests/benchmark/ |
| H A D | benchmark.c | 79 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 D | miscbltin.c | 170 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 D | PPCInstrHTM.td | 35 (outs), (ins u1imm:$A), "tend. $A", IIC_SprMTSPR>; 172 def : InstAlias<"tend.", (TEND 0)>, Requires<[HasHTM]>;
|
| /freebsd/contrib/wpa/src/eap_peer/ |
| H A D | ikev2.c | 122 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 D | ikev2.c | 127 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 D | refclocks | 4 in the files tend to get stale - so use with caution)
|
| /freebsd/sys/cddl/dev/fbt/ |
| H A D | fbt.c | 546 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 D | txtvsbin.txt | 70 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 D | ee.msg | 75 66 "tabs: �tend les tabs |pastabs: n'�tend pas les tabulations"
|
| /freebsd/etc/mtree/ |
| H A D | README | 44 files. I tend to run this more complete sanity check shortly after
|
| /freebsd/crypto/openssl/crypto/dso/ |
| H A D | dso_dl.c | 257 …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 D | ctf_open.c | 343 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 D | CONTRIBUTING | 27 for examples of patches that tend to work well.
|
| /freebsd/contrib/diff/ |
| H A D | README | 27 problems tend to be shared by other GNU applications on these
|
| /freebsd/usr.sbin/bsdconfig/include/ |
| H A D | usage.hlp | 55 that don't use menus and tend to scroll their output off the top of
|
| /freebsd/sbin/hastd/ |
| H A D | primary.c | 1959 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 D | NOTES | 15 - Now tend to have NG_FREE_XX() macros. they
|
| /freebsd/contrib/tzdata/ |
| H A D | CONTRIBUTING | 28 for examples of patches that tend to work well.
|
| /freebsd/contrib/libucl/src/ |
| H A D | ucl_parser.c | 1657 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 D | vm_object.c | 1051 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 D | README | 22 I tend to put my configure auxiliary files in "m4".
|
| /freebsd/contrib/sqlite3/autosetup/ |
| H A D | jimsh0.c | 7923 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 D | NOTES-UNIX.md | 112 for shared libraries first and tend to remain "blind" to static OpenSSL
|
| /freebsd/usr.sbin/cdcontrol/ |
| H A D | cdcontrol.c | 1052 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 D | archive_read_support_format_rar.c | 3436 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()
|