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:ffz
(Results
1 - 25
of
176
) sorted by relevance
1
2
3
4
5
6
7
8
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H
A
D
bitops.h
36
*
ffz
: Find first zero in word. Undefined if no zero exists.
40
static inline int
ffz
(unsigned long x)
in ffz()
function
57
* differs in spirit from the above
ffz
(man ffs).
91
# include <asm-generic/bitops/
ffz
.h>
/kernel/linux/linux-6.6/arch/xtensa/include/asm/
H
A
D
bitops.h
36
*
ffz
: Find first zero in word. Undefined if no zero exists.
40
static inline int
ffz
(unsigned long x)
in ffz()
function
57
* differs in spirit from the above
ffz
(man ffs).
91
# include <asm-generic/bitops/
ffz
.h>
/kernel/linux/linux-6.6/tools/include/linux/
H
A
D
find.h
101
return val == ~0UL ? size :
ffz
(val);
in find_next_zero_bit()
170
return val == ~0UL ? size :
ffz
(val);
in find_first_zero_bit()
/kernel/linux/linux-5.10/tools/include/asm-generic/bitops/
H
A
D
__ffz.h
5
*
ffz
- find first zero in word.
10
#define
ffz
(x) __ffs(~(x))
macro
/kernel/linux/linux-5.10/include/asm-generic/bitops/
H
A
D
ffz.h
6
*
ffz
- find first zero in word.
11
#define
ffz
(x) __ffs(~(x))
macro
/kernel/linux/linux-6.6/include/asm-generic/bitops/
H
A
D
ffz.h
6
*
ffz
- find first zero in word.
11
#define
ffz
(x) __ffs(~(x))
macro
/kernel/linux/linux-6.6/tools/include/asm-generic/bitops/
H
A
D
__ffz.h
5
*
ffz
- find first zero in word.
10
#define
ffz
(x) __ffs(~(x))
macro
/kernel/linux/linux-6.6/include/linux/
H
A
D
find.h
183
return val == ~0UL ? size :
ffz
(val);
in find_next_zero_bit()
363
return val == ~0UL ? size :
ffz
(val);
in find_first_zero_bit()
514
return val == ~0UL ? size :
ffz
(val);
in find_next_zero_bit_le()
528
return val == ~0UL ? size :
ffz
(val);
in find_first_zero_bit_le()
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
bitops.h
21
#include <asm-generic/bitops/
ffz
.h>
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
bitops.h
19
#include <asm-generic/bitops/
ffz
.h>
/kernel/linux/linux-5.10/arch/c6x/include/asm/
H
A
D
bitops.h
40
*
ffz
- find first zero in word.
45
#define
ffz
(x) __ffs(~(x))
macro
70
* differs in spirit from the above
ffz
(man ffs).
/kernel/linux/linux-5.10/arch/openrisc/include/asm/
H
A
D
bitops.h
29
#include <asm-generic/bitops/
ffz
.h>
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H
A
D
bitops.h
21
#include <asm-generic/bitops/
ffz
.h>
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
bitops.h
19
#include <asm-generic/bitops/
ffz
.h>
/kernel/linux/linux-6.6/arch/csky/include/asm/
H
A
D
bitops.h
60
#include <asm-generic/bitops/
ffz
.h>
/kernel/linux/linux-6.6/arch/openrisc/include/asm/
H
A
D
bitops.h
29
#include <asm-generic/bitops/
ffz
.h>
/kernel/linux/linux-5.10/include/asm-generic/
H
A
D
bitops.h
19
#include <asm-generic/bitops/
ffz
.h>
/kernel/linux/linux-6.6/include/asm-generic/
H
A
D
bitops.h
19
#include <asm-generic/bitops/
ffz
.h>
/kernel/linux/linux-5.10/arch/csky/include/asm/
H
A
D
bitops.h
61
#include <asm-generic/bitops/
ffz
.h>
/kernel/linux/linux-5.10/arch/sh/include/asm/
H
A
D
bitops.h
27
static inline unsigned long
ffz
(unsigned long word)
in ffz()
function
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H
A
D
bitops_64.h
38
#include <asm-generic/bitops/
ffz
.h>
H
A
D
bitops_32.h
94
#include <asm-generic/bitops/
ffz
.h>
/kernel/linux/linux-6.6/arch/sh/include/asm/
H
A
D
bitops.h
27
static inline unsigned long
ffz
(unsigned long word)
in ffz()
function
/kernel/linux/linux-6.6/arch/sparc/include/asm/
H
A
D
bitops_64.h
38
#include <asm-generic/bitops/
ffz
.h>
/kernel/linux/linux-5.10/arch/x86/include/asm/
H
A
D
pkeys.h
99
* because
ffz
() behavior is undefined if there are no
in mm_pkey_alloc()
105
ret =
ffz
(mm_pkey_allocation_map(mm));
in mm_pkey_alloc()
Completed in 9 milliseconds
1
2
3
4
5
6
7
8