/freebsd/contrib/expat/tests/benchmark/ |
H A D | benchmark.c | 70 clock_t tstart, tend; in main() local 139 tend = clock(); in main() 140 cpuTime += ((double)(tend - tstart)) / CLOCKS_PER_SEC; in main()
|
/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)
|
H A D | a-ux | 109 Now Mac clocks are pretty bad and tend to be slow. Sooo, instead of
|
/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 | 263 if (((size_t)addr >= inf.tstart && (size_t)addr < inf.tend) || 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/contrib/tzdata/ |
H A D | CONTRIBUTING | 27 for examples of patches that tend to work well.
|
/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/libucl/src/ |
H A D | ucl_parser.c | 1591 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/sys/vm/ |
H A D | vm_object.c | 1036 vm_pindex_t pi, tend, tstart; in vm_object_page_clean() local 1050 tend = (end == 0) ? object->size : OFF_TO_IDX(end + PAGE_MASK); in vm_object_page_clean() 1051 allclean = tstart == 0 && tend >= object->size; in vm_object_page_clean() 1059 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/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 | 3384 int64_t tend; in run_filters() local 3396 tend = (int64_t)end; in run_filters() 3397 ret = expand(a, &tend); in run_filters() 3416 if (tend < 0) in run_filters() 3418 end = (size_t)tend; in run_filters()
|
/freebsd/sys/dev/isp/ |
H A D | Hardware.txt | 243 work fine, but for both the JMR and the Sun A5X00 I tend to get LIP storms
|