Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:random32
(Results
1 - 4
of
4
) sorted by relevance
/third_party/optimized-routines/math/test/rtest/
H
A
D
random.c
30
uint32
random32
(void) {
in random32()
function
72
ret =
random32
() & mask;
in random_upto_internal()
H
A
D
dotest.c
896
n =
random32
() % (premax+1);
in float32_case()
919
n =
random32
() % 5;
in float32_case()
920
f =
random32
(); /* some random bits */
in float32_case()
921
bits =
random32
() % 22 + 1; /* 1-22 */
in float32_case()
939
f |= (
random32
() & 0xFF800000);/* FIXME - do better */
in float32_case()
1060
n = (uint32)
random32
() % (uint32) (premax+1);
in float64_case()
1087
n =
random32
() % 5;
in float64_case()
1088
f =
random32
(); /* some random bits */
in float64_case()
1089
g =
random32
(); /* some random bits */
in float64_case()
1090
bits =
random32
()
in float64_case()
[all...]
/third_party/skia/third_party/externals/expat/expat/lib/
H
A
D
xmlparse.c
832
const uint32_t
random32
= arc4random();
in writeRandomBytes_arc4random()
local
835
for (; (i < sizeof(
random32
)) && (bytesWrittenTotal < count);
in writeRandomBytes_arc4random()
837
const uint8_t random8 = (uint8_t)(
random32
>> (i * 8));
in writeRandomBytes_arc4random()
865
unsigned int
random32
= 0;
in writeRandomBytes_rand_s()
local
868
if (rand_s(&
random32
))
in writeRandomBytes_rand_s()
871
for (; (i < sizeof(
random32
)) && (bytesWrittenTotal < count);
in writeRandomBytes_rand_s()
873
const uint8_t random8 = (uint8_t)(
random32
>> (i * 8));
in writeRandomBytes_rand_s()
/third_party/python/Modules/expat/
H
A
D
xmlparse.c
815
const uint32_t
random32
= arc4random();
in writeRandomBytes_arc4random()
local
818
for (; (i < sizeof(
random32
)) && (bytesWrittenTotal < count);
in writeRandomBytes_arc4random()
820
const uint8_t random8 = (uint8_t)(
random32
>> (i * 8));
in writeRandomBytes_arc4random()
848
unsigned int
random32
= 0;
in writeRandomBytes_rand_s()
local
851
if (rand_s(&
random32
))
in writeRandomBytes_rand_s()
854
for (; (i < sizeof(
random32
)) && (bytesWrittenTotal < count);
in writeRandomBytes_rand_s()
856
const uint8_t random8 = (uint8_t)(
random32
>> (i * 8));
in writeRandomBytes_rand_s()
Completed in 23 milliseconds