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:TEST_SG_TOTAL
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/crypto/
H
A
D
testmgr.c
235
#define
TEST_SG_TOTAL
10000
macro
244
* given as a proportion out of
TEST_SG_TOTAL
so that it
443
unsigned int remaining =
TEST_SG_TOTAL
;
in count_test_sg_divisions()
462
for (i = 0; i < count && total !=
TEST_SG_TOTAL
; i++) {
in valid_sg_divisions()
464
divs[i].proportion_of_total >
TEST_SG_TOTAL
- total)
in valid_sg_divisions()
472
return total ==
TEST_SG_TOTAL
&&
in valid_sg_divisions()
579
TEST_SG_TOTAL
/ 2) /
TEST_SG_TOTAL
);
in build_test_sglist()
916
unsigned int remaining =
TEST_SG_TOTAL
;
in generate_random_sgl_divisions()
972
BUILD_BUG_ON(
TEST_SG_TOTAL
!
in generate_random_sgl_divisions()
[all...]
/kernel/linux/linux-6.6/crypto/
H
A
D
testmgr.c
249
#define
TEST_SG_TOTAL
10000
macro
258
* given as a proportion out of
TEST_SG_TOTAL
so that it
470
unsigned int remaining =
TEST_SG_TOTAL
;
in count_test_sg_divisions()
489
for (i = 0; i < count && total !=
TEST_SG_TOTAL
; i++) {
in valid_sg_divisions()
491
divs[i].proportion_of_total >
TEST_SG_TOTAL
- total)
in valid_sg_divisions()
499
return total ==
TEST_SG_TOTAL
&&
in valid_sg_divisions()
606
TEST_SG_TOTAL
/ 2) /
TEST_SG_TOTAL
);
in build_test_sglist()
1003
unsigned int remaining =
TEST_SG_TOTAL
;
in generate_random_sgl_divisions()
1061
BUILD_BUG_ON(
TEST_SG_TOTAL
!
in generate_random_sgl_divisions()
[all...]
Completed in 7 milliseconds