Home
last modified time | relevance | path

Searched defs:get_value (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dany.h72 virtual void* get_value(void** src) CV_OVERRIDE { return reinterpret_cast<void*>(src); } in get_value() function
73 …virtual const void* get_value(void* const * src) CV_OVERRIDE { return reinterpret_cast<const void*… in get_value() function
98 virtual void* get_value(void** src) CV_OVERRIDE { return *src; } in get_value() function
99 virtual const void* get_value(void* const * src) CV_OVERRIDE { return *src; } in get_value() function
/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 Drtl-iter.h243 static value_type get_value (rtx_type x) { return x; } in get_value() function
254 static value_type get_value (rtx_type x) { return x; } in get_value() function
265 static value_type get_value (rtx_type &x) { return &x; } in get_value() function
H A Dtree-ssa-propagate.h107 virtual tree get_value (tree) { return NULL_TREE; } in get_value() function
H A Dalign.h39 int get_value () in get_value() function
/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 Drtl-iter.h243 static value_type get_value (rtx_type x) { return x; } in get_value() function
254 static value_type get_value (rtx_type x) { return x; } in get_value() function
265 static value_type get_value (rtx_type &x) { return &x; } in get_value() function
H A Dtree-ssa-propagate.h107 virtual tree get_value (tree) { return NULL_TREE; } in get_value() function
H A Dalign.h39 int get_value () in get_value() function
/OK3568_Linux_fs/kernel/drivers/macintosh/
H A Dwindfarm.h29 int (*get_value)(struct wf_control *ct, s32 *val); member
100 int (*get_value)(struct wf_sensor *sr, s32 *val); member
/OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/
H A Dsharedbuffer_configuration.py69 def get_value(self, objid): member in RandomValuePicker
108 def get_value(self, objid): member in RecordValuePicker
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/gpio/
H A Dhw_hpd.c67 static enum gpio_result get_value( in get_value() function
H A Dhw_gpio.h54 enum gpio_result (*get_value)( member
/OK3568_Linux_fs/u-boot/include/asm-generic/
H A Dgpio.h255 int (*get_value)(struct udevice *dev, unsigned offset); member
/OK3568_Linux_fs/u-boot/tools/dtoc/
H A Ddtb_platdata.py88 def get_value(ftype, value): function
/OK3568_Linux_fs/u-boot/include/power/
H A Dregulator.h197 int (*get_value)(struct udevice *dev); member
/OK3568_Linux_fs/kernel/drivers/clk/rockchip/
H A Dclk-pvtm.c36 u32 (*get_value)(struct rockchip_clock_pvtm *pvtm, member
/OK3568_Linux_fs/kernel/tools/lib/subcmd/
H A Dparse-options.c69 static int get_value(struct parse_opt_ctx_t *p, in get_value() function
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dconfig.c144 static int get_value(config_fn_t fn, void *data, char *name, unsigned int len) in get_value() function
/OK3568_Linux_fs/kernel/kernel/
H A Dkexec_file.c1115 void *buf, unsigned int size, bool get_value) in kexec_purgatory_get_set_symbol()
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/
H A Drockchip_pvtm.c43 u32 (*get_value)(struct rockchip_pvtm *pvtm, unsigned int ring_sel, member
/OK3568_Linux_fs/kernel/drivers/infiniband/ulp/rtrs/
H A Drtrs-pri.h390 #define STAT_SHOW_FUNC(type, get_value, print) \ argument
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/lib/
H A Dsparsebit.c1904 static bool get_value(sparsebit_idx_t idx) in get_value() function
/OK3568_Linux_fs/kernel/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw-internal.h70 pvr2_ctlf_get_value get_value; /* Get its value */ member
/OK3568_Linux_fs/kernel/tools/lib/traceevent/
H A Dparse-filter.c1539 get_value(struct tep_event *event, in get_value() function
/OK3568_Linux_fs/kernel/drivers/scsi/isci/
H A Dhost.c183 u32 get_value = ihost->completion_queue_get; in sci_controller_completion_queue_has_entries() local
/OK3568_Linux_fs/u-boot/tools/buildman/
H A Dkconfiglib.py1891 def get_value(self): member in Symbol

12