HomeSort by relevance Sort by last modified time
    Searched full:sint8 (Results 1 - 20 of 20) sorted by null

  /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);
  /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);
SDL_stdinc.h 135 typedef int8_t Sint8;
174 SDL_COMPILE_TIME_ASSERT(sint8, sizeof(Sint8) == 1);
  /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);
SDL_stdinc.h 135 typedef int8_t Sint8;
174 SDL_COMPILE_TIME_ASSERT(sint8, sizeof(Sint8) == 1);
  /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);
SDL_stdinc.h 125 typedef int8_t Sint8;
164 SDL_COMPILE_TIME_ASSERT(sint8, sizeof(Sint8) == 1);
  /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);
SDL_stdinc.h 135 typedef int8_t Sint8;
174 SDL_COMPILE_TIME_ASSERT(sint8, sizeof(Sint8) == 1);
  /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/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...]
audio_device_ios.h 263 rtc::scoped_ptr<SInt8[]> playout_audio_buffer_;
271 rtc::scoped_ptr<SInt8[]> record_audio_buffer_;
  /prebuilts/misc/windows/sdl2/test/
testautomation_sdltest.c 591 * @brief Calls to random boundary number generators for Sint8
    [all...]
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCharacteristic.java 147 * Characteristic value format type sint8
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/lib/
libSDL2.a     [all...]
libSDL2_test.a     [all...]
  /prebuilts/misc/windows/sdl2/lib/x64/
SDL2test.lib     [all...]
  /prebuilts/misc/windows/sdl2/lib/x86/
SDL2test.lib     [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/lib/
libSDL2.a     [all...]
libSDL2_test.a     [all...]

Completed in 1766 milliseconds