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:iroot
(Results
1 - 3
of
3
) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/
H
A
D
jquant1.c
194
int total_colors,
iroot
, i, j;
in select_ncolors()
local
204
iroot
= 1;
in select_ncolors()
206
iroot
++;
in select_ncolors()
207
temp =
iroot
; /* set temp =
iroot
** nc */
in select_ncolors()
209
temp *=
iroot
;
in select_ncolors()
210
} while (temp <= (long)max_colors); /* repeat till
iroot
exceeds root */
in select_ncolors()
211
iroot
--; /* now
iroot
= floor(root) */
in select_ncolors()
214
if (
iroot
<
in select_ncolors()
[all...]
/third_party/ntfs-3g/ntfsprogs/
H
A
D
ntfscat.c
321
INDEX_ROOT *
iroot
;
in index_get_size()
local
327
iroot
= (INDEX_ROOT*)((u8*)attr90 + le16_to_cpu(attr90->value_offset));
in index_get_size()
328
return le32_to_cpu(
iroot
->index_block_size);
in index_get_size()
H
A
D
ntfsclone.c
1215
INDEX_ROOT *
iroot
;
local
1217
iroot
= (INDEX_ROOT *)((u8 *)attr + le16_to_cpu(attr->value_offset));
1218
entry = (INDEX_ENTRY *)((u8 *)
iroot
+
1219
le32_to_cpu(
iroot
->index.entries_offset) + 0x10);
1223
if (
iroot
->type == AT_FILE_NAME) {
Completed in 5 milliseconds