Home
last modified time | relevance | path

Searched full:beyond (Results 1 – 25 of 1644) sorted by relevance

12345678910>>...66

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dcheck_iterator_range.hpp32 static inline bool apply(InputIterator first, InputIterator beyond) in apply()
34 for (InputIterator it = first; it != beyond; ++it) in apply()
41 return AllowEmptyRange || first != beyond; in apply()
48 InputIterator beyond, in apply()
55 for (InputIterator it = first; it != beyond; ++it) in apply()
62 return AllowEmptyRange || first != beyond; in apply()
/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 Dfollow_linear_linear.hpp296 TurnIterator first, TurnIterator beyond, in apply() argument
309 for (TurnIterator it = first; it != beyond; ++it) in apply()
389 apply(linestring_iterator first, linestring_iterator beyond, in apply()
392 for (linestring_iterator ls_it = first; ls_it != beyond; ++ls_it) in apply()
429 TurnIterator first, TurnIterator beyond, in apply() argument
433 BOOST_GEOMETRY_ASSERT( first != beyond ); in apply()
457 per_ls_next = std::find_if(per_ls_current, beyond, in apply()
465 if ( per_ls_next != beyond ) in apply()
476 while ( per_ls_next != beyond ); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/iterators/
H A Dhas_one_element.hpp20 inline bool has_one_element(Iterator first, Iterator beyond) in has_one_element() argument
22 return first != beyond && ++first == beyond; in has_one_element()
/OK3568_Linux_fs/kernel/tools/testing/selftests/vm/
H A Dvirtual_address_range.c6 * address range and beyond.
26 * and is enabled by default. Address space beyond 128TB
43 #define ADDR_MARK_128TB (1UL << 47) /* First address beyond 128TB */
44 #define ADDR_MARK_256TB (1UL << 48) /* First address beyond 256TB */
/OK3568_Linux_fs/kernel/arch/xtensa/lib/
H A Dstrnlen_user.S107 addi a4, a4, 1 # point just beyond zero byte
111 addi a4, a4, 1+1 # point just beyond zero byte
115 addi a4, a4, 2+1 # point just beyond zero byte
131 addi a4, a4, 3+1 # point just beyond zero byte
/OK3568_Linux_fs/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/
H A D0005-Disable-spurious-Wstringop-overflow-for-setjmp-longj.patch12 signal mask) beyond the common prefix of the two structures, so this
49 + do not use anything beyond the common prefix (they never access
78 + do not use anything beyond the common prefix (they never access
107 + do not use anything beyond the common prefix (they never access
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dverity.c13 * boundary beyond i_size. This approach works because (a) verity files are
14 * readonly, and (b) pages fully beyond i_size aren't visible to userspace but
41 * we need to read beyond i_size.
178 * happen before clearing FI_VERITY_IN_PROGRESS; otherwise pages beyond in f2fs_end_enable_verity()
204 * metadata that was written beyond i_size (both from cache and from in f2fs_end_enable_verity()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dfalloc.h11 * without leaving a hole in the file. The contents of the file beyond
47 * overwriting any existing data. The contents of the file beyond offset are
56 * Attempting to insert space using this flag at OR beyond the end of
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dfalloc.h11 * without leaving a hole in the file. The contents of the file beyond
47 * overwriting any existing data. The contents of the file beyond offset are
56 * Attempting to insert space using this flag at OR beyond the end of
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dfalloc.h11 * without leaving a hole in the file. The contents of the file beyond
47 * overwriting any existing data. The contents of the file beyond offset are
56 * Attempting to insert space using this flag at OR beyond the end of
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_valid/
H A Dpolygon.hpp371 TurnIterator beyond, in are_holes_inside() argument
379 beyond, in are_holes_inside()
389 TurnIterator beyond, in apply()
396 beyond, in apply()
410 TurnIterator beyond, in apply()
423 for (TurnIterator tit = first; tit != beyond; ++tit) in apply()
H A Ddebug_print_turns.hpp55 inline void debug_print_turns(TurnIterator first, TurnIterator beyond) in debug_print_turns() argument
58 for (TurnIterator tit = first; tit != beyond; ++tit) in debug_print_turns()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dverity.c12 * the end of the file, starting at the first 64K boundary beyond i_size. This
14 * beyond i_size aren't visible to userspace but can be read/written internally
39 * we need to read beyond i_size.
223 * beyond i_size won't be written properly. For crash consistency, this in ext4_end_enable_verity()
265 * metadata that was written beyond i_size (both from cache and from in ext4_end_enable_verity()
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/exynos/
H A Disp-spi.txt6 which will have a value beyond the maximum number of interrupts exynos5 can
12 - interrupts : A value which is beyond the maximum number of interrupts
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dubifs.c738 unsigned int block, beyond; in do_readpage() local
748 beyond = (i_size + UBIFS_BLOCK_SIZE - 1) >> UBIFS_BLOCK_SHIFT; in do_readpage()
749 if (block >= beyond) { in do_readpage()
750 /* Reading beyond inode */ in do_readpage()
763 if (block >= beyond) { in do_readpage()
764 /* Reading beyond inode */ in do_readpage()
769 * Reading last block? Make sure to not write beyond in do_readpage()
772 if (((block + 1) == beyond) || last_block_size) { in do_readpage()
906 * Make sure to not read beyond the requested size in ubifs_read()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/mbedtls/
H A Dasn1.h207 * would end beyond \p end.
232 * would end beyond \p end.
245 * beyond the ASN.1 element.
264 * beyond the ASN.1 element.
285 * beyond the ASN.1 element.
517 * beyond the ASN.1 element.
541 * beyond the AlgorithmIdentifier element.
562 * beyond the AlgorithmIdentifier element.
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/mbedtls/
H A Dasn1.h207 * would end beyond \p end.
232 * would end beyond \p end.
245 * beyond the ASN.1 element.
264 * beyond the ASN.1 element.
285 * beyond the ASN.1 element.
517 * beyond the ASN.1 element.
541 * beyond the AlgorithmIdentifier element.
562 * beyond the AlgorithmIdentifier element.
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/mbedtls/
H A Dasn1.h207 * would end beyond \p end.
232 * would end beyond \p end.
245 * beyond the ASN.1 element.
264 * beyond the ASN.1 element.
285 * beyond the ASN.1 element.
517 * beyond the ASN.1 element.
541 * beyond the AlgorithmIdentifier element.
562 * beyond the AlgorithmIdentifier element.
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/mbedtls/
H A Dasn1.h207 * would end beyond \p end.
232 * would end beyond \p end.
245 * beyond the ASN.1 element.
264 * beyond the ASN.1 element.
285 * beyond the ASN.1 element.
517 * beyond the ASN.1 element.
541 * beyond the AlgorithmIdentifier element.
562 * beyond the AlgorithmIdentifier element.
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0104-fs-hfsplus-Don-t-fetch-a-key-beyond-the-end-of-the-n.patch4 Subject: [PATCH] fs/hfsplus: Don't fetch a key beyond the end of the node
26 + return grub_error (GRUB_ERR_BAD_FS, "HFS+ key beyond end of node");
H A D0118-disk-lvm-Don-t-go-beyond-the-end-of-the-data-we-read.patch4 Subject: [PATCH] disk/lvm: Don't go beyond the end of the data we read from
39 + grub_util_info ("LVM PV header/disk locations are beyond the end of the block");
/OK3568_Linux_fs/kernel/arch/powerpc/lib/
H A Dcrtsavres.S53 /* function, just beyond the end of the integer save area. */
113 /* function, just beyond the end of the integer restore area. */
173 /* function, just beyond the end of the integer restore area. */
235 /* Called with r0 pointing just beyond the end of the vector save area. */
439 /* Called with r0 pointing just beyond the end of the vector save area. */
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/
H A Ddraw_mode.hpp40 // cannot be grouped into logical elements beyond a single Point.
64 // cannot be grouped into logical elements beyond a single Point.
/OK3568_Linux_fs/yocto/poky/meta/conf/machine/include/x86/
H A Dtune-core2.inc7 # Merom and beyond, as well as the first Atom CPUs, Diamondville, and beyond.
/OK3568_Linux_fs/kernel/fs/romfs/
H A Dmmap-nommu.c32 /* the mapping mustn't extend beyond the EOF */ in romfs_get_unmapped_area()
50 /* the mapping mustn't extend beyond the EOF */ in romfs_get_unmapped_area()

12345678910>>...66