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:first_free
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mbedtls/library/
H
A
D
memory_buffer_alloc.c
64
memory_header *
first_free
;
member
116
cur = heap.
first_free
;
in debug_chain()
213
memory_header *new, *cur = heap.
first_free
;
in buffer_alloc_calloc()
276
heap.
first_free
= cur->next_free;
in buffer_alloc_calloc()
333
heap.
first_free
= new;
in buffer_alloc_calloc()
449
heap.
first_free
= hdr->next_free;
in buffer_alloc_free()
463
heap.
first_free
= hdr;
in buffer_alloc_free()
481
hdr->next_free = heap.
first_free
;
in buffer_alloc_free()
482
if (heap.
first_free
!= NULL) {
in buffer_alloc_free()
483
heap.
first_free
in buffer_alloc_free()
[all...]
/third_party/mesa3d/src/panfrost/midgard/
H
A
D
midgard_address.c
86
mir_match_iadd(struct mir_address *address, bool
first_free
)
in mir_match_iadd()
argument
111
first_free
&& !address->A.def) {
in mir_match_iadd()
203
mir_match_offset(nir_ssa_def *offset, bool
first_free
, bool extend)
in mir_match_offset()
argument
213
mir_match_iadd(&address,
first_free
);
in mir_match_offset()
254
bool
first_free
= (seg == LDST_GLOBAL);
in mir_set_offset()
local
256
struct mir_address match = mir_match_offset(offset->ssa,
first_free
, true);
in mir_set_offset()
/third_party/mesa3d/src/imgui/
H
A
D
imstb_truetype.h
2674
void *
first_free
;
2680
if (hh->
first_free
) {
2681
void *p = hh->
first_free
;
2682
hh->
first_free
= * (void **) p;
2701
*(void **) p = hh->
first_free
;
2702
hh->
first_free
= p;
/third_party/skia/third_party/externals/imgui/
H
A
D
imstb_truetype.h
2674
void *
first_free
;
2680
if (hh->
first_free
) {
2681
void *p = hh->
first_free
;
2682
hh->
first_free
= * (void **) p;
2701
*(void **) p = hh->
first_free
;
2702
hh->
first_free
= p;
/third_party/glfw/deps/
H
A
D
nuklear.h
11004
void *
first_free
;
member
11613
if (hh->
first_free
) {
in nk_tt__hheap_alloc()
11614
void *p = hh->
first_free
;
in nk_tt__hheap_alloc()
11615
hh->
first_free
= * (void **) p;
in nk_tt__hheap_alloc()
11635
*(void **) p = hh->
first_free
;
in nk_tt__hheap_free()
11636
hh->
first_free
= p;
in nk_tt__hheap_free()
Completed in 57 milliseconds