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:nfree
(Results
1 - 4
of
4
) sorted by relevance
/third_party/python/Objects/
H
A
D
funcobject.c
369
int
nfree
;
in func_set_code()
local
384
nfree
= ((PyCodeObject *)value)->co_nfreevars;
in func_set_code()
387
if (nclosure !=
nfree
) {
in func_set_code()
392
nclosure,
nfree
);
in func_set_code()
/third_party/mksh/
H
A
D
main.c
1843
tp->
nfree
= (tp->tshift == 30) ? 0x3FFF0000UL :
in tgrow()
1866
tp->
nfree
--;
in tgrow()
1920
if (tp->
nfree
== 0) {
in ktenter()
1939
tp->
nfree
--;
in ktenter()
H
A
D
sh.h
1749
size_t
nfree
; /* free table entries */
member
/third_party/FatFs/source/
H
A
D
ff.c
4420
DWORD
nfree
, clst, stat;
in fat_count_free_entries()
local
4426
nfree
= 0;
in fat_count_free_entries()
4437
if (stat == 0)
nfree
++;
in fat_count_free_entries()
4450
if (ld_word(fs->win + i) == 0)
nfree
++;
in fat_count_free_entries()
4453
if ((ld_dword(fs->win + i) & 0x0FFFFFFF) == 0)
nfree
++;
in fat_count_free_entries()
4459
*nclst =
nfree
; /* Return the free clusters */
in fat_count_free_entries()
4460
fs->free_clst =
nfree
; /* Now free_clst is valid */
in fat_count_free_entries()
Completed in 19 milliseconds