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:has_memory
(Results
1 - 8
of
8
) sorted by relevance
/third_party/ffmpeg/tools/
H
A
D
coverity.c
36
int
has_memory
;
in av_malloc()
local
38
if (
has_memory
) {
in av_malloc()
49
int
has_memory
;
in av_mallocz()
local
51
if (
has_memory
) {
in av_mallocz()
62
int
has_memory
;
in av_realloc()
local
64
if (
has_memory
) {
in av_realloc()
/third_party/node/deps/v8/src/wasm/
H
A
D
module-decoder.cc
1007
if (!module_->
has_memory
|| index != 0) {
in DecodeExportSection()
1182
if (!module_->
has_memory
) {
in DecodeDataSection()
1619
if (module->
has_memory
) {
in AddMemory()
1623
module->
has_memory
= true;
in AddMemory()
H
A
D
wasm-module.h
421
bool
has_memory
= false; // true if the memory was defined or imported
member
H
A
D
module-instantiate.cc
522
if (module_->
has_memory
&& !AllocateMemory()) {
in Build()
539
if (module_->
has_memory
) {
in Build()
H
A
D
function-body-decoder-impl.h
1447
if (!VALIDATE(this->module_->
has_memory
)) {
in Validate()
1459
if (!VALIDATE(this->module_->
has_memory
)) {
in Validate()
H
A
D
c-api.cc
158
DCHECK(module->
has_memory
);
in GetImportExportType()
/third_party/mesa3d/src/compiler/glsl/
H
A
D
ast.h
823
bool
has_memory
() const;
H
A
D
ast_type.cpp
111
bool ast_type_qualifier::
has_memory
() const
in has_memory()
function in ast_type_qualifier
Completed in 27 milliseconds