Home
last modified time | relevance | path

Searched defs:element (Results 1 – 25 of 127) sorted by relevance

123456

/OK3568_Linux_fs/kernel/mm/
H A Dmempool.c25 static void poison_error(mempool_t *pool, void *element, size_t size, in poison_error()
42 static void __check_element(mempool_t *pool, void *element, size_t size) in __check_element()
58 static void check_element(mempool_t *pool, void *element) in check_element()
73 static void __poison_element(void *element, size_t size) in __poison_element()
81 static void poison_element(mempool_t *pool, void *element) in poison_element()
96 static inline void check_element(mempool_t *pool, void *element) in check_element()
99 static inline void poison_element(mempool_t *pool, void *element) in poison_element()
104 static __always_inline void kasan_poison_element(mempool_t *pool, void *element) in kasan_poison_element()
113 static void kasan_unpoison_element(mempool_t *pool, void *element) in kasan_unpoison_element()
122 static __always_inline void add_element(mempool_t *pool, void *element) in add_element()
[all …]
/OK3568_Linux_fs/kernel/security/tomoyo/
H A Dgc.c40 static bool tomoyo_struct_used_by_io_buffer(const struct list_head *element) in tomoyo_struct_used_by_io_buffer()
109 static inline void tomoyo_del_transition_control(struct list_head *element) in tomoyo_del_transition_control()
125 static inline void tomoyo_del_aggregator(struct list_head *element) in tomoyo_del_aggregator()
141 static inline void tomoyo_del_manager(struct list_head *element) in tomoyo_del_manager()
156 static void tomoyo_del_acl(struct list_head *element) in tomoyo_del_acl()
251 static inline void tomoyo_del_domain(struct list_head *element) in tomoyo_del_domain()
277 void tomoyo_del_condition(struct list_head *element) in tomoyo_del_condition()
317 static inline void tomoyo_del_name(struct list_head *element) in tomoyo_del_name()
329 static inline void tomoyo_del_path_group(struct list_head *element) in tomoyo_del_path_group()
344 static inline void tomoyo_del_group(struct list_head *element) in tomoyo_del_group()
[all …]
/OK3568_Linux_fs/kernel/scripts/
H A Dasn1_compiler.c681 struct element { struct
686 struct element *children; argument
687 struct element *next; argument
688 struct element *render_next; argument
689 struct element *list_next; argument
690 uint8_t n_elements; argument
708 struct element *element; argument
856 struct element *top, *element; in parse_type() local
1150 struct element *children, **child_p = &children, *element; in parse_compound() local
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlxsw/
H A Dcore_acl_flex_keys.c144 enum mlxsw_afk_element element) in mlxsw_afk_picker_count_hits()
204 enum mlxsw_afk_element element; in mlxsw_afk_picker_key_info_add() local
226 enum mlxsw_afk_element element; in mlxsw_afk_picker() local
333 enum mlxsw_afk_element element) in mlxsw_afk_block_elinst_get()
349 enum mlxsw_afk_element element, in mlxsw_afk_key_info_elinst_get()
385 enum mlxsw_afk_element element, in mlxsw_afk_values_add_u32()
403 enum mlxsw_afk_element element, in mlxsw_afk_values_add_buf()
475 enum mlxsw_afk_element element; in mlxsw_afk_encode() local
H A Dcore_acl_flex_keys.h47 enum mlxsw_afk_element element; /* element ID */ member
75 enum mlxsw_afk_element element; member
131 #define mlxsw_afk_element_usage_for_each(element, elusage) \ argument
136 enum mlxsw_afk_element element) in mlxsw_afk_element_usage_add()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dbootstrap.js189 var Button = function (element, options) { argument
310 var Carousel = function (element, options) { argument
548 var Collapse = function (element, options) { argument
673 .each($.proxy(function (i, element) { argument
680 Collapse.prototype.addAriaAndCollapsedClass = function ($element, $trigger) {
762 var Dropdown = function (element) { argument
926 var Modal = function (element, options) { argument
1265 var Tooltip = function (element, options) { argument
1297 Tooltip.prototype.init = function (type, element, options) { argument
1602 Tooltip.prototype.getPosition = function ($element) {
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojson/0.4.2/include/mapbox/
H A Dgeojson_impl.hpp36 for (auto &element : json.GetArray()) { in convert() local
386 rapidjson_value convert<geometry>(const geometry& element, rapidjson_allocator& allocator) { in convert()
403 rapidjson_value convert<feature>(const feature& element, rapidjson_allocator& allocator) { in convert()
423 for (const auto& element : collection) { in convert() local
431 rapidjson_value convert(const geojson& element, rapidjson_allocator& allocator) { in convert()
446 std::string stringify(const geojson& element) { in stringify()
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Duttrack.c281 struct acpi_debug_mem_block *element; in acpi_ut_find_allocation() local
337 struct acpi_debug_mem_block *element; in acpi_ut_track_allocation() local
542 struct acpi_debug_mem_block *element; in acpi_ut_dump_allocations() local
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/vector/detail/
H A Dat_impl.hpp30 … typedef typename value_at_impl<vector_tag>::template apply<Sequence, N>::type element; typedef
45 … typedef typename value_at_impl<vector_tag>::template apply<Sequence, N>::type element; typedef
H A Dderef_impl.hpp33 … typedef typename value_at_impl<vector_tag>::template apply<vector, index>::type element; typedef
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dgrid_index.cpp128 for (auto& element : boxElements) { in query() local
133 for (auto& element : circleElements) { in query() local
192 for (auto& element : boxElements) { in query() local
197 for (auto& element : circleElements) { in query() local
/OK3568_Linux_fs/kernel/drivers/scsi/esas2r/
H A Desas2r_int.c342 struct list_head *element, *next; in esas2r_do_deferred_processes() local
395 struct list_head *element; in esas2r_process_adapter_reset() local
449 struct list_head *element; in esas2r_process_bus_reset() local
H A Desas2r_io.c140 struct esas2r_inbound_list_source_entry *element; in esas2r_start_vda_request() local
771 struct list_head *next, *element; in esas2r_send_task_mgmt() local
/OK3568_Linux_fs/kernel/include/linux/
H A Dmin_heap.h100 const void *element, in min_heap_pop_push()
109 void min_heap_push(struct min_heap *heap, const void *element, in min_heap_push()
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dutils.c85 union acpi_object *element = &(package->package.elements[i]); in acpi_extract_package() local
185 union acpi_object *element = &(package->package.elements[i]); in acpi_extract_package() local
271 union acpi_object element; in acpi_evaluate_integer() local
307 union acpi_object *element = NULL; in acpi_evaluate_reference() local
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/builder/
H A D_html5lib.py117 def __init__(self, element): argument
147 def __init__(self, element, soup, namespace): argument
332 def __init__(self, element, soup): argument
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dsi476x-prop.c19 static bool si476x_core_element_is_in_array(u16 element, in si476x_core_element_is_in_array()
32 static bool si476x_core_element_is_in_range(u16 element, in si476x_core_element_is_in_range()
/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 Dtree-phinodes.h45 struct phi_arg_d *element, *root; in phi_arg_index_from_use() local
/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 Dtree-phinodes.h45 struct phi_arg_d *element, *root; in phi_arg_index_from_use() local
/OK3568_Linux_fs/kernel/drivers/thermal/intel/int340x_thermal/
H A Dacpi_thermal_rel.c78 struct acpi_buffer element = { 0, NULL }; in acpi_parse_trt() local
155 struct acpi_buffer element = { 0, NULL }; in acpi_parse_art() local
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_gpu_memory_debugfs.c41 struct kbasep_kctx_list_element *element; in kbasep_gpu_memory_seq_show() local
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxmotion.c50 #define OFFSET(offset,element) ((offset) * (numAxes + 1) + (element)) argument
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/
H A Dsettings.h70 …void drawControl(ControlElement element, const QStyleOption *option, QPainter *painter, const QWid… in drawControl()
/OK3568_Linux_fs/kernel/net/ceph/
H A Dmsgpool.c28 static void msgpool_free(void *element, void *arg) in msgpool_free()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/
H A Dtinyxml2.cpp702 XMLElement* element = node->ToElement(); in FirstChildElement() local
716 XMLElement* element = node->ToElement(); in LastChildElement() local
729 for( XMLNode* element = this->next; element; element = element->next ) { in NextSiblingElement() local
742 for( XMLNode* element = this->prev; element; element = element->prev ) { in PreviousSiblingElement() local
1408 …XMLElement* element = doc->NewElement( Value() ); // fixme: this will always al… in ShallowClone() local
2016 bool XMLPrinter::VisitEnter( const XMLElement& element, const XMLAttribute* attribute ) in VisitEnter()

123456