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:ptable
(Results
1 - 5
of
5
) sorted by relevance
/third_party/musl/src/ctype/
H
A
D
__ctype_tolower_loc.c
25
static const int32_t *const
ptable
= table+128;
variable
29
return (void *)&
ptable
;
in __ctype_tolower_loc()
H
A
D
__ctype_toupper_loc.c
25
static const int32_t *const
ptable
= table+128;
variable
29
return (void *)&
ptable
;
in __ctype_toupper_loc()
H
A
D
__ctype_b_loc.c
36
static const unsigned short *const
ptable
= table+128;
variable
40
return (void *)&
ptable
;
in __ctype_b_loc()
/third_party/skia/third_party/externals/libpng/
H
A
D
png.c
3972
png_build_16bit_table(png_structrp png_ptr, png_uint_16pp *
ptable
,
in png_build_16bit_table()
argument
3987
png_uint_16pp table = *
ptable
=
in png_build_16bit_table()
4049
png_build_16to8_table(png_structrp png_ptr, png_uint_16pp *
ptable
,
in png_build_16to8_table()
argument
4057
png_uint_16pp table = *
ptable
=
in png_build_16to8_table()
4117
png_build_8bit_table(png_structrp png_ptr, png_bytepp
ptable
,
in png_build_8bit_table()
argument
4121
png_bytep table = *
ptable
= (png_bytep)png_malloc(png_ptr, 256);
in png_build_8bit_table()
/third_party/ffmpeg/libavcodec/
H
A
D
wavpack.c
92
int
ptable
[PTABLE_BINS];
member
460
init_ptable(s->
ptable
, rate_i, rate_s);
in wv_unpack_dsd_high()
489
int32_t *pp = s->
ptable
+ ((sp[0].value >> (PRECISION - PRECISION_USE)) & PTABLE_MASK);
in wv_unpack_dsd_high()
526
pp = s->
ptable
+ ((sp[1].value >> (PRECISION - PRECISION_USE)) & PTABLE_MASK);
in wv_unpack_dsd_high()
Completed in 8 milliseconds