/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | ctree.h | 1724 btrfs_tree_block_key(const struct extent_buffer *eb, struct btrfs_tree_block_info *item, struct btrfs_disk_key *key) btrfs_tree_block_key() argument 1731 btrfs_set_tree_block_key(const struct extent_buffer *eb, struct btrfs_tree_block_info *item, struct btrfs_disk_key *key) btrfs_set_tree_block_key() argument 1846 btrfs_item_end(const struct extent_buffer *eb, struct btrfs_item *item) btrfs_item_end() argument 1870 struct btrfs_item *item = btrfs_item_nr(nr); btrfs_item_key() local 1877 struct btrfs_item *item = btrfs_item_nr(nr); btrfs_set_item_key() local 1903 btrfs_dir_item_key(const struct extent_buffer *eb, const struct btrfs_dir_item *item, struct btrfs_disk_key *key) btrfs_dir_item_key() argument 1910 btrfs_set_dir_item_key(struct extent_buffer *eb, struct btrfs_dir_item *item, const struct btrfs_disk_key *key) btrfs_set_dir_item_key() argument 1979 btrfs_dir_item_key_to_cpu(const struct extent_buffer *eb, const struct btrfs_dir_item *item, struct btrfs_key *cpu_key) btrfs_dir_item_key_to_cpu() argument 2022 btrfs_dir_item_key_to_cpu(const struct extent_buffer *eb, const struct btrfs_dir_item *item, struct btrfs_key *key) btrfs_dir_item_key_to_cpu() argument [all...] |
/kernel/linux/linux-5.10/net/core/ |
H A D | devlink.c | 5263 struct devlink_fmsg_item *item, *tmp; in devlink_fmsg_free() local 5275 struct devlink_fmsg_item *item; in devlink_fmsg_nest_common() local 5317 struct devlink_fmsg_item *item; devlink_fmsg_put_name() local 5433 struct devlink_fmsg_item *item; devlink_fmsg_put_value() local 5694 struct devlink_fmsg_item *item; devlink_fmsg_prepare_skb() local [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | bpf.h | 1926 const struct bpf_prog_array_item *item; in bpf_prog_run_array() local 1966 const struct bpf_prog_array_item *item; in bpf_prog_run_array_uprobe() local [all...] |
/kernel/linux/linux-6.6/include/uapi/sound/ |
H A D | asound.h | 1135 unsigned int item; /* W: item number */ member 1158 unsigned int item[128]; member
|
/kernel/linux/linux-6.6/drivers/net/fddi/ |
H A D | defxx.h | 301 PI_ITEM_LIST item[PI_CMD_FILTERS_SET_K_ITEMS_MAX]; member 345 } item[PI_CMD_CHARS_SET_K_ITEMS_MAX]; member 368 } item[PI_CMD_SNMP_SET_K_ITEMS_MAX]; member 391 } item[PI_CMD_SMT_MIB_SET_K_ITEMS_MAX]; member
|
/kernel/linux/linux-6.6/tools/include/uapi/sound/ |
H A D | asound.h | 1135 unsigned int item; /* W: item number */ member 1158 unsigned int item[128]; member
|
/third_party/elfutils/src/ |
H A D | readelf.c | 11814 handle_core_item (Elf *core, const Ebl_Core_Item *item, const void *desc, in handle_core_item() argument 12149 const Ebl_Core_Item *item = &items[nitems - 1]; handle_core_items() local [all...] |
/third_party/alsa-lib/include/sound/uapi/ |
H A D | asound.h | 1126 unsigned int item; /* W: item number */ member 1149 unsigned int item[128]; member
|
/third_party/node/deps/v8/src/execution/ |
H A D | isolate.cc | 4251 EntryStackItem* item = in ThrowInternal() local 4273 EntryStackItem* item = entry_stack_; in ThrowInternal() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
H A D | vktRayTracingMiscTests.cpp | 2200 ResultItem item; variable 4706 getGLSLForSetters( const StructItem& item, const deUint32& nResultArrayItem) const getGLSLForSetters() argument 4744 getGLSLForStructItem( const StructItem& item, const bool& includeOffsetLayoutQualifier, const bool& targetsInputBuffer) const getGLSLForStructItem() argument [all...] |
/third_party/python/Python/ |
H A D | compile.c | 670 PyObject *item = PyLong_FromSsize_t(i); in dictbytype() local 1350 PyObject *item = PyTuple_GET_ITEM(o, i); in merge_consts_recursive() local 1391 PyObject *item; merge_consts_recursive() local 5649 withitem_ty item = asdl_seq_GET(s->v.AsyncWith.items, pos); compiler_async_with() local 5755 withitem_ty item = asdl_seq_GET(s->v.With.items, pos); compiler_with() local [all...] |
/third_party/python/Modules/ |
H A D | _testcapimodule.c | 7221 PyObject *item; member 7253 generic_alias_new(PyObject *item) in generic_alias_new() argument 7269 generic_class_getitem(PyObject *type, PyObject *item) in generic_class_getitem() argument
|
H A D | posixmodule.c | 1514 PyObject *iterator, *item; in _Py_Sigset_Converter() local 5836 PyObject* item = PySequence_ITEM(argv, i); in parse_arglist() local 7189 PyObject *iterator = NULL, *item; in os_sched_setaffinity_impl() local 9661 PyObject *item = PySequence_GetItem(seq, i); iov_setup() local [all...] |
/third_party/python/Lib/test/ |
H A D | test_enum.py | 485 item = self.source_values[2] variable in _EnumTests.test_object_str_override.Generic [all...] |
/third_party/python/Objects/ |
H A D | unicodeobject.c | 8236 PyObject *key, *item = NULL; in charmap_decode_mapping() local 9035 PyObject *item; charmaptranslate_output() local 9083 PyObject *item = NULL; unicode_fast_translate_lookup() local 10068 PyObject *item; _PyUnicode_JoinArray() local 14241 unicode_subscript(PyObject* self, PyObject* item) unicode_subscript() argument 15736 PyObject *item = (PyObject*)&_Py_SINGLETON(strings).ascii[chr]; unicode_ascii_iter_next() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingMiscTests.cpp | 2199 ResultItem item; variable 4701 getGLSLForSetters( const StructItem& item, const deUint32& nResultArrayItem) const getGLSLForSetters() argument 4739 getGLSLForStructItem( const StructItem& item, const bool& includeOffsetLayoutQualifier, const bool& targetsInputBuffer) const getGLSLForStructItem() argument [all...] |
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | wl_cfg80211.c | 19535 void *wl_read_prof(struct bcm_cfg80211 *cfg, struct net_device *ndev, s32 item) in wl_read_prof() argument 19571 wl_update_prof(struct bcm_cfg80211 *cfg, struct net_device *ndev, const wl_event_msg_t *e, const void *data, s32 item) wl_update_prof() argument [all...] |
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | f2fs.h | 2508 f2fs_radix_tree_insert(struct radix_tree_root *root, unsigned long index, void *item) f2fs_radix_tree_insert() argument
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
H A D | vk_mem_alloc.h | 4799 static void VmaVectorInsert(std::vector<T, allocatorT>& vec, size_t index, const T& item) in VmaVectorInsert() argument 5024 static void VmaVectorInsert(VmaVector<T, allocatorT>& vec, size_t index, const T& item) in VmaVectorInsert() argument 6230 VmaSuballocationList::iterator item; member 8261 StackItem item; BeginObject() local 8286 StackItem item; BeginArray() local 9741 MergeFreeWithNext(VmaSuballocationList::iterator item) MergeFreeWithNext() argument 9808 RegisterFreeSuballocation(VmaSuballocationList::iterator item) RegisterFreeSuballocation() argument 9833 UnregisterFreeSuballocation(VmaSuballocationList::iterator item) UnregisterFreeSuballocation() argument [all...] |
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | f2fs.h | 2858 f2fs_radix_tree_insert(struct radix_tree_root *root, unsigned long index, void *item) f2fs_radix_tree_insert() argument
|
/third_party/node/deps/v8/src/api/ |
H A D | api.cc | 2219 Set(Isolate* v8_isolate, int index, Local<Primitive> item) Set() argument
|
/kernel/linux/linux-5.10/include/linux/platform_data/ |
H A D | cros_ec_commands.h | 3317 struct ec_collect_item item[0]; member
|
/kernel/linux/linux-6.6/include/linux/platform_data/ |
H A D | cros_ec_commands.h | 3345 struct ec_collect_item item[0]; member
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 5308 struct nk_rect item; member 11222 nk_ushort item = (nk_ushort) ((search - endCount) >> 1); in nk_tt_FindGlyphIndex() local 16029 {const struct nk_style_item *item = &style->window.scaler; in nk_panel_end() local 24208 struct nk_rect item = {0,0,0,0}; nk_chart_push_column() local 25255 const char *item; nk_combo_callback() local [all...] |