Home
last modified time | relevance | path

Searched refs:cast (Results 1 – 25 of 214) sorted by relevance

123456789

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/distance/
H A Dsegment_to_box.hpp354 typedef cast_to_result<ReturnType> cast; in apply() typedef
361 return cast::apply(pp_strategy.apply(p0, top_right)); in apply()
368 ReturnType diff = cast::apply(geometry::get<0>(p0)) in apply()
369 - cast::apply(geometry::get<0>(bottom_right)); in apply()
379 return cast::apply(ps_strategy.apply(bottom_right, p0, p1)); in apply()
399 typedef cast_to_result<ReturnType> cast; in apply() typedef
407 ReturnType diff = cast::apply(geometry::get<1>(p0)) in apply()
408 - cast::apply(geometry::get<1>(top_left)); in apply()
418 return cast::apply(ps_strategy.apply(top_left, p0, p1)); in apply()
511 typedef cast_to_result<ReturnType> cast; in apply() typedef
[all …]
/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 Dis-a.h156 static inline T cast (U *p);
171 is_a_helper <T>::cast (U *p) in cast() function
198 return is_a_helper <T>::cast (p); in as_a()
211 return is_a_helper <T>::cast (p); in safe_as_a()
225 return is_a_helper <T>::cast (p); in dyn_cast()
/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 Dis-a.h156 static inline T cast (U *p);
171 is_a_helper <T>::cast (U *p) in cast() function
198 return is_a_helper <T>::cast (p); in as_a()
211 return is_a_helper <T>::cast (p); in safe_as_a()
225 return is_a_helper <T>::cast (p); in dyn_cast()
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dpata_cs5536.c167 u32 cast; in cs5536_set_piomode() local
174 cs5536_read(pdev, CAST, &cast); in cs5536_set_piomode()
176 cast &= ~(IDE_CAST_DRV_MASK << cshift); in cs5536_set_piomode()
177 cast |= addr_timings[mode] << cshift; in cs5536_set_piomode()
179 cast &= ~(IDE_CAST_CMD_MASK << IDE_CAST_CMD_SHIFT); in cs5536_set_piomode()
180 cast |= cmd_timings[cmdmode] << IDE_CAST_CMD_SHIFT; in cs5536_set_piomode()
182 cs5536_write(pdev, CAST, cast); in cs5536_set_piomode()
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dcs5536.c138 u32 cast; in cs5536_set_pio_mode() local
151 cs5536_read(pdev, CAST, &cast); in cs5536_set_pio_mode()
153 cast &= ~(IDE_CAST_DRV_MASK << cshift); in cs5536_set_pio_mode()
154 cast |= addr_timings[pio] << cshift; in cs5536_set_pio_mode()
156 cast &= ~(IDE_CAST_CMD_MASK << IDE_CAST_CMD_SHIFT); in cs5536_set_pio_mode()
157 cast |= cmd_timings[cmd_pio] << IDE_CAST_CMD_SHIFT; in cs5536_set_pio_mode()
159 cs5536_write(pdev, CAST, cast); in cs5536_set_pio_mode()
/OK3568_Linux_fs/kernel/scripts/gdb/linux/
H A Drbtree.py15 node = root.address.cast(rb_root_type.get_type().pointer())
31 node = root.address.cast(rb_root_type.get_type().pointer())
47 return parent.cast(rb_node_type.get_type().pointer())
56 node = node.address.cast(rb_node_type.get_type().pointer())
79 node = node.address.cast(rb_node_type.get_type().pointer())
H A Dutils.py46 element = gdb.Value(0).cast(typeobj)
51 return (ptr.cast(get_long_type()) -
52 offset_of(typeobj, member)).cast(typeobj)
H A Dtasks.py99 thread_info = thread_info_addr.cast(thread_info_ptr_type)
103 thread_info = task['stack'].cast(thread_info_ptr_type)
/OK3568_Linux_fs/u-boot/tools/patman/test/
H A Dtest01.txt5 pci: Correct cast for sandbox
13 Fix it with a cast.
31 fdt: Correct cast for sandbox in fdtdec_setup_memory_size()
39 Fix it with a cast.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gcc-10.3.1/python/libstdcxx/v6/
H A Dprinters.py263 self.pointer = tuple_member.cast(head_field.type)
275 return buf['_M_storage'].address.cast(valtype.pointer()).dereference()
308 elt = self.base.cast(self.nodetype).dereference()
339 node = self.val['_M_node'].cast(self.nodetype.pointer()).dereference()
370 elt = self.base.cast(self.nodetype).dereference()
398 return str(self.val['_M_node'].cast(nodetype).dereference()['_M_data'])
508 self.head = self.head.cast (nodes[0].type)
529 impl = self.head.cast (nodes[0].type)
539 impl = self.head.cast (nodes[1].type)
542 self.head = self.head.cast (nodes[0].type)
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gcc-10.3.1/python/libstdcxx/v6/
H A Dprinters.py263 self.pointer = tuple_member.cast(head_field.type)
275 return buf['_M_storage'].address.cast(valtype.pointer()).dereference()
308 elt = self.base.cast(self.nodetype).dereference()
339 node = self.val['_M_node'].cast(self.nodetype.pointer()).dereference()
370 elt = self.base.cast(self.nodetype).dereference()
398 return str(self.val['_M_node'].cast(nodetype).dereference()['_M_data'])
508 self.head = self.head.cast (nodes[0].type)
529 impl = self.head.cast (nodes[0].type)
539 impl = self.head.cast (nodes[1].type)
542 self.head = self.head.cast (nodes[0].type)
[all …]
/OK3568_Linux_fs/buildroot/package/libglib2/
H A D0003-Add-Wno-format-nonliteral-to-compiler-arguments.patch20 # building with -Wbad-function-cast.
21 '-Wno-bad-function-cast',
22 '-Wno-cast-function-type',
/OK3568_Linux_fs/kernel/drivers/scsi/fcoe/
H A Dfcoe_sysfs.c136 #define fcoe_ctlr_show_function(field, format_string, sz, cast) \ argument
145 cast fcoe_ctlr_##field(ctlr)); \
148 #define fcoe_fcf_show_function(field, format_string, sz, cast) \ argument
158 cast fcoe_fcf_##field(fcf)); \
161 #define fcoe_ctlr_private_show_function(field, format_string, sz, cast) \ argument
167 return snprintf(buf, sz, format_string, cast fcoe_ctlr_##field(ctlr)); \
170 #define fcoe_fcf_private_show_function(field, format_string, sz, cast) \ argument
176 return snprintf(buf, sz, format_string, cast fcoe_fcf_##field(fcf)); \
199 #define fcoe_ctlr_private_rd_attr_cast(field, format_string, sz, cast) \ argument
200 fcoe_ctlr_private_show_function(field, format_string, sz, (cast)) \
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/dtc/dtc/
H A D0001-fdtdump-fix-Werror-int-to-pointer-cast.patch9 Subject: [PATCH] fdtdump: fix -Werror=int-to-pointer-cast
15 error: cast from pointer to integer of different size [-Werror=pointer-to-int-cast]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/support/
H A Diterator_base.hpp22 cast() const BOOST_NOEXCEPT in cast() function
29 cast() BOOST_NOEXCEPT in cast() function
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-5.10/scripts/
H A DMakefile.extrawarn52 KBUILD_CFLAGS += $(call cc-disable-warning, pointer-to-enum-cast)
55 KBUILD_CFLAGS += $(call cc-disable-warning, cast-function-type-strict)
83 KBUILD_CFLAGS += -Wbad-function-cast
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-5.10/scripts/
H A DMakefile.extrawarn52 KBUILD_CFLAGS += $(call cc-disable-warning, pointer-to-enum-cast)
55 KBUILD_CFLAGS += $(call cc-disable-warning, cast-function-type-strict)
83 KBUILD_CFLAGS += -Wbad-function-cast
/OK3568_Linux_fs/kernel/scripts/
H A DMakefile.extrawarn52 KBUILD_CFLAGS += $(call cc-disable-warning, pointer-to-enum-cast)
55 KBUILD_CFLAGS += $(call cc-disable-warning, cast-function-type-strict)
83 KBUILD_CFLAGS += -Wbad-function-cast
/OK3568_Linux_fs/kernel/scripts/atomic/
H A Dgen-atomic-long.sh27 local cast="$(gen_cast "$1" "${int}" "${atomic}")"
29 printf "${cast}${arg}"
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Draw.c69 #define READ_SAMPLES_FUNC(type, size, sign, ctype, uctype, cast) \ argument
79 *buf++ = cast(data[n], ft->clips); \
97 #define WRITE_SAMPLES_FUNC(type, size, sign, ctype, uctype, cast) \ argument
106 data[n] = cast(buf[n], ft->clips); \
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dparams.h63 return it->second.cast<T>(); in get_param()
75 return it->second.cast<T>(); in get_param()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dprobe-finder.c306 const char *cast, bool user_access) in convert_variable_type() argument
317 if (cast && strcmp(cast, "string") != 0 && strcmp(cast, "ustring") && in convert_variable_type()
318 strcmp(cast, "x") != 0 && in convert_variable_type()
319 strcmp(cast, "s") != 0 && strcmp(cast, "u") != 0) { in convert_variable_type()
322 tvar->type = strdup(cast); in convert_variable_type()
347 if (cast && (!strcmp(cast, "string") || !strcmp(cast, "ustring"))) { in convert_variable_type()
380 tvar->type = strdup(cast); in convert_variable_type()
384 if (cast && (strcmp(cast, "u") == 0)) in convert_variable_type()
386 else if (cast && (strcmp(cast, "s") == 0)) in convert_variable_type()
388 else if (cast && (strcmp(cast, "x") == 0) && in convert_variable_type()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_transport_fc.c690 #define fc_rport_show_function(field, format_string, sz, cast) \ argument
703 return snprintf(buf, sz, format_string, cast rport->field); \
733 #define fc_rport_rd_attr_cast(field, format_string, sz, cast) \ argument
734 fc_rport_show_function(field, format_string, sz, (cast)) \
746 #define fc_private_rport_show_function(field, format_string, sz, cast) \ argument
752 return snprintf(buf, sz, format_string, cast rport->field); \
760 #define fc_private_rport_rd_attr_cast(field, format_string, sz, cast) \ argument
761 fc_private_rport_show_function(field, format_string, sz, (cast)) \
1005 #define fc_starget_show_function(field, format_string, sz, cast) \ argument
1019 cast fc_starget_##field(starget)); \
[all …]
/OK3568_Linux_fs/external/gstreamer-rockchip/
H A Dmeson_options.txt9 option('gobject-cast-checks', type : 'feature', value : 'auto', yield : true,
10 …description: 'Enable run-time GObject cast checks (auto = enabled for development, disabled for st…
/OK3568_Linux_fs/buildroot/package/qt5/qt5base/
H A D0005-eglfs-avoid-breaking-compilation-for-obscure-EGLNativeDisplayType-types.patch21 thus this cast is a no-op. When it is not already a pointer, we either
34 or in Gerrit:248270) would be to first cast to a qintptr or a quintptr,
41 can't be cast into a void*, this would be hugely weird, so much so, that

123456789