Home
last modified time | relevance | path

Searched refs:randval (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_environment.c120 uint32_t randval; in read_random() local
125 randval = random(); in read_random()
127 memcpy(&((char *)buf)[i], &randval, (size_t)size); in read_random()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_timedwait/
Dstress2.c307 int randval; in cellmanager() local
336 randval = in cellmanager()
371 ret = pthread_cancel(cd->workers[randval]); in cellmanager()
376 output("%d\n", randval); in cellmanager()
/third_party/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_wait/
Dstress.c316 int randval; in cellmanager() local
345 randval = in cellmanager()
380 ret = pthread_cancel(cd->workers[randval]); in cellmanager()
385 output("%d\n", randval); in cellmanager()
Dstress2.c316 int randval; in cellmanager() local
345 randval = in cellmanager()
380 ret = pthread_cancel(cd->workers[randval]); in cellmanager()
385 output("%d\n", randval); in cellmanager()
/third_party/skia/third_party/externals/freetype/src/psaux/
Dcffdecode.c1728 FT_UInt32* randval = in_dict ? &decoder->cff->top_font.random in cff_decoder_parse_charstrings() local
1736 args[0] = (FT_Fixed)( ( *randval & 0xFFFF ) + 1 ); in cff_decoder_parse_charstrings()
1739 *randval = cff_random( *randval ); in cff_decoder_parse_charstrings()
/third_party/freetype/src/psaux/
Dcffdecode.c1728 FT_UInt32* randval = in_dict ? &decoder->cff->top_font.random in cff_decoder_parse_charstrings() local
1736 args[0] = (FT_Fixed)( ( *randval & 0xFFFF ) + 1 ); in cff_decoder_parse_charstrings()
1739 *randval = cff_random( *randval ); in cff_decoder_parse_charstrings()
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/
Dcffdecode.c1726 FT_UInt32* randval = in_dict ? &decoder->cff->top_font.random in cff_decoder_parse_charstrings() local
1734 args[0] = (FT_Fixed)( ( *randval & 0xFFFF ) + 1 ); in cff_decoder_parse_charstrings()
1737 *randval = cff_random( *randval ); in cff_decoder_parse_charstrings()