Searched refs:STRING_UNITS_NO_SPACE (Results 1 – 3 of 3) sorted by relevance
27 STRING_UNITS_NO_SPACE = BIT(30), enumerator
533 { STRING_UNITS_NO_SPACE, " " }, in __test_string_get_size()534 { STRING_UNITS_NO_SPACE | STRING_UNITS_NO_BYTES, " B" }, in __test_string_get_size()
135 (units & STRING_UNITS_NO_SPACE) ? "" : " ", in string_get_size()
Completed in 8 milliseconds