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:list_free
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/nine/
H
A
D
nine_memory_helper.c
184
struct list_head
list_free
; /* for pending frees */
member
508
LIST_FOR_EACH_ENTRY_SAFE(allocation, ptr, &allocator->pending_frees,
list_free
) {
in nine_flush_pending_frees()
525
list_delinit(&allocation->
list_free
);
in nine_flush_pending_frees()
700
list_inithead(&new_allocation->
list_free
);
in nine_memfd_allocator()
803
list_inithead(&new_allocation->
list_free
);
in nine_allocate()
855
list_addtail(&allocation->
list_free
, &allocator->pending_frees);
in nine_free_worker()
966
list_inithead(&new_allocation->
list_free
);
in nine_suballocate()
997
list_inithead(&new_allocation->
list_free
);
in nine_wrap_external_pointer()
/third_party/cups-filters/filter/foomatic-rip/
H
A
D
util.h
188
void
list_free
(list_t *list);
H
A
D
foomaticrip.c
800
list_free
(arglist);
in main()
1208
list_free
(arglist);
in main()
H
A
D
util.c
951
void
list_free
(list_t *list)
in list_free()
function
H
A
D
options.c
300
list_free
(qualifier_data);
in options_free()
Completed in 9 milliseconds