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_space
(Results
1 - 7
of
7
) sorted by relevance
/third_party/cups-filters/fontembed/
H
A
D
dynstring.c
38
int dyn_ensure(DYN_STRING *ds,int
free_space
) // {{{
in dyn_ensure()
argument
41
assert(
free_space
);
in dyn_ensure()
46
if (ds->alloc - ds->len >=
free_space
) {
in dyn_ensure()
49
ds->alloc+=
free_space
;
in dyn_ensure()
H
A
D
dynstring.h
11
int dyn_ensure(DYN_STRING *ds,int
free_space
);
/third_party/ltp/testcases/kernel/mce-test/stress/tools/fs-metadata/
H
A
D
fs-metadata.sh
125
local
free_space
=$( df . -m | awk '{ print $3}' | tail -1)
129
local ready=$(echo $
free_space
$total_size | awk '{if($1>$2){printf "0"}else{printf"1"}}')
131
k_log "You have $
free_space
M free space only, we can not finish your testing, abort it."
134
k_log "You have $
free_space
M free space, ready to run the testing."
/third_party/node/deps/v8/src/heap/
H
A
D
free-list.cc
77
FreeSpace
free_space
= FreeSpace::cast(HeapObject::FromAddress(start));
in Free()
local
78
free_space
.set_next(top());
in Free()
79
set_top(
free_space
);
in Free()
H
A
D
setup-heap-internal.cc
418
ALLOCATE_VARSIZE_MAP(FREE_SPACE_TYPE,
free_space
)
in CreateInitialMaps()
/third_party/alsa-utils/alsactl/
H
A
D
init_parse.c
96
static void
free_space
(struct space *space)
in free_space()
function
214
free_space
(res);
in init_space()
1779
free_space
(space);
in init()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_device.c
2768
uint64_t
free_space
= device->memory_properties.memoryHeaps[heap].size -
in radv_get_memory_budget_properties()
local
2770
memoryBudget->heapBudget[heap] =
free_space
+ internal_usage;
in radv_get_memory_budget_properties()
Completed in 14 milliseconds