Home
last modified time | relevance | path

Searched full:direction (Results 1 – 25 of 1227) sorted by relevance

12345678910>>...50

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DFunctionPropertiesAnalysis.cpp71 int64_t Direction) { in updateForBB() argument
72 assert(Direction == 1 || Direction == -1); in updateForBB()
73 BasicBlockCount += Direction; in updateForBB()
75 (Direction * getNrBlocksFromCond(BB)); in updateForBB()
80 DirectCallsToDefinedFunctions += Direction; in updateForBB()
83 LoadInstCount += Direction; in updateForBB()
85 StoreInstCount += Direction; in updateForBB()
88 TotalInstructionCount += Direction * BB.sizeWithoutDebug(); in updateForBB()
93 BasicBlocksWithSingleSuccessor += Direction; in updateForBB()
95 BasicBlocksWithTwoSuccessors += Direction; in updateForBB()
[all …]
/freebsd/share/i18n/csmapper/APPLE/
H A DUCS%ARABIC.src26 # direction overrides. Update URLs, notes.
39 # to U+274A. Add direction overrides to
131 # Arabic system was fairly simple; it used only a few direction
135 # twice, one with a left-right direction attribute and the other with
136 # a right-left direction attribute.
146 # direction attribute than the corresponding Unicode character.
149 # ELLIPSIS with strong right-left direction. However, the Unicode
150 # character HORIZONTAL ELLIPSIS has direction class neutral.
216 # 1. Matching the direction of Mac OS Arabic characters
219 # direction attributes for the two code points - as in the case of
[all …]
H A DARABIC%UCS.src26 # direction overrides. Update URLs, notes.
39 # to U+274A. Add direction overrides to
131 # Arabic system was fairly simple; it used only a few direction
135 # twice, one with a left-right direction attribute and the other with
136 # a right-left direction attribute.
146 # direction attribute than the corresponding Unicode character.
149 # ELLIPSIS with strong right-left direction. However, the Unicode
150 # character HORIZONTAL ELLIPSIS has direction class neutral.
216 # 1. Matching the direction of Mac OS Arabic characters
219 # direction attributes for the two code points - as in the case of
[all …]
H A DFARSI%UCS.src26 # direction overrides. Update URLs, notes.
111 # it used only a few direction classes (instead of the 19 now used in
114 # characters were encoded twice, one with a left-right direction
115 # attribute and the other with a right-left direction attribute. This
126 # direction attribute than the corresponding Unicode character.
129 # ELLIPSIS with strong right-left direction. However, the Unicode
130 # character HORIZONTAL ELLIPSIS has direction class neutral.
190 # 1. Matching the direction of Mac OS Farsi characters
193 # direction attributes for the two code points - as in the case of
201 # The problem is solved with the use of direction override characters
[all …]
H A DUCS%FARSI.src26 # direction overrides. Update URLs, notes.
111 # it used only a few direction classes (instead of the 19 now used in
114 # characters were encoded twice, one with a left-right direction
115 # attribute and the other with a right-left direction attribute. This
126 # direction attribute than the corresponding Unicode character.
129 # ELLIPSIS with strong right-left direction. However, the Unicode
130 # character HORIZONTAL ELLIPSIS has direction class neutral.
190 # 1. Matching the direction of Mac OS Farsi characters
193 # direction attributes for the two code points - as in the case of
201 # The problem is solved with the use of direction override characters
[all …]
H A DHEBREW%UCS.src148 # Hebrew system was fairly simple; it used only a few direction
152 # duplicate code points, one with a left-right direction attribute and
153 # the other with a right-left direction attribute.
163 # direction attribute than the corresponding Unicode character.
166 # ELLIPSIS with strong right-left direction. However, the Unicode
167 # character HORIZONTAL ELLIPSIS has direction class neutral.
188 # 1. Matching the direction of Mac OS Hebrew characters
191 # direction attributes for the two code points - as in the case of
199 # The problem is solved with the use of direction override characters
200 # and direction-dependent mappings. When mapping from Mac OS Hebrew
[all …]
/freebsd/sys/dev/sound/pcm/
H A Dvchan.c75 ("vchan_init: bad direction")); in vchan_init()
272 ch = (c->direction == PCMDIR_PLAY) ? &wch : &rch; in vchan_getparentchannel()
302 int direction, vchancount; in sysctl_dev_pcm_vchans() local
314 direction = PCMDIR_PLAY; in sysctl_dev_pcm_vchans()
319 direction = PCMDIR_REC; in sysctl_dev_pcm_vchans()
345 err = vchan_setnew(d, direction, cnt); in sysctl_dev_pcm_vchans()
359 int direction, ret; in sysctl_dev_pcm_vchanmode() local
371 direction = PCMDIR_PLAY; in sysctl_dev_pcm_vchanmode()
374 direction = PCMDIR_REC; in sysctl_dev_pcm_vchanmode()
385 if (direction == PCMDIR_PLAY) in sysctl_dev_pcm_vchanmode()
[all …]
/freebsd/contrib/tcpdump/
H A Dprint-usb.c138 /* returns direction: 1=inbound 2=outbound -1=invalid */
142 int direction; in get_direction() local
144 direction = -1; in get_direction()
151 direction = 2; in get_direction()
155 direction = 1; in get_direction()
158 direction = -1; in get_direction()
164 direction = 1; in get_direction()
168 direction = 2; in get_direction()
171 direction = -1; in get_direction()
175 direction = -1; in get_direction()
[all …]
H A Dprint-bt.c34 * the direction field is in network byte order.
37 nd_uint32_t direction; /* if first bit is set direction is incoming */ member
63 ND_PRINT(", hci length %u, direction %s", length, in bt_if_print()
64 (GET_BE_U_4(hdr->direction)&0x1) ? "in" : "out"); in bt_if_print()
/freebsd/sys/netinet/libalias/
H A Dalias_sctp.c101 static int sctp_PktParser(struct libalias *la, int direction, struct ip *pip,
104 uint32_t *l_vtag, uint32_t *g_vtag, int direction);
105 static int IsASCONFack(struct libalias *la, struct sctp_nat_msg *sm, int direction);
107 …ic void AddGlobalIPAddresses(struct sctp_nat_msg *sm, struct sctp_nat_assoc *assoc, int direction);
109 …tic void RmGlobalIPAddresses(struct sctp_nat_msg *sm, struct sctp_nat_assoc *assoc, int direction);
110 static int IsADDorDEL(struct libalias *la, struct sctp_nat_msg *sm, int direction);
113 static int ProcessSctpMsg(struct libalias *la, int direction, \
116 static int ID_process(struct libalias *la, int direction,\
118 static int INi_process(struct libalias *la, int direction,\
120 static int INa_process(struct libalias *la, int direction,\
[all …]
H A Dalias_skinny.c209 ConvDirection direction) in alias_skinny_reg_msg() argument
211 (void)direction; in alias_skinny_reg_msg()
229 ConvDirection direction) in alias_skinny_startmedia() argument
236 (void)direction; in alias_skinny_startmedia()
252 ConvDirection direction) in alias_skinny_port_msg() argument
254 (void)direction; in alias_skinny_port_msg()
271 ConvDirection direction) in alias_skinny_opnrcvch_ack() argument
277 (void)direction; in alias_skinny_opnrcvch_ack()
305 ConvDirection direction; in AliasHandleSkinny() local
316 * XXX This direction is reserved for future use. I still need to in AliasHandleSkinny()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dpwm-vibrator.yaml17 The binding supports an optional direction PWM channel, that can be
28 - const: direction
39 direction-duty-cycle-ns:
41 Duty cycle of the direction PWM channel in nanoseconds,
57 pwm-names = "enable", "direction";
58 direction-duty-cycle-ns = <1000000000>;
H A Dpwm-vibrator.txt7 The binding supports an optional direction PWM channel, that can be
13 - pwm-names: Should contain "enable" and optionally "direction"
18 - direction-duty-cycle-ns: Duty cycle of the direction PWM channel in
63 pwm-names = "enable", "direction";
64 direction-duty-cycle-ns = <1000000000>;
/freebsd/cddl/lib/libdtrace/
H A Dsiftr.d28 * Convert a SIFTR direction value to a string
35 /* SIFTR direction strings. */
37 inline string siftr_dir_string[uint8_t direction] =
38 direction == SIFTR_IN ? "in" :
39 direction == SIFTR_OUT ? "out" :
44 uint8_t direction; member
75 direction = p == NULL ? 0 : p->direction;
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Ddma-mapping.h197 unsigned long offset, size_t size, enum dma_data_direction direction) in dma_map_page() argument
205 enum dma_data_direction direction) in dma_unmap_page() argument
213 enum dma_data_direction direction) in dma_sync_single_for_cpu() argument
217 switch (direction) { in dma_sync_single_for_cpu()
245 size_t size, enum dma_data_direction direction) in dma_sync_single_for_device() argument
249 switch (direction) { in dma_sync_single_for_device()
268 enum dma_data_direction direction) in dma_sync_sg_for_cpu() argument
274 enum dma_data_direction direction) in dma_sync_sg_for_device() argument
280 unsigned long offset, size_t size, int direction) in dma_sync_single_range_for_cpu() argument
286 unsigned long offset, size_t size, int direction) in dma_sync_single_range_for_device() argument
[all …]
/freebsd/lib/libipsec/
H A Dipsec_set_policy.3102 .It Ar direction Li discard
104 .Ar direction
110 specifies which direction the policy needs to be applied, either on
115 .It Ar direction Li entrust
121 .It Ar direction Li bypass
122 A direction of
129 .Ar direction
133 A direction of
184 .Ar direction
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-am65-iot2050-common.dtsi1120 "IO1", "IO2", "", "IO3", "IO17-direction", "A5",
1121 "IO16-direction", "IO15-direction", "IO14-direction", "A3",
1123 "", "IO18-direction", "A4", "A2", "A1", "A0", "", "", "IO13",
1174 "IO0-direction", "IO1-direction", "IO2-direction",
1175 "IO3-direction", "IO4-direction", "IO
[all...]
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dmmci.txt23 - st,sig-dir-dat0 : bus signal direction pin used for DAT[0].
24 - st,sig-dir-dat2 : bus signal direction pin used for DAT[2].
25 - st,sig-dir-dat31 : bus signal direction pin used for DAT[3] and DAT[1].
26 - st,sig-dir-dat74 : bus signal direction pin used for DAT[4] to DAT[7].
27 - st,sig-dir-cmd : cmd signal direction pin used for CMD.
33 - st,sig-dir : signal direction polarity used for cmd, dat0 dat123.
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h81 /// Dependence::DVEntry - Each level in the distance/direction vector
82 /// has a direction (or perhaps a union of several directions), and
95 unsigned char Direction : 3; // Init to ALL, then refine. member
102 : Direction(ALL), Scalar(true), PeelFirst(false), PeelLast(false), in DVEntry()
155 /// getDirection - Returns the direction associated with a particular
163 /// Check if the direction vector is negative. A negative direction
167 /// If the direction vector is negative, normalize the direction
220 /// dependence (direction vector
386 unsigned char Direction; global() member
[all...]
/freebsd/contrib/elftoolchain/libelf/
H A Dlibelf_xlate.c48 int elfclass, int elfmachine, int direction) in _libelf_xlate() argument
65 assert(direction == ELF_TOFILE || direction == ELF_TOMEMORY); in _libelf_xlate()
89 if (src->d_size % (direction == ELF_TOMEMORY ? fsz : msz)) { in _libelf_xlate()
99 if (direction == ELF_TOMEMORY) { in _libelf_xlate()
126 if ((direction == ELF_TOMEMORY ? db : sb) % in _libelf_xlate()
141 xlator = _libelf_get_translator(src->d_type, direction, elfclass, in _libelf_xlate()
/freebsd/sys/dev/ixgbe/
H A Dixgbe_dcb.c88 * @direction: Configuring either Tx or Rx
96 u32 max_frame_size, u8 direction) in ixgbe_dcb_calculate_tc_credits_cee() argument
120 p = &dcb_config->tc_config[i].path[direction]; in ixgbe_dcb_calculate_tc_credits_cee()
121 bw_percent = dcb_config->bw_percentage[direction][p->bwg_id]; in ixgbe_dcb_calculate_tc_credits_cee()
142 p = &dcb_config->tc_config[i].path[direction]; in ixgbe_dcb_calculate_tc_credits_cee()
143 bw_percent = dcb_config->bw_percentage[direction][p->bwg_id]; in ixgbe_dcb_calculate_tc_credits_cee()
175 if (direction == IXGBE_DCB_TX_CONFIG) { in ixgbe_dcb_calculate_tc_credits_cee()
224 void ixgbe_dcb_unpack_refill_cee(struct ixgbe_dcb_config *cfg, int direction, in ixgbe_dcb_unpack_refill_cee() argument
231 refill[tc] = tc_config[tc].path[direction].data_credits_refill; in ixgbe_dcb_unpack_refill_cee()
243 void ixgbe_dcb_unpack_bwgid_cee(struct ixgbe_dcb_config *cfg, int direction, in ixgbe_dcb_unpack_bwgid_cee() argument
[all …]
/freebsd/sys/contrib/device-tree/include/dt-bindings/sound/
H A Dcs35l45.h25 * - gpio-dir : GPIO pin direction. Valid only when 'gpio-ctrl'
57 * 1 = Pin acts as a GPIO, direction controlled by 'gpio-dir'
58 * 2 = Pin acts as MDSYNC, direction controlled by MDSYNC
63 * 1 = Pin acts as a GPIO, direction controlled by 'gpio-dir'
72 * 1 = Pin acts as a GPIO, direction controlled by 'gpio-dir'
/freebsd/crypto/openssh/regress/
H A Ddynamic-forward.sh19 direction="$1"
24 trace "start dynamic -$direction forwarding, fork to background"
27 -$direction $FWDPORT -oExitOnForwardFailure=yes \
55 direction=$1
59 trace "testing ssh socks version $s host $h (-$direction)"
/freebsd/sys/contrib/device-tree/Bindings/media/xilinx/
H A Dxlnx,video.txt26 - direction: should be either "input" or "output" depending on the direction
42 direction = "input";
49 direction = "input";
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dqcom,q6asm-dais.yaml44 direction:
48 The direction of the dai stream::
59 is-compress-dai: [ direction ]
94 direction = <1>;

12345678910>>...50