Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/hifi-dpf/core/util/gdbstub/
Dgdbstub.c119 #define RING_SIZE 256 macro
126 unsigned char data[RING_SIZE];
137 return (ring->head + 1) & (RING_SIZE - 1); in ring_next_head()
142 return (ring->tail + 1) & (RING_SIZE - 1); in ring_next_tail()