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
defs:bitoff
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/arch/sh/include/asm/
H
A
D
cmpxchg-xchg.h
23
int
bitoff
= (sizeof(u32) - size - off) * BITS_PER_BYTE;
in __xchg_cmpxchg()
local
25
int
bitoff
= off * BITS_PER_BYTE;
in __xchg_cmpxchg()
local
/kernel/linux/linux-6.6/arch/sh/include/asm/
H
A
D
cmpxchg-xchg.h
23
int
bitoff
= (sizeof(u32) - size - off) * BITS_PER_BYTE;
in __xchg_cmpxchg()
local
25
int
bitoff
= off * BITS_PER_BYTE;
in __xchg_cmpxchg()
local
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H
A
D
cmpxchg.h
180
int
bitoff
= (sizeof(u32) - size - off) * BITS_PER_BYTE;
in xchg_small()
local
182
int
bitoff
= off * BITS_PER_BYTE;
in xchg_small()
local
/kernel/linux/linux-5.10/arch/openrisc/include/asm/
H
A
D
cmpxchg.h
65
int
bitoff
= (sizeof(u32) - size - off) * BITS_PER_BYTE;
in cmpxchg_small()
local
67
int
bitoff
= off * BITS_PER_BYTE;
in cmpxchg_small()
local
97
int
bitoff
= (sizeof(u32) - size - off) * BITS_PER_BYTE;
in xchg_small()
local
99
int
bitoff
= off * BITS_PER_BYTE;
in xchg_small()
local
[all...]
/kernel/linux/linux-6.6/arch/openrisc/include/asm/
H
A
D
cmpxchg.h
65
int
bitoff
= (sizeof(u32) - size - off) * BITS_PER_BYTE;
in cmpxchg_small()
local
67
int
bitoff
= off * BITS_PER_BYTE;
in cmpxchg_small()
local
97
int
bitoff
= (sizeof(u32) - size - off) * BITS_PER_BYTE;
in xchg_small()
local
99
int
bitoff
= off * BITS_PER_BYTE;
in xchg_small()
local
[all...]
/kernel/linux/linux-6.6/arch/xtensa/include/asm/
H
A
D
cmpxchg.h
180
int
bitoff
= (sizeof(u32) - size - off) * BITS_PER_BYTE;
in xchg_small()
local
182
int
bitoff
= off * BITS_PER_BYTE;
in xchg_small()
local
/kernel/linux/linux-5.10/fs/ocfs2/
H
A
D
localalloc.c
829
int numfound = 0,
bitoff
, left, startoff;
in ocfs2_local_alloc_find_clear_bits()
local
[all...]
H
A
D
suballoc.c
1626
unsigned int
bitoff
= le32_to_cpu(rec->e_cpos) * bpc;
in ocfs2_bg_discontig_fix_by_rec()
local
/kernel/linux/linux-6.6/fs/ocfs2/
H
A
D
localalloc.c
827
int numfound = 0,
bitoff
, left, startoff;
in ocfs2_local_alloc_find_clear_bits()
local
[all...]
H
A
D
suballoc.c
1624
unsigned int
bitoff
= le32_to_cpu(rec->e_cpos) * bpc;
in ocfs2_bg_discontig_fix_by_rec()
local
/kernel/linux/linux-6.6/drivers/infiniband/hw/irdma/
H
A
D
ctrl.c
5438
static inline u64 irdma_stat_val(const u64 *stats_val, u16 byteoff, u8
bitoff
,
in irdma_stat_val()
argument
H
A
D
type.h
289
u8
bitoff
;
member
Completed in 24 milliseconds