Home
last modified time | relevance | path

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

/Kernel-v11.1.0/portable/IAR/AVR32_UC3/
Dread.c103 int nChars = 0; in __read() local
122 ++nChars; in __read()
125 return nChars; in __read()
Dwrite.c107 size_t nChars = 0; in __write() local
129 ++nChars; in __write()
132 return nChars; in __write()