/external/webrtc/webrtc/base/ |
macconversion.cc | 57 SInt8 sint8; local 58 converted = CFNumberGetValue(cfn, ntype, static_cast<void*>(&sint8)); 59 if (converted) *i = static_cast<int>(sint8);
|
/external/python/cpython2/Mac/Modules/res/ |
resscan.py | 74 ([("SInt8", "*", "*")],
|
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/ |
SDL_test_fuzzer.h | 74 * Returns a random Sint8 78 Sint8 SDLTest_RandomSint8(); 233 * Returns a random boundary value for Sint8 within the given boundaries. 251 Sint8 SDLTest_RandomSint8BoundaryValue(Sint8 boundary1, Sint8 boundary2, SDL_bool validDomain);
|
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/ |
SDL_test_fuzzer.h | 74 * Returns a random Sint8 78 Sint8 SDLTest_RandomSint8(); 233 * Returns a random boundary value for Sint8 within the given boundaries. 251 Sint8 SDLTest_RandomSint8BoundaryValue(Sint8 boundary1, Sint8 boundary2, SDL_bool validDomain);
|
/prebuilts/misc/windows/sdl2/include/ |
SDL_test_fuzzer.h | 74 * Returns a random Sint8 78 Sint8 SDLTest_RandomSint8(); 233 * Returns a random boundary value for Sint8 within the given boundaries. 251 Sint8 SDLTest_RandomSint8BoundaryValue(Sint8 boundary1, Sint8 boundary2, SDL_bool validDomain);
|
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/ |
SDL_test_fuzzer.h | 74 * Returns a random Sint8 78 Sint8 SDLTest_RandomSint8(); 233 * Returns a random boundary value for Sint8 within the given boundaries. 251 Sint8 SDLTest_RandomSint8BoundaryValue(Sint8 boundary1, Sint8 boundary2, SDL_bool validDomain);
|
/external/libffi/include/ |
ffi_common.h | 96 typedef signed char SINT8; 111 typedef signed int SINT8 __attribute__((__mode__(__QI__)));
|
/external/libffi/src/ |
types.c | 68 FFI_TYPEDEF(sint8, SINT8, FFI_TYPE_SINT8, const);
|
/external/python/cpython2/Modules/_ctypes/libffi/include/ |
ffi_common.h | 96 typedef signed char SINT8; 111 typedef signed int SINT8 __attribute__((__mode__(__QI__)));
|
/external/python/cpython2/Modules/_ctypes/libffi/src/ |
types.c | 64 FFI_TYPEDEF(sint8, SINT8, FFI_TYPE_SINT8);
|
/external/python/cpython2/Modules/_ctypes/libffi_arm_wince/ |
ffi_common.h | 79 typedef signed int SINT8 __attribute__((__mode__(__QI__))); 90 typedef signed __int8 SINT8;
|
/external/python/cpython3/Modules/_ctypes/libffi/include/ |
ffi_common.h | 96 typedef signed char SINT8; 111 typedef signed int SINT8 __attribute__((__mode__(__QI__)));
|
/external/python/cpython3/Modules/_ctypes/libffi/src/ |
types.c | 64 FFI_TYPEDEF(sint8, SINT8, FFI_TYPE_SINT8);
|
/external/python/cpython2/Modules/_ctypes/libffi_msvc/ |
ffi_common.h | 60 typedef signed int SINT8 __attribute__((__mode__(__QI__)));
|
types.c | 38 FFI_INTEGRAL_TYPEDEF(sint8, 1, 1, FFI_TYPE_SINT8);
|
/external/python/cpython3/Modules/_ctypes/libffi_msvc/ |
ffi_common.h | 60 typedef signed int SINT8 __attribute__((__mode__(__QI__)));
|
types.c | 38 FFI_INTEGRAL_TYPEDEF(sint8, 1, 1, FFI_TYPE_SINT8);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/ |
macsupport.py | 31 SInt8 = Type("SInt8", "b")
|
/external/python/cpython2/Tools/bgen/bgen/ |
macsupport.py | 31 SInt8 = Type("SInt8", "b")
|
/external/dng_sdk/source/ |
dng_date_time.cpp | 816 gregDate.month = (SInt8) dt.fMonth; 817 gregDate.day = (SInt8) dt.fDay; 818 gregDate.hour = (SInt8) dt.fHour; 819 gregDate.minute = (SInt8) dt.fMinute; 820 gregDate.second = (SInt8) dt.fSecond;
|
/external/python/cpython2/Modules/_ctypes/libffi_osx/include/ |
ffi_common.h | 89 typedef signed int SINT8 __attribute__((__mode__(__QI__)));
|
/external/python/cpython2/Modules/_ctypes/libffi_osx/ |
types.c | 36 FFI_INTEGRAL_TYPEDEF(sint8, 1, 1, FFI_TYPE_SINT8);
|
/external/python/cpython3/Modules/_ctypes/libffi_osx/include/ |
ffi_common.h | 89 typedef signed int SINT8 __attribute__((__mode__(__QI__)));
|
/external/python/cpython3/Modules/_ctypes/libffi_osx/ |
types.c | 36 FFI_INTEGRAL_TYPEDEF(sint8, 1, 1, FFI_TYPE_SINT8);
|
/external/webrtc/webrtc/modules/audio_device/ios/ |
audio_device_ios.mm | 726 playout_audio_buffer_.reset(new SInt8[required_playout_buffer_size]); 734 record_audio_buffer_.reset(new SInt8[data_byte_size]); [all...] |