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:bitwise
(Results
1 - 22
of
22
) sorted by relevance
/kernel/linux/linux-6.6/net/netfilter/
H
A
D
nft_bitwise.c
288
const struct nft_bitwise *
bitwise
;
in nft_bitwise_reduce()
local
296
bitwise
= nft_expr_priv(track->regs[priv->dreg].selector);
in nft_bitwise_reduce()
299
track->regs[priv->dreg].
bitwise
&&
in nft_bitwise_reduce()
300
track->regs[priv->dreg].
bitwise
->ops == expr->ops &&
in nft_bitwise_reduce()
301
priv->sreg ==
bitwise
->sreg &&
in nft_bitwise_reduce()
302
priv->dreg ==
bitwise
->dreg &&
in nft_bitwise_reduce()
303
priv->op ==
bitwise
->op &&
in nft_bitwise_reduce()
304
priv->len ==
bitwise
->len &&
in nft_bitwise_reduce()
305
!memcmp(&priv->mask, &
bitwise
->mask, sizeof(priv->mask)) &&
in nft_bitwise_reduce()
306
!memcmp(&priv->xor, &
bitwise
in nft_bitwise_reduce()
443
const struct nft_
bitwise
_fast_expr *
bitwise
;
nft_bitwise_fast_reduce()
local
[all...]
H
A
D
nft_osf.c
154
if (!track->regs[priv->dreg].
bitwise
)
in nft_osf_reduce()
H
A
D
nft_fib.c
203
if (!track->regs[priv->dreg].
bitwise
)
in nft_fib_reduce()
H
A
D
nft_hash.c
216
if (!track->regs[priv->dreg].
bitwise
)
in nft_symhash_reduce()
H
A
D
nft_xfrm.c
282
if (!track->regs[priv->dreg].
bitwise
)
in nft_xfrm_reduce()
H
A
D
nft_socket.c
235
if (!track->regs[priv->dreg].
bitwise
)
in nft_socket_reduce()
H
A
D
nft_exthdr.c
724
if (!track->regs[priv->dreg].
bitwise
)
in nft_exthdr_reduce()
H
A
D
nft_tunnel.c
146
if (!track->regs[priv->dreg].
bitwise
)
in nft_tunnel_get_reduce()
H
A
D
nft_meta.c
765
if (!track->regs[priv->dreg].
bitwise
)
in nft_meta_get_reduce()
H
A
D
nft_payload.c
281
if (!track->regs[priv->dreg].
bitwise
)
in nft_payload_reduce()
H
A
D
nft_ct.c
696
if (!track->regs[priv->dreg].
bitwise
)
in nft_ct_get_reduce()
H
A
D
nf_tables_api.c
738
track->regs[dreg].
bitwise
= NULL;
in __nft_reg_track_update()
772
track->regs[dreg].
bitwise
= NULL;
in __nft_reg_track_cancel()
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
types.h
23
#define __bitwise__ __attribute__((
bitwise
))
/kernel/linux/linux-5.10/tools/include/linux/
H
A
D
types.h
43
#define __bitwise__ __attribute__((
bitwise
))
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
types.h
28
#define __bitwise __attribute__((
bitwise
))
/kernel/linux/linux-6.6/tools/include/linux/
H
A
D
types.h
46
#define __bitwise __attribute__((
bitwise
))
/kernel/linux/linux-5.10/scripts/dtc/libfdt/
H
A
D
libfdt_env.h
19
#define FDT_BITWISE __attribute__((
bitwise
))
/kernel/linux/linux-6.6/scripts/dtc/libfdt/
H
A
D
libfdt_env.h
19
#define FDT_BITWISE __attribute__((
bitwise
))
/kernel/liteos_a/lib/libc/musl/
H
A
D
Makefile
66
LOCAL_FLAGS += -Wno-shift-op-parentheses -Wno-logical-op-parentheses -Wno-
bitwise
-op-parentheses -Wno-unknown-pragmas
/kernel/linux/linux-5.10/drivers/crypto/ccp/
H
A
D
ccp-dev-v5.c
122
u16
bitwise
:3;
member
151
#define CCP_PT_BITWISE(p) ((p)->pt.
bitwise
)
/kernel/linux/linux-6.6/drivers/crypto/ccp/
H
A
D
ccp-dev-v5.c
122
u16
bitwise
:3;
member
151
#define CCP_PT_BITWISE(p) ((p)->pt.
bitwise
)
/kernel/linux/linux-6.6/include/net/netfilter/
H
A
D
nf_tables.h
129
const struct nft_expr *
bitwise
;
member
Completed in 29 milliseconds