| /OK3568_Linux_fs/kernel/lib/ |
| H A D | cpu_rmap.c | 36 obj_offset = ALIGN(offsetof(struct cpu_rmap, near[nr_cpu_ids]), in alloc_cpu_rmap() 53 rmap->near[cpu].index = cpu % size; in alloc_cpu_rmap() 54 rmap->near[cpu].dist = CPU_RMAP_DIST_INF; in alloc_cpu_rmap() 100 if (rmap->near[cpu].dist > dist && in cpu_rmap_copy_neigh() 101 rmap->near[neigh].dist <= dist) { in cpu_rmap_copy_neigh() 102 rmap->near[cpu].index = rmap->near[neigh].index; in cpu_rmap_copy_neigh() 103 rmap->near[cpu].dist = dist; in cpu_rmap_copy_neigh() 119 index = rmap->near[cpu].index; in debug_print_rmap() 121 cpu, index, rmap->near[cpu].dist); in debug_print_rmap() 168 if (rmap->near[cpu].index == index) { in cpu_rmap_update() [all …]
|
| /OK3568_Linux_fs/kernel/fs/hpfs/ |
| H A D | alloc.c | 115 static secno alloc_in_bmp(struct super_block *s, secno near, unsigned n, unsigned forward) in alloc_in_bmp() argument 119 unsigned bs = near & ~0x3fff; in alloc_in_bmp() 120 unsigned nr = (near & 0x3fff) & ~(n - 1); in alloc_in_bmp() 130 if (!(bmp = hpfs_map_bitmap(s, near >> 14, &qbh, "aib"))) goto uls; in alloc_in_bmp() 203 secno hpfs_alloc_sector(struct super_block *s, secno near, unsigned n, int forward) in hpfs_alloc_sector() argument 216 if (near && near < sbi->sb_fs_size) { in hpfs_alloc_sector() 217 if ((sec = alloc_in_bmp(s, near, n, f_p ? forward : forward/4))) goto ret; in hpfs_alloc_sector() 218 near_bmp = near >> 14; in hpfs_alloc_sector() 277 static secno alloc_in_dirband(struct super_block *s, secno near) in alloc_in_dirband() argument 279 unsigned nr = near; in alloc_in_dirband() [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | cpu_rmap.h | 31 } near[]; member 44 return rmap->near[cpu].index; in cpu_rmap_lookup_index() 49 return rmap->obj[rmap->near[cpu].index]; in cpu_rmap_lookup_obj()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/neard/neard/ |
| H A D | 0001-Add-header-dependency-to-nciattach.o.patch | 9 | ../neard-0.16/src/near.h:30:27: fatal error: near/nfc_copy.h: No such 11 | #include <near/nfc_copy.h>
|
| H A D | Makefile.am-do-not-ship-version.h.patch | 31 $(noinst_HEADERS), include/near/$(notdir $(file)))
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | mat4.hpp | 36 void ortho(mat4& out, double left, double right, double bottom, double top, double near, double far… 37 void perspective(mat4& out, double fovy, double aspect, double near, double far);
|
| H A D | mat4.cpp | 97 void ortho(mat4& out, double left, double right, double bottom, double top, double near, double far… in ortho() argument 100 nf = 1.0f / (near - far); in ortho() 115 out[14] = (far + near) * nf; in ortho() 119 void perspective(mat4& out, double fovy, double aspect, double near, double far) { in perspective() argument 121 nf = 1.0f / (near - far); in perspective() 132 out[10] = (far + near) * nf; in perspective() 136 out[14] = (2.0f * far * near) * nf; in perspective()
|
| /OK3568_Linux_fs/buildroot/package/python-nfc/ |
| H A D | Config.in | 9 Python module for near field communication.
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-iio-sx9310 | 7 near the combined sensor. The combined sensor presents
|
| H A D | sysfs-bus-iio-proximity | 10 should typically be considered near.
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/freescale/ |
| H A D | imx8mq-librem5-r2.dts | 28 proximity-near-level = <220>;
|
| H A D | imx8mq-librem5-r3.dts | 30 proximity-near-level = <25>;
|
| /OK3568_Linux_fs/u-boot/arch/xtensa/cpu/ |
| H A D | u-boot.lds | 19 * The reset vector is usually near the base of SYSROM and has room 22 * If a core has its vectors near the top of ROM, this must be edited.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | st,sta32x.txt | 67 If present, power bridge correction for THD reduction near maximum 98 // near maximum power output
|
| H A D | st,sta350.txt | 71 If present, power bridge correction for THD reduction near maximum 128 // near maximum power output
|
| /OK3568_Linux_fs/external/common_algorithm/audio/ |
| H A D | Changelog.txt | 10 - Fixed discontinuous near-end talk
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libtext/ |
| H A D | libtext-diff-perl_1.41.bb | 3 utility. It is not anywhere near as feature complete as GNU diff, but it is \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/mdadm/files/ |
| H A D | 0001-mdadm-skip-test-11spare-migration.patch | 17 "try" includes near 20 sub testcase, so there are nearly 80 subcases need to run,
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/pbzip2/ |
| H A D | pbzip2_1.1.13.bb | 3 file compressor that uses pthreads and achieves near-linear speedup on SMP \
|
| /OK3568_Linux_fs/buildroot/package/minetest/ |
| H A D | Config.in | 17 Minetest is a near-infinite-world block sandbox game and a
|
| /OK3568_Linux_fs/kernel/scripts/coccinelle/misc/ |
| H A D | returnvar.cocci | 8 // Comments: Comments on code can be deleted if near code that is removed.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/neard/ |
| H A D | neard_0.16.bb | 6 file://src/near.h;beginline=1;endline=20;md5=358e4deefef251a4761e1ffacc965d13 \
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | armada-370-synology-ds213j.dts | 83 /* rear USB port, near reset button */ 88 /* rear USB port, near RJ45 port */
|
| H A D | at91-foxg20.dts | 150 /* red LED marked "PC7" near mini USB (device) receptacle */
|
| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | auxtrace.c | 2164 bool near; member 2214 args->near = true; in print_kern_sym_cb() 2215 } else if (args->near) { in print_kern_sym_cb() 2216 args->near = false; in print_kern_sym_cb() 2410 bool near = false; in print_duplicate_syms() local 2423 near = true; in print_duplicate_syms() 2424 } else if (near) { in print_duplicate_syms() 2425 near = false; in print_duplicate_syms()
|