Home
last modified time | relevance | path

Searched refs:Let (Results 1 – 25 of 78) sorted by relevance

1234

/linux/rust/syn/
H A Dfixup.rs357 Precedence::Assign | Precedence::Let | Precedence::Prefix => { in rightmost_subexpression_precedence()
381 || ((self.stmt || self.leftmost_subexpression_in_stmt) && matches!(expr, Expr::Let(_))) in parenthesize()
426 | Expr::Let(_) in precedence()
705 Expr::Let(e) => { in scan_right()
709 let right_fixup = fixup.rightmost_subexpression_fixup(false, false, Precedence::Let); in scan_right()
713 Precedence::Let, in scan_right()
715 if fixup.next_operator < Precedence::Let { in scan_right()
722 Scan::Fail | Scan::Bailout if fixup.next_operator < Precedence::Let => { in scan_right()
728 if right_fixup.rightmost_subexpression_precedence(&e.expr) < Precedence::Let { in scan_right()
769 _ if precedence == Precedence::Let && fixup.next_operator < Precedence::Let => { in scan_right()
H A Dprecedence.rs33 Let, enumerator
122 Expr::Let(_) => Precedence::Let, in of()
H A Dclassify.rs52 | Expr::Let(_) in requires_comma_to_be_match_arm()
163 | Expr::Let(_) in expr_leading_label()
209 Expr::Let(e) => expr = &e.expr, in expr_trailing_brace()
H A Dtoken.rs718 "let" pub struct Let
897 [let] => { $crate::token::Let };
H A Dstmt.rs364 | Expr::Let(_) in stmt_expr()
/linux/Documentation/trace/
H A Devents-nmi.rst22 Let's say you suspect that perf_event_nmi_handler() is causing
29 Let's also say you are only interested in when that function is
/linux/Documentation/driver-api/iio/
H A Dtriggers.rst45 Let's see a simple example of how to setup a trigger to be used by a driver::
/linux/Documentation/filesystems/ext4/
H A Djournal.rst697 Let's consider this rename operation: 'mv /a /b'. Let's assume dirent '/a'
709 Let's take an example of a procedure that is not idempotent and see how fast
717 Let's say while in replay, we crash after (2). During the second replay,
724 (Let's assume dirent A was linked to inode 10 and dirent B was linked to
/linux/Documentation/kbuild/
H A DKconfig.recursion-issue-0225 # have. Let's assume we have some CORE functionality, then the kernel has a
/linux/Documentation/admin-guide/
H A Dworkload-tracing.rst76 or a virtual machine. Most distributions will include strace command. Let’s
88 cscope is a good tool to browse kernel sources. Let's install it now::
102 subsystems used by these workloads. Let's start with an overview of these
192 Let’s checkout the latest Linux repository and build cscope database::
/linux/arch/m68k/fpsp040/
H A Dstwotox.S64 | 4. Let AdjFact := 2**(M'). Return
H A Dsatan.S25 | Step 2. Let X = sgn * 2**k * 1.xxxxxxxx...x. Note that k = -4, -3,..., or 3.
H A Dssin.S34 | 3. Decompose X as X = N(Pi/2) + r where |r| <= Pi/4. Let
59 | 2. Decompose X as X = N(Pi/2) + r where |r| <= Pi/4. Let
/linux/Documentation/filesystems/
H A Didmappings.rst234 Let's assume the filesystem was mounted with an idmapping of
244 So the kernel will map the id back up in the idmapping of the caller. Let's
256 Let's look at an example. We are given the following two idmappings::
384 Let's see some examples with caller/filesystem idmapping but without mount
578 idmapping. Let's assume they change ownership so it is compatible with the
765 we create a new file. Let's say the user is creating a file with ``u1000``.
794 Let's now briefly reconsider the failing examples from earlier in the context
972 Let's assume they want all files on disk to belong to ``u1000``. When the user
/linux/Documentation/sound/cards/
H A Dpcmtest.rst45 data generation. Let's look at the second mode.
/linux/Documentation/gpu/amdgpu/display/
H A Dmpo-overview.rst190 Let's discuss some of the hardware limitations we have when dealing with
220 Let's briefly explore how userspace can handle these two display configurations
/linux/Documentation/dev-tools/
H A Dcheckuapi.rst81 Let's add another change that *might* break userspace::
163 Let's commit the breaking change, then commit the innocuous change::
327 This script removes a UAPI header file from the install list. Let's run
/linux/Documentation/driver-api/mtd/
H A Dnand_ecc.rst42 Let's give a small figure:
61 Let's start to explain column parity.
313 Let's give it a try...
680 This makes things worse. Let's stick with attempt 6 and continue from there.
/linux/Documentation/w1/
H A Dw1-generic.rst37 Let's see how one can read EEPROM context:
/linux/arch/arm/boot/dts/arm/
H A Dintegratorcp.dts25 * cannot define a proper compatible here. Let the
H A Dintegratorap.dts23 * cannot define a proper compatible here. Let the
/linux/Documentation/virt/kvm/devices/
H A Dxive.rst247 5. Let the vCPU run
/linux/Documentation/core-api/
H A Derrseq.rst49 Let me tell you a story about a worker drone. Now, he's a good worker
/linux/Documentation/driver-api/usb/
H A Dwriting_musb_glue_layer.rst115 Let's go through the steps of the probe function that leads the glue
584 Let's get back to the init function first:
638 Let's now get back to the interrupt handler function:
/linux/Documentation/i2c/
H A Di2c-sysfs.rst189 8-channel MUX at address 0x72 behind the channel 1 of the 0x71 MUX. Let us
217 Let us continue the journey to directory ``i2c-73`` in either ways::

1234