| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/ |
| H A D | check_iterator_range.hpp | 32 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 D | follow_linear_linear.hpp | 296 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 D | has_one_element.hpp | 20 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/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/is_valid/ |
| H A D | polygon.hpp | 371 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 D | debug_print_turns.hpp | 55 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/arch/xtensa/lib/ |
| H A D | strnlen_user.S | 107 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/u-boot/doc/device-tree-bindings/exynos/ |
| H A D | isp-spi.txt | 6 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/buildroot/package/glibc/2.28-69-g1e5c5303a522764d7e9d2302a60e4a32cdb902f1/ |
| H A D | 0005-Disable-spurious-Wstringop-overflow-for-setjmp-longj.patch | 12 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/buildroot/boot/grub2/ |
| H A D | 0104-fs-hfsplus-Don-t-fetch-a-key-beyond-the-end-of-the-n.patch | 4 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 D | 0118-disk-lvm-Don-t-go-beyond-the-end-of-the-data-we-read.patch | 4 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/yocto/poky/meta/conf/machine/include/x86/ |
| H A D | tune-core2.inc | 7 # Merom and beyond, as well as the first Atom CPUs, Diamondville, and beyond.
|
| /OK3568_Linux_fs/u-boot/fs/ubifs/ |
| H A D | ubifs.c | 738 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() 763 if (block >= beyond) { in do_readpage() 772 if (((block + 1) == beyond) || last_block_size) { in do_readpage()
|
| /OK3568_Linux_fs/buildroot/package/python-more-itertools/ |
| H A D | Config.in | 5 More routines for operating on iterables, beyond itertools.
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/media/drivers/ |
| H A D | radiotrack.rst | 30 value, I wanted to see if the tuner could be tuned beyond the usual FM radio 46 band). Although the registers can be programmed to request frequencies beyond 50 gets clipped beyond the limits mentioned above.
|
| /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-input-libinput/ |
| H A D | Config.in | 9 libinput supports it does little beyond.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/python/ |
| H A D | python3-more-itertools_8.12.0.bb | 1 DESCRIPTION = "More routines for operating on iterables, beyond itertools"
|
| /OK3568_Linux_fs/kernel/security/yama/ |
| H A D | Kconfig | 8 system-wide security settings beyond regular Linux discretionary
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/cli11/ |
| H A D | cli11_1.9.1.bb | 2 DESCRIPTION = "A command line parser for C++11 and beyond that provides a rich feature set with a s…
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/marvell-ccic/ |
| H A D | Kconfig | 28 processors (and likely beyond). This is the controller found
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/libpsl/ |
| H A D | libpsl_0.21.1.bb | 4 domain names beyond the standard suffixes, such as .com."
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/stable/ |
| H A D | sysfs-devices | 2 This documents additional properties of any device beyond what
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/less/ |
| H A D | less_600.bb | 4 programs. Less offers many features beyond those that more does."
|
| /OK3568_Linux_fs/buildroot/package/netsurf/ |
| H A D | Config.in | 15 # static linking support is broken beyond repair
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/gtkperf/gtkperf/ |
| H A D | Makevars | 23 # This is the list of locale categories, beyond LC_MESSAGES, for which the
|
| /OK3568_Linux_fs/u-boot/drivers/power/domain/ |
| H A D | Kconfig | 25 actually doing anything beyond a little error checking.
|