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 - 13
of
13
) sorted by relevance
/foundation/communication/dsoftbus/tests/sdk/bus_center/fuzztest/ispassseqcheck_fuzzer/
H
A
D
ispassseqcheck_fuzzer.cpp
48
uint64_t
bit
= *const_cast<uint64_t *>(reinterpret_cast<const uint64_t *>(rawData));
in IsPassSeqCheckSwitch()
local
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H
A
D
postprocess_impl.cpp
49
bool IsBitSet(META_NS::Property<uint32_t> property, uint32_t
bit
)
in IsBitSet()
argument
55
void SetBit(META_NS::Property<uint32_t> property, uint32_t
bit
, bool set)
in SetBit()
argument
/foundation/multimodalinput/input/test/facility/virtual_device/include/
H
A
D
v_input_device.h
31
inline constexpr size_t OFFSET(size_t
bit
)
in OFFSET()
argument
36
inline constexpr size_t BYTE(size_t
bit
)
in BYTE()
argument
41
inline bool TestBit(size_t
bit
, const uint8_t *array)
in TestBit()
argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/src/
H
A
D
sbc_frame.cpp
98
char
bit
= ((octet ^ crc) & 0x80) >> MOVE_RIGHT_BIT7;
in SbcCrc8()
local
/foundation/graphic/graphic_3d/kits/js/src/
H
A
D
NodeImpl.cpp
115
uint32_t
bit
= ctx.Arg<0>();
in GetLayerMaskEnabled()
local
128
uint32_t
bit
= ctx.Arg<0>();
in SetLayerMaskEnabled()
local
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H
A
D
item_property_hvcc_box.cpp
176
int32_t
bit
= ((nalu[pos_ / BIT_DEPTH_DIFF] >>
in GetWord()
local
/foundation/multimodalinput/input/intention/services/device_manager/include/
H
A
D
device.h
40
inline constexpr size_t BYTE(size_t
bit
)
in BYTE()
argument
45
inline constexpr size_t OFFSET(size_t
bit
)
in OFFSET()
argument
50
inline bool TestBit(size_t
bit
, const uint8_t *array)
in TestBit()
argument
/foundation/communication/dsoftbus/core/transmission/trans_channel/manager/src/
H
A
D
trans_channel_manager.c
98
uint32_t
bit
= id % (BIT_NUM * sizeof(long));
in GenerateProxyChannelId()
local
127
uint32_t
bit
= id % (8 * sizeof(long));
in ReleaseProxyChannelId()
local
/foundation/distributedhardware/distributed_input/utils/src/
H
A
D
dinput_utils_tool.cpp
281
int BitIsSet(const unsigned long *array, int
bit
)
in BitIsSet()
argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H
A
D
js_calendar.cpp
231
uint32_t
bit
= 0b1;
in SetOffDays()
local
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H
A
D
client_trans_proxy_file_manager.c
1425
uint32_t
bit
= frame->seq % FILE_SEND_ACK_INTERVAL;
in ProcessFileFrameSequence()
local
/foundation/distributedhardware/distributed_input/common/include/
H
A
D
input_hub.cpp
1193
bool InputHub::TestBit(uint32_t
bit
, const uint8_t *array)
in TestBit()
argument
1199
uint32_t InputHub::SizeofBitArray(uint32_t
bit
)
in SizeofBitArray()
argument
/foundation/arkui/ui_lite/frameworks/draw/
H
A
D
draw_utils.cpp
1983
uint8_t
bit
= (tmpPoint.x & 0x3) * 2; // 0x3: 0b0011, 2: A2 color mode
global()
variable
[all...]
Completed in 17 milliseconds