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_number
(Results
1 - 2
of
2
) sorted by relevance
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/
H
A
D
font.cc
503
for (int32_t
table_number
= 0;
table_number
< num_tables_; ++
table_number
) {
in ReadHeader()
532
for (int32_t
table_number
= 0;
in ReadHeader()
533
table_number
< num_tables_;
in ReadHeader()
534
table_number
++, table_offset += Offset::kTableRecordSize) {
in ReadHeader()
/third_party/lame/libmp3lame/
H
A
D
takehiro.c
1220
int
table_number
, row_in_table, partition, nr_sfb, window, over;
in mpeg2_scale_bitcount()
local
1230
table_number
= 2;
in mpeg2_scale_bitcount()
1232
table_number
= 0;
in mpeg2_scale_bitcount()
1239
partition_table = &nr_of_sfb_block[
table_number
][row_in_table][0];
in mpeg2_scale_bitcount()
1250
partition_table = &nr_of_sfb_block[
table_number
][row_in_table][0];
in mpeg2_scale_bitcount()
1260
if (max_sfac[partition] > max_range_sfac_tab[
table_number
][partition])
in mpeg2_scale_bitcount()
1272
cod_info->sfb_partition_table = nr_of_sfb_block[
table_number
][row_in_table];
in mpeg2_scale_bitcount()
1282
switch (
table_number
) {
in mpeg2_scale_bitcount()
Completed in 4 milliseconds