Home
last modified time | relevance | path

Searched refs:WT (Results 1 - 5 of 5) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/src/string/
H A Dmemmove.c5 typedef __attribute__((__may_alias__)) size_t WT; typedef
6 #define WS (sizeof(WT))
28 for (; n>=WS; n-=WS, d+=WS, s+=WS) *(WT *)d = *(WT *)s; in __memmove()
39 while (n>=WS) n-=WS, *(WT *)(d+n) = *(WT *)(s+n); in __memmove()
/third_party/musl/porting/liteos_m/kernel/src/string/
H A Dmemmove.c5 typedef __attribute__((__may_alias__)) size_t WT; typedef
6 #define WS (sizeof(WT))
28 for (; n>=WS; n-=WS, d+=WS, s+=WS) *(WT *)d = *(WT *)s; in __memmove()
39 while (n>=WS) n-=WS, *(WT *)(d+n) = *(WT *)(s+n); in __memmove()
/third_party/musl/porting/uniproton/kernel/src/string/
H A Dmemmove.c5 typedef __attribute__((__may_alias__)) size_t WT; typedef
6 #define WS (sizeof(WT))
24 for (; n>=WS; n-=WS, d+=WS, s+=WS) *(WT *)d = *(WT *)s; in memmove()
35 while (n>=WS) n-=WS, *(WT *)(d+n) = *(WT *)(s+n); in memmove()
/third_party/musl/src/string/
H A Dmemmove.c5 typedef __attribute__((__may_alias__)) size_t WT; typedef
6 #define WS (sizeof(WT))
24 for (; n>=WS; n-=WS, d+=WS, s+=WS) *(WT *)d = *(WT *)s; in memmove()
35 while (n>=WS) n-=WS, *(WT *)(d+n) = *(WT *)(s+n); in memmove()
/third_party/cmsis/CMSIS/Core/Include/
H A Dcore_ca.h2124 WT, enumerator
2591 \param [in] outer Outer cacheability: NON_CACHEABLE, WB_WA, WT, WB_NO_WA,
2592 \param [in] inner Inner cacheability: NON_CACHEABLE, WB_WA, WT, WB_NO_WA,
2622 case WT: in MMU_MemorySection()
2636 case WT: in MMU_MemorySection()
2651 \param [in] outer Outer cacheability: NON_CACHEABLE, WB_WA, WT, WB_NO_WA,
2652 \param [in] inner Inner cacheability: NON_CACHEABLE, WB_WA, WT, WB_NO_WA,
2690 case WT: in MMU_MemoryPage()
2704 case WT: in MMU_MemoryPage()

Completed in 13 milliseconds