Home
last modified time | relevance | path

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

/third_party/alsa-lib/src/topology/
Dsave.c21 #define SAVE_ALLOC_SHIFT (13) /* 8192 bytes */ macro
85 (l >> SAVE_ALLOC_SHIFT) != (t >> SAVE_ALLOC_SHIFT)) { in tplg_save_printf()
86 s = realloc(dst->dst, NEXT_CHUNK(t, SAVE_ALLOC_SHIFT)); in tplg_save_printf()