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:pold
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ntfs-3g/ntfsprogs/
H
A
D
ntfsresize.c
1215
const runlist_element *
pold
;
in replace_runlist()
local
1236
pold
= na->rl;
in replace_runlist()
1237
while (
pold
->length
in replace_runlist()
1238
&& ((
pold
->vcn +
pold
->length)
in replace_runlist()
1240
*pnew = *
pold
;
in replace_runlist()
1242
pold
++;
in replace_runlist()
1245
if (
pold
->length
in replace_runlist()
1246
&& (
pold
->vcn < (reprl[0].vcn + lowest_vcn))) {
in replace_runlist()
1247
pnew->vcn =
pold
in replace_runlist()
[all...]
/third_party/skia/third_party/externals/freetype/src/cache/
H
A
D
ftccache.c
178
FTC_Node*
pold
;
in ftc_cache_resize()
local
205
pold
= cache->buckets + old_index;
in ftc_cache_resize()
206
*pnode = *
pold
;
in ftc_cache_resize()
207
*
pold
= NULL;
in ftc_cache_resize()
/third_party/python/Objects/
H
A
D
descrobject.c
1695
propertyobject *
pold
= (propertyobject *)old;
in property_copy()
local
1704
get =
pold
->prop_get ?
pold
->prop_get : Py_None;
in property_copy()
1708
set =
pold
->prop_set ?
pold
->prop_set : Py_None;
in property_copy()
1712
del =
pold
->prop_del ?
pold
->prop_del : Py_None;
in property_copy()
1714
if (
pold
->getter_doc && get != Py_None) {
in property_copy()
1719
doc =
pold
->prop_doc ?
pold
in property_copy()
[all...]
Completed in 7 milliseconds