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:tst_kernel_bits
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ltp/include/
H
A
D
tst_kernel.h
11
int
tst_kernel_bits
(void);
/third_party/ltp/testcases/kernel/syscalls/setsockopt/
H
A
D
setsockopt03.c
48
if (
tst_kernel_bits
() == 32 || sizeof(long) > 4)
in setup()
H
A
D
setsockopt08.c
98
if (
tst_kernel_bits
() == 32 || sizeof(long) > 4) {
in setup()
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/
H
A
D
hugemmap07.c
53
if (
tst_kernel_bits
() == 32)
in next_chunk()
/third_party/ltp/testcases/kernel/mem/tunable/
H
A
D
max_map_count.c
82
if (
tst_kernel_bits
() == 64)
in filter_map()
/third_party/ltp/testcases/kernel/mem/vma/
H
A
D
vma03.c
76
if (TST_ABI != 32 ||
tst_kernel_bits
() != 32) {
in main()
/third_party/ltp/lib/
H
A
D
tst_kernel.c
37
int
tst_kernel_bits
(void)
in tst_kernel_bits()
function
H
A
D
tst_test.c
1178
if (tst_test->skip_in_compat && TST_ABI !=
tst_kernel_bits
())
in do_setup()
/third_party/ltp/testcases/kernel/mem/mmapstress/
H
A
D
mmapstress03.c
73
int kernel_bits =
tst_kernel_bits
();
in main()
Completed in 6 milliseconds