Home
last modified time | relevance | path

Searched refs:element (Results 1 – 2 of 2) sorted by relevance

/support/
A Dblob_repeat.c39 fill0 (char *target, const char *element, size_t element_size, in fill0() argument
44 memcpy (target, element, element_size); in fill0()
53 fill (char *target, const char *element, size_t element_size, in fill() argument
59 memset (target, element[0], count); in fill()
63 memcpy (&wc, element, sizeof (wc)); in fill()
71 fill0 (buffer, element, element_size, buffer_count); in fill()
84 fill0 (target, element, element_size, count); in fill()
96 fill (buffer, element, element_size, count); in allocate_malloc()
259 repeat_allocate (const void *element, size_t element_size, in repeat_allocate() argument
278 return repeat_allocate (element, element_size, count, false); in support_blob_repeat_allocate()
[all …]
A Dblob_repeat.h37 struct support_blob_repeat support_blob_repeat_allocate (const void *element,
48 (const void *element, size_t element_size, size_t count);

Completed in 5 milliseconds