Searched refs:SA (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/multibyte/
H A Dmbtowc.c22 if (*s - SA > SB - SA)
24 c = bittab[*s++ - SA];
H A Dmbsrtowcs.c54 if (*s - SA > SB - SA)
56 c = bittab[*s++ - SA];
100 if (*s - SA > SB - SA)
102 c = bittab[*s++ - SA];
H A Dmbrtowc.c31 if (*s - SA > SB - SA)
33 c = bittab[*s++ - SA];
H A Dinternal.h18 #define SA 0xc2u macro
/fuchsia/zircon/system/utest/fbl/
H A Dslab_allocator_tests.cpp198 template <typename SA> struct ObjCounterHelper<SA, true> {
199 static bool CheckObjCount(const SA& allocator, size_t expected) {
202 static bool CheckMaxObjCount(const SA& allocator, size_t expected) {
205 static void ResetMaxObjCount(SA* allocator) {
209 return (SA::obj_count() == expected);
212 return (SA::max_obj_count() == expected);
215 SA::ResetMaxObjCount();
219 template <typename SA> struct ObjCounterHelper<SA, fals
220 CheckObjCount(const SA&, size_t) argument
223 CheckMaxObjCount(const SA&, size_t) argument
[all...]

Completed in 30 milliseconds