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:LE32
(Results
1 - 4
of
4
) sorted by relevance
/third_party/elfutils/libdwfl/
H
A
D
image-header.c
86
if (magic1 == LE16 (MAGIC1) && magic2 ==
LE32
(MAGIC2)
in __libdw_image_header()
98
offset =
LE32
(offset);
in __libdw_image_header()
99
length =
LE32
(length);
in __libdw_image_header()
H
A
D
link_map.c
88
if (type ==
LE32
(PROBE_TYPE)
in do_check32()
89
&& val ==
LE32
(PROBE_VAL32))
in do_check32()
283
addrs[i] =
LE32
(read_4ubyte_unaligned_noncvt (addr + i * 4));
in read_addrs()
672
? BE32 (u->a32) :
LE32
(u->a32));
in consider_executable()
/third_party/elfutils/lib/
H
A
D
system.h
68
# define
LE32
(n) (n)
macro
75
# define
LE32
(n) bswap_32 (n)
macro
/third_party/pulseaudio/speex/libspeexdsp/
H
A
D
jitter.c
72
#define
LE32
(a,b) (((spx_int32_t)((a)-(b)))<=0)
macro
378
if (jitter->packets[i].data &&
LE32
(jitter->packets[i].timestamp + jitter->packets[i].span, jitter->pointer_timestamp))
in jitter_buffer_put()
532
if (jitter->packets[i].data &&
LE32
(jitter->packets[i].timestamp, jitter->pointer_timestamp) && GE32(jitter->packets[i].timestamp+jitter->packets[i].span,jitter->pointer_timestamp+desired_span))
in jitter_buffer_get()
542
if (jitter->packets[i].data &&
LE32
(jitter->packets[i].timestamp, jitter->pointer_timestamp) && GT32(jitter->packets[i].timestamp+jitter->packets[i].span,jitter->pointer_timestamp))
in jitter_buffer_get()
794
if (jitter->packets[i].data &&
LE32
(jitter->pointer_timestamp, jitter->packets[i].timestamp))
in jitter_buffer_ctl()
Completed in 3 milliseconds