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:max_used
(Results
1 - 5
of
5
) sorted by relevance
/third_party/elfutils/backends/
H
A
D
ia64_retval.c
170
int
max_used
= fpregs_used;
in hfa_type()
local
193
if (used >
max_used
)
in hfa_type()
194
max_used
= used;
in hfa_type()
206
fpregs_used =
max_used
;
in hfa_type()
/third_party/mbedtls/include/mbedtls/
H
A
D
memory_buffer_alloc.h
105
* \param
max_used
Peak number of bytes in use or committed. This
110
void mbedtls_memory_buffer_alloc_max_get(size_t *
max_used
, size_t *max_blocks);
/third_party/mbedtls/programs/test/
H
A
D
benchmark.c
174
size_t
max_used
, max_blocks, max_bytes; \
184
mbedtls_memory_buffer_alloc_max_get(&
max_used
, &max_blocks); \
188
max_used
-= prv_used; \
190
max_bytes =
max_used
+ MEM_BLOCK_OVERHEAD * max_blocks; \
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_split_vars.c
1110
unsigned
max_used
;
in mark_deref_used()
local
1112
max_used
= nir_src_is_const(deref->arr.index) ?
in mark_deref_used()
1117
max_used
= level->array_len - 1;
in mark_deref_used()
1142
level->max_written = MAX2(level->max_written,
max_used
);
in mark_deref_used()
1144
level->max_read = MAX2(level->max_read,
max_used
);
in mark_deref_used()
1297
unsigned
max_used
= MIN2(level->max_read, level->max_written);
in shrink_vec_var_list()
local
1298
level->array_len = MIN2(
max_used
, level->array_len - 1) + 1;
in shrink_vec_var_list()
/third_party/mbedtls/library/
H
A
D
memory_buffer_alloc.c
529
void mbedtls_memory_buffer_alloc_max_get(size_t *
max_used
, size_t *max_blocks)
in mbedtls_memory_buffer_alloc_max_get()
argument
531
*
max_used
= heap.maximum_used;
in mbedtls_memory_buffer_alloc_max_get()
Completed in 6 milliseconds