| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/verifier/ |
| H A D | xdp_direct_packet_access.c | 67 .errstr = "R1 offset is outside of the packet", 85 .errstr = "R1 offset is outside of the packet", 120 .errstr = "R1 offset is outside of the packet", 157 .errstr = "R1 offset is outside of the packet", 175 .errstr = "R1 offset is outside of the packet", 248 .errstr = "R1 offset is outside of the packet", 266 .errstr = "R1 offset is outside of the packet", 337 .errstr = "R1 offset is outside of the packet", 355 .errstr = "R1 offset is outside of the packet", 390 .errstr = "R1 offset is outside of the packet", [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeorectangle/ |
| H A D | tst_qgeorectangle.cpp | 1028 QTest::newRow("non wrapped - left edge - outside") in containsCoord_data() 1034 QTest::newRow("non wrapped - right edge - outside") in containsCoord_data() 1040 QTest::newRow("non wrapped - top edge - outside") in containsCoord_data() 1046 QTest::newRow("non wrapped - bottom edge - outside") in containsCoord_data() 1052 QTest::newRow("non wrapped - top left - outside") in containsCoord_data() 1058 QTest::newRow("non wrapped - top right - outside") in containsCoord_data() 1064 QTest::newRow("non wrapped - bottom left - outside") in containsCoord_data() 1070 QTest::newRow("non wrapped - bottom right - outside") in containsCoord_data() 1097 QTest::newRow("wrapped - left edge - outside") in containsCoord_data() 1103 QTest::newRow("wrapped - right edge - outside") in containsCoord_data() [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/openat2/ |
| H A D | resolve_test.c | 147 { .name = "[beneath] jump outside $root", in test_openat2_opath_tests() 150 { .name = "[beneath] temporary jump outside $root", in test_openat2_opath_tests() 153 { .name = "[beneath] symlink temporary jump outside $root", in test_openat2_opath_tests() 156 { .name = "[beneath] chained symlink temporary jump outside $root", in test_openat2_opath_tests() 181 { .name = "[beneath] absolute symlink component outside $root", in test_openat2_opath_tests() 184 { .name = "[beneath] absolute symlink target outside $root", in test_openat2_opath_tests() 187 { .name = "[beneath] absolute path outside $root", in test_openat2_opath_tests() 190 { .name = "[beneath] cheeky absolute path outside $root", in test_openat2_opath_tests() 193 { .name = "[beneath] chained cheeky absolute path outside $root", in test_openat2_opath_tests() 197 { .name = "[beneath] tricky '..'-chained symlink outside $root", in test_openat2_opath_tests() [all …]
|
| /OK3568_Linux_fs/external/xserver/test/ |
| H A D | fixes.c | 126 /* across, but outside of y range */ in fixes_pointer_barriers_test() 140 /* across but outside boundary, diagonally */ in fixes_pointer_barriers_test() 175 /* startpoint on barrier but outside y range */ in fixes_pointer_barriers_test() 182 /* endpoint on barrier but outside y range */ in fixes_pointer_barriers_test() 207 /* across, but outside of y range */ in fixes_pointer_barriers_test() 221 /* across but outside boundary, diagonally */ in fixes_pointer_barriers_test() 256 /* startpoint on barrier but outside y range */ in fixes_pointer_barriers_test() 263 /* endpoint on barrier but outside y range */ in fixes_pointer_barriers_test() 283 /* endpoint outside y range; should be blocked */ in fixes_pointer_barriers_test() 290 /* endpoint outside y range */ in fixes_pointer_barriers_test()
|
| /OK3568_Linux_fs/kernel/tools/perf/pmu-events/arch/arm64/arm/cortex-a76-n1/ |
| H A D | cache.json | 15 …re operation or page table walk access which causes data to be read from outside the L1, including… 45 …p in the L2 cache, and any write-back from the L1 to the L2. Snoops from outside the core and cach… 51 …unts any cacheable transaction from L1 which causes data to be read from outside the core. L2 refi… 57 …outside the core. This includes snoops to the L2 which return data, regardless of whether they cau… 87 …ead transaction returning datafrom the SCU for which the data source was outside the cluster. Tran…
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/ |
| H A D | graphics.c | 60 static bool outside(int x, int y) in outside() function 124 if (outside(x, y) || outside(x+font->cwidth-1, y+font->cheight-1)) break; in gr_text() 151 if (outside(x, y) || outside(x+icon->width-1, y+icon->height-1)) return; in gr_texticon() 197 if (outside(x1, y1) || outside(x2-1, y2-1)) return; in gr_fill() 241 if (outside(dx, dy) || outside(dx+w-1, dy+h-1)) return; in gr_blit()
|
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_types.c | 29 * Verify that an AG block number pointer neither points outside the AG 49 * Verify that an FS block number pointer neither points outside the 93 * Verify that an AG inode number pointer neither points outside the AG 110 * Verify that an AG inode number pointer neither points outside the AG 123 * Verify that an FS inode number pointer neither points outside the
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | Kconfig | 113 modules require CRC-CCITT functions, but a module built outside 121 modules require CRC16 functions, but a module built outside 138 modules require CRC ITU-T V.41 functions, but a module built outside 148 modules require CRC32/CRC32c functions, but a module built outside 212 modules require CRC64 functions, but a module built outside 220 modules require CRC4 functions, but a module built outside 228 modules require CRC7 functions, but a module built outside 238 modules require CRC32c functions, but a module built outside the
|
| /OK3568_Linux_fs/external/recovery/minui/ |
| H A D | graphics.c | 63 //static bool outside(int x, int y) 68 static bool outside(int x, int y) in outside() function 183 if (outside(x, y) || outside(x + font->char_width - 1, y + font->char_height - 1)) break; in gr_text() 213 if (outside(x, y) || outside(x + icon->width - 1, y + icon->height - 1)) return; in gr_texticon() 266 if (outside(x1, y1) || outside(x2 - 1, y2 - 1)) return; in gr_fill() 298 if (outside(dx, dy) || outside(dx + w - 1, dy + h - 1)) return; in gr_blit()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/syscalls/ |
| H A D | rtas_filter.c | 256 // Test a permitted call, user-supplied size, buffer start outside RMO in test() 258 printf("Test a permitted call, user-supplied size, buffer start outside RMO... "); in test() 264 // Test a permitted call, user-supplied size, buffer end outside RMO in test() 266 printf("Test a permitted call, user-supplied size, buffer end outside RMO... "); in test() 272 // Test a permitted call, fixed size, buffer end outside RMO in test() 274 printf("Test a permitted call, fixed size, buffer end outside RMO... "); in test()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/ |
| H A D | range_in_geometry.hpp | 110 // when it finds a point of geometry1 inside or outside geometry2 149 // This function returns if first_point1 is inside or outside geometry2 or 150 // when it finds a point of geometry1 inside or outside geometry2 163 // check points of geometry1 until point inside/outside is found in range_in_geometry()
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0094-script-execute-Avoid-crash-when-using-outside-a-func.patch | 4 Subject: [PATCH] script/execute: Avoid crash when using "$#" outside a 9 if we attempt to evaluate "$#" outside a function scope, "scope" will 14 outside a function scope.
|
| /OK3568_Linux_fs/kernel/arch/powerpc/boot/ |
| H A D | epapr.c | 36 printf("WARNING: Image loaded outside IMA!" in platform_fixups() 39 printf("WARNING: Device tree address is outside IMA!" in platform_fixups() 43 printf("WARNING: Device tree extends outside IMA!" in platform_fixups()
|
| /OK3568_Linux_fs/kernel/net/ |
| H A D | Kconfig | 146 the outside, your box can "masquerade" as that computer, i.e. it 147 forwards the traffic to the intended outside destination, but 149 firewall box itself. It works both ways: if the outside host 152 are completely invisible to the outside world, even though they can 153 reach the outside and can receive replies. It is even possible to 159 the local network tries to connect to an outside host, your Linux
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_geoshape/ |
| H A D | tst_locationsingleton.qml | 90 property variant outside: QtPositioning.coordinate(2, 2) 116 compare (box.contains(outside), false) 118 compare (box.contains(outside), true) 121 compare (listBox.contains(outside), false) 122 compare (listBox2.contains(outside), true) 129 compare (widthBox.contains(outside), false) 140 …: "box not equal", shape1: box, shape2: QtPositioning.rectangle([inside, outside]), result: false …
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/within/ |
| H A D | point_in_geometry.hpp | 235 // If 1 (inside hole) return -1 (outside polygon) in apply() 236 // If -1 (outside hole) check other holes if any in apply() 262 return -1; // outside in apply() 272 int pip = -1; // outside in apply() 290 // outside in apply() 330 //int res = -1; // outside in apply()
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | io_bitmap.h | 25 * Invalidate the I/O bitmap by moving io_bitmap_base outside the in native_tss_invalidate_io_bitmap() 31 * outside the limit. in native_tss_invalidate_io_bitmap()
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/interrupt-controller/ |
| H A D | mediatek,cirq.txt | 4 work outside MCUSYS which comprises with Cortex-Ax cores,CCI and GIC. 5 The external interrupts (outside MCUSYS) will feed through CIRQ and connect
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tests/include/kutf/ |
| H A D | kutf_resultset.h | 50 * this is not seen outside the kernel 52 * this is not seen outside the kernel 54 * be produced. This is not seen outside kutf
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/squashfs-tools/squashfs-tools/ |
| H A D | CVE-2021-41072.patch | 13 Subject: [PATCH] Unsquashfs: additional write outside destination directory 19 files outside of the destination directory. 22 that contain a symbolic link pointing outside of the destination directory, 24 cause Unsquashfs to write files outside of the destination directory. 26 Specifically the symbolic link produces a pathname pointing outside
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtbase/ |
| H A D | 0003-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch | 4 Subject: [PATCH] qlibraryinfo: allow to set qt.conf from the outside using the 7 Allow to set a qt.conf from the outside using the environment. This allows
|
| /OK3568_Linux_fs/yocto/poky/documentation/kernel-dev/ |
| H A D | advanced.rst | 201 :ref:`kernel-dev/advanced:metadata outside the recipe-space`. 217 used with the ``linux-yocto-4.12`` kernel as defined outside of the 277 kernel as defined outside of the recipe space (i.e. 665 Kernel Metadata always exists outside of the kernel tree either defined 666 in a kernel recipe (recipe-space) or outside of the recipe. Where you 682 more convenient to work with kernel Metadata kept outside the 684 development of the Linux kernel more efficient outside of the BitBake 730 Metadata Outside the Recipe-Space 733 When stored outside of the recipe-space, the kernel Metadata files 750 containing configuration fragments. As with any Metadata kept outside
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | customize.txt | 32 which changes are also useful to developers outside your project. The 46 include::customize-outside-br.txt[]
|
| /OK3568_Linux_fs/u-boot/lib/lzma/ |
| H A D | history.txt | 53 outside of allocated range. 66 LZMA Encoder in fast compression mode could access memory outside of 119 outside of allocated range. 202 decoder could access memory outside of allocated range.
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/as.html/ |
| H A D | Xtensa-Immediate-Relaxation.html | 82 range from -2048 to 2047. Values outside this range are best 108 1020. A load offset outside these ranges can be materialized with 135 option is not available). If the <code>ADDI</code> immediate is outside of 138 used. Finally, if the immediate is outside of this range and a free
|