| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrHTM.td | 34 def TEND : XForm_htm1 <31, 686, 35 (outs), (ins u1imm:$A), "tend. $A", IIC_SprMTSPR>; 101 (TEND (HTM_get_imm imm:$R))>; 158 (TEND 1)>; 172 def : InstAlias<"tend.", (TEND 0)>, Requires<[HasHTM]>; 173 def : InstAlias<"tendall.", (TEND 1)>, Requires<[HasHTM]>;
|
| /freebsd/lib/libpmc/pmu-events/arch/s390/cf_zec12/ |
| H A D | extended.json | 119 "BriefDescription": "Completed TEND instructions in non-constrained TX mode", 120 …"PublicDescription": "A TEND instruction has completed in a nonconstrained transactional-execution… 173 "BriefDescription": "Completed TEND instructions in constrained TX mode", 174 …"PublicDescription": "A TEND instruction has completed in a constrained transactional-execution mo…
|
| /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/lib/libpmc/pmu-events/arch/s390/cf_z14/ |
| H A D | extended.json | 77 "BriefDescription": "Completed TEND instructions in constrained TX mode", 78 …"PublicDescription": "A TEND instruction has completed in a constrained transactional-execution mo… 83 "BriefDescription": "Completed TEND instructions in non-constrained TX mode", 84 …"PublicDescription": "A TEND instruction has completed in a non-constrained transactional-executio…
|
| /freebsd/lib/libpmc/pmu-events/arch/s390/cf_z13/ |
| H A D | extended.json | 77 "BriefDescription": "Completed TEND instructions in constrained TX mode", 78 …"PublicDescription": "A TEND instruction has completed in a constrained transactional-execution mo… 83 "BriefDescription": "Completed TEND instructions in non-constrained TX mode", 84 …"PublicDescription": "A TEND instruction has completed in a non-constrained transactional-executio…
|
| /freebsd/sys/contrib/device-tree/Bindings/i3c/ |
| H A D | renesas,i3c.yaml | 57 - const: tend 170 "st", "sp", "tend", "nack",
|
| /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/usr.sbin/fifolog/fifolog_create/ |
| H A D | fifolog.1 | 41 .Op Fl e Ar tend 42 .Op Fl E Ar Tend
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | Parallel.h | 186 IterTy TEnd = TBegin + TaskSize + (TaskId < RemainingInputs ? 1 : 0); in parallel_transform_reduce() local 190 for (IterTy It = TBegin; It != TEnd; ++It) in parallel_transform_reduce() 194 TBegin = TEnd; in parallel_transform_reduce()
|
| /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/crypto/openssl/Configurations/ |
| H A D | 50-masm.conf | 4 # while users tend to have reasons to stick with specific Visual
|
| /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/share/man/man5/ |
| H A D | msdosfs.5 | |
| /freebsd/share/man/man4/ |
| H A D | msdosfs.4 | 28 Some users tend to create a
|
| /freebsd/share/doc/psd/01.cacm/ |
| H A D | p6 | 13 tend to use the system for
|
| /freebsd/contrib/ntp/html/hints/ |
| H A D | refclocks | 4 in the files tend to get stale - so use with caution)
|
| /freebsd/etc/mtree/ |
| H A D | README | 44 files. I tend to run this more complete sanity check shortly after
|
| /freebsd/usr.bin/clang/llvm-diff/ |
| H A D | llvm-diff.1 | 55 which tend to stop any downstream changes from being detected.
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | uint_set.h | 21 * is thus optimised for cases where integers tend to appear consecutively.
|
| /freebsd/usr.bin/mididump/ |
| H A D | mididump.1 | 49 These events are not printed by default, as they tend to clutter output.
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | CFGReachabilityAnalysis.h | 28 // tend to have a common destination, so we lazily do a predecessor search
|
| /freebsd/usr.bin/m4/TEST/ |
| H A D | hash.m4 | 50 define(TEND,< "",0 macro
|
| /freebsd/lib/libc/rpc/ |
| H A D | rpc_dtablesize.c | 47 * Since old programs tend to use this call to determine the first arg
|
| /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()
|