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:ifd_size
(Results
1 - 3
of
3
) sorted by relevance
/third_party/backends/frontend/
H
A
D
stiff.c
186
int header_size = 8,
ifd_size
;
in write_tiff_bw_header()
local
205
ifd_size
= 2 + ntags*12 + 4;
in write_tiff_bw_header()
206
data_offset = header_size +
ifd_size
;
in write_tiff_bw_header()
270
int header_size = 8,
ifd_size
;
in write_tiff_grey_header()
local
304
ifd_size
= 2 + ntags*12 + 4;
in write_tiff_grey_header()
305
data_offset = header_size +
ifd_size
;
in write_tiff_grey_header()
393
int header_size = 8,
ifd_size
;
in write_tiff_color_header()
local
430
ifd_size
= 2 + ntags*12 + 4;
in write_tiff_color_header()
431
data_offset = header_size +
ifd_size
;
in write_tiff_color_header()
/third_party/libexif/libexif/huawei/
H
A
D
exif-mnote-data-huawei.c
106
unsigned int
ifd_size
= 2 + n->count * 12 + 4;
in exif_mnote_data_huawei_malloc_size_data()
local
107
*malloc_size = *malloc_size +
ifd_size
;
in exif_mnote_data_huawei_malloc_size_data()
116
ifd_size
+= t_n->
ifd_size
;
in exif_mnote_data_huawei_malloc_size_data()
127
ifd_size
+= components_size;
in exif_mnote_data_huawei_malloc_size_data()
131
n->
ifd_size
=
ifd_size
;
in exif_mnote_data_huawei_malloc_size_data()
169
t_n->
ifd_size
, pOrder);
in exif_mnote_data_huawei_save_data()
170
ifd_data_offset_increment += t_n->
ifd_size
;
in exif_mnote_data_huawei_save_data()
233
exif_mnote_data_huawei_save_data(ne, t_buf+sizeof(HUAWEI_HEADER), n->
ifd_size
, t_bu
in exif_mnote_data_huawei_save()
249
size_t tcount, offset,
ifd_size
=0;
exif_mnote_data_huawei_load_data()
local
[all...]
H
A
D
exif-mnote-data-huawei.h
41
unsigned int
ifd_size
;
member
Completed in 3 milliseconds