Home
last modified time | relevance | path

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

/picolibc-latest/test/
Dtls.c78 if (!inside_tls_region(__DEVOLATILE(void *, ptr), tls_start)) { \
/picolibc-latest/newlib/libc/include/sys/
Dcdefs.h681 #ifndef __DEVOLATILE
682 #define __DEVOLATILE(type, var) ((type)(__uintptr_t)(volatile void *)(var)) macro