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:table_pos
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/freetype/src/sfnt/
H
A
D
ttmtx.c
237
FT_ULong
table_pos
, table_size, table_end;
in tt_face_get_metrics()
local
252
table_pos
= face->vert_metrics_offset;
in tt_face_get_metrics()
258
table_pos
= face->horz_metrics_offset;
in tt_face_get_metrics()
262
table_end =
table_pos
+ table_size;
in tt_face_get_metrics()
270
table_pos
+= 4 * gindex;
in tt_face_get_metrics()
271
if (
table_pos
+ 4 > table_end )
in tt_face_get_metrics()
274
if ( FT_STREAM_SEEK(
table_pos
) ||
in tt_face_get_metrics()
281
table_pos
+= 4 * ( k - 1 );
in tt_face_get_metrics()
282
if (
table_pos
+ 2 > table_end )
in tt_face_get_metrics()
285
if ( FT_STREAM_SEEK(
table_pos
) ||
in tt_face_get_metrics()
[all...]
H
A
D
ttload.c
837
FT_ULong
table_pos
, table_len;
in FT_LOCAL_DEF()
local
889
table_pos
= FT_STREAM_POS();
in FT_LOCAL_DEF()
901
storage_start =
table_pos
+ 6 + 12 * table->numNameRecords;
in FT_LOCAL_DEF()
902
storage_limit =
table_pos
+ table_len;
in FT_LOCAL_DEF()
937
entry->stringOffset +=
table_pos
+ table->storageOffset;
in FT_LOCAL_DEF()
955
(void)FT_STREAM_SEEK(
table_pos
+ 6 );
in FT_LOCAL_DEF()
980
entry->stringOffset +=
table_pos
+ table->storageOffset;
in FT_LOCAL_DEF()
/third_party/ffmpeg/libavcodec/
H
A
D
vima.c
91
unsigned int dest_pos,
table_pos
;
in predict_table_init()
local
93
for (
table_pos
= 0, dest_pos = start_pos;
in predict_table_init()
94
table_pos
< FF_ARRAY_ELEMS(ff_adpcm_step_table);
in predict_table_init()
95
table_pos
++, dest_pos += 64) {
in predict_table_init()
98
table_value = ff_adpcm_step_table[
table_pos
];
in predict_table_init()
/third_party/node/deps/v8/src/asmjs/
H
A
D
asm-parser.cc
1334
int
table_pos
= 0;
in SwitchStatement()
local
1339
current_function_builder_->EmitWithI32V(kExprBrIf,
table_pos
++);
in SwitchStatement()
1341
current_function_builder_->EmitWithI32V(kExprBr,
table_pos
++);
in SwitchStatement()
Completed in 7 milliseconds