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:BE2H_32
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/include/
H
A
D
bt_endian.h
27
#define
BE2H_32
(x) (x)
macro
44
#define
BE2H_32
(x) be32toh(x)
macro
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/sdp/
H
A
D
sdp_util.c
125
*length =
BE2H_32
(*(uint32_t *)buffer);
in SdpGetLengthFromType()
154
uuid->uuid32 =
BE2H_32
(*(uint32_t *)(buffer + offset));
in SdpGetUuid()
H
A
D
sdp_client_parse.c
399
uint32_t handle =
BE2H_32
(*(uint32_t *)(buffer + handleNum * SDP_SERVICE_RECORD_HANDLE_BYTE));
in SdpParseServiceRecordHandleList()
847
*value =
BE2H_32
(*(uint32_t *)(bufferInfo->buffer + offset));
in SdpGetValue()
884
value =
BE2H_32
(*(uint32_t *)(bufferInfo->buffer + offset));
in SdpGetALLValue()
1534
uint32_t data3 =
BE2H_32
(*(uint32_t *)(buffer + 1));
in SdpGetAttributeForUint()
1594
uint32_t data3 =
BE2H_32
(*(uint32_t *)(buffer + 1));
in SdpGetAttributeForInt()
1639
uint32_t data2 =
BE2H_32
(*(uint32_t *)(buffer + 1));
in SdpGetAttributeForUuid()
H
A
D
sdp_server.c
1369
uint32_t handle =
BE2H_32
(*(uint32_t *)(bufferInfo->buffer + offset));
in SdpParseAttributeRequest()
Completed in 6 milliseconds