Lines Matching full:elements
66 * of the 2 link elements used in the SCI_FAST_LIST and
70 * @note Do not use the SCI_SIMPLE_LIST if you need to remove elements from
103 * See if there are any list elements on this list.
120 * Return the count of the number of elements in this list.
169 * @note Pushing new elements onto a list is more efficient than inserting
196 * @note Pushing new elements onto a list is more efficient than inserting
252 * Move all the list elements from source anchor to the dest anchor.
253 * The source anchor will have all of its elements removed making it
255 * and dest list elements.
257 * @param[in, out] dest_anchor this is the list into which all elements from
263 * @note If the destination has list elements use the insert at head
278 * This method will insert the list elements from the source anchor to the
279 * destination list before all previous elements on the destination list.
281 * @param[in, out] dest_anchor this is the list into which all elements from
283 * now contain both sets of list elements.
307 // Wipe the source list to make sure the list elements can not be accessed in sci_simple_list_insert_list_at_head()
314 * This method will insert the list elements from the source anchor to the
315 * destination anchor after all list elements on the destination anchor.
317 * @param[in, out] dest_anchor this is the list into which all elements from
319 * contain both the source and destination list elements.
344 // Wipe the source list to make sure the list elements can not be accessed in sci_simple_list_insert_list_at_tail()