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:fls64
(Results
1 - 25
of
198
) sorted by relevance
1
2
3
4
5
6
7
8
/kernel/linux/linux-5.10/tools/include/asm-generic/bitops/
H
A
D
fls64.h
8
*
fls64
- find last set bit in a 64-bit word
14
*
fls64
(value) returns 0 if value is 0 or the position of the last
19
static __always_inline int
fls64
(__u64 x)
in fls64()
function
27
static __always_inline int
fls64
(__u64 x)
in fls64()
function
/kernel/linux/linux-5.10/include/asm-generic/bitops/
H
A
D
fls64.h
8
*
fls64
- find last set bit in a 64-bit word
14
*
fls64
(value) returns 0 if value is 0 or the position of the last
19
static __always_inline int
fls64
(__u64 x)
in fls64()
function
27
static __always_inline int
fls64
(__u64 x)
in fls64()
function
/kernel/linux/linux-6.6/include/asm-generic/bitops/
H
A
D
fls64.h
8
*
fls64
- find last set bit in a 64-bit word
14
*
fls64
(value) returns 0 if value is 0 or the position of the last
19
static __always_inline int
fls64
(__u64 x)
in fls64()
function
27
static __always_inline int
fls64
(__u64 x)
in fls64()
function
/kernel/linux/linux-6.6/tools/include/asm-generic/bitops/
H
A
D
fls64.h
8
*
fls64
- find last set bit in a 64-bit word
14
*
fls64
(value) returns 0 if value is 0 or the position of the last
19
static __always_inline int
fls64
(__u64 x)
in fls64()
function
27
static __always_inline int
fls64
(__u64 x)
in fls64()
function
/kernel/linux/linux-5.10/arch/alpha/include/asm/
H
A
D
bitops.h
369
static inline int
fls64
(unsigned long word)
in fls64()
function
376
static inline int
fls64
(unsigned long x)
in fls64()
function
391
return
fls64
(x) - 1;
in __fls()
396
return
fls64
(x);
in fls()
/kernel/linux/linux-6.6/arch/alpha/include/asm/
H
A
D
bitops.h
366
static inline int
fls64
(unsigned long word)
in fls64()
function
373
static inline int
fls64
(unsigned long x)
in fls64()
function
388
return
fls64
(x) - 1;
in __fls()
393
return
fls64
(x);
in fls()
/kernel/linux/linux-5.10/include/linux/
H
A
D
count_zeros.h
28
return BITS_PER_LONG -
fls64
(x);
in count_leading_zeros()
/kernel/linux/linux-6.6/include/linux/
H
A
D
count_zeros.h
28
return BITS_PER_LONG -
fls64
(x);
in count_leading_zeros()
/kernel/linux/linux-5.10/include/asm-generic/
H
A
D
getorder.h
46
return
fls64
(size);
in get_order()
/kernel/linux/linux-6.6/include/asm-generic/
H
A
D
getorder.h
46
return
fls64
(size);
in get_order()
/kernel/linux/linux-5.10/arch/s390/include/asm/
H
A
D
bitops.h
385
*
fls64
- find last set bit in a 64-bit word
391
*
fls64
(value) returns 0 if value is 0 or the position of the last
395
static inline int
fls64
(unsigned long word)
in fls64()
function
411
return
fls64
(word);
in fls()
420
#include <asm-generic/bitops/
fls64
.h>
/kernel/linux/linux-5.10/arch/riscv/include/asm/
H
A
D
word-at-a-time.h
42
return
fls64
(mask) >> 3;
in find_zero()
/kernel/linux/linux-6.6/arch/riscv/include/asm/
H
A
D
word-at-a-time.h
42
return
fls64
(mask) >> 3;
in find_zero()
/kernel/linux/linux-5.10/tools/include/asm-generic/
H
A
D
bitops.h
20
#include <asm-generic/bitops/
fls64
.h>
/kernel/linux/linux-5.10/lib/
H
A
D
clz_ctz.c
34
return 64 -
fls64
(val);
in __clzdi2()
/kernel/linux/linux-6.6/lib/
H
A
D
clz_ctz.c
34
return 64 -
fls64
(val);
in __clzdi2()
/kernel/linux/linux-6.6/tools/include/asm-generic/
H
A
D
bitops.h
20
#include <asm-generic/bitops/
fls64
.h>
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H
A
D
bitops.h
22
#include <asm-generic/bitops/
fls64
.h>
/kernel/linux/linux-5.10/arch/arm64/include/asm/
H
A
D
bitops.h
20
#include <asm-generic/bitops/
fls64
.h>
H
A
D
word-at-a-time.h
38
return
fls64
(mask) >> 3;
in find_zero()
/kernel/linux/linux-5.10/arch/c6x/include/asm/
H
A
D
bitops.h
82
#include <asm-generic/bitops/
fls64
.h>
/kernel/linux/linux-5.10/arch/openrisc/include/asm/
H
A
D
bitops.h
32
#include <asm-generic/bitops/
fls64
.h>
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H
A
D
word-at-a-time.h
38
return
fls64
(mask) >> 3;
in find_zero()
H
A
D
bitops.h
20
#include <asm-generic/bitops/
fls64
.h>
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H
A
D
bitops.h
22
#include <asm-generic/bitops/
fls64
.h>
Completed in 6 milliseconds
1
2
3
4
5
6
7
8