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:INT_32_MAX
(Results
1 - 11
of
11
) sorted by relevance
/drivers/peripheral/audio/test/fuzztest/common/include/
H
A
D
audio_adm_fuzzer_common.h
70
const uint32_t
INT_32_MAX
= 0x7fffffff;
member
/drivers/peripheral/audio/test/fuzztest/common/src/
H
A
D
audio_adm_fuzzer_common.cpp
52
attrs.stopThreshold =
INT_32_MAX
;
in InitAttrs()
/drivers/peripheral/audio/test/benchmarktest/adapter/
H
A
D
audio_adapter_benchmarktest.cpp
29
#define
INT_32_MAX
0x7fffffff
macro
97
attrs.stopThreshold =
INT_32_MAX
;
in InitAttrs()
/drivers/peripheral/audio/test/unittest/common/adapter/
H
A
D
audio_adapter_common_test.cpp
31
#define
INT_32_MAX
0x7fffffff
macro
97
attrs.stopThreshold =
INT_32_MAX
;
in InitAttrs()
/drivers/peripheral/audio/test/systemtest/common/hdi_common/include/
H
A
D
audio_hdi_common.h
68
const uint32_t
INT_32_MAX
= 0x7fffffff;
member
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/include/
H
A
D
hdi_service_common.h
53
const uint32_t
INT_32_MAX
= 0x7fffffff;
member
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/src/
H
A
D
hdi_service_common.cpp
48
attrs.stopThreshold =
INT_32_MAX
;
in InitAttrs()
61
attrs.stopThreshold =
INT_32_MAX
;
in InitAttrs()
80
attrs.stopThreshold =
INT_32_MAX
;
in InitOffloadAttrs()
/drivers/peripheral/audio/test/sample/
H
A
D
idl_capture.c
45
#define
INT_32_MAX
0x7fffffff
macro
188
captureAttrs->stopThreshold =
INT_32_MAX
;
in InitAttrsCapture()
H
A
D
idl_render.c
40
#define
INT_32_MAX
0x7fffffff
macro
171
attrs->stopThreshold =
INT_32_MAX
;
in InitAttrs()
/drivers/peripheral/audio/hdi_service/primary_impl/src/
H
A
D
audio_adapter.c
36
#define
INT_32_MAX
0x7fffffff
macro
/drivers/peripheral/audio/test/systemtest/common/hdi_common/src/
H
A
D
audio_hdi_common.cpp
76
attrs.stopThreshold =
INT_32_MAX
;
in InitAttrs()
Completed in 12 milliseconds