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:a_result
(Results
1 - 2
of
2
) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/prng/
H
A
D
rand_r.c
30
int
a_result
= rand_r(&seed);
in rand_r_0100()
local
33
if (
a_result
== b_result) {
in rand_r_0100()
34
t_error("%s rand_r error change seed get result is all %d\n", __func__,
a_result
);
in rand_r_0100()
47
int
a_result
= rand_r(&seed);
in rand_r_0200()
local
50
if (
a_result
!= b_result) {
in rand_r_0200()
51
t_error("%s rand_r error get result is %d and %d \n", __func__,
a_result
, b_result);
in rand_r_0200()
64
int
a_result
= rand_r(&seed);
in rand_r_0300()
local
66
if (
a_result
== b_result) {
in rand_r_0300()
67
t_error("%s rand_r error change seed get result is all %d\n", __func__,
a_result
);
in rand_r_0300()
/third_party/ltp/pan/cgi/
H
A
D
reconsile.cgi
31
foreach $
a_result
(@results) {
32
if (-f "$
a_result
.scanner") {
33
push(@result_filenames, "$
a_result
.scanner");
35
print "Could not find a scanner file for $
a_result
\n";
Completed in 2 milliseconds