Home
last modified time | relevance | path

Searched full:let (Results 1 – 25 of 3671) sorted by relevance

12345678910>>...147

/OK3568_Linux_fs/kernel/tools/memory-model/
H A Dlinux-kernel.cat28 let acq-po = [Acquire] ; po ; [M]
29 let po-rel = [M] ; po ; [Release]
30 let po-unlock-rf-lock-po = po ; [UL] ; rf ; [LKR] ; po
33 let R4rmb = R \ Noreturn (* Reads for which rmb works *)
34 let rmb = [R4rmb] ; fencerel(Rmb) ; [R4rmb]
35 let wmb = [W] ; fencerel(Wmb) ; [W]
36 let mb = ([M] ; fencerel(Mb) ; [M]) |
42 let gp = po ; [Sync-rcu | Sync-srcu] ; po?
43 let strong-fence = mb | gp
45 let nonrw-fence = strong-fence | po-rel | acq-po
[all …]
H A Dlock.cat33 let RL = try RL with emptyset
34 let RU = try RU with emptyset
37 let LF = LF | RL
40 let ALL-LOCKS = LKR | LKW | UL | LF | RU
44 let lk-rmw = ([LKR] ; po-loc ; [LKW]) \ (po ; po)
45 let rmw = rmw | lk-rmw
64 let R = R | LKR | LF | RU
65 let W = W | LKW
67 let Release = Release | UL
68 let Acquire = Acquire | LKR
[all …]
H A Dlinux-kernel.bell41 let Srcu = Srcu-lock | Srcu-unlock | Sync-srcu
44 let rcu-rscs = let rec
60 let srcu-rscs = let rec
82 let Marked = (~M) | IW | Once | Release | Acquire | domain(rmw) | range(rmw) |
84 let Plain = M \ Marked
/OK3568_Linux_fs/yocto/poky/bitbake/contrib/vim/indent/
H A Dbitbake.vim23 let stack = synstack(a:lnum, 1)
28 let top = synIDattr(stack[0], "name")
38 let s:keepcpo= &cpo
41 let s:maxoff = 50 " maximum number of lines to look backwards for ()
61 let plnum = prevnonblank(v:lnum - 1)
71 " timeout, so let the user disable this feature if he doesn't need it
72 let disable_parentheses_indenting = get(g:, "pyindent_disable_parentheses_indenting", 0)
75 let plindent = indent(plnum)
76 let plnumstart = plnum
80 let searchpair_stopline = 0
[all …]
/OK3568_Linux_fs/buildroot/docs/website/js/
H A Dbuildroot.js2 let container = document.getElementById(divid);
7 let x2js = new X2JS();
8 let result = x2js.xml_str2json(data.documentElement.outerHTML);
9 let loaded = 0;
10 let nb_display = 8;
12 for (let i = 0; i < result.feed.entry.length; i++) {
13 let entry = result.feed.entry[i];
19 let div = document.createElement("p");
20 let link = document.createElement("a");
21 let d = new Date(entry.published);
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/contrib/vim/plugin/
H A Dnewbb.vim18 let l:user_name = system("git config --get user.name")
26 let l:user_email = system("git config --get user.email")
34 let l:current_year = strftime("%Y")
35 let l:user_name = <SID>GetUserName()
36 let l:user_email = <SID>GetUserEmail()
48 let l:paste = &paste
74 let g:bb_create_on_empty = 1
79 let g:bb_create_on_empty = 0
H A Dnewbbappend.vim19 let l:paste = &paste
32 let g:bb_create_on_empty = 1
37 let g:bb_create_on_empty = 0
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dlet.cpp1 #include <mbgl/style/expression/let.hpp>
9 EvaluationResult Let::evaluate(const EvaluationContext& params) const { in evaluate()
13 void Let::eachChild(const std::function<void(const Expression&)>& visit) const { in eachChild()
20 std::vector<optional<Value>> Let::possibleOutputs() const { in possibleOutputs()
26 ParseResult Let::parse(const Convertible& value, ParsingContext& ctx) { in parse()
65 return ParseResult(std::make_unique<Let>(std::move(bindings_), std::move(*result_))); in parse()
68 mbgl::Value Let::serialize() const { in serialize()
102 name_ + R"(" has been bound in an enclosing "let" expression before using it.)", 1); in parse()
H A Dfind_zoom_curve.cpp3 #include <mbgl/style/expression/let.hpp>
18 case Kind::Let: { in findZoomCurve()
19 auto let = static_cast<const Let*>(e); in findZoomCurve() local
20 result = findZoomCurve(let->getResult()); in findZoomCurve()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dlet.hpp14 class Let : public Expression { class
18 Let(Bindings bindings_, std::unique_ptr<Expression> result_) : in Let() function in mbgl::style::expression::Let
19 Expression(Kind::Let, result_->getType()), in Let()
30 if (e.getKind() == Kind::Let) { in operator ==()
31 auto rhs = static_cast<const Let*>(&e); in operator ==()
44 std::string getOperator() const override { return "let"; } in getOperator()
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dfunction-graph-fold.vim15 let line = getline(a:lnum)
29 let s = split(getline(v:foldstart), '|', 1)
31 let s[2] = ' task switch '
33 let e = split(getline(v:foldend), '|', 1)
34 let s[2] = e[2]
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dsharedsubtree.rst47 Let's say /mnt has a mount that is shared::
70 Now let's say we mount a device at /tmp/a::
93 Let's say /mnt has a mount which is shared.
96 Let's bind mount /mnt to /tmp
102 Now let's make the mount at /tmp; a slave of /mnt
105 let's mount /dev/sd0 on /mnt/a
116 However let's see what happens if we mount something on the mount at /tmp
136 let's say we have a mount at /mnt and we make it unbindable::
140 Let's try to bind mount this mount somewhere else::
446 let's say we have the following mount tree::
[all …]
/OK3568_Linux_fs/external/rockchip-test/audio/
H A Dtest_loopback.sh57 let "capt_count=$capt_minutes*$test_hours" # capture 120 hours
58 let "play_count=$capt_seconds/($play_seconds+$play_stop_doze)"
75 let "temp=($capt_cnt-1)/($capt_count/$switch_gain_count)"
76 let "capt_gain=$temp%(switch_gain_count+1)*3" # step 3dB
95 let play_gain_index+=1
/OK3568_Linux_fs/debian/overlay-debug/rockchip-test/audio/
H A Dtest_loopback.sh57 let "capt_count=$capt_minutes*$test_hours" # capture 120 hours
58 let "play_count=$capt_seconds/($play_seconds+$play_stop_doze)"
75 let "temp=($capt_cnt-1)/($capt_count/$switch_gain_count)"
76 let "capt_gain=$temp%(switch_gain_count+1)*3" # step 3dB
95 let play_gain_index+=1
/OK3568_Linux_fs/external/rkupdate/
H A DMD5Checksum.h108 Let x_i denote "x sub i". If the subscript is an expression, we
111 Let the symbol "+" denote addition of words (i.e., modulo-2^32
112 addition). Let X <<< s denote the 32-bit value obtained by circularly
113 shifting (rotating) X left by s bit positions. Let not(X) denote the
114 bit-wise complement of X, and let X v Y denote the bit-wise OR of X
115 and Y. Let X xor Y denote the bit-wise XOR of X and Y, and let XY
149 words. Let M[0 ... N-1] denote the words of the resulting message,
176 sine function. Let T[i] denote the i-th element of the table, which
192 // Let [abcd k s i] denote the operation
201 // Let [abcd k s i] denote the operation
[all …]
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/
H A DAllow-.js-preference-files-to-set-locked-prefs-with-.patch53 - let (pref_value_kind, mut is_sticky) = match token {
57 + let (pref_value_kind, mut is_sticky, mut is_locked) = match token {
69 - let mut is_locked = false;
70 let mut has_attrs = false;
72 let ok = loop {
/OK3568_Linux_fs/kernel/drivers/usb/misc/
H A Demi26.c120 /* De-assert reset (let the CPU run) */ in emi26_load_firmware()
124 msleep(250); /* let device settle */ in emi26_load_firmware()
159 msleep(250); /* let device settle */ in emi26_load_firmware()
161 /* De-assert reset (let the CPU run) */ in emi26_load_firmware()
195 /* De-assert reset (let the CPU run) */ in emi26_load_firmware()
199 msleep(250); /* let device settle */ in emi26_load_firmware()
234 /* do not return the driver context, let real audio driver do that */ in emi26_probe()
H A Demi62.c127 /* De-assert reset (let the CPU run) */ in emi62_load_firmware()
131 msleep(250); /* let device settle */ in emi62_load_firmware()
167 /* De-assert reset (let the CPU run) */ in emi62_load_firmware()
171 msleep(250); /* let device settle */ in emi62_load_firmware()
202 /* De-assert reset (let the CPU run) */ in emi62_load_firmware()
206 msleep(250); /* let device settle */ in emi62_load_firmware()
247 /* do not return the driver context, let real audio driver do that */ in emi62_probe()
/OK3568_Linux_fs/kernel/scripts/coccinelle/api/
H A Dcheck_bq27xxx_data.cocci18 let print_report p msg =
19 let p = List.hd p in
86 let msg =
122 let msg =
158 let msg =
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/
H A Dfold.hpp118 /// Let \c seq be <tt>when\<_, Sequence\>()(e, s, d)</tt>, let
120 /// let \c fun(d) be an object such that <tt>fun(d)(e, s)</tt>
180 /// Let \c seq be <tt>when\<_, Sequence\>()(e, s, d)</tt>, let
182 /// let \c fun(d) be an object such that <tt>fun(d)(e, s)</tt>
/OK3568_Linux_fs/buildroot/package/assimp/
H A D0003-closes-2954-upgrade-to-latest-greatest.patch97 + let path = CString::new("/tmp/test.zip").unwrap();
98 + let mode: libc::c_char = 'w' as libc::c_char;
100 + let entryname = CString::new("test.txt").unwrap();
101 + let content = "test content\0";
104 + let zip: *mut Zip = zip_open(path.as_ptr(), 5, mode);
108 + let buf = content.as_ptr() as *const libc::c_void;
109 + let bufsize = content.len() as libc::size_t;
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/forwarding/
H A Drouter_multipath.sh187 let "packets_rp12 = $t1_rp12 - $t0_rp12"
188 let "packets_rp13 = $t1_rp13 - $t0_rp13"
224 let "packets_rp12 = $t1_rp12 - $t0_rp12"
225 let "packets_rp13 = $t1_rp13 - $t0_rp13"
258 let "packets_rp12 = $t1_rp12 - $t0_rp12"
259 let "packets_rp13 = $t1_rp13 - $t0_rp13"
H A Drouter_mpath_nh.sh206 let "packets_rp12 = $t1_rp12 - $t0_rp12"
207 let "packets_rp13 = $t1_rp13 - $t0_rp13"
239 let "packets_rp12 = $t1_rp12 - $t0_rp12"
240 let "packets_rp13 = $t1_rp13 - $t0_rp13"
269 let "packets_rp12 = $t1_rp12 - $t0_rp12"
270 let "packets_rp13 = $t1_rp13 - $t0_rp13"
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dcy82c693.c27 * If you know a better value or how to calc it, please let me know.
76 * let me know - ASK in cy82c693_set_dma_mode()
111 /* now let's write the clocks registers */ in cy82c693_set_pio_mode()
124 /* now let's set the remaining registers */ in cy82c693_set_pio_mode()
140 /* now let's set the remaining registers */ in cy82c693_set_pio_mode()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-app/
H A Dxterm_372.bb17 # Let xterm install .desktop files
48 # rxvt-unicode defaults to priority 10. Let's be one point lower to let it override xterm.

12345678910>>...147