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:ppm
(Results
1 - 10
of
10
) sorted by relevance
/third_party/skia/third_party/externals/libpng/
H
A
D
pngget.c
317
ppi_from_ppm(png_uint_32
ppm
)
in ppi_from_ppm()
argument
324
ppm
>>= 1; /* .1 */
in ppi_from_ppm()
325
t1001 =
ppm
+ (
ppm
>> 3); /* .1001 */
in ppi_from_ppm()
326
t1101 = t1001 + (
ppm
>> 1); /* .1101 */
in ppi_from_ppm()
327
ppm
>>= 20; /* .000000000000000000001 */
in ppi_from_ppm()
331
ppm
+= t1001; /* .000000000001001000001001001 */
in ppi_from_ppm()
332
ppm
+= t1101; /* .110100000001001110101001001 */
in ppi_from_ppm()
333
return (
ppm
+ 16) >> 5;/* .00000110100000001001110101001001 */
in ppi_from_ppm()
339
if (
ppm
<
in ppi_from_ppm()
[all...]
/third_party/vk-gl-cts/external/amber/src/samples/
H
A
D
ppm.h
25
namespace
ppm
{
namespace
35
} // namespace
ppm
H
A
D
Android.mk
25
ppm
.cc \
H
A
D
ppm.cc
15
#include "samples/
ppm
.h"
22
namespace
ppm
{
namespace
70
} // namespace
ppm
H
A
D
ppm_test.cc
15
#include "samples/
ppm
.h"
85
ppm
::ConvertToPPM(width, height, data, &out_buf);
in TEST_F()
H
A
D
amber.cc
33
#include "samples/
ppm
.h"
677
ppm
::ConvertToPPM(buffer_info.width, buffer_info.height,
/third_party/FreeBSD/sys/dev/usb/net/
H
A
D
if_cdce.c
663
cdce_free_queue(struct pbuf **
ppm
, uint8_t n)
in cdce_free_queue()
argument
667
if (
ppm
[x] != NULL) {
in cdce_free_queue()
668
uether_freebuf(
ppm
[x]);
in cdce_free_queue()
669
ppm
[x] = NULL;
in cdce_free_queue()
/third_party/ffmpeg/tests/fate/
H
A
D
lavf-image.mak
40
FATE_LAVF_IMAGES-$(call LAVF_IMAGES, PPM) +=
ppm
H
A
D
seek.mak
165
FATE_SEEK_LAVF_IMAGE += bmp jpg pcx pgm
ppm
sgi tga tiff
/third_party/ffmpeg/libavformat/
H
A
D
img2dec.c
1240
IMAGEAUTO_DEMUXER(
ppm
, PPM)
Completed in 10 milliseconds