Home
last modified time | relevance | path

Searched refs:descriptor_type (Results 1 – 25 of 29) sorted by relevance

12

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/
H A Dcodecvt_specializations.h57 typedef iconv_t descriptor_type; in _GLIBCXX_VISIBILITY() typedef
67 descriptor_type _M_in_desc; in _GLIBCXX_VISIBILITY()
70 descriptor_type _M_out_desc; in _GLIBCXX_VISIBILITY()
121 const descriptor_type __err = (iconv_t)(-1); in _GLIBCXX_VISIBILITY()
147 const descriptor_type& in _GLIBCXX_VISIBILITY()
151 const descriptor_type& in _GLIBCXX_VISIBILITY()
159 const descriptor_type __err = (iconv_t)(-1); in _GLIBCXX_VISIBILITY()
192 const descriptor_type __err = (iconv_t)(-1); in _GLIBCXX_VISIBILITY()
242 typedef state_type::descriptor_type descriptor_type; in _GLIBCXX_VISIBILITY() typedef
317 const descriptor_type& __desc = __state.out_descriptor(); in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/
H A Dcodecvt_specializations.h57 typedef iconv_t descriptor_type; in _GLIBCXX_VISIBILITY() typedef
67 descriptor_type _M_in_desc; in _GLIBCXX_VISIBILITY()
70 descriptor_type _M_out_desc; in _GLIBCXX_VISIBILITY()
121 const descriptor_type __err = (iconv_t)(-1); in _GLIBCXX_VISIBILITY()
147 const descriptor_type& in _GLIBCXX_VISIBILITY()
151 const descriptor_type& in _GLIBCXX_VISIBILITY()
159 const descriptor_type __err = (iconv_t)(-1); in _GLIBCXX_VISIBILITY()
192 const descriptor_type __err = (iconv_t)(-1); in _GLIBCXX_VISIBILITY()
242 typedef state_type::descriptor_type descriptor_type; in _GLIBCXX_VISIBILITY() typedef
317 const descriptor_type& __desc = __state.out_descriptor(); in _GLIBCXX_VISIBILITY()
[all …]
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Dutstate.c94 state->common.descriptor_type = ACPI_DESC_TYPE_STATE; in acpi_ut_create_generic_state()
128 state->common.descriptor_type = ACPI_DESC_TYPE_STATE_THREAD; in acpi_ut_create_thread_state()
172 state->common.descriptor_type = ACPI_DESC_TYPE_STATE_UPDATE; in acpi_ut_create_update_state()
208 state->common.descriptor_type = ACPI_DESC_TYPE_STATE_PACKAGE; in acpi_ut_create_pkg_state()
245 state->common.descriptor_type = ACPI_DESC_TYPE_STATE_CONTROL; in acpi_ut_create_control_state()
H A Drsutils.c181 if (aml->small_header.descriptor_type & ACPI_RESOURCE_NAME_LARGE) { in acpi_rs_set_resource_length()
192 aml->small_header.descriptor_type = (u8) in acpi_rs_set_resource_length()
193 ((aml->small_header.descriptor_type & in acpi_rs_set_resource_length()
217 acpi_rs_set_resource_header(u8 descriptor_type, in acpi_rs_set_resource_header() argument
225 aml->small_header.descriptor_type = descriptor_type; in acpi_rs_set_resource_header()
H A Duttrack.c545 u8 descriptor_type; in acpi_ut_dump_allocations() local
605 descriptor_type = 0; /* Not a valid descriptor type */ in acpi_ut_dump_allocations()
615 descriptor_type = in acpi_ut_dump_allocations()
625 descriptor_type = in acpi_ut_dump_allocations()
636 descriptor_type = in acpi_ut_dump_allocations()
648 switch (descriptor_type) { in acpi_ut_dump_allocations()
H A Dpsscope.c83 scope->common.descriptor_type = ACPI_DESC_TYPE_STATE_RPSCOPE; in acpi_ps_init_scope()
124 scope->common.descriptor_type = ACPI_DESC_TYPE_STATE_PSCOPE; in acpi_ps_push_scope()
H A Damlresrc.h112 u8 descriptor_type;
171 u8 descriptor_type;\
481 u8 descriptor_type; member
H A Ddswstate.c203 state->common.descriptor_type = ACPI_DESC_TYPE_STATE_RESULT; in acpi_ds_result_stack_push()
523 walk_state->descriptor_type = ACPI_DESC_TYPE_WALK; in acpi_ds_create_walk_state()
680 if (walk_state->descriptor_type != ACPI_DESC_TYPE_WALK) { in acpi_ds_delete_walk_state()
H A Dacobject.h48 u8 descriptor_type; /* To differentiate various internal objs */\
430 u8 descriptor_type; /* To differentiate various internal objs */ member
H A Ddsmthdat.c68 walk_state->arguments[i].descriptor_type = ACPI_DESC_TYPE_NAMED; in acpi_ds_method_data_init()
80 walk_state->local_variables[i].descriptor_type = in acpi_ds_method_data_init()
H A Daclocal.h135 u8 descriptor_type; /* Differentiate object descriptor types */ member
560 u8 descriptor_type; /* To differentiate various internal objs */\
739 u8 descriptor_type; /* To differentiate various internal objs */\
H A Ddswscope.c99 scope_info->common.descriptor_type = ACPI_DESC_TYPE_STATE_WSCOPE; in acpi_ds_scope_stack_push()
H A Dpsutils.c60 op->common.descriptor_type = ACPI_DESC_TYPE_PARSER; in acpi_ps_init_op()
H A Drsio.c167 AML_OFFSET(start_dpf.descriptor_type),
H A Dutinit.c185 acpi_gbl_root_node_struct.descriptor_type = ACPI_DESC_TYPE_NAMED; in acpi_ut_init_globals()
H A Devmisc.c124 info->common.descriptor_type = ACPI_DESC_TYPE_STATE_NOTIFY; in acpi_ev_queue_notify_request()
H A Dacstruct.h39 u8 descriptor_type; /* To differentiate various internal objs */ member
H A Drsirq.c40 AML_OFFSET(irq.descriptor_type),
H A Dacresrc.h262 acpi_rs_set_resource_header(u8 descriptor_type,
H A Dacmacros.h376 …ne ACPI_GET_DESCRIPTOR_TYPE(d) (((union acpi_descriptor *)(void *)(d))->common.descriptor_type)
377 …I_SET_DESCRIPTOR_TYPE(d, t) (((union acpi_descriptor *)(void *)(d))->common.descriptor_type = (t))
H A Dnsaccess.c108 new_node->descriptor_type = ACPI_DESC_TYPE_NAMED; in acpi_ns_root_initialize()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dep0.c170 struct urb *urb, int max, int descriptor_type, in ep0_get_descriptor() argument
186 dbg_ep0 (2, "%s", USBD_DEVICE_DESCRIPTORS (descriptor_type)); in ep0_get_descriptor()
188 switch (descriptor_type) { in ep0_get_descriptor()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/
H A Dmatchers.hpp163 AKAZEFeaturesFinder(int descriptor_type = AKAZE::DESCRIPTOR_MLDB,
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dfeatures2d.hpp729 CV_WRAP static Ptr<AKAZE> create(int descriptor_type=AKAZE::DESCRIPTOR_MLDB,
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/
H A Dfeatures2d.hpp729 CV_WRAP static Ptr<AKAZE> create(int descriptor_type=AKAZE::DESCRIPTOR_MLDB,

12