/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. 104 . info This branch is not taken. 106 . 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() 356 return taken ? Hexagon::J4_cmpeqn1_t_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() 377 return taken ? Hexagon::J4_cmpgtn1_t_jumpnv_t in getNewValueJumpOpcode() 384 return taken ? Hexagon::J4_cmpgtu_t_jumpnv_t in getNewValueJumpOpcode() 392 return taken ? Hexagon::J4_cmpeq_f_jumpnv_t in getNewValueJumpOpcode() 399 return taken ? Hexagon::J4_cmpgt_f_jumpnv_t in getNewValueJumpOpcode() [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 | 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 2253 if (taken) { in pt_blk_proceed_no_event_cached() 2399 int taken; in pt_blk_proceed_no_event_cached() local 2405 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/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() 1287 if (taken) in fasttrap_pid_probe() 1296 uint_t taken = 0; in fasttrap_pid_probe() local 1313 taken = (cx != 0); in fasttrap_pid_probe() [all …]
|
/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 | 125 ptu_int_eq(taken, tnt); in cond_not_synced() 677 ptu_int_eq(taken, tnt); in cond_null() 696 ptu_int_eq(taken, tnt); in cond_empty() 713 ptu_int_eq(taken, 0); in cond() 715 taken = tnt; in cond() 718 ptu_int_eq(taken, 1); in cond() 720 taken = tnt; in cond() 723 ptu_int_eq(taken, 0); in cond() 725 taken = tnt; in cond() 728 ptu_int_eq(taken, tnt); in cond() [all …]
|
/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/memory-controllers/ |
H A D | st,stm32-fmc2-ebi-props.yaml | 65 description: The NWAIT signal is enabled (its level is taken into 71 description: The NWAIT signal is taken into account during asynchronous 72 transactions. By default, the NWAIT signal is not taken into account
|
/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/iio/gyroscope/ |
H A D | nxp,fxas21002c.txt | 22 (This binding is taken from pinctrl/pinctrl-bindings.txt)
|
/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/reset/ |
H A D | st,stih407-picophyreset.yaml | 17 The actual action taken when softreset is asserted is hardware dependent.
|
H A D | st,sti-softreset.txt | 9 The actual action taken when softreset is asserted is hardware dependent.
|
/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 */
|