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_MEM
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/
H
A
D
4-1.c
52
#define
MAX_MEM
((1<<20))
macro
67
rl.rlim_max =
MAX_MEM
;
in child()
68
rl.rlim_cur =
MAX_MEM
;
in child()
/third_party/backends/sanei/
H
A
D
sanei_wire.c
207
if (((unsigned int) len) >
MAX_MEM
in sanei_w_array()
208
|| ((unsigned int) len * element_size) >
MAX_MEM
in sanei_w_array()
209
|| (w->allocated_memory + len * element_size) >
MAX_MEM
)
in sanei_w_array()
213
MAX_MEM
, (unsigned long)(len * element_size),
in sanei_w_array()
214
(unsigned long)(
MAX_MEM
+ len * element_size));
in sanei_w_array()
288
if (value_size >
MAX_MEM
)
in sanei_w_ptr()
292
MAX_MEM
, (unsigned long)value_size,
in sanei_w_ptr()
/third_party/backends/include/sane/
H
A
D
sanei_wire.h
48
#define
MAX_MEM
(1024 * 1024)
macro
/third_party/lz4/tests/
H
A
D
fullbench.c
68
#define
MAX_MEM
(1920 MB)
macro
141
if (requiredMem >
MAX_MEM
) requiredMem =
MAX_MEM
;
in BMK_findMaxMem()
Completed in 4 milliseconds