Home
last modified time | relevance | path

Searched defs:is_leaf (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/visitors/
H A Dis_leaf.hpp19 struct is_leaf : public rtree::visitor<Value, typename Options::parameters_type, Box, Allocators, t… struct
21 …ypename Options::parameters_type, Box, Allocators, typename Options::node_tag>::type internal_node;
22 …<Value, typename Options::parameters_type, Box, Allocators, typename Options::node_tag>::type leaf;
24 is_leaf() in is_leaf() function
28 inline void operator()(internal_node const&) in operator ()()
33 inline void operator()(leaf const&) in operator ()()
38 bool result;
H A Dremove.hpp234 static inline bool is_leaf(node const& n) in is_leaf() function in boost::geometry::index::detail::rtree::visitors::remove
/OK3568_Linux_fs/kernel/scripts/gcc-plugins/
H A Dstackleak_plugin.c176 bool prologue_instrumented = false, is_leaf = true; in stackleak_instrument_execute() local
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Demit-rtl.h285 bool is_leaf; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Demit-rtl.h285 bool is_leaf; member
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dstree.c408 static int is_leaf(char *buf, int blocksize, struct buffer_head *bh) in is_leaf() function
/OK3568_Linux_fs/kernel/arch/x86/kvm/mmu/
H A Dtdp_mmu.c251 bool is_leaf = is_present && is_last_spte(new_spte, level); in __handle_changed_spte() local