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:comp_ptr
(Results
1 - 2
of
2
) sorted by relevance
/third_party/cups-filters/filter/
H
A
D
rastertopclx.c
973
*
comp_ptr
, /* Pointer into compression buffer */
in CompressData()
local
1004
for (line_ptr = line,
comp_ptr
= CompBuffer;
in CompressData()
1006
comp_ptr
+= 2, line_ptr += count)
in CompressData()
1014
comp_ptr
[0] = count - 1;
in CompressData()
1015
comp_ptr
[1] = line_ptr[0];
in CompressData()
1019
line_end =
comp_ptr
;
in CompressData()
1029
comp_ptr
= CompBuffer;
in CompressData()
1039
*
comp_ptr
++ = 0x00;
in CompressData()
1040
*
comp_ptr
++ = *line_ptr++;
in CompressData()
1059
*
comp_ptr
in CompressData()
[all...]
H
A
D
rastertoescpx.c
1310
register unsigned char *
comp_ptr
; /* Pointer into compression buffer */
in CompressData()
local
1343
comp_ptr
= CompBuffer;
in CompressData()
1345
while (line_ptr < line_end && (
comp_ptr
- CompBuffer) < length)
in CompressData()
1353
*
comp_ptr
++ = 0x00;
in CompressData()
1354
*
comp_ptr
++ = *line_ptr++;
in CompressData()
1373
*
comp_ptr
++ = 257 - count;
in CompressData()
1374
*
comp_ptr
++ = *line_ptr++;
in CompressData()
1394
*
comp_ptr
++ = count - 1;
in CompressData()
1396
memcpy(
comp_ptr
, start, count);
in CompressData()
1397
comp_ptr
in CompressData()
[all...]
Completed in 4 milliseconds