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:BIT
(Results
1 - 24
of
24
) sorted by relevance
/third_party/mesa3d/src/freedreno/common/
H
A
D
freedreno_common.h
57
#define
BIT
(bit) BITFIELD_BIT(bit)
macro
/third_party/alsa-utils/topology/nhlt/intel/
H
A
D
intel-nhlt.h
33
#define
BIT
(b) (1UL << (b))
macro
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H
A
D
disassemble.h
12
#define
BIT
(b) (1ull << (b))
macro
/third_party/ltp/testcases/kernel/tracing/pt_test/
H
A
D
pt_test.c
31
#define
BIT
(nr) (1UL << (nr))
macro
/third_party/mesa3d/src/gallium/drivers/vc4/
H
A
D
vc4_simulator_validate.h
50
#define
BIT
(bit) (1u << bit)
macro
/third_party/eudev/src/udev/
H
A
D
udev-builtin-input_id.c
41
#define
BIT
(x) (1UL<<OFF(x))
macro
/third_party/curl/lib/
H
A
D
curl_setup_once.h
258
#define
BIT
(x) bool x
macro
261
#define
BIT
(x) bit x:1
macro
/third_party/libunwind/libunwind/tests/
H
A
D
Gia64-test-nat.c
505
# define
BIT
(n) ((unw_word_t) 1 << (n))
in check_pr()
macro
[all...]
/third_party/skia/third_party/externals/libwebp/src/enc/
H
A
D
iterator_enc.c
232
#define
BIT
(nz, n) (!!((nz) & (1 << (n))))
macro
285
#undef
BIT
global()
macro
[all...]
/third_party/node/deps/v8/src/compiler/
H
A
D
loop-analysis.cc
27
#define
BIT
(x) (1u << OFFSET(x))
macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H
A
D
common.h
431
#define
BIT
(x) (1U << (x))
macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H
A
D
common.h
449
#define
BIT
(x) (1U << (x))
macro
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H
A
D
MeasureUnit.java
558
public static final MeasureUnit
BIT
= MeasureUnit.internalGetInstance("digital", "bit");
field in MeasureUnit
/third_party/ltp/testcases/kernel/mce-test/tools/
H
A
D
page-types.c
111
#define
BIT
(name) (1ULL << KPF_##name)
macro
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H
A
D
defs.h
21
#define
BIT
(x) (1U << (x))
macro
[all...]
H
A
D
wpa_ctrl.h
430
#define
BIT
(x) (1U << (x))
macro
[all...]
H
A
D
qca-vendor.h
23
#define
BIT
(x) (1U << (x))
macro
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H
A
D
MeasureUnit.java
1084
public static final MeasureUnit
BIT
= MeasureUnit.internalGetInstance("digital", "bit");
field in MeasureUnit
/third_party/backends/backend/
H
A
D
avision.h
824
#define
BIT
(n, p) ((n & (1 << p)) ? 1 : 0)
macro
/third_party/node/deps/v8/src/execution/mips64/
H
A
D
simulator-mips64.cc
6193
#define
BIT
(n) (0x1LL << n)
macro
6259
#undef
BIT
global()
macro
[all...]
/third_party/node/deps/v8/src/execution/mips/
H
A
D
simulator-mips.cc
5900
#define
BIT
(n) (0x1LL << n)
macro
5966
#undef
BIT
global()
macro
[all...]
/third_party/node/deps/v8/src/execution/riscv64/
H
A
D
simulator-riscv64.h
103
#define
BIT
(n) (0x1LL << n)
macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H
A
D
AMDGPUISelLowering.cpp
1832
SDValue
BIT
= DAG.getConstant(1ULL << bitPos, DL, HalfVT);
in LowerUDIVREM64()
local
/third_party/mksh/
H
A
D
sh.h
567
#define
BIT
(i) (1U << (i))
macro
[all...]
Completed in 85 milliseconds