/freebsd/contrib/bmake/unit-tests/ |
H A D | directive-elif.mk | 19 . info This branch is not taken. 26 . info This branch is not taken. 34 . info This branch is not taken. 54 . info This branch is taken. 66 . info This branch is taken. 73 . info This branch is taken. 75 . info This branch is not taken. 84 . info This branch is not taken. 98 . info This branch is taken because of the .else. 104 . info This branch is not taken. [all …]
|
H A D | directive-elif.exp | 8 make: "directive-elif.mk" line 98: This branch is taken because of the .else. 11 make: "directive-elif.mk" line 132: What happens on misspelling in a taken branch?
|
H A D | var-op-expand.mk | 278 . warning XXX Neither branch should be taken. 285 . warning XXX Neither branch should be taken.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonNewValueJump.cpp | 339 bool taken = false; in getNewValueJumpOpcode() local 345 taken = true; in getNewValueJumpOpcode() 349 return taken ? Hexagon::J4_cmpeq_t_jumpnv_t in getNewValueJumpOpcode() 354 return taken ? Hexagon::J4_cmpeqi_t_jumpnv_t in getNewValueJumpOpcode() 356 return taken ? Hexagon::J4_cmpeqn1_t_jumpnv_t in getNewValueJumpOpcode() 361 return taken ? Hexagon::J4_cmpeqi_f_jumpnv_t in getNewValueJumpOpcode() 363 return taken ? Hexagon::J4_cmpeqn1_f_jumpnv_t : in getNewValueJumpOpcode() 368 return taken ? Hexagon::J4_cmplt_t_jumpnv_t in getNewValueJumpOpcode() 370 return taken ? Hexagon::J4_cmpgt_t_jumpnv_t in getNewValueJumpOpcode() 375 return taken ? Hexagon::J4_cmpgti_t_jumpnv_t in getNewValueJumpOpcode() [all …]
|
/freebsd/sys/cddl/contrib/opensolaris/uts/intel/dtrace/ |
H A D | fasttrap_isa.c | 1225 uint_t taken = 0; in fasttrap_pid_probe() local 1229 taken = (rp->r_rflags & FASTTRAP_EFLAGS_OF) != 0; in fasttrap_pid_probe() 1232 taken = (rp->r_rflags & FASTTRAP_EFLAGS_OF) == 0; in fasttrap_pid_probe() 1235 taken = (rp->r_rflags & FASTTRAP_EFLAGS_CF) != 0; in fasttrap_pid_probe() 1238 taken = (rp->r_rflags & FASTTRAP_EFLAGS_CF) == 0; in fasttrap_pid_probe() 1241 taken = (rp->r_rflags & FASTTRAP_EFLAGS_ZF) != 0; in fasttrap_pid_probe() 1244 taken = (rp->r_rflags & FASTTRAP_EFLAGS_ZF) == 0; in fasttrap_pid_probe() 1247 taken = (rp->r_rflags & FASTTRAP_EFLAGS_CF) != 0 || in fasttrap_pid_probe() 1251 taken = (rp->r_rflags & FASTTRAP_EFLAGS_CF) == 0 && in fasttrap_pid_probe() 1255 taken in fasttrap_pid_probe() 1296 uint_t taken = 0; fasttrap_pid_probe() local [all...] |
/freebsd/contrib/processor-trace/libipt/src/ |
H A D | pt_tnt_cache.c | 53 int taken; in pt_tnt_cache_query() local 61 taken = (cache->tnt & cache->index) != 0; in pt_tnt_cache_query() 64 return taken; in pt_tnt_cache_query()
|
H A D | pt_block_decoder.c | 286 static int pt_blk_cond_branch(struct pt_block_decoder *decoder, int *taken) in pt_blk_cond_branch() argument 293 status = pt_qry_cond_branch(&decoder->query, taken); in pt_blk_cond_branch() 565 int taken; in pt_blk_next_ip() local 567 status = pt_blk_cond_branch(decoder, &taken); in pt_blk_next_ip() 572 if (taken) in pt_blk_next_ip() 581 int taken; in pt_blk_next_ip() local 584 status = pt_blk_cond_branch(decoder, &taken); in pt_blk_next_ip() 595 if (!taken) in pt_blk_next_ip() 2234 int taken; in pt_blk_proceed_no_event_cached() local 2243 status = pt_blk_cond_branch(decoder, &taken); in pt_blk_proceed_no_event_cached() [all …]
|
H A D | pt_insn_decoder.c | 282 static int pt_insn_cond_branch(struct pt_insn_decoder *decoder, int *taken) in pt_insn_cond_branch() argument 289 status = pt_qry_cond_branch(&decoder->query, taken); in pt_insn_cond_branch() 541 int status, taken; in pt_insn_proceed() local 543 status = pt_insn_cond_branch(decoder, &taken); in pt_insn_proceed() 548 if (!taken) in pt_insn_proceed() 567 int taken, status; in pt_insn_proceed() local 570 status = pt_insn_cond_branch(decoder, &taken); in pt_insn_proceed() 577 if (!taken) in pt_insn_proceed()
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | hisilicon-hns-nic.txt | 14 The remaining 6 PHYs are taken according to the mode of DSAF. 16 In NIC mode of DSAF, all 6 PHYs are taken as ethernet ports to the CPU. The 26 In Switch mode of DSAF, all 6 PHYs are taken as physical ports connect to a 43 In NIC mode of DSAF, all 6 PHYs of service DSAF are taken as ethernet ports 53 In Switch mode of DSAF, all 6 PHYs of service DSAF are taken as physical
|
/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/cpm_qe/qe/ |
H A D | firmware.txt | 9 - id: The string name of the firmware. This is taken from the 'id' 13 - extended-modes: The Extended Modes bitfield, taken from the 16 - virtual-traps: The virtual traps, taken from the firmware binary.
|
/freebsd/contrib/processor-trace/libipt/test/src/ |
H A D | ptunit-query.c | 121 int errcode, tnt = 0xbc, taken = tnt; in cond_not_synced() local 123 errcode = pt_qry_cond_branch(decoder, &taken); in cond_not_synced() 125 ptu_int_eq(taken, tnt); in cond_not_synced() 673 int errcode, tnt = 0xbc, taken = tnt; in cond_null() local 675 errcode = pt_qry_cond_branch(NULL, &taken); in cond_null() 677 ptu_int_eq(taken, tnt); in cond_null() 690 int errcode, tnt = 0xbc, taken = tnt; in cond_empty() local 694 errcode = pt_qry_cond_branch(decoder, &taken); in cond_empty() 696 ptu_int_eq(taken, tnt); in cond_empty() 705 int errcode, tnt = 0xbc, taken = tnt; in cond() local [all …]
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/crypto/ |
H A D | README | 1 .json test vectors taken from Project Wycheproof:
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | X509V3_set_ctx.pod | 24 hash value of its public key, the public key is taken from I<subject> or I<req>. 26 contained in a subject DN, the subject DN is taken from I<subject> or I<req>.
|
H A D | OSSL_LIB_CTX.pod | 33 When a non default library context is in use care should be taken with 98 returned. Care should be taken by the caller to restore the previous 105 Care should be taken when changing the default library context and starting
|
/freebsd/contrib/byacc/ |
H A D | LICENSE | 6 used in Berkeley Yacc are all either taken from documents available to the
|
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | ads7846.txt | 38 two samples are taken with settle_delay 42 taken this delay is applied and penirq
|
/freebsd/sys/contrib/device-tree/Bindings/watchdog/ |
H A D | alphascale-asm9260.txt | 21 "debug" - no action is taken.
|
/freebsd/lib/libfetch/ |
H A D | http.errors | 2 # This list is taken from RFC 2068.
|
/freebsd/contrib/libxo/tests/core/saved/ |
H A D | test_05.T.out | 2 This sample text was taken from the Punjabi Wikipedia article on Lahore and transliterated into the…
|
/freebsd/sys/contrib/device-tree/src/arm/intel/ixp/ |
H A D | intel-ixp43x-kixrp435.dts | 37 /* CHECKME: ethernet set-up taken from Gateworks Cambria */
|
/freebsd/sys/contrib/device-tree/Bindings/leds/ |
H A D | leds-ns2.txt | 16 - label: Name for this LED. If omitted, the label is taken from the node name.
|
/freebsd/sys/contrib/device-tree/Bindings/iio/gyroscope/ |
H A D | nxp,fxas21002c.txt | 22 (This binding is taken from pinctrl/pinctrl-bindings.txt)
|
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/ |
H A D | socfpga_arria10_mercury_aa1.dtsi | 71 /* Following mappings are taken from arria10 socdk dts */
|
/freebsd/sys/contrib/device-tree/Bindings/mfd/ |
H A D | max8998.txt | 35 a default value of 0 is taken. 39 value of 0 is taken.
|
/freebsd/sys/contrib/device-tree/Bindings/reset/ |
H A D | st,sti-softreset.txt | 9 The actual action taken when softreset is asserted is hardware dependent.
|