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:string_offset
(Results
1 - 2
of
2
) sorted by relevance
/third_party/libsnd/src/
H
A
D
sd2.c
71
int
string_offset
;
member
265
rsrc.
string_offset
= rsrc.item_offset + (rsrc.str_count + 1) * 12 - rsrc.map_offset ;
in sd2_write_rsrc_fork()
266
psf_binheader_writef (psf, "Eo2", BHWo (rsrc.map_offset + 26), BHW2 (rsrc.
string_offset
)) ;
in sd2_write_rsrc_fork()
275
str_offset = rsrc.map_offset + rsrc.
string_offset
;
in sd2_write_rsrc_fork()
451
rsrc.
string_offset
= rsrc.map_offset + read_rsrc_short (&rsrc, rsrc.map_offset + 26) ;
in sd2_parse_rsrc_fork()
452
if (rsrc.
string_offset
> rsrc.rsrc_len)
in sd2_parse_rsrc_fork()
453
{ psf_log_printf (psf, "Bad string offset (%d).\n", rsrc.
string_offset
) ;
in sd2_parse_rsrc_fork()
516
str_offset = rsrc->
string_offset
;
in parse_str_rsrc()
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/core/
H
A
D
name_table.cc
378
int32_t
string_offset
= 0;
in SubSerialize()
local
403
string_offset
);
in SubSerialize()
405
string_offset
+= new_data->WriteBytes(
in SubSerialize()
406
string_offset
+ string_table_start_offset,
in SubSerialize()
410
return
string_offset
+ string_table_start_offset;
in SubSerialize()
Completed in 3 milliseconds