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:H2BE_32
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H
A
D
btm_snoop.c
131
.originalLength =
H2BE_32
(originalLength),
in BtmSnoopOutput()
132
.includedLength =
H2BE_32
(includedLength),
in BtmSnoopOutput()
133
.cumulativeDrops =
H2BE_32
(0),
in BtmSnoopOutput()
134
.packetFlags =
H2BE_32
(packetFlags),
in BtmSnoopOutput()
173
.versionNumber =
H2BE_32
(SNOOP_VERSION_NUMBER),
in BtmWriteSnoopFileHeader()
174
.datalinkType =
H2BE_32
(SNOOP_DATALINK_TYPE_H4),
in BtmWriteSnoopFileHeader()
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H
A
D
bt_endian.h
25
#define
H2BE_32
(x) (x)
macro
42
#define
H2BE_32
(x) htobe32(x)
macro
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H
A
D
sdp_util.c
64
*(uint32_t *)(buffer + offset) =
H2BE_32
(uuid->uuid32);
in SdpAddAttributeForUuid()
H
A
D
sdp_server.c
213
*(uint32_t *)(buffer + 1) =
H2BE_32
(handle);
in SdpAddServiceRecordHandle()
262
*(uint32_t *)(buffer + offset) =
H2BE_32
(state);
in SdpAddServiceRecordState()
729
*(uint32_t *)(buffer + 1) =
H2BE_32
(*(uint32_t *)attributeValue);
in SdpAddAttributeForCommon()
742
*(uint32_t *)(buffer + 1) =
H2BE_32
(*(int32_t *)attributeValue);
in SdpAddAttributeForCommon()
864
*(uint32_t *)(buffer + offset) =
H2BE_32
(parameter->value);
in SdpAddAttributeForProtocolDescriptor()
918
*(uint32_t *)(buffer + offset) =
H2BE_32
(value);
in SdpAddAttributeForValue()
1129
*(uint32_t *)(buffer + offset) =
H2BE_32
(handleArray[i]);
in SdpCreateSearchResponse()
H
A
D
sdp_client.c
131
*(uint32_t *)(buffer + offset) =
H2BE_32
(handle);
in SdpCreateAttributeRequest()
Completed in 5 milliseconds