Home
last modified time | relevance | path

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

12345678910>>...12

/freebsd/contrib/bmake/unit-tests/
H A Ddirective-elif.mk19 . 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 Ddirective-elif.exp8 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 Dvar-op-expand.mk278 . 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 DHexagonNewValueJump.cpp339 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 Dpt_tnt_cache.c53 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 Dpt_block_decoder.c565 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 Dpt_insn_decoder.c282 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 Dfasttrap_isa.c1225 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 Dhisilicon-hns-nic.txt14 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 Dfirmware.txt9 - 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 Dptunit-query.c125 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 DX509V3_set_ctx.pod24 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 DOSSL_LIB_CTX.pod33 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/sys/contrib/device-tree/Bindings/memory-controllers/
H A Dst,stm32-fmc2-ebi-props.yaml65 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 Dads7846.txt38 two samples are taken with settle_delay
42 taken this delay is applied and penirq
/freebsd/sys/contrib/device-tree/Bindings/watchdog/
H A Dalphascale-asm9260.txt21 "debug" - no action is taken.
/freebsd/lib/libfetch/
H A Dhttp.errors2 # This list is taken from RFC 2068.
/freebsd/contrib/libxo/tests/core/saved/
H A Dtest_05.T.out2 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 Dintel-ixp43x-kixrp435.dts37 /* CHECKME: ethernet set-up taken from Gateworks Cambria */
/freebsd/sys/contrib/device-tree/Bindings/iio/gyroscope/
H A Dnxp,fxas21002c.txt22 (This binding is taken from pinctrl/pinctrl-bindings.txt)
/freebsd/sys/contrib/device-tree/Bindings/leds/
H A Dleds-ns2.txt16 - label: Name for this LED. If omitted, the label is taken from the node name.
/freebsd/sys/contrib/device-tree/Bindings/reset/
H A Dst,stih407-picophyreset.yaml17 The actual action taken when softreset is asserted is hardware dependent.
H A Dst,sti-softreset.txt9 The actual action taken when softreset is asserted is hardware dependent.
/freebsd/sys/contrib/device-tree/src/arm/intel/socfpga/
H A Dsocfpga_arria10_mercury_aa1.dtsi71 /* Following mappings are taken from arria10 socdk dts */
/freebsd/sys/contrib/openzfs/config/
H A Dkernel-clear-inode.m413 dnl # clear_inode(). However, care must be taken when detecting this

12345678910>>...12