| /OK3568_Linux_fs/kernel/tools/memory-model/ |
| H A D | linux-kernel.cat | 28 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 D | lock.cat | 33 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 D | linux-kernel.bell | 41 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 D | bitbake.vim | 23 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/yocto/poky/bitbake/contrib/vim/plugin/ |
| H A D | newbb.vim | 18 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 D | newbbappend.vim | 19 let l:paste = &paste 32 let g:bb_create_on_empty = 1 37 let g:bb_create_on_empty = 0
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | function-graph-fold.vim | 15 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/yocto/meta-browser/meta-firefox/recipes-browser/firefox/firefox/fixes/ |
| H A D | Allow-.js-preference-files-to-set-locked-prefs-with-.patch | 53 - 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/scripts/coccinelle/api/ |
| H A D | check_bq27xxx_data.cocci | 18 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/package/let-me-create/ |
| H A D | 0001-fix-build-with-musl-C-library.patch | 8 /home/buildroot/autobuild/run/instance-3/output/build/let-me-create-v1.5.2/src/core/spi.c: In funct… 9 /home/buildroot/autobuild/run/instance-3/output/build/let-me-create-v1.5.2/src/core/spi.c:170:19: e… 12 /home/buildroot/autobuild/run/instance-3/output/build/let-me-create-v1.5.2/src/core/spi.c:170:19: n…
|
| H A D | Config.in | 1 comment "let-me-create needs a toolchain w/ C++, threads, dynamic library" 6 bool "let-me-create"
|
| H A D | let-me-create.hash | 2 sha256 5f42858a2062f34d2578e9cb1aed3ccb8d2409d908aa4c41a924418666d5f2bd let-me-create-1.5.2.tar.gz
|
| /OK3568_Linux_fs/buildroot/package/assimp/ |
| H A D | 0003-closes-2954-upgrade-to-latest-greatest.patch | 97 + 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/yocto/poky/bitbake/contrib/vim/ftplugin/ |
| H A D | bitbake.vim | 7 let b:did_ftplugin = 1 9 let b:undo_ftplugin = "setl cms< sts< sw< et< sua<"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/librsvg/librsvg/ |
| H A D | 0001-system-deps-src-lib.rs-do-not-probe-into-harcoded-li.patch | 35 - let target = self 39 - let target = get_builtin_target_by_triple(&target) 42 - let res = cfg.eval(|pred| match pred {
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/ |
| H A D | find_zoom_curve.cpp | 19 auto let = static_cast<const Let*>(e); in findZoomCurve() local 20 result = findZoomCurve(let->getResult()); in findZoomCurve()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libextutils/ |
| H A D | libextutils-parsexs-perl_3.35.bb | 3 embedding the constructs necessary to let C functions manipulate Perl \ 4 values and creates the glue necessary to let Perl access those functions. \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-extended/mozjs/mozjs-78/ |
| H A D | 0010-riscv-Set-march-correctly.patch | 26 let mut parts = target.split('-'); 27 if let Some(arch) = parts.next() { 28 let arch = &arch[5..];
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/null/ |
| H A D | badzero.cocci | 24 let negtable = Hashtbl.create 101 97 try let _ = Hashtbl.find negtable f in () 117 try let _ = Hashtbl.find negtable f in ()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/atop/atop/ |
| H A D | 0001-atop.daily-atop.init-atop-pm.sh-Avoid-using-bash.patch | 41 - let CNT+=1 60 - let CNT+=1
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | rk3288-veyron-mickey.dts | 86 * and don't let the GPU go faster than 400 MHz. 139 /* At very hot, don't let GPU go over 300 MHz */ 190 * let the CPU do the rest itself. 206 /* When really hot, don't let GPU go _above_ 300 MHz */
|
| /OK3568_Linux_fs/kernel/Documentation/spi/ |
| H A D | butterfly.rst | 20 SPI protocol drivers interact with the AVR, and could even let the AVR 42 Then to let Linux master that bus to talk to the DataFlash chip, you must 60 That would let you talk to the AVR using custom SPI-with-USI firmware,
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/glibc/ |
| H A D | 0019-powerpc-Do-not-ask-compiler-for-finding-arch.patch | 32 # cpu, don't let the generic configure append extra compiler options. 48 # cpu, don't let the generic configure append extra compiler options.
|
| /OK3568_Linux_fs/kernel/Documentation/i2c/ |
| H A D | old-module-parameters.rst | 11 <linux/i2c.h> which created standard module parameters to let the user 13 parameters were known as ``probe`` (to let the driver probe for an extra
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/laptops/ |
| H A D | toshiba_haps.rst | 27 however, this driver only provides a notification via a sysfs file to let 76 provides a way to let userspace query the current protection
|