| /linux/rust/syn/ |
| H A D | fixup.rs | 9 use crate::precedence::Precedence; 231 #[cfg(feature = "full")] precedence: Precedence, in leftmost_subexpression_with_operator() 235 next_operator: precedence, in leftmost_subexpression_with_operator() 297 self.precedence(expr) in leftmost_subexpression_precedence() 314 #[cfg(feature = "full")] precedence: Precedence, in rightmost_subexpression() 322 precedence, in rightmost_subexpression() 331 #[cfg(feature = "full")] precedence: Precedence, in rightmost_subexpression_fixup() 335 previous_operator: precedence, in rightmost_subexpression_fixup() 353 let default_prec = self.precedence(expr); in rightmost_subexpression_precedence() 405 fn precedence(self, expr: &Expr) -> Precedence { in precedence() method [all …]
|
| H A D | expr.rs | 1208 use crate::precedence::Precedence; 1324 let precedence = Precedence::of_binop(&op); in parse_expr() localVariable 1325 if precedence < base { in parse_expr() 1328 if precedence == Precedence::Assign { in parse_expr() 1333 if precedence == Precedence::Compare { in parse_expr() 1341 let right = parse_binop_rhs(input, allow_struct, precedence)?; in parse_expr() 1397 let precedence = Precedence::of_binop(&op); in parse_expr() localVariable 1398 if precedence < base { in parse_expr() 1401 if precedence == Precedence::Compare { in parse_expr() 1409 let right = parse_binop_rhs(input, precedence)?; in parse_expr() [all …]
|
| H A D | lib.rs | 504 mod precedence; module
|
| /linux/scripts/kconfig/tests/transitional/ |
| H A D | Kconfig | 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"
|
| /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.c | 1539 cmd_params->precedence = cpu_to_le32(cfg->precedence); in dpsw_acl_add_entry() 1573 cmd_params->precedence = cpu_to_le32(cfg->precedence); in dpsw_acl_remove_entry()
|
| H A D | dpsw-cmd.h | 534 __le32 precedence; member
|
| H A D | dpsw.h | 749 int precedence; member
|
| /linux/tools/testing/selftests/seccomp/ |
| H A D | seccomp_bpf.c | 1185 FIXTURE(precedence) { in FIXTURE() 1194 FIXTURE_SETUP(precedence) in FIXTURE_SETUP() 1249 FIXTURE_TEARDOWN(precedence) in FIXTURE_TEARDOWN() 1260 TEST_F(precedence, allow_ok) in TEST_F() 1286 TEST_F_SIGNAL(precedence, kill_is_highest, SIGSYS) in TEST_F_SIGNAL() 1315 TEST_F_SIGNAL(precedence, kill_is_highest_in_any_order, SIGSYS) in TEST_F_SIGNAL() 1342 TEST_F_SIGNAL(precedence, trap_is_second, SIGSYS) in TEST_F_SIGNAL() 1367 TEST_F_SIGNAL(precedence, trap_is_second_in_any_order, SIGSYS) in TEST_F_SIGNAL() 1392 TEST_F(precedence, errno_is_third) in TEST_F() 1414 TEST_F(precedence, errno_is_third_in_any_orde in TEST_F() 1179 FIXTURE(precedence) FIXTURE() argument 1188 FIXTURE_SETUP(precedence) FIXTURE_SETUP() argument 1243 FIXTURE_TEARDOWN(precedence) FIXTURE_TEARDOWN() argument 1254 TEST_F(precedence,allow_ok) TEST_F() argument 1280 TEST_F_SIGNAL(precedence,kill_is_highest,SIGSYS) TEST_F_SIGNAL() argument 1309 TEST_F_SIGNAL(precedence,kill_is_highest_in_any_order,SIGSYS) TEST_F_SIGNAL() argument 1336 TEST_F_SIGNAL(precedence,trap_is_second,SIGSYS) TEST_F_SIGNAL() argument 1361 TEST_F_SIGNAL(precedence,trap_is_second_in_any_order,SIGSYS) TEST_F_SIGNAL() argument 1386 TEST_F(precedence,errno_is_third) TEST_F() argument 1408 TEST_F(precedence,errno_is_third_in_any_order) TEST_F() argument 1430 TEST_F(precedence,trace_is_fourth) TEST_F() argument 1451 TEST_F(precedence,trace_is_fourth_in_any_order) TEST_F() argument 1472 TEST_F(precedence,log_is_fifth) TEST_F() argument 1492 TEST_F(precedence,log_is_fifth_in_any_order) TEST_F() argument [all...] |
| /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/arch/arm64/boot/dts/bitmain/ |
| H A D | bm1880-sophon-edge.dts | 28 * takes precedence. This is only for the informational
|
| /linux/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | interrupts.txt | 9 present, the latter should take precedence; the former may be provided simply
|
| /linux/Documentation/driver-api/cxl/linux/ |
| H A D | memory-hotplug.rst | 20 in order of precedence:
|
| /linux/Documentation/trace/rv/ |
| H A D | linear_temporal_logic.rst | 54 This grammar is ambiguous: operator precedence is not defined. Parentheses must
|
| /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: 170 multiple filters return values of the same precedence, only the
|
| /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/arch/arm64/boot/dts/actions/ |
| H A D | s900-bubblegum-96.dts | 84 * takes precedence, which means that the external UART on the
|
| /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/Documentation/admin-guide/hw-vuln/ |
| H A D | attack_vector_controls.rst | 186 Vulnerability-specific controls (e.g. "retbleed=off") take precedence over all
|
| /linux/scripts/ |
| H A D | spdxcheck.py | 96 precedence = ( ('nonassoc', 'AND', 'OR'), ) variable in id_parser
|
| H A D | Kbuild.include | 64 # The path to Kbuild or Makefile. Kbuild has precedence over Makefile.
|
| /linux/arch/arm64/boot/dts/hisilicon/ |
| H A D | hi6220-hikey.dts | 365 * takes precedence, which means that the external UART on the
|
| /linux/arch/m68k/ifpsp060/src/ |
| H A D | pfpsp.S | 1538 # Exceptions in order of precedence: 1854 # Exceptions in order of precedence: 2095 # Exceptions in order of precedence: 2606 # Exceptions in order of precedence:
|
| /linux/Documentation/kbuild/ |
| H A D | kconfig-language.rst | 297 Expressions are listed in decreasing order of precedence. 309 (5) Returns the value of the expression. Used to override precedence.
|
| /linux/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | e1000e.rst | 110 NOTE: InterruptThrottleRate takes precedence over the TxAbsIntDelay and
|