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:find_zero
(Results
1 - 25
of
26
) sorted by relevance
1
2
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H
A
D
word-at-a-time.h
36
static inline unsigned long
find_zero
(unsigned long bits)
in find_zero()
function
56
#define zero_bytemask(mask) ((2ul << (
find_zero
(mask) * 8)) - 1)
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H
A
D
word-at-a-time.h
36
static inline unsigned long
find_zero
(unsigned long bits)
in find_zero()
function
56
#define zero_bytemask(mask) ((2ul << (
find_zero
(mask) * 8)) - 1)
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H
A
D
word-at-a-time.h
29
static inline long
find_zero
(unsigned long mask)
in find_zero()
function
91
static inline unsigned long
find_zero
(unsigned long mask)
in find_zero()
function
133
static inline unsigned long
find_zero
(unsigned long mask)
in find_zero()
function
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/primitives/
H
A
D
word-at-a-time.h
29
static inline long
find_zero
(unsigned long mask)
in find_zero()
function
91
static inline unsigned long
find_zero
(unsigned long mask)
in find_zero()
function
133
static inline unsigned long
find_zero
(unsigned long mask)
in find_zero()
function
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H
A
D
word-at-a-time.h
29
static inline long
find_zero
(unsigned long mask)
in find_zero()
function
91
static inline unsigned long
find_zero
(unsigned long mask)
in find_zero()
function
133
static inline unsigned long
find_zero
(unsigned long mask)
in find_zero()
function
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/primitives/
H
A
D
word-at-a-time.h
29
static inline long
find_zero
(unsigned long mask)
in find_zero()
function
91
static inline unsigned long
find_zero
(unsigned long mask)
in find_zero()
function
133
static inline unsigned long
find_zero
(unsigned long mask)
in find_zero()
function
/kernel/linux/linux-5.10/include/asm-generic/
H
A
D
word-at-a-time.h
25
static inline long
find_zero
(unsigned long mask)
in find_zero()
function
114
static inline unsigned long
find_zero
(unsigned long mask)
in find_zero()
function
/kernel/linux/linux-6.6/include/asm-generic/
H
A
D
word-at-a-time.h
25
static inline long
find_zero
(unsigned long mask)
in find_zero()
function
114
static inline unsigned long
find_zero
(unsigned long mask)
in find_zero()
function
/kernel/linux/linux-5.10/arch/sh/include/asm/
H
A
D
word-at-a-time.h
48
static inline unsigned long
find_zero
(unsigned long mask)
in find_zero()
function
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H
A
D
word-at-a-time.h
40
static inline unsigned long
find_zero
(unsigned long mask)
in find_zero()
function
/kernel/linux/linux-6.6/arch/sh/include/asm/
H
A
D
word-at-a-time.h
48
static inline unsigned long
find_zero
(unsigned long mask)
in find_zero()
function
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H
A
D
word-at-a-time.h
40
static inline unsigned long
find_zero
(unsigned long mask)
in find_zero()
function
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
word-at-a-time.h
36
static inline unsigned long
find_zero
(unsigned long mask)
in find_zero()
function
/kernel/linux/linux-5.10/arch/arm/include/asm/
H
A
D
word-at-a-time.h
36
static inline unsigned long
find_zero
(unsigned long mask)
in find_zero()
function
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
word-at-a-time.h
68
static inline unsigned long
find_zero
(unsigned long mask)
in find_zero()
function
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
word-at-a-time.h
36
static inline unsigned long
find_zero
(unsigned long mask)
in find_zero()
function
/kernel/linux/linux-6.6/arch/arm/include/asm/
H
A
D
word-at-a-time.h
35
static inline unsigned long
find_zero
(unsigned long mask)
in find_zero()
function
/kernel/linux/linux-6.6/arch/x86/include/asm/
H
A
D
word-at-a-time.h
68
static inline unsigned long
find_zero
(unsigned long mask)
in find_zero()
function
/kernel/linux/linux-5.10/lib/
H
A
D
strnlen_user.c
45
return res +
find_zero
(data) + 1 - align;
in do_strnlen_user()
H
A
D
strncpy_from_user.c
59
return res +
find_zero
(data);
in do_strncpy_from_user()
H
A
D
string.c
213
return res +
find_zero
(data);
in strscpy()
/kernel/linux/linux-6.6/lib/
H
A
D
strnlen_user.c
45
return res +
find_zero
(data) + 1 - align;
in do_strnlen_user()
H
A
D
strncpy_from_user.c
59
return res +
find_zero
(data);
in do_strncpy_from_user()
H
A
D
string.c
163
return res +
find_zero
(data);
in strscpy()
/kernel/linux/linux-5.10/fs/
H
A
D
namei.c
2030
return hashlen_create(fold_hash(x, y), len +
find_zero
(mask));
in hashlen_string()
2060
return hashlen_create(fold_hash(x, y), len +
find_zero
(mask));
in hash_name()
Completed in 15 milliseconds
1
2