Home
last modified time | relevance | path

Searched refs:taken (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/NextBSD/sys/cddl/contrib/opensolaris/uts/sparc/dtrace/
HDfasttrap_isa.c674 uint_t c, v, z, n, taken; in fasttrap_pid_probe() local
687 taken = 0; break; in fasttrap_pid_probe()
689 taken = z; break; in fasttrap_pid_probe()
691 taken = z | (n ^ v); break; in fasttrap_pid_probe()
693 taken = n ^ v; break; in fasttrap_pid_probe()
695 taken = c | z; break; in fasttrap_pid_probe()
697 taken = c; break; in fasttrap_pid_probe()
699 taken = n; break; in fasttrap_pid_probe()
701 taken = v; break; in fasttrap_pid_probe()
708 taken = 1; break; in fasttrap_pid_probe()
[all …]
/NextBSD/contrib/gcc/
HDpredict.def33 HITRATE is the probability that edge predicted by predictor as taken
34 will be really taken (so it should be always above
51 /* Mark unconditional jump as taken. */
65 /* Branch containing goto is probably not taken. */
72 /* Loopback edge is taken. */
76 /* Edge causing loop to terminate is probably not taken. */
102 /* Branch guarding call is probably taken. */
105 /* Branch causing function to terminate is probably not taken. */
109 /* Branch containing goto is probably not taken. */
112 /* Branch ending with return constant is probably not taken. */
[all …]
HDLANGUAGES23 taken to signify a tentative definition which should not be emitted until
43 in trees, care should be taken to change the tree's type again to sizetype.
HDpredict.c239 enum prediction taken) in predict_insn_def() argument
243 if (taken != TAKEN) in predict_insn_def()
320 enum prediction taken) in predict_edge_def() argument
324 if (taken != TAKEN) in predict_edge_def()
1474 enum prediction taken) in predict_paths_leading_to() argument
1517 predict_edge_def (e, pred, taken); in predict_paths_leading_to()
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonNewValueJump.cpp291 bool taken = false; in getNewValueJumpOpcode() local
297 taken = true; in getNewValueJumpOpcode()
301 return taken ? Hexagon::J4_cmpeq_t_jumpnv_t in getNewValueJumpOpcode()
306 return taken ? Hexagon::J4_cmpeqi_t_jumpnv_t in getNewValueJumpOpcode()
309 return taken ? Hexagon::J4_cmpeqn1_t_jumpnv_t in getNewValueJumpOpcode()
315 return taken ? Hexagon::J4_cmplt_t_jumpnv_t in getNewValueJumpOpcode()
318 return taken ? Hexagon::J4_cmpgt_t_jumpnv_t in getNewValueJumpOpcode()
324 return taken ? Hexagon::J4_cmpgti_t_jumpnv_t in getNewValueJumpOpcode()
327 return taken ? Hexagon::J4_cmpgtn1_t_jumpnv_t in getNewValueJumpOpcode()
333 return taken ? Hexagon::J4_cmpltu_t_jumpnv_t in getNewValueJumpOpcode()
[all …]
/NextBSD/sys/cddl/contrib/opensolaris/uts/intel/dtrace/
HDfasttrap_isa.c1282 uint_t taken = 0; local
1286 taken = (rp->r_rflags & FASTTRAP_EFLAGS_OF) != 0;
1289 taken = (rp->r_rflags & FASTTRAP_EFLAGS_OF) == 0;
1292 taken = (rp->r_rflags & FASTTRAP_EFLAGS_CF) != 0;
1295 taken = (rp->r_rflags & FASTTRAP_EFLAGS_CF) == 0;
1298 taken = (rp->r_rflags & FASTTRAP_EFLAGS_ZF) != 0;
1301 taken = (rp->r_rflags & FASTTRAP_EFLAGS_ZF) == 0;
1304 taken = (rp->r_rflags & FASTTRAP_EFLAGS_CF) != 0 ||
1308 taken = (rp->r_rflags & FASTTRAP_EFLAGS_CF) == 0 &&
1312 taken = (rp->r_rflags & FASTTRAP_EFLAGS_SF) != 0;
[all …]
/NextBSD/crypto/openssl/crypto/bf/
HDINSTALL1 This Eric Young's blowfish implementation, taken from his SSLeay library
5 taken from.
/NextBSD/release/picobsd/tinyware/login/
HDREADME6 the remaining files are taken from usr.bin/login/
/NextBSD/contrib/one-true-awk/
HDFREEBSD-upgrade7 Original sources were taken from the Brian Kernighan's AWK page
/NextBSD/contrib/gcc/doc/
HDgcov.texi162 each branch in your program was taken. Unconditional branches will not
167 Write branch frequencies as the number of branches taken, rather than
168 the percentage of branches taken.
371 80.00% of 5 branches taken at least once in file tmp.c
394 branch 0 taken 91% (fallthrough)
395 branch 1 taken 9%
399 branch 0 taken 0% (fallthrough)
400 branch 1 taken 100%
424 indicating the number of times the branch was taken divided by the
/NextBSD/cddl/contrib/dtracetoolkit/Examples/
HDintoncpu_example.txt38 with the time taken to process each interrupt visible as a distribution.
HDcpudists_example.txt46 intervals each time. Processes have taken fom 10 to 60 microseconds;
/NextBSD/contrib/gcc/config/mips/
HDt-mips2 # them to be built correctly, so... [taken from t-sparclite]
/NextBSD/release/picobsd/tinyware/ns/
HDREADME10 was taken from code examples written by Richard Stevens to accompany his
/NextBSD/lib/libfetch/
HDhttp.errors3 # This list is taken from RFC 2068.
HDftp.errors3 # This list is taken from RFC 959.
/NextBSD/contrib/libxo/tests/core/saved/
HDtest_05.T.out2 This sample text was taken from the Punjabi Wikipedia article on Lahore and transliterated into the…
/NextBSD/cddl/contrib/dtracetoolkit/Notes/
HDcputimes_notes.txt64 This sample was taken during heavy network utilisation, the time consumed
121 However the following CPU characteristics must be taken into consideration,
/NextBSD/crypto/openssl/crypto/rc2/
HDversion14 the ones taken from idea and des :-). I have implemented them as
/NextBSD/contrib/byacc/
HDREADME18 used in Berkeley Yacc are all either taken from documents available to the
/NextBSD/crypto/openssl/doc/crypto/
HDBIO_ctrl.pod98 The BIO_should_retry() call should be used and appropriate action taken
121 Some of the return values are ambiguous and care should be taken. In
/NextBSD/contrib/llvm/lib/Target/AMDGPU/
HDSISchedule.td55 // The latency numbers are taken from AMD Accelerated Parallel Processing
/NextBSD/release/picobsd/mfs_tree/etc/
HDremote9 # pn phone numbers (@ =>'s search phones file; possibly taken from
/NextBSD/contrib/ipfilter/ipsd/
HDREADME28 Lastly, being passive means that no action is taken to stop port scans being
/NextBSD/crypto/openssl/doc/apps/
HDpasswd.pod25 taken from the named file for option B<-in file>, from stdin for

12345678910>>...12