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 - 19
of
19
) sorted by relevance
/third_party/libbpf/include/linux/
H
A
D
types.h
16
#define
__bitwise
__bitwise__
macro
18
typedef __u16
__bitwise
__le16;
19
typedef __u16
__bitwise
__be16;
20
typedef __u32
__bitwise
__le32;
21
typedef __u32
__bitwise
__be32;
22
typedef __u64
__bitwise
__le64;
23
typedef __u64
__bitwise
__be64;
/third_party/eudev/src/shared/
H
A
D
sparse-endian.h
29
#define
__bitwise
__attribute__((bitwise))
macro
32
#define
__bitwise
macro
36
typedef uint16_t
__bitwise
le16_t;
37
typedef uint16_t
__bitwise
be16_t;
38
typedef uint32_t
__bitwise
le32_t;
39
typedef uint32_t
__bitwise
be32_t;
40
typedef uint64_t
__bitwise
le64_t;
41
typedef uint64_t
__bitwise
be64_t;
/third_party/ltp/tools/sparse/sparse-src/validation/eval/
H
A
D
assign-restricted-ok.c
2
#define
__bitwise
__attribute__((bitwise))
macro
4
#define
__bitwise
macro
7
typedef __INT16_TYPE__
__bitwise
__be16;
/third_party/ltp/tools/sparse/sparse-src/validation/
H
A
D
enum-bitwise-bad.c
1
#define
__bitwise
__attribute__((bitwise))
macro
4
typedef int
__bitwise
apple_t;
5
typedef int
__bitwise
orange_t;
H
A
D
type-compare.c
4
#define
__bitwise
__attribute__((bitwise))
macro
52
if ([int] == [int
__bitwise
]) return 1;
in test()
60
if ([int *] == [int
__bitwise
*]) return 1;
in test()
H
A
D
bitwise-function-pointer.c
1
#define
__bitwise
__attribute__((bitwise))
macro
3
typedef unsigned int
__bitwise
t;
H
A
D
foul-scalar.c
1
#define
__bitwise
__attribute__((bitwise))
macro
3
typedef unsigned short
__bitwise
__be16;
H
A
D
bitwise-cast-ptr.c
1
#define
__bitwise
__attribute__((bitwise))
macro
5
typedef unsigned int
__bitwise
__be32;
H
A
D
enum-bitwise-mixed.c
1
#define
__bitwise
__attribute__((bitwise))
macro
4
typedef long long
__bitwise
bits;
H
A
D
enum-bitwise.c
1
#define
__bitwise
__attribute__((bitwise))
macro
4
typedef long long
__bitwise
bits;
H
A
D
ptr-inherit.c
3
#define
__bitwise
__attribute__((bitwise))
macro
29
int
__bitwise
o;
in test_bitwise()
H
A
D
typeof-mods.c
2
#define
__bitwise
__attribute__((bitwise))
macro
76
typedef int
__bitwise
type_t;
in test_bitwise()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H
A
D
common.h
440
#undef
__bitwise
macro
441
#define
__bitwise
__attribute__((bitwise))
macro
444
#undef
__bitwise
macro
445
#define
__bitwise
macro
448
typedef u16
__bitwise
be16;
449
typedef u16
__bitwise
le16;
450
typedef u32
__bitwise
be32;
451
typedef u32
__bitwise
le32;
452
typedef u64
__bitwise
be64;
453
typedef u64
__bitwise
le6
[all...]
/third_party/f2fs-tools/fsck/
H
A
D
quotaio.h
188
# ifndef
__bitwise
189
# define
__bitwise
__attribute__((bitwise))
macro
193
# ifndef
__bitwise
194
# define
__bitwise
macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H
A
D
common.h
458
#undef
__bitwise
macro
459
#define
__bitwise
__attribute__((bitwise))
macro
462
#undef
__bitwise
macro
463
#define
__bitwise
macro
466
typedef u16
__bitwise
be16;
467
typedef u16
__bitwise
le16;
468
typedef u32
__bitwise
be32;
469
typedef u32
__bitwise
le32;
470
typedef u64
__bitwise
be64;
471
typedef u64
__bitwise
le6
[all...]
/third_party/alsa-lib/include/
H
A
D
type_compat.h
57
#ifndef
__bitwise
58
#define
__bitwise
macro
/third_party/alsa-lib/include/sound/uapi/
H
A
D
asound.h
184
typedef int
__bitwise
snd_pcm_access_t;
192
typedef int
__bitwise
snd_pcm_format_t;
275
typedef int
__bitwise
snd_pcm_subformat_t;
312
typedef int
__bitwise
snd_pcm_state_t;
1043
typedef int
__bitwise
snd_ctl_elem_type_t;
1053
typedef int
__bitwise
snd_ctl_elem_iface_t;
H
A
D
asequencer.h
357
typedef int
__bitwise
snd_seq_client_type_t;
/third_party/ltp/scripts/
H
A
D
checkpatch.pl
473
__bitwise
|
Completed in 33 milliseconds