| /linux/rust/syn/ |
| H A D | fixup.rs | 9 use crate::precedence::Precedence; 15 previous_operator: Precedence, 17 next_operator: Precedence, 158 previous_operator: Precedence::MIN, 160 next_operator: Precedence::MIN, 231 #[cfg(feature = "full")] precedence: Precedence, in leftmost_subexpression_with_operator() 232 ) -> (Precedence, Self) { in leftmost_subexpression_with_operator() argument 235 next_operator: precedence, in leftmost_subexpression_with_operator() 262 pub fn leftmost_subexpression_with_dot(self, expr: &Expr) -> (Precedence, Self) { in leftmost_subexpression_with_dot() argument 265 next_operator: Precedence::Unambiguous, in leftmost_subexpression_with_dot() [all …]
|
| H A D | precedence.rs | 19 // Reference: https://doc.rust-lang.org/reference/expressions.html#expression-precedence 20 pub(crate) enum Precedence { enum 58 impl Precedence { implementation 59 pub(crate) const MIN: Self = Precedence::Jump; 63 BinOp::Add(_) | BinOp::Sub(_) => Precedence::Sum, in of_binop() 64 BinOp::Mul(_) | BinOp::Div(_) | BinOp::Rem(_) => Precedence::Product, in of_binop() 65 BinOp::And(_) => Precedence::And, in of_binop() 66 BinOp::Or(_) => Precedence::Or, in of_binop() 67 BinOp::BitXor(_) => Precedence::BitXor, in of_binop() 68 BinOp::BitAnd(_) => Precedence::BitAnd, in of_binop() [all …]
|
| H A D | expr.rs | 161 /// This variant is important for faithfully representing the precedence 436 /// This variant is important for faithfully representing the precedence 822 /// precedence and is not captured by assigning a precedence level to the 825 /// `return (0..(S {}))` implying tighter precedence for struct init than 827 /// precedence for `..` than struct init, a contradiction. 887 /// grammar is independent of precedence. 1208 use crate::precedence::Precedence; 1283 return parse_expr(input, expr, allow_struct, Precedence::MIN); in parse_with_earlier_boundary_rule() 1293 return parse_expr(input, expr, allow_struct, Precedence::MIN); in parse_with_earlier_boundary_rule() 1316 base: Precedence, in parse_expr() argument [all …]
|
| /linux/scripts/kconfig/tests/transitional/ |
| H A D | Kconfig | 51 # Precedence tests for all types 53 bool "New bool option with precedence" 61 string "New string option with precedence" 69 tristate "New tristate option with precedence" 77 hex "New hex option with precedence" 85 int "New int option with precedence"
|
| H A D | __init__.py | 11 - User-set NEW values take precedence over conflicting OLD transitional values
|
| /linux/drivers/net/ethernet/freescale/dpaa2/ |
| H A D | dpaa2-switch-flower.c | 243 int precedence) in dpaa2_switch_acl_entry_set_precedence() argument 251 entry->cfg.precedence = precedence; in dpaa2_switch_acl_entry_set_precedence() 260 int index, i, precedence, err; in dpaa2_switch_acl_tbl_add_entry() local 268 precedence = DPAA2_ETHSW_PORT_MAX_ACL_ENTRIES - block->num_acl_rules - 1; in dpaa2_switch_acl_tbl_add_entry() 273 precedence); in dpaa2_switch_acl_tbl_add_entry() 277 precedence++; in dpaa2_switch_acl_tbl_add_entry() 281 entry->cfg.precedence = precedence; in dpaa2_switch_acl_tbl_add_entry() 334 int index, i, precedence, err; in dpaa2_switch_acl_tbl_remove_entry() local 349 precedence = entry->cfg.precedence; in dpaa2_switch_acl_tbl_remove_entry() 353 precedence); in dpaa2_switch_acl_tbl_remove_entry() [all …]
|
| H A D | dpsw.h | 742 * @precedence: Precedence inside ACL 0 is lowest; This priority can not change 749 int precedence; member
|
| /linux/drivers/net/wireless/broadcom/brcm80211/include/ |
| H A D | brcmu_utils.h | 24 /* osl multi-precedence packet queue */ 26 #define PKTQ_MAX_PREC 16 /* Maximum precedence levels */ 74 /* operations on a specific precedence in packet queue */ 120 /* Empty the queue at particular precedence level */
|
| /linux/tools/testing/selftests/ftrace/test.d/trigger/ |
| H A D | trigger-hist-expressions.tc | 46 test_hist_expr "Same precedence operators (+,-) evaluated left to right" "16-8+4+2" "14" 48 test_hist_expr "Same precedence operators (*,/) evaluated left to right" "4*3/2*2" "12"
|
| /linux/drivers/net/wireless/broadcom/brcm80211/brcmutil/ |
| H A D | utils.c | 43 * osl multiple-precedence packet queue 44 * hi_prec is always >= the number of the highest non-empty precedence 100 * precedence based dequeue with match function. Passing a NULL pointer
|
| /linux/drivers/net/ethernet/mscc/ |
| H A D | ocelot_devlink.c | 25 * COL_SHR: sharing watermark per color (drop precedence) across all ports 145 * | per color (drop precedence level) 167 * | per color (drop precedence level) 189 * | per color (drop precedence level) 211 * | per color (drop precedence level) 249 * precedence 0. The user can still explicitly request reservations per port 275 * per color (drop precedence).
|
| /linux/include/uapi/linux/ |
| H A D | icmp.h | 57 #define ICMP_PREC_VIOLATION 14 /* Precedence violation */ 58 #define ICMP_PREC_CUTOFF 15 /* Precedence cut off */
|
| /linux/Documentation/userspace-api/ |
| H A D | seccomp_filter.rst | 90 ``SECCOMP_RET_KILL_PROCESS`` will always take precedence.) 92 In precedence order, they are: 169 Precedence is only determined using the ``SECCOMP_RET_ACTION`` mask. When 170 multiple filters return values of the same precedence, only the
|
| /linux/Documentation/devicetree/bindings/net/ |
| H A D | ti,dp83867.yaml | 58 cell takes precedence over ti,max-output-impedance, which in 59 turn takes precedence over ti,min-output-impedance.
|
| /linux/drivers/firmware/arm_scmi/transports/ |
| H A D | Makefile | 2 # Keep before scmi_transport_mailbox.o to allow precedence
|
| /linux/tools/testing/selftests/tc-testing/tc-tests/actions/ |
| H A D | pedit.json | 1258 "name": "Add pedit action with LAYERED_OP ip set precedence", 1275 "cmdUnderTest": "$TC actions add action pedit munge ip precedence set 3 jump 2", 1314 "name": "Add pedit action with LAYERED_OP ip add precedence", 1331 "cmdUnderTest": "$TC actions add action pedit ex munge ip precedence add 0x1 pipe", 1370 "name": "Add pedit action with LAYERED_OP ip clear precedence", 1387 "cmdUnderTest": "$TC actions add action pedit munge ip precedence clear jump 2", 1426 "name": "Add pedit action with LAYERED_OP ip invert precedence", 1443 "cmdUnderTest": "$TC actions add action pedit munge ip precedence invert reclassify",
|
| /linux/Documentation/devicetree/bindings/counter/ |
| H A D | interrupt-counter.yaml | 18 take precedence for counting interrupts.
|
| /linux/tools/perf/pmu-events/ |
| H A D | metric.py | 208 # Simple lookup for operator precedence, used to avoid unnecessary 209 # brackets. Precedence matches that of the simple expression parser 210 # but differs from python where comparisons are lower precedence than 243 this/self operator has higher precedence. Consider: '(a + b) * c', 247 evaluated first. For 'a / (b * c)' (ie the same precedence level
|
| /linux/drivers/soc/fsl/dpio/ |
| H A D | qbman-portal.h | 51 /* dequeue with priority precedence, respect intra-class scheduling */ 53 /* dequeue with active FQ precedence, respect ICS */ 55 /* dequeue with active FQ precedence, no ICS */
|
| /linux/arch/arm/boot/bootp/ |
| H A D | init.S | 49 * tag takes precedence.
|
| /linux/Documentation/userspace-api/media/mediactl/ |
| H A D | media-ioc-device-info.rst | 96 number takes precedence when provided and can be assumed to be unique.
|
| /linux/Documentation/driver-api/cxl/linux/ |
| H A D | memory-hotplug.rst | 20 in order of precedence:
|
| /linux/Documentation/networking/device_drivers/ethernet/netronome/ |
| H A D | nfp.rst | 110 firmware file will take precedence over `nic_AMDA*` files. 132 Defines which firmware should take precedence, 'Disk' (0), 'Flash' (1) or
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | dev-overlay.rst | 114 first takes precedence. The attempt to capture 155 takes precedence. The attempt to capture or overlay as well
|
| /linux/drivers/staging/rtl8723bs/include/ |
| H A D | rtw_eeprom.h | 42 /* Besides, CustomerID of registry has precedence of that of EEPROM. */
|