Home
last modified time | relevance | path

Searched defs:boundary1 (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/test/
DSDL_test_fuzzer.c201 SDLTest_GenerateUnsignedBoundaryValues(const Uint64 maxValue, Uint64 boundary1, Uint64 boundary2, S… in SDLTest_GenerateUnsignedBoundaryValues()
264 SDLTest_RandomUint8BoundaryValue(Uint8 boundary1, Uint8 boundary2, SDL_bool validDomain) in SDLTest_RandomUint8BoundaryValue()
274 SDLTest_RandomUint16BoundaryValue(Uint16 boundary1, Uint16 boundary2, SDL_bool validDomain) in SDLTest_RandomUint16BoundaryValue()
284 SDLTest_RandomUint32BoundaryValue(Uint32 boundary1, Uint32 boundary2, SDL_bool validDomain) in SDLTest_RandomUint32BoundaryValue()
298 SDLTest_RandomUint64BoundaryValue(Uint64 boundary1, Uint64 boundary2, SDL_bool validDomain) in SDLTest_RandomUint64BoundaryValue()
333 SDLTest_GenerateSignedBoundaryValues(const Sint64 minValue, const Sint64 maxValue, Sint64 boundary1 in SDLTest_GenerateSignedBoundaryValues()
396 SDLTest_RandomSint8BoundaryValue(Sint8 boundary1, Sint8 boundary2, SDL_bool validDomain) in SDLTest_RandomSint8BoundaryValue()
407 SDLTest_RandomSint16BoundaryValue(Sint16 boundary1, Sint16 boundary2, SDL_bool validDomain) in SDLTest_RandomSint16BoundaryValue()
418 SDLTest_RandomSint32BoundaryValue(Sint32 boundary1, Sint32 boundary2, SDL_bool validDomain) in SDLTest_RandomSint32BoundaryValue()
434 SDLTest_RandomSint64BoundaryValue(Sint64 boundary1, Sint64 boundary2, SDL_bool validDomain) in SDLTest_RandomSint64BoundaryValue()
/third_party/alsa-lib/src/pcm/
Dpcm_rate.c514 snd_pcm_uframes_t boundary1, boundary2, sboundary; in snd_pcm_rate_sw_params() local