Home
last modified time | relevance | path

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

/bionic/libc/include/
Dinttypes.h89 #define PRIb16 "b" /* int16_t */ macro
/bionic/tests/
Dstdio_test.cpp3066 EXPECT_SNPRINTF("<1010101010101010>", "<%" PRIb16 ">", s); in TEST()
3068 EXPECT_SNPRINTF("<0b1010101010101010>", "<%#" PRIb16 ">", s); in TEST()
3107 EXPECT_SWPRINTF(L"<1010101010101010>", L"<%" PRIb16 ">", s); in TEST()
3109 EXPECT_SWPRINTF(L"<0b1010101010101010>", L"<%#" PRIb16 ">", s); in TEST()