Home
last modified time | relevance | path

Searched refs:precedence (Results 1 – 25 of 39) sorted by relevance

12

/linux/rust/syn/
H A Dfixup.rs9 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 Dexpr.rs1208 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 Dlib.rs504 mod precedence; module
/linux/scripts/kconfig/tests/transitional/
H A DKconfig53 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 Ddpaa2-switch-flower.c243 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 Ddpsw.c1539 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 Ddpsw-cmd.h534 __le32 precedence; member
H A Ddpsw.h749 int precedence; member
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1185 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 Dmedia-ioc-device-info.rst96 number takes precedence when provided and can be assumed to be unique.
/linux/arch/arm64/boot/dts/bitmain/
H A Dbm1880-sophon-edge.dts28 * takes precedence. This is only for the informational
/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Dinterrupts.txt9 present, the latter should take precedence; the former may be provided simply
/linux/Documentation/driver-api/cxl/linux/
H A Dmemory-hotplug.rst20 in order of precedence:
/linux/Documentation/trace/rv/
H A Dlinear_temporal_logic.rst54 This grammar is ambiguous: operator precedence is not defined. Parentheses must
/linux/Documentation/userspace-api/
H A Dseccomp_filter.rst90 ``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 Dnfp.rst110 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 Ds900-bubblegum-96.dts84 * takes precedence, which means that the external UART on the
/linux/Documentation/userspace-api/media/v4l/
H A Ddev-overlay.rst114 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 Dattack_vector_controls.rst186 Vulnerability-specific controls (e.g. "retbleed=off") take precedence over all
/linux/scripts/
H A Dspdxcheck.py96 precedence = ( ('nonassoc', 'AND', 'OR'), ) variable in id_parser
H A DKbuild.include64 # The path to Kbuild or Makefile. Kbuild has precedence over Makefile.
/linux/arch/arm64/boot/dts/hisilicon/
H A Dhi6220-hikey.dts365 * takes precedence, which means that the external UART on the
/linux/arch/m68k/ifpsp060/src/
H A Dpfpsp.S1538 # 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 Dkconfig-language.rst297 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 De1000e.rst110 NOTE: InterruptThrottleRate takes precedence over the TxAbsIntDelay and

12