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:ptab
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ltp/testcases/network/lib6/
H
A
D
asapi_01.c
43
}
ptab
[] = {
variable
55
#define PTCOUNT ARRAY_SIZE(
ptab
)
117
pe = getprotobyname(
ptab
[i].prt_name);
in do_tests()
118
pass = pe && pe->p_proto ==
ptab
[i].prt_value;
in do_tests()
120
ptab
[i].prt_name);
in do_tests()
/third_party/astc-encoder/Source/
H
A
D
astcenc_partition_tables.cpp
387
partition_info*
ptab
,
417
bool keep_useful = generate_one_partition_info_entry(bsd, partition_count, i, next_index,
ptab
[next_index]);
423
generate_canonical_partitioning(bsd.texel_count,
ptab
[next_index].partition_of_texel, canonical_patterns + next_index * BIT_PATTERN_WORDS);
/third_party/ffmpeg/libavcodec/
H
A
D
wmadec.c
340
const float *
ptab
= pow_tab + 60;
in decode_exp_vlc()
local
341
const uint32_t *iptab = (const uint32_t *)
ptab
;
in decode_exp_vlc()
349
v =
ptab
[last_exp];
in decode_exp_vlc()
371
v =
ptab
[last_exp];
in decode_exp_vlc()
Completed in 3 milliseconds