Home
last modified time | relevance | path

Searched refs:accumulate (Results 1 – 5 of 5) sorted by relevance

/xen/tools/xl/
A Dxl_utils.c185 void string_realloc_append(char **accumulate, const char *more) in string_realloc_append() argument
190 size_t oldlen = *accumulate ? strlen(*accumulate) : 0; in string_realloc_append()
197 *accumulate = xrealloc(*accumulate, oldlen + morelen); in string_realloc_append()
198 memcpy(*accumulate + oldlen, more, morelen); in string_realloc_append()
A Dxl_utils.h139 void string_realloc_append(char **accumulate, const char *more);
/xen/docs/misc/
A Dlivepatch.pandoc1066 grows to accumulate all the code changes.
/xen/stubdom/
A Dlwip.patch-cvs1330 /* accumulate remaining octet */
/xen/tools/firmware/rombios/
A Drombios.c9430 mov ecx, eax ;; ECX will accumulate total ticks

Completed in 22 milliseconds