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:free_entry
(Results
1 - 12
of
12
) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/
H
A
D
cache.c
259
if (cache->
free_entry
) {
in ntfs_enter_cache()
260
current = cache->
free_entry
;
in ntfs_enter_cache()
261
cache->
free_entry
= cache->
free_entry
->next;
in ntfs_enter_cache()
313
current->next = cache->
free_entry
;
in ntfs_enter_cache()
314
cache->
free_entry
= current;
in ntfs_enter_cache()
354
current->next = cache->
free_entry
;
in do_invalidate()
355
cache->
free_entry
= current;
in do_invalidate()
509
cache->
free_entry
= &cache->entry[0];
in ntfs_create_cache()
/third_party/mesa3d/src/compiler/glsl/
H
A
D
ir_variable_refcount.cpp
45
free_entry
(struct hash_entry *entry)
in free_entry()
function
63
_mesa_hash_table_destroy(this->ht,
free_entry
);
in ~ir_variable_refcount_visitor()
H
A
D
ir_array_refcount.cpp
44
free_entry
(struct hash_entry *entry)
in free_entry()
function
53
_mesa_hash_table_destroy(this->ht,
free_entry
);
in ~ir_array_refcount_visitor()
/third_party/exfatprogs/dump/
H
A
D
dump.c
153
goto
free_entry
;
in exfat_show_ondisk_all_info()
159
goto
free_entry
;
in exfat_show_ondisk_all_info()
210
free_entry
:
in exfat_show_ondisk_all_info()
/third_party/pulseaudio/src/pulsecore/
H
A
D
core-scache.c
77
static void
free_entry
(pa_scache_entry *e) {
in free_entry()
function
289
free_entry
(e);
in pa_scache_remove_item()
297
pa_idxset_remove_all(c->scache, (pa_free_cb_t)
free_entry
);
in pa_scache_free_all()
H
A
D
database-simple.c
102
static void
free_entry
(entry *e) {
in free_entry()
function
241
db->map = pa_hashmap_new_full(hash_func, compare_func, NULL, (pa_free_cb_t)
free_entry
);
in pa_database_open_internal()
315
free_entry
(r);
in pa_database_set()
/third_party/ntfs-3g/include/ntfs-3g/
H
A
D
cache.h
86
struct CACHED_GENERIC *
free_entry
;
member
/third_party/node/deps/v8/src/objects/
H
A
D
backing-store.cc
926
int
free_entry
= -1;
in AddSharedWasmMemoryObject()
local
929
if (isolates[i] == nullptr)
free_entry
= static_cast<int>(i);
in AddSharedWasmMemoryObject()
931
if (
free_entry
>= 0)
in AddSharedWasmMemoryObject()
932
isolates[
free_entry
] = isolate;
in AddSharedWasmMemoryObject()
/third_party/lwip/src/core/
H
A
D
dns.c
568
struct local_hostlist_entry *
free_entry
;
in dns_local_removehost()
local
574
free_entry
= entry;
in dns_local_removehost()
576
memp_free(MEMP_LOCALHOSTLIST,
free_entry
);
in dns_local_removehost()
/third_party/skia/third_party/externals/icu/source/common/
H
A
D
uresbund.cpp
160
free_entry
(UResourceDataEntry *entry) {
in free_entry()
function
219
free_entry
(resB);
in ures_flushCache()
224
* got decremented by
free_entry
().
in ures_flushCache()
423
free_entry
(r);
in init_entry()
429
free_entry
(r);
in init_entry()
/third_party/icu/icu4c/source/common/
H
A
D
uresbund.cpp
358
free_entry
(UResourceDataEntry *entry) {
in free_entry()
function
417
free_entry
(resB);
in ures_flushCache()
422
* got decremented by
free_entry
().
in ures_flushCache()
621
free_entry
(r);
in init_entry()
627
free_entry
(r);
in init_entry()
/third_party/node/deps/icu-small/source/common/
H
A
D
uresbund.cpp
360
free_entry
(UResourceDataEntry *entry) {
in free_entry()
function
419
free_entry
(resB);
in ures_flushCache()
424
* got decremented by
free_entry
().
in ures_flushCache()
623
free_entry
(r);
in init_entry()
629
free_entry
(r);
in init_entry()
Completed in 22 milliseconds