/base/telephony/call_manager/services/call/src/ |
H A D | call_object_manager.cpp | 31 std::list<sptr<CallBase>> CallObjectManager::callObjectPtrList_; 47 std::list<sptr<CallBase>>::iterator it = callObjectPtrList_.begin(); in ~CallObjectManager() 60 std::list<sptr<CallBase>>::iterator it = callObjectPtrList_.begin(); in AddOneCallObject() 85 TELEPHONY_LOGI("AddOneCallObject success! callId:%{public}d,call list size:%{public}zu", call->GetCallID(), in AddOneCallObject() 109 std::list<sptr<CallBase>>::iterator it; in DeleteOneCallObject() 113 TELEPHONY_LOGI("DeleteOneCallObject success! call list size:%{public}zu", callObjectPtrList_.size()); in DeleteOneCallObject() 149 std::list<sptr<CallBase>>::iterator it = CallObjectManager::callObjectPtrList_.begin(); in GetOneCallObject() 167 std::list<sptr<CallBase>>::iterator it = callObjectPtrList_.begin(); in GetOneCallObject() 183 std::list<sptr<CallBase>>::iterator it; in HasNewCall() 201 std::list<spt in IsNewCallAllowedCreate() 259 GetCarrierCallList(std::list<int32_t> &list) GetCarrierCallList() argument 286 GetVoipCallList(std::list<int32_t> &list) GetVoipCallList() argument 466 GetSatelliteCallList(std::list<int32_t> &list) GetSatelliteCallList() argument [all...] |
/kernel/linux/linux-6.6/crypto/ |
H A D | algapi.c | 15 #include <linux/list.h> 99 * This function adds a spawn to the list secondary_spawns which 114 spawn = list_first_entry_or_null(stack, struct crypto_spawn, list); in crypto_more_spawns() 118 n = list_prev_entry(spawn, list); in crypto_more_spawns() 119 list_move(&spawn->list, secondary_spawns); in crypto_more_spawns() 121 if (list_is_last(&n->list, stack)) in crypto_more_spawns() 124 n = list_next_entry(n, list); in crypto_more_spawns() 132 struct list_head *list) in crypto_remove_instance() 144 list_move(&inst->alg.cra_list, list); in crypto_remove_instance() 145 hlist_del(&inst->list); in crypto_remove_instance() 131 crypto_remove_instance(struct crypto_instance *inst, struct list_head *list) crypto_remove_instance() argument 157 crypto_remove_spawns(struct crypto_alg *alg, struct list_head *list, struct crypto_alg *nalg) crypto_remove_spawns() argument 441 crypto_remove_final(struct list_head *list) crypto_remove_final() argument 482 crypto_remove_alg(struct crypto_alg *alg, struct list_head *list) crypto_remove_alg() argument 590 struct hlist_head *list; crypto_unregister_template() local [all...] |
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | ArrayDecoders.java | 10 // notice, this list of conditions and the following disclaimer. 12 // copyright notice, this list of conditions and the following disclaimer 271 int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) { in decodeVarint32List() 272 final IntArrayList output = (IntArrayList) list; in decodeVarint32List() 288 int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) { in decodeVarint64List() 289 final LongArrayList output = (LongArrayList) list; in decodeVarint64List() 305 int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) { in decodeFixed32List() 306 final IntArrayList output = (IntArrayList) list; in decodeFixed32List() 322 int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) { in decodeFixed64List() 323 final LongArrayList output = (LongArrayList) list; in decodeFixed64List() 270 decodeVarint32List( int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) decodeVarint32List() argument 287 decodeVarint64List( int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) decodeVarint64List() argument 304 decodeFixed32List( int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) decodeFixed32List() argument 321 decodeFixed64List( int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) decodeFixed64List() argument 338 decodeFloatList( int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) decodeFloatList() argument 355 decodeDoubleList( int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) decodeDoubleList() argument 372 decodeBoolList( int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) decodeBoolList() argument 389 decodeSInt32List( int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) decodeSInt32List() argument 406 decodeSInt64List( int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) decodeSInt64List() argument 423 decodePackedVarint32List( byte[] data, int position, ProtobufList<?> list, Registers registers) decodePackedVarint32List() argument 439 decodePackedVarint64List( byte[] data, int position, ProtobufList<?> list, Registers registers) decodePackedVarint64List() argument 455 decodePackedFixed32List( byte[] data, int position, ProtobufList<?> list, Registers registers) decodePackedFixed32List() argument 471 decodePackedFixed64List( byte[] data, int position, ProtobufList<?> list, Registers registers) decodePackedFixed64List() argument 487 decodePackedFloatList( byte[] data, int position, ProtobufList<?> list, Registers registers) decodePackedFloatList() argument 503 decodePackedDoubleList( byte[] data, int position, ProtobufList<?> list, Registers registers) decodePackedDoubleList() argument 519 decodePackedBoolList( byte[] data, int position, ProtobufList<?> list, Registers registers) decodePackedBoolList() argument 535 decodePackedSInt32List( byte[] data, int position, ProtobufList<?> list, Registers registers) decodePackedSInt32List() argument 552 decodePackedSInt64List( byte[] data, int position, ProtobufList<?> list, Registers registers) decodePackedSInt64List() argument 569 decodeStringList( int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) decodeStringList() argument 608 decodeStringListRequireUtf8( int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) decodeStringListRequireUtf8() argument 651 decodeBytesList( int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) decodeBytesList() argument 694 decodeMessageList( Schema<?> schema, int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) decodeMessageList() argument 723 decodeGroupList( Schema schema, int tag, byte[] data, int position, int limit, ProtobufList<?> list, Registers registers) decodeGroupList() argument [all...] |
H A D | UnmodifiableLazyStringList.java | 10 // notice, this list of conditions and the following disclaimer. 12 // copyright notice, this list of conditions and the following disclaimer 50 private final LazyStringList list; field in UnmodifiableLazyStringList 52 public UnmodifiableLazyStringList(LazyStringList list) { in UnmodifiableLazyStringList() argument 53 this.list = list; in UnmodifiableLazyStringList() 58 return list.get(index); in get() 63 return list.getRaw(index); in getRaw() 68 return list.size(); in size() 73 return list in getByteString() [all...] |
/kernel/linux/linux-5.10/security/selinux/ |
H A D | ibpkey.c | 23 #include <linux/list.h> 34 struct list_head list; member 39 struct list_head list; member 77 list_for_each_entry_rcu(pkey, &sel_ib_pkey_hash[idx].list, list) { in sel_ib_pkey_find() 102 list_add_rcu(&pkey->list, &sel_ib_pkey_hash[idx].list); in sel_ib_pkey_insert() 108 sel_ib_pkey_hash[idx].list.prev, in sel_ib_pkey_insert() 110 struct sel_ib_pkey, list); in sel_ib_pkey_insert() 111 list_del_rcu(&tail->list); in sel_ib_pkey_insert() [all...] |
/kernel/linux/linux-6.6/security/selinux/ |
H A D | ibpkey.c | 23 #include <linux/list.h> 34 struct list_head list; member 39 struct list_head list; member 76 list_for_each_entry_rcu(pkey, &sel_ib_pkey_hash[idx].list, list) { in sel_ib_pkey_find() 101 list_add_rcu(&pkey->list, &sel_ib_pkey_hash[idx].list); in sel_ib_pkey_insert() 107 list_tail_rcu(&sel_ib_pkey_hash[idx].list), in sel_ib_pkey_insert() 109 struct sel_ib_pkey, list); in sel_ib_pkey_insert() 110 list_del_rcu(&tail->list); in sel_ib_pkey_insert() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
H A D | util.c | 110 struct list_head list; member 116 struct list_head list; member 129 list_add_tail(&stas_entry->list, &iter_stas->list); in rtw_collect_sta_iter() 146 INIT_LIST_HEAD(&iter_data.list); in rtw_iterate_stas() 151 list_for_each_entry_safe(sta_entry, tmp, &iter_data.list, in rtw_iterate_stas() 152 list) { in rtw_iterate_stas() 153 list_del_init(&sta_entry->list); in rtw_iterate_stas() 160 struct list_head list; member 166 struct list_head list; member [all...] |
/kernel/linux/linux-6.6/drivers/dma-buf/ |
H A D | dma-resv.c | 69 /* Extract the fence and usage flags from an RCU protected entry in the list. */ 70 static void dma_resv_list_entry(struct dma_resv_list *list, unsigned int index, in dma_resv_list_entry() argument 76 tmp = (long)rcu_dereference_check(list->table[index], in dma_resv_list_entry() 83 /* Set the fence and usage flags at the specific index in the list. */ 84 static void dma_resv_list_set(struct dma_resv_list *list, in dma_resv_list_set() argument 91 RCU_INIT_POINTER(list->table[index], (struct dma_fence *)tmp); in dma_resv_list_set() 100 struct dma_resv_list *list; in dma_resv_list_alloc() local 104 size = kmalloc_size_roundup(struct_size(list, table, max_fences)); in dma_resv_list_alloc() 106 list = kmalloc(size, GFP_KERNEL); in dma_resv_list_alloc() 107 if (!list) in dma_resv_list_alloc() 118 dma_resv_list_free(struct dma_resv_list *list) dma_resv_list_free() argument 339 struct dma_resv_list *list; dma_resv_replace_fences() local 516 struct dma_resv_list *list; dma_resv_copy_fences() local [all...] |
/third_party/mesa3d/src/util/ |
H A D | list.h | 31 * list handling. No list looping yet. 60 * Prepend an item to a list 62 * @param item The element to add to the list 63 * @param list The list to prepend to 65 static inline void list_add(struct list_head *item, struct list_head *list) in list_add() argument 67 item->prev = list; in list_add() 68 item->next = list->next; in list_add() 69 list in list_add() 79 list_addtail(struct list_head *item, struct list_head *list) list_addtail() argument 116 list_is_empty(const struct list_head *list) list_is_empty() argument 121 list_is_linked(const struct list_head *list) list_is_linked() argument 132 list_is_singular(const struct list_head *list) list_is_singular() argument 137 list_length(const struct list_head *list) list_length() argument 168 list_validate(const struct list_head *list) list_validate() argument [all...] |
/kernel/linux/linux-5.10/net/netlabel/ |
H A D | netlabel_addrlist.h | 5 * This file contains network address list functions used to manage ordered 22 #include <linux/list.h> 27 * struct netlbl_af4list - NetLabel IPv4 address list 31 * @list: list structure, used internally 38 struct list_head list; member 42 * struct netlbl_af6list - NetLabel IPv6 address list 46 * @list: list structure, used internally 53 struct list_head list; member [all...] |
/kernel/linux/linux-6.6/net/netlabel/ |
H A D | netlabel_addrlist.h | 5 * This file contains network address list functions used to manage ordered 22 #include <linux/list.h> 27 * struct netlbl_af4list - NetLabel IPv4 address list 31 * @list: list structure, used internally 38 struct list_head list; member 42 * struct netlbl_af6list - NetLabel IPv6 address list 46 * @list: list structure, used internally 53 struct list_head list; member [all...] |
/third_party/skia/third_party/externals/tint/tools/src/list/ |
H A D | list_test.go | 21 "dawn.googlesource.com/tint/tools/src/list" 24 // A simple implementation of list.List. Many methods are just stubs 32 func (customList) CopyFrom(l list.List, dst, src, count int) {} 36 var _ list.List = customList{} // Interface compliance check 39 l := list.New(reflect.TypeOf(0), 3) 57 l := list.Wrap(&slice) 59 c := list.Copy(l) 77 l := list.Wrap(&slice) 86 l := list.Wrap(&slice) 97 l := list [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | freelist.h | 10 * A simple CAS-based lock-free free list. Not the fastest thing in the world 12 * freed until after the free list is destroyed), and fairly speedy under low 30 static inline void __freelist_add(struct freelist_node *node, struct freelist_head *list) in __freelist_add() argument 41 * thread) -- so if the CAS to add the node to the actual list fails, in __freelist_add() 46 struct freelist_node *head = READ_ONCE(list->head); in __freelist_add() 52 if (!try_cmpxchg_release(&list->head, &head, node)) { in __freelist_add() 64 static inline void freelist_add(struct freelist_node *node, struct freelist_head *list) in freelist_add() argument 73 * know we want to add it to the free list, so let's do it! in freelist_add() 75 __freelist_add(node, list); in freelist_add() 79 static inline struct freelist_node *freelist_try_get(struct freelist_head *list) in freelist_try_get() argument [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | glthread_list.c | 32 const GLuint list = cmd->list; in _mesa_unmarshal_CallList() local 48 lists[0] = cmd->list; in _mesa_unmarshal_CallList() 49 lists[1] = next_callist->list; in _mesa_unmarshal_CallList() 58 lists[count++] = next_callist->list; in _mesa_unmarshal_CallList() 71 CALL_CallList(ctx->CurrentServerDispatch, (list)); in _mesa_unmarshal_CallList() 76 _mesa_marshal_CallList(GLuint list) in _mesa_marshal_CallList() argument 82 cmd->list = list; in _mesa_marshal_CallList() 84 _mesa_glthread_CallList(ctx, list); in _mesa_marshal_CallList() [all...] |
/third_party/toybox/toys/example/ |
H A D | logwrapper.c | 26 struct string_list *list; in logwrapper_main() local 58 list = find_in_path(getenv("PATH"), omnom); in logwrapper_main() 60 while (list) { in logwrapper_main() 61 if (!strcmp(list->str, *toys.argv)) break; in logwrapper_main() 62 free(llist_pop(&list)); in logwrapper_main() 68 if (list) free(llist_pop(&list)); in logwrapper_main() 69 if (!list) in logwrapper_main() 72 *toys.argv = list->str; in logwrapper_main() 73 execve(list in logwrapper_main() [all...] |
/kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
H A D | dsp_pipeline.c | 12 #include <linux/list.h> 23 struct list_head list; member 28 struct list_head list; member 64 list_del(&entry->list); in mISDN_dsp_dev_release() 80 INIT_LIST_HEAD(&entry->list); in mISDN_dsp_element_register() 93 list_add_tail(&entry->list, &dsp_elements); in mISDN_dsp_element_register() 123 list_for_each_entry_safe(entry, n, &dsp_elements, list) in mISDN_dsp_element_unregister() 128 printk(KERN_ERR "%s: element %s not in list.\n", __func__, elem->name); in mISDN_dsp_element_unregister() 151 list_for_each_entry_safe(entry, n, &dsp_elements, list) { in dsp_pipeline_module_exit() 152 list_del(&entry->list); in dsp_pipeline_module_exit() [all...] |
/kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_cfg.c | 5 #include <linux/list.h> 23 struct list_head *list; in qat_dev_cfg_show() local 25 list_entry(v, struct adf_cfg_section, list); in qat_dev_cfg_show() 28 list_for_each(list, &sec->param_head) { in qat_dev_cfg_show() 30 list_entry(list, struct adf_cfg_key_val, list); in qat_dev_cfg_show() 142 list_add_tail(&new->list, &sec->param_head); in adf_cfg_keyval_add() 152 list_entry(list_ptr, struct adf_cfg_key_val, list); in adf_cfg_keyval_remove() 169 list_entry(list_ptr, struct adf_cfg_key_val, list); in adf_cfg_keyval_del_all() 178 struct list_head *list, *tm in adf_cfg_section_del_all() local 191 struct list_head *list; adf_cfg_key_value_find() local 206 struct list_head *list; adf_cfg_sec_find() local [all...] |
/kernel/linux/linux-6.6/drivers/isdn/mISDN/ |
H A D | dsp_pipeline.c | 12 #include <linux/list.h> 23 struct list_head list; member 28 struct list_head list; member 64 list_del(&entry->list); in mISDN_dsp_dev_release() 80 INIT_LIST_HEAD(&entry->list); in mISDN_dsp_element_register() 93 list_add_tail(&entry->list, &dsp_elements); in mISDN_dsp_element_register() 123 list_for_each_entry_safe(entry, n, &dsp_elements, list) in mISDN_dsp_element_unregister() 128 printk(KERN_ERR "%s: element %s not in list.\n", __func__, elem->name); in mISDN_dsp_element_unregister() 151 list_for_each_entry_safe(entry, n, &dsp_elements, list) { in dsp_pipeline_module_exit() 152 list_del(&entry->list); in dsp_pipeline_module_exit() [all...] |
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | linearize.h | 170 struct instruction_list *insns; /* Linear list of instructions */ 174 struct basic_block_list *doms; /* list of BB idominated by this one */ 193 static inline void add_bb(struct basic_block_list **list, struct basic_block *bb) in add_bb() argument 195 add_ptr_list(list, bb); in add_bb() 198 static inline void add_instruction(struct instruction_list **list, struct instruction *insn) in add_instruction() argument 200 add_ptr_list(list, insn); in add_instruction() 211 static inline void add_multijmp(struct multijmp_list **list, struct multijmp *multijmp) in add_multijmp() argument 213 add_ptr_list(list, multijmp); in add_multijmp() 216 static inline pseudo_t *add_pseudo(struct pseudo_list **list, pseudo_t pseudo) in add_pseudo() argument 218 return add_ptr_list(list, pseud in add_pseudo() 221 remove_pseudo(struct pseudo_list **list, pseudo_t pseudo) remove_pseudo() argument 226 pseudo_in_list(struct pseudo_list *list, pseudo_t pseudo) pseudo_in_list() argument 246 lookup_bb(struct basic_block_list *list, struct basic_block *bb) lookup_bb() argument 252 add_pseudo_user_ptr(struct pseudo_user *user, struct pseudo_user_list **list) add_pseudo_user_ptr() argument 267 pseudo_user_list_size(struct pseudo_user_list *list) pseudo_user_list_size() argument 272 pseudo_user_list_empty(struct pseudo_user_list *list) pseudo_user_list_empty() argument 313 remove_bb_from_list(struct basic_block_list **list, struct basic_block *entry, int count) remove_bb_from_list() argument 318 replace_bb_in_list(struct basic_block_list **list, struct basic_block *old, struct basic_block *new, int count) replace_bb_in_list() argument [all...] |
H A D | test-parsing.c | 42 static void clean_up_symbols(struct symbol_list *list) in clean_up_symbols() argument 46 FOR_EACH_PTR(list, sym) { in clean_up_symbols() 53 struct symbol_list * list; in main() local 57 list = sparse_initialize(argc, argv, &filelist); in main() 60 clean_up_symbols(list); in main() 63 show_symbol_list(list); in main() 68 list = sparse(file); in main() 71 clean_up_symbols(list); in main() 75 show_symbol_list(list); in main()
|
/kernel/linux/linux-5.10/drivers/media/platform/ti-vpe/ |
H A D | vpdma.c | 424 * Cleanup all pending descriptors of a list 425 * First, stop the current list being processed. 427 * To cleanup the internal FSM, post abort list descriptor for all the 462 dev_err(&vpdma->pdev->dev, "Timed out cleaning up VPDMA list\n"); in vpdma_list_cleanup() 476 * create a descriptor list, the user of this list will append configuration, 477 * control and data descriptors to this list, this list will be submitted to 478 * VPDMA. VPDMA's list parser will go through each descriptor and perform the 481 int vpdma_create_desc_list(struct vpdma_desc_list *list, size_ argument 501 vpdma_reset_desc_list(struct vpdma_desc_list *list) vpdma_reset_desc_list() argument 511 vpdma_free_desc_list(struct vpdma_desc_list *list) vpdma_free_desc_list() argument 528 vpdma_submit_descs(struct vpdma_data *vpdma, struct vpdma_desc_list *list, int list_num) vpdma_submit_descs() argument 555 vpdma_update_dma_addr(struct vpdma_data *vpdma, struct vpdma_desc_list *list, dma_addr_t dma_addr, void *write_dtd, int drop, int idx) vpdma_update_dma_addr() argument 633 vpdma_add_cfd_block(struct vpdma_desc_list *list, int client, struct vpdma_buf *blk, u32 dest_offset) vpdma_add_cfd_block() argument 661 vpdma_add_cfd_adb(struct vpdma_desc_list *list, int client, struct vpdma_buf *adb) vpdma_add_cfd_adb() argument 703 vpdma_add_sync_on_channel_ctd(struct vpdma_desc_list *list, enum vpdma_channel chan) vpdma_add_sync_on_channel_ctd() argument 728 vpdma_add_abort_channel_ctd(struct vpdma_desc_list *list, int chan_num) vpdma_add_abort_channel_ctd() argument 807 vpdma_add_out_dtd(struct vpdma_desc_list *list, int width, int stride, const struct v4l2_rect *c_rect, const struct vpdma_data_format *fmt, dma_addr_t dma_addr, int max_w, int max_h, enum vpdma_channel chan, u32 flags) vpdma_add_out_dtd() argument 817 vpdma_rawchan_add_out_dtd(struct vpdma_desc_list *list, int width, int stride, const struct v4l2_rect *c_rect, const struct vpdma_data_format *fmt, dma_addr_t dma_addr, int max_w, int max_h, int raw_vpdma_chan, u32 flags) vpdma_rawchan_add_out_dtd() argument 886 vpdma_add_in_dtd(struct vpdma_desc_list *list, int width, int stride, const struct v4l2_rect *c_rect, const struct vpdma_data_format *fmt, dma_addr_t dma_addr, enum vpdma_channel chan, int field, u32 flags, int frame_width, int frame_height, int start_h, int start_v) vpdma_add_in_dtd() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/ti/vpe/ |
H A D | vpdma.c | 424 * Cleanup all pending descriptors of a list 425 * First, stop the current list being processed. 427 * To cleanup the internal FSM, post abort list descriptor for all the 462 dev_err(&vpdma->pdev->dev, "Timed out cleaning up VPDMA list\n"); in vpdma_list_cleanup() 476 * create a descriptor list, the user of this list will append configuration, 477 * control and data descriptors to this list, this list will be submitted to 478 * VPDMA. VPDMA's list parser will go through each descriptor and perform the 481 int vpdma_create_desc_list(struct vpdma_desc_list *list, size_ argument 501 vpdma_reset_desc_list(struct vpdma_desc_list *list) vpdma_reset_desc_list() argument 511 vpdma_free_desc_list(struct vpdma_desc_list *list) vpdma_free_desc_list() argument 528 vpdma_submit_descs(struct vpdma_data *vpdma, struct vpdma_desc_list *list, int list_num) vpdma_submit_descs() argument 555 vpdma_update_dma_addr(struct vpdma_data *vpdma, struct vpdma_desc_list *list, dma_addr_t dma_addr, void *write_dtd, int drop, int idx) vpdma_update_dma_addr() argument 633 vpdma_add_cfd_block(struct vpdma_desc_list *list, int client, struct vpdma_buf *blk, u32 dest_offset) vpdma_add_cfd_block() argument 661 vpdma_add_cfd_adb(struct vpdma_desc_list *list, int client, struct vpdma_buf *adb) vpdma_add_cfd_adb() argument 703 vpdma_add_sync_on_channel_ctd(struct vpdma_desc_list *list, enum vpdma_channel chan) vpdma_add_sync_on_channel_ctd() argument 728 vpdma_add_abort_channel_ctd(struct vpdma_desc_list *list, int chan_num) vpdma_add_abort_channel_ctd() argument 807 vpdma_add_out_dtd(struct vpdma_desc_list *list, int width, int stride, const struct v4l2_rect *c_rect, const struct vpdma_data_format *fmt, dma_addr_t dma_addr, int max_w, int max_h, enum vpdma_channel chan, u32 flags) vpdma_add_out_dtd() argument 817 vpdma_rawchan_add_out_dtd(struct vpdma_desc_list *list, int width, int stride, const struct v4l2_rect *c_rect, const struct vpdma_data_format *fmt, dma_addr_t dma_addr, int max_w, int max_h, int raw_vpdma_chan, u32 flags) vpdma_rawchan_add_out_dtd() argument 886 vpdma_add_in_dtd(struct vpdma_desc_list *list, int width, int stride, const struct v4l2_rect *c_rect, const struct vpdma_data_format *fmt, dma_addr_t dma_addr, enum vpdma_channel chan, int field, u32 flags, int frame_width, int frame_height, int start_h, int start_v) vpdma_add_in_dtd() argument [all...] |
/third_party/node/deps/cares/src/lib/ |
H A D | ares__slist.h | 33 * linked list with multiple levels of linkage to gain some algorithmic 35 * with a linked list. 43 * remove operation is higher than a normal linked list. For very small 44 * lists this may be less efficient, but for any list with a moderate number 89 * \param[in] list Initialized SkipList Object 92 void ares__slist_replace_destructor(ares__slist_t *list, 97 * \param[in] list Initialized SkipList Object 102 ares__slist_node_t *ares__slist_insert(ares__slist_t *list, void *val); 106 * \param[in] list Initialized SkipList Object 109 ares__slist_node_t *ares__slist_node_first(ares__slist_t *list); [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | uniset.cpp | 39 /** Max list [0, 1, 2, ..., max code point, HIGH] */ 140 list[0] = UNICODESET_HIGH; in UnicodeSet() 152 list[0] = UNICODESET_HIGH; in UnicodeSet() 170 uprv_memcpy(list, o.list, (size_t)len*sizeof(UChar32)); in UnicodeSet() 191 if (list != stackList) { in ~UnicodeSet() 192 uprv_free(list); in ~UnicodeSet() 226 uprv_memcpy(list, o.list, (size_t)len*sizeof(UChar32)); in copyFrom() 228 bmpSet = new BMPSet(*o.bmpSet, list, le in copyFrom() [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | uniset.cpp | 39 /** Max list [0, 1, 2, ..., max code point, HIGH] */ 140 list[0] = UNICODESET_HIGH; in UnicodeSet() 152 list[0] = UNICODESET_HIGH; in UnicodeSet() 170 uprv_memcpy(list, o.list, (size_t)len*sizeof(UChar32)); in UnicodeSet() 191 if (list != stackList) { in ~UnicodeSet() 192 uprv_free(list); in ~UnicodeSet() 226 uprv_memcpy(list, o.list, (size_t)len*sizeof(UChar32)); in copyFrom() 228 bmpSet = new BMPSet(*o.bmpSet, list, le in copyFrom() [all...] |