Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/bt/host/bluedroid/external/sbc/decoder/include/
Doi_osinterface.h171 OI_CHAR *_str = &_buf[8]; \
173 *_str = 0; \
174 do { *(--_str) = _digits[(_i & 0xF)]; _i >>= 4; } while (_i); \
175 OI_Print(_str); \
/hal_espressif-2.7.6/components/esp_hid/test/
DREADME.md21 #define _str(a) #a
22 #define xstr(a) _str(a)
/hal_espressif-2.7.6/tools/catch/
Dcatch.hpp3691 Text( std::string const& _str, TextAttributes const& _attr = TextAttributes() ) in Text() argument
3698 std::string remainder = _str; in Text()
4899 Text( std::string const& _str, TextAttributes const& _attr = TextAttributes() ) in Text() argument
4906 std::string remainder = _str; in Text()