| /NextBSD/sys/cddl/contrib/opensolaris/uts/sparc/dtrace/ |
| HD | fasttrap_isa.c | 674 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/ |
| HD | predict.def | 33 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 …]
|
| HD | LANGUAGES | 23 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.
|
| HD | predict.c | 239 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/ |
| HD | HexagonNewValueJump.cpp | 291 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/ |
| HD | fasttrap_isa.c | 1282 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/ |
| HD | INSTALL | 1 This Eric Young's blowfish implementation, taken from his SSLeay library 5 taken from.
|
| /NextBSD/release/picobsd/tinyware/login/ |
| HD | README | 6 the remaining files are taken from usr.bin/login/
|
| /NextBSD/contrib/one-true-awk/ |
| HD | FREEBSD-upgrade | 7 Original sources were taken from the Brian Kernighan's AWK page
|
| /NextBSD/contrib/gcc/doc/ |
| HD | gcov.texi | 162 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/ |
| HD | intoncpu_example.txt | 38 with the time taken to process each interrupt visible as a distribution.
|
| HD | cpudists_example.txt | 46 intervals each time. Processes have taken fom 10 to 60 microseconds;
|
| /NextBSD/contrib/gcc/config/mips/ |
| HD | t-mips | 2 # them to be built correctly, so... [taken from t-sparclite]
|
| /NextBSD/release/picobsd/tinyware/ns/ |
| HD | README | 10 was taken from code examples written by Richard Stevens to accompany his
|
| /NextBSD/lib/libfetch/ |
| HD | http.errors | 3 # This list is taken from RFC 2068.
|
| HD | ftp.errors | 3 # This list is taken from RFC 959.
|
| /NextBSD/contrib/libxo/tests/core/saved/ |
| HD | test_05.T.out | 2 This sample text was taken from the Punjabi Wikipedia article on Lahore and transliterated into the…
|
| /NextBSD/cddl/contrib/dtracetoolkit/Notes/ |
| HD | cputimes_notes.txt | 64 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/ |
| HD | version | 14 the ones taken from idea and des :-). I have implemented them as
|
| /NextBSD/contrib/byacc/ |
| HD | README | 18 used in Berkeley Yacc are all either taken from documents available to the
|
| /NextBSD/crypto/openssl/doc/crypto/ |
| HD | BIO_ctrl.pod | 98 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/ |
| HD | SISchedule.td | 55 // The latency numbers are taken from AMD Accelerated Parallel Processing
|
| /NextBSD/release/picobsd/mfs_tree/etc/ |
| HD | remote | 9 # pn phone numbers (@ =>'s search phones file; possibly taken from
|
| /NextBSD/contrib/ipfilter/ipsd/ |
| HD | README | 28 Lastly, being passive means that no action is taken to stop port scans being
|
| /NextBSD/crypto/openssl/doc/apps/ |
| HD | passwd.pod | 25 taken from the named file for option B<-in file>, from stdin for
|