| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/relate/ |
| H A D | result.hpp | 321 typedef typename boost::tuples::element<I, Masks>::type mask_type; in apply() typedef 322 mask_type const& mask = boost::get<I>(masks); in apply() 323 return interrupt_dispatch<mask_type, true>::template apply<F1, F2, V>(mask) in apply() 354 typedef boost::tuples::cons<Head, Tail> mask_type; typedef 357 static inline bool apply(mask_type const& mask) in apply() 359 return interrupt_dispatch_tuple<mask_type>::template apply<F1, F2, V>(mask); in apply() 407 typedef typename boost::tuples::element<I, Masks>::type mask_type; in apply() typedef 408 mask_type const& mask = boost::get<I>(masks); in apply() 409 return may_update_dispatch<mask_type>::template apply<F1, F2, D>(mask, matrix) in apply() 440 typedef boost::tuples::cons<Head, Tail> mask_type; typedef [all …]
|
| /OK3568_Linux_fs/kernel/drivers/char/agp/ |
| H A D | nvidia-agp.c | 204 int mask_type; in nvidia_insert_memory() local 206 mask_type = agp_generic_type_to_mask_type(mem->bridge, type); in nvidia_insert_memory() 207 if (mask_type != 0 || type != mem->type) in nvidia_insert_memory() 228 page_to_phys(mem->pages[i]), mask_type), in nvidia_insert_memory() 244 int mask_type; in nvidia_remove_memory() local 246 mask_type = agp_generic_type_to_mask_type(mem->bridge, type); in nvidia_remove_memory() 247 if (mask_type != 0 || type != mem->type) in nvidia_remove_memory()
|
| H A D | ati-agp.c | 274 int mask_type; in ati_insert_memory() local 278 mask_type = agp_generic_type_to_mask_type(mem->bridge, type); in ati_insert_memory() 279 if (mask_type != 0 || type != mem->type) in ati_insert_memory() 322 int mask_type; in ati_remove_memory() local 324 mask_type = agp_generic_type_to_mask_type(mem->bridge, type); in ati_remove_memory() 325 if (mask_type != 0 || type != mem->type) in ati_remove_memory()
|
| H A D | uninorth-agp.c | 154 int mask_type; in uninorth_insert_memory() local 159 mask_type = agp_bridge->driver->agp_type_to_mask_type(agp_bridge, type); in uninorth_insert_memory() 160 if (mask_type != 0) { in uninorth_insert_memory() 203 int mask_type; in uninorth_remove_memory() local 208 mask_type = agp_bridge->driver->agp_type_to_mask_type(agp_bridge, type); in uninorth_remove_memory() 209 if (mask_type != 0) { in uninorth_remove_memory()
|
| H A D | generic.c | 1032 int mask_type; in agp_generic_insert_memory() local 1070 mask_type = bridge->driver->agp_type_to_mask_type(bridge, type); in agp_generic_insert_memory() 1071 if (mask_type != 0) { in agp_generic_insert_memory() 1096 mask_type), in agp_generic_insert_memory() 1111 int mask_type, num_entries; in agp_generic_remove_memory() local 1128 mask_type = bridge->driver->agp_type_to_mask_type(bridge, type); in agp_generic_remove_memory() 1129 if (mask_type != 0) { in agp_generic_remove_memory()
|
| H A D | amd64-agp.c | 49 int mask_type; in amd64_insert_memory() local 57 mask_type = bridge->driver->agp_type_to_mask_type(bridge, type); in amd64_insert_memory() 58 if (mask_type != 0) in amd64_insert_memory() 84 mask_type); in amd64_insert_memory()
|
| /OK3568_Linux_fs/kernel/drivers/iio/adc/ |
| H A D | ad7606.h | 11 #define AD760X_CHANNEL(num, mask_sep, mask_type, mask_all) { \ argument 17 .info_mask_shared_by_type = mask_type, \
|
| /OK3568_Linux_fs/kernel/fs/orangefs/ |
| H A D | orangefs-debugfs.c | 994 if (mask_info.mask_type == KERNEL_MASK) { in orangefs_debugfs_new_debug() 1006 mask_info.mask_type); in orangefs_debugfs_new_debug() 1013 } else if (mask_info.mask_type == CLIENT_MASK) { in orangefs_debugfs_new_debug() 1015 mask_info.mask_type); in orangefs_debugfs_new_debug()
|
| H A D | protocol.h | 274 } mask_type; member
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_render.c | 677 int src_type, mask_type, src_bpp; in combine_pict_format() local 693 mask_type = PICT_TYPE_A; in combine_pict_format() 697 mask_type = PICT_FORMAT_TYPE(mask); in combine_pict_format() 701 mask_type = PICT_FORMAT_TYPE(mask); in combine_pict_format() 705 mask_type = PICT_FORMAT_TYPE(mask); in combine_pict_format() 711 if (src_type == mask_type) { in combine_pict_format() 718 && mask_type == pict_format_combine_tab[i][1]) in combine_pict_format() 720 && mask_type == pict_format_combine_tab[i][0])) { in combine_pict_format()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/experimental/ |
| H A D | simd | 129 where(const typename simd<T, Abi>::mask_type&, simd<T, Abi>&) noexcept; 133 where(const typename simd<T, Abi>::mask_type&, const simd<T, Abi>&) noexcept; 227 using mask_type = simd_mask<T, Abi>; 260 mask_type operator!() const; 295 friend mask_type operator==(const simd&, const simd&); 296 friend mask_type operator!=(const simd&, const simd&); 297 friend mask_type operator>=(const simd&, const simd&); 298 friend mask_type operator<=(const simd&, const simd&); 299 friend mask_type operator> (const simd&, const simd&); 300 friend mask_type operator< (const simd&, const simd&); [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/experimental/ |
| H A D | simd | 129 where(const typename simd<T, Abi>::mask_type&, simd<T, Abi>&) noexcept; 133 where(const typename simd<T, Abi>::mask_type&, const simd<T, Abi>&) noexcept; 227 using mask_type = simd_mask<T, Abi>; 260 mask_type operator!() const; 295 friend mask_type operator==(const simd&, const simd&); 296 friend mask_type operator!=(const simd&, const simd&); 297 friend mask_type operator>=(const simd&, const simd&); 298 friend mask_type operator<=(const simd&, const simd&); 299 friend mask_type operator> (const simd&, const simd&); 300 friend mask_type operator< (const simd&, const simd&); [all …]
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | act_ct.c | 1134 void *mask, int mask_type, in tcf_ct_set_key_val() argument 1144 if (mask_type == TCA_CT_UNSPEC || !tb[mask_type]) in tcf_ct_set_key_val() 1147 nla_memcpy(mask, tb[mask_type], len); in tcf_ct_set_key_val() 1334 void *mask, int mask_type, in tcf_ct_dump_key_val() argument 1346 if (mask_type != TCA_CT_UNSPEC) { in tcf_ct_dump_key_val() 1347 err = nla_put(skb, mask_type, len, mask); in tcf_ct_dump_key_val()
|
| H A D | cls_flower.c | 753 void *mask, int mask_type, int len) in fl_set_key_val() argument 758 if (mask_type == TCA_FLOWER_UNSPEC || !tb[mask_type]) in fl_set_key_val() 761 nla_memcpy(mask, tb[mask_type], len); in fl_set_key_val() 2406 void *mask, int mask_type, int len) in fl_dump_key_val() argument 2415 if (mask_type != TCA_FLOWER_UNSPEC) { in fl_dump_key_val() 2416 err = nla_put(skb, mask_type, len, mask); in fl_dump_key_val()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | padata.c | 892 int mask_type; in store_cpumask() local 902 mask_type = !strcmp(attr->name, "serial_cpumask") ? in store_cpumask() 904 ret = padata_set_cpumask(pinst, mask_type, new_cpumask); in store_cpumask()
|
| /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 D | tree-vectorizer.h | 464 tree mask_type;
|
| /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 D | tree-vectorizer.h | 464 tree mask_type;
|
| /OK3568_Linux_fs/kernel/include/linux/platform_data/ |
| H A D | cros_ec_commands.h | 3567 uint8_t mask_type; member
|