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:new_elem
(Results
1 - 9
of
9
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/
H
A
D
flist.c
87
static void stack_push(pa_flist *flist, pa_atomic_t *list, pa_flist_elem *
new_elem
) {
in stack_push()
argument
92
newindex =
new_elem
- flist->table;
in stack_push()
98
pa_atomic_store(&
new_elem
->next, next);
in stack_push()
/third_party/spirv-tools/source/opt/
H
A
D
const_folding_rules.cpp
339
const analysis::Constant*
new_elem
=
in FoldVectorTimesScalar()
local
341
ids.push_back(const_mgr->GetDefiningInstruction(
new_elem
)->result_id());
in FoldVectorTimesScalar()
350
const analysis::Constant*
new_elem
=
in FoldVectorTimesScalar()
local
352
ids.push_back(const_mgr->GetDefiningInstruction(
new_elem
)->result_id());
in FoldVectorTimesScalar()
464
const analysis::Constant*
new_elem
=
466
ids.push_back(const_mgr->GetDefiningInstruction(
new_elem
)->result_id());
491
const analysis::Constant*
new_elem
=
493
ids.push_back(const_mgr->GetDefiningInstruction(
new_elem
)->result_id());
510
const analysis::Constant*
new_elem
=
512
ids.push_back(const_mgr->GetDefiningInstruction(
new_elem
)
[all...]
/third_party/ffmpeg/fftools/
H
A
D
cmdutils.c
993
void *
new_elem
;
in allocate_array_elem()
local
995
if (!(
new_elem
= av_mallocz(elem_size)) ||
in allocate_array_elem()
996
av_dynarray_add_nofree(ptr, nb_elems,
new_elem
) < 0) {
in allocate_array_elem()
1000
return
new_elem
;
in allocate_array_elem()
/third_party/ffmpeg/libavcodec/
H
A
D
g2meet.c
432
ePICPixListElem *
new_elem
;
in epic_add_pixel_to_cache()
local
440
new_elem
= av_mallocz(sizeof(*
new_elem
));
in epic_add_pixel_to_cache()
441
if (!
new_elem
)
in epic_add_pixel_to_cache()
444
new_elem
->pixel = pix;
in epic_add_pixel_to_cache()
445
new_elem
->next = hash_elem->list;
in epic_add_pixel_to_cache()
446
hash_elem->list =
new_elem
;
in epic_add_pixel_to_cache()
/third_party/ffmpeg/libavformat/
H
A
D
id3v2.c
517
static void list_append(ID3v2ExtraMeta *
new_elem
, ExtraMetaList *list)
in list_append()
argument
520
list->tail->next =
new_elem
;
in list_append()
522
list->head =
new_elem
;
in list_append()
523
list->tail =
new_elem
;
in list_append()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H
A
D
const_folding_rules.cpp
177
const analysis::Constant*
new_elem
=
in FoldVectorTimesScalar()
local
179
ids.push_back(const_mgr->GetDefiningInstruction(
new_elem
)->result_id());
in FoldVectorTimesScalar()
188
const analysis::Constant*
new_elem
=
in FoldVectorTimesScalar()
local
190
ids.push_back(const_mgr->GetDefiningInstruction(
new_elem
)->result_id());
in FoldVectorTimesScalar()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H
A
D
const_folding_rules.cpp
233
const analysis::Constant*
new_elem
=
in FoldVectorTimesScalar()
local
235
ids.push_back(const_mgr->GetDefiningInstruction(
new_elem
)->result_id());
in FoldVectorTimesScalar()
244
const analysis::Constant*
new_elem
=
in FoldVectorTimesScalar()
local
246
ids.push_back(const_mgr->GetDefiningInstruction(
new_elem
)->result_id());
in FoldVectorTimesScalar()
/third_party/protobuf/src/google/protobuf/
H
A
D
repeated_field.h
1834
typename TypeHandler::Type*
new_elem
=
in MergeFromInnerLoop()
local
1836
TypeHandler::Merge(*other_elem,
new_elem
);
in MergeFromInnerLoop()
1843
typename TypeHandler::Type*
new_elem
=
in MergeFromInnerLoop()
local
1845
TypeHandler::Merge(*other_elem,
new_elem
);
in MergeFromInnerLoop()
1846
our_elems[i] =
new_elem
;
in MergeFromInnerLoop()
/third_party/sqlite/src/
H
A
D
sqlite3.c
35557
HashElem *
new_elem
; /* New element added to the pH */
sqlite3HashInsert()
local
187949
Fts3HashElem *
new_elem
; /* New element added to the pH */
global()
local
[all...]
Completed in 141 milliseconds