Searched refs:BUFSIZE (Results 1 – 9 of 9) sorted by relevance
41 static constexpr size_t BUFSIZE = variable43 char strbuf[BUFSIZE] = {'\0'};47 size_t buffptr = BUFSIZE; in convert()55 len = BUFSIZE - buffptr; in convert()64 strbuf[BUFSIZE - len] = '-'; in IntegerToString()69 return cpp::StringView(strbuf + BUFSIZE - len, len); in str()
32 constexpr size_t BUFSIZE = 8; in TEST() local33 char buf[BUFSIZE]; in TEST()34 MutableArrayRef<char> bufref(reinterpret_cast<void *>(buf), BUFSIZE); in TEST()39 ASSERT_EQ(ss1.str().size(), BUFSIZE); in TEST()50 ASSERT_EQ(ss2.str().size(), BUFSIZE); in TEST()
13 %:ifndef BUFSIZE14 %:define BUFSIZE 512 macro
37 static constexpr size_t BUFSIZE = 1024; variable45 uint8_t buffer[BUFSIZE];
33 fd, cpp::MutableArrayRef<uint8_t>(buffer, BUFSIZE)); in read()
3 #define BUFSIZE 10 macro4 int Buffer[BUFSIZE];
5 #define BUFSIZE 10 macro6 int Buffer[BUFSIZE];
1839 enum { BUFSIZE = 256 }; enumerator1842 char buf[BUFSIZE]; in MEM34_C()1843 char *p = (char *)realloc(buf, 2 * BUFSIZE); in MEM34_C()
115 #define BUFSIZE 10 macro117 int Buffer[BUFSIZE];