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:xrl
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ntfs-3g/libntfs-3g/
H
A
D
compress.c
990
const runlist_element *
xrl
;
in read_clusters()
local
993
xrl
= rl;
in read_clusters()
997
count =
xrl
->length << vol->cluster_size_bits;
in read_clusters()
998
xpos =
xrl
->lcn << vol->cluster_size_bits;
in read_clusters()
1010
xrl
++;
in read_clusters()
1031
const runlist_element *
xrl
;
in write_clusters()
local
1034
xrl
= rl;
in write_clusters()
1038
count =
xrl
->length << vol->cluster_size_bits;
in write_clusters()
1039
xpos =
xrl
->lcn << vol->cluster_size_bits;
in write_clusters()
1051
xrl
in write_clusters()
1171
runlist_element *
xrl
;
valid_compressed_run()
local
1393
runlist_element *
xrl
;
ntfs_compress_overwr_free()
local
[all...]
H
A
D
attrib.c
1554
runlist_element *
xrl
;
in split_compressed_hole()
local
1568
xrl
= rl;
in split_compressed_hole()
1570
while (
xrl
->length) {
in split_compressed_hole()
1571
xrl
++;
in split_compressed_hole()
1575
xrl
[2] = *
xrl
;
in split_compressed_hole()
1576
xrl
--;
in split_compressed_hole()
1577
} while (
xrl
!= rl);
in split_compressed_hole()
1597
xrl
= rl;
in split_compressed_hole()
1599
while (
xrl
in split_compressed_hole()
1625
runlist_element *
xrl
;
split_compressed_hole()
local
1780
runlist_element *
xrl
;
global()
local
2505
runlist_element *
xrl
;
global()
local
5944
runlist_element *
xrl
;
global()
local
[all...]
/third_party/ntfs-3g/ntfsprogs/
H
A
D
playlog.c
800
runlist_element *
xrl
;
in adjust_high_vcn()
local
808
xrl
= rl;
in adjust_high_vcn()
809
if (
xrl
->length)
in adjust_high_vcn()
810
xrl
++;
in adjust_high_vcn()
811
while ((
xrl
->length) && (
xrl
->lcn != LCN_RL_NOT_MAPPED))
in adjust_high_vcn()
812
xrl
++;
in adjust_high_vcn()
813
high_vcn =
xrl
->vcn - 1;
in adjust_high_vcn()
Completed in 10 milliseconds