Home
last modified time | relevance | path

Searched refs:min_type (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/
H A Dexpand_by_epsilon.hpp99 typedef detail::indexed_point_view<Box, min_corner> min_type; in expand_by_epsilon() typedef
100 min_type min_point(box); in expand_by_epsilon()
101 expand::corner_by_epsilon<min_type, std::minus>::apply(min_point); in expand_by_epsilon()
/OK3568_Linux_fs/kernel/drivers/scsi/arm/
H A Dpowertec.c129 fasdmadir_t direction, fasdmatype_t min_type) in powertecscsi_dma_setup() argument
136 min_type == fasdma_real_all) { in powertecscsi_dma_setup()
H A Dcumana_2.c155 fasdmadir_t direction, fasdmatype_t min_type) in cumanascsi_2_dma_setup() argument
164 (min_type == fasdma_real_all || SCp->this_residual >= 512)) { in cumanascsi_2_dma_setup()
H A Deesox.c156 fasdmadir_t direction, fasdmatype_t min_type) in eesoxscsi_dma_setup() argument
163 (min_type == fasdma_real_all || SCp->this_residual >= 512)) { in eesoxscsi_dma_setup()
H A Darxescsi.c68 fasdmadir_t direction, fasdmatype_t min_type) in arxescsi_dma_setup() argument
/OK3568_Linux_fs/kernel/security/tomoyo/
H A Dcommon.c437 u8 min_type = ptr->value_type[0]; in tomoyo_print_number_union_nospace() local
443 switch (min_type) { in tomoyo_print_number_union_nospace()
457 if (min == max && min_type == max_type) in tomoyo_print_number_union_nospace()
460 min_type = max_type; in tomoyo_print_number_union_nospace()
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbtrfs.h515 __u32 min_type; /* in */ member
/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 Dbtrfs.h477 __u32 min_type; /* in */ member
/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 Dbtrfs.h477 __u32 min_type; /* in */ member
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dinode.c4217 u64 new_size, u32 min_type) in btrfs_truncate_inode_items() argument
4244 BUG_ON(new_size > 0 && min_type != BTRFS_EXTENT_DATA_KEY); in btrfs_truncate_inode_items()
4280 if (min_type == 0 && root == BTRFS_I(inode)->root) in btrfs_truncate_inode_items()
4324 if (found_type < min_type) in btrfs_truncate_inode_items()
4349 if (found_type > min_type) { in btrfs_truncate_inode_items()
H A Dioctl.c2087 test.type = sk->min_type; in key_in_sk()
2271 key.type = sk->min_type; in search_ioctl()
H A Dctree.h3009 u32 min_type);