Home
last modified time | relevance | path

Searched full:tend (Results 1 – 25 of 238) sorted by relevance

12345678910

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrHTM.td34 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 Dextended.json119 "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 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/lib/libpmc/pmu-events/arch/s390/cf_z14/
H A Dextended.json77 "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 Dextended.json77 "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 Drenesas,i3c.yaml57 - const: tend
170 "st", "sp", "tend", "nack",
/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/usr.sbin/fifolog/fifolog_create/
H A Dfifolog.141 .Op Fl e Ar tend
42 .Op Fl E Ar Tend
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DParallel.h186 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 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/crypto/openssl/Configurations/
H A D50-masm.conf4 # while users tend to have reasons to stick with specific Visual
/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/share/man/man5/
H A Dmsdosfs.5
/freebsd/share/man/man4/
H A Dmsdosfs.428 Some users tend to create a
/freebsd/share/doc/psd/01.cacm/
H A Dp613 tend to use the system for
/freebsd/contrib/ntp/html/hints/
H A Drefclocks4 in the files tend to get stale - so use with caution)
/freebsd/etc/mtree/
H A DREADME44 files. I tend to run this more complete sanity check shortly after
/freebsd/usr.bin/clang/llvm-diff/
H A Dllvm-diff.155 which tend to stop any downstream changes from being detected.
/freebsd/crypto/openssl/include/internal/
H A Duint_set.h21 * is thus optimised for cases where integers tend to appear consecutively.
/freebsd/usr.bin/mididump/
H A Dmididump.149 These events are not printed by default, as they tend to clutter output.
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DCFGReachabilityAnalysis.h28 // tend to have a common destination, so we lazily do a predecessor search
/freebsd/usr.bin/m4/TEST/
H A Dhash.m450 define(TEND,< "",0 macro
/freebsd/lib/libc/rpc/
H A Drpc_dtablesize.c47 * Since old programs tend to use this call to determine the first arg
/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()

12345678910