Home
last modified time | relevance | path

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

123

/freebsd/contrib/expat/tests/benchmark/
H A Dbenchmark.c70 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 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)
H A Da-ux109 Now Mac clocks are pretty bad and tend to be slow. Sooo, instead of
/freebsd/sys/cddl/dev/fbt/
H A Dfbt.c539 const void *tbuf, *tend, *tp; in fbt_typoff_init() local
555 tend = (const void *) (ctfdata + hp->cth_stroff); in fbt_typoff_init()
561 for (tp = tbuf; tp < tend; ctf_typemax++) { in fbt_typoff_init()
649 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.c264 if (((size_t)addr >= inf.tstart && (size_t)addr < inf.tend) || 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/diff/
H A DREADME27 problems tend to be shared by other GNU applications on these
/freebsd/contrib/tzdata/
H A DCONTRIBUTING26 <https://mm.icann.org/pipermail/tz/> for examples of patches that tend
/freebsd/contrib/tzcode/
H A DCONTRIBUTING26 <https://mm.icann.org/pipermail/tz/> for examples of patches that tend
/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/libucl/src/
H A 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/sys/vm/
H A Dvm_object.c1028 vm_pindex_t pi, tend, tstart; in vm_object_page_clean() local
1042 tend = (end == 0) ? object->size : OFF_TO_IDX(end + PAGE_MASK); in vm_object_page_clean()
1043 allclean = tstart == 0 && tend >= object->size; in vm_object_page_clean()
1051 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/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.c3347 int64_t tend; in run_filters() local
3359 tend = (int64_t)end; in run_filters()
3360 ret = expand(a, &tend); in run_filters()
3379 if (tend < 0) in run_filters()
3381 end = (size_t)tend; in run_filters()
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsc7280-qcard.dtsi566 * settings to the board device tree. Drive strengths tend to be assinged here

123