Searched refs:rng (Results 51 - 75 of 121) sorted by relevance

12345

/external/kernel-headers/original/uapi/linux/
H A Dserial.h97 int cts, dsr, rng, dcd; member in struct:serial_icounter_struct
/external/chromium_org/third_party/libsrtp/srtp/
H A DMakefile91 rng = crypto/rng/$(RNG_OBJS) crypto/rng/prng.o crypto/rng/ctr_prng.o macro
96 crypto/kernel/key.o $(rng) $(err) # $(ust)
/external/opencv/ml/src/
H A Dmlrtrees.cpp108 CvRNG* rng = forest->get_rng(); local
118 int i1 = cvRandInt(rng) % var_count;
119 int i2 = cvRandInt(rng) % var_count;
193 rng = cvRNG(0xffffffff);
228 return &rng;
367 int idx = cvRandInt( &rng ) % nsamples;
447 i1 = cvRandInt( &rng ) % nsamples;
448 i2 = cvRandInt( &rng ) % nsamples;
643 rng = CvRNG( -1 );
/external/chromium_org/third_party/jinja2/
H A Dsandbox.py100 rng = range(*args)
101 if len(rng) > MAX_RANGE:
104 return rng
/external/chromium_org/third_party/libxml/src/
H A Drunsuite.c315 xmlRelaxNGPtr rng = NULL; local
346 rng = xmlRelaxNGParse(pctxt);
348 if (rng != NULL) {
358 if (rng != NULL)
359 xmlRelaxNGFree(rng);
437 xmlRelaxNGPtr rng = NULL; local
481 rng = xmlRelaxNGParse(pctxt);
486 if (rng == NULL) {
523 ctxt = xmlRelaxNGNewValidCtxt(rng);
580 ctxt = xmlRelaxNGNewValidCtxt(rng);
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dparser.py140 rng = (first_line, elineno)
142 self.multiline[l] = rng
166 rng = self.multiline.get(line)
167 if rng:
168 first_line = rng[0]
/external/chromium_org/third_party/opus/src/celt/
H A Dcelt_decoder.c76 #define DECODER_RESET_START rng
78 opus_uint32 rng; member in struct:OpusCustomDecoder
404 seed = st->rng;
422 st->rng = seed;
900 len*(8<<BITRES)-anti_collapse_rsv, balance, dec, LM, codedBands, &st->rng);
912 st->start, st->end, oldBandE, oldLogE, oldLogE2, pulses, st->rng);
1012 st->rng = dec->rng;
1181 *value=st->rng;
/external/libopus/celt/
H A Dcelt_decoder.c76 #define DECODER_RESET_START rng
78 opus_uint32 rng; member in struct:OpusCustomDecoder
404 seed = st->rng;
422 st->rng = seed;
900 len*(8<<BITRES)-anti_collapse_rsv, balance, dec, LM, codedBands, &st->rng);
912 st->start, st->end, oldBandE, oldLogE, oldLogE2, pulses, st->rng);
1012 st->rng = dec->rng;
1181 *value=st->rng;
/external/deqp/modules/gles31/functional/
H A Des31fFboNoAttachmentTests.cpp594 de::Random rng (0xF0E1E2D3 ^ testCtx.getCommandLine().getBaseSeed());
600 const int width = rng.getInt(1, maxWidth);
601 const int height = rng.getInt(1, maxHeight);
602 const int samples = rng.getInt(0, maxSamples);
/external/opencv/cv/src/
H A Dcvlinefit.cpp352 CvRNG rng = cvRNG(-1);
400 j = cvRandInt(&rng) % count;
501 CvRNG rng = cvRNG(-1);
550 j = cvRandInt(&rng) % count;
/external/opencv/cxcore/src/
H A Dcxrand.cpp442 cvRandArr( CvRNG* rng, CvArr* arr, int disttype, CvScalar param1, CvScalar param2 ) argument
471 if( !rng )
586 IPPI_CALL( func( mat->data.ptr, mat_step, size, rng, param ));
592 IPPI_CALL( func( iterator->ptr[0], CV_STUB_STEP, size, rng, param ));
H A Dcxutils.cpp60 CvRNG rng = CvRNG(-1); local
100 labels->data.i[i] = cvRandInt(&rng) % cluster_count;
149 i = cvRandInt( &rng ) % sample_count;
223 i = cvRandInt(&rng) % sample_count;
810 CV_IMPL void cvRandShuffle( CvArr* arr, CvRNG* rng, double iter_factor ) argument
830 if( !rng )
831 rng = &_rng;
852 cvRandArr( rng, &_pair_buf, CV_RAND_UNI, cvRealScalar(0), cvRealScalar(arr_size) );
/external/chromium_org/third_party/libsrtp/
H A Dlibsrtp.target.darwin-arm.mk46 third_party/libsrtp/srtp/crypto/rng/ctr_prng.c \
47 third_party/libsrtp/srtp/crypto/rng/prng.c \
48 third_party/libsrtp/srtp/crypto/rng/rand_source.c
H A Dlibsrtp.target.darwin-arm64.mk46 third_party/libsrtp/srtp/crypto/rng/ctr_prng.c \
47 third_party/libsrtp/srtp/crypto/rng/prng.c \
48 third_party/libsrtp/srtp/crypto/rng/rand_source.c
H A Dlibsrtp.target.darwin-mips.mk46 third_party/libsrtp/srtp/crypto/rng/ctr_prng.c \
47 third_party/libsrtp/srtp/crypto/rng/prng.c \
48 third_party/libsrtp/srtp/crypto/rng/rand_source.c
H A Dlibsrtp.target.darwin-mips64.mk46 third_party/libsrtp/srtp/crypto/rng/ctr_prng.c \
47 third_party/libsrtp/srtp/crypto/rng/prng.c \
48 third_party/libsrtp/srtp/crypto/rng/rand_source.c
H A Dlibsrtp.target.darwin-x86.mk46 third_party/libsrtp/srtp/crypto/rng/ctr_prng.c \
47 third_party/libsrtp/srtp/crypto/rng/prng.c \
48 third_party/libsrtp/srtp/crypto/rng/rand_source.c
H A Dlibsrtp.target.darwin-x86_64.mk46 third_party/libsrtp/srtp/crypto/rng/ctr_prng.c \
47 third_party/libsrtp/srtp/crypto/rng/prng.c \
48 third_party/libsrtp/srtp/crypto/rng/rand_source.c
H A Dlibsrtp.target.linux-arm.mk46 third_party/libsrtp/srtp/crypto/rng/ctr_prng.c \
47 third_party/libsrtp/srtp/crypto/rng/prng.c \
48 third_party/libsrtp/srtp/crypto/rng/rand_source.c
H A Dlibsrtp.target.linux-arm64.mk46 third_party/libsrtp/srtp/crypto/rng/ctr_prng.c \
47 third_party/libsrtp/srtp/crypto/rng/prng.c \
48 third_party/libsrtp/srtp/crypto/rng/rand_source.c
H A Dlibsrtp.target.linux-mips.mk46 third_party/libsrtp/srtp/crypto/rng/ctr_prng.c \
47 third_party/libsrtp/srtp/crypto/rng/prng.c \
48 third_party/libsrtp/srtp/crypto/rng/rand_source.c
H A Dlibsrtp.target.linux-mips64.mk46 third_party/libsrtp/srtp/crypto/rng/ctr_prng.c \
47 third_party/libsrtp/srtp/crypto/rng/prng.c \
48 third_party/libsrtp/srtp/crypto/rng/rand_source.c
H A Dlibsrtp.target.linux-x86.mk46 third_party/libsrtp/srtp/crypto/rng/ctr_prng.c \
47 third_party/libsrtp/srtp/crypto/rng/prng.c \
48 third_party/libsrtp/srtp/crypto/rng/rand_source.c
H A Dlibsrtp.target.linux-x86_64.mk46 third_party/libsrtp/srtp/crypto/rng/ctr_prng.c \
47 third_party/libsrtp/srtp/crypto/rng/prng.c \
48 third_party/libsrtp/srtp/crypto/rng/rand_source.c
/external/chromium_org/v8/test/cctest/
H A Dtest-strings.cc132 MyRandomNumberGenerator* rng) {
138 int len = rng->next(16);
143 if (rng->next(0.35)) slice_depth++;
148 slice_head_chars = rng->next(15);
149 slice_tail_chars = rng->next(12);
161 switch (rng->next(4)) {
165 buf[j] = rng->next(0x10000);
177 buf[j] = rng->next(0x80);
189 buf[j] = rng->next(0x10000);
203 buf[j] = rng
129 InitializeBuildingBlocks(Handle<String>* building_blocks, int bb_length, bool long_blocks, MyRandomNumberGenerator* rng) argument
[all...]

Completed in 1596 milliseconds

12345