Searched refs:sint8 (Results 1 – 3 of 3) sorted by relevance
74 SInt8 sint8; in p_convertCFNumberToInt() local75 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint8)); in p_convertCFNumberToInt()76 if (converted) *i = static_cast<int>(sint8); in p_convertCFNumberToInt()
53 FFI_TYPEDEF(sint8, SINT8, FFI_TYPE_SINT8);
110 SDL_COMPILE_TIME_ASSERT(sint8, sizeof(Sint8) == 1);