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:out_data_ptr
(Results
1 - 4
of
4
) sorted by relevance
/third_party/backends/backend/
H
A
D
epson2-ops.c
1891
SANE_Byte *
out_data_ptr
; /* ptr to memory when writing data */
in color_shuffle()
local
1907
*
out_data_ptr
is used when writing out the processed data
in color_shuffle()
1911
data_ptr =
out_data_ptr
= buf;
in color_shuffle()
1996
memcpy(
out_data_ptr
,
in color_shuffle()
1999
out_data_ptr
+=
in color_shuffle()
2047
*new_length =
out_data_ptr
- buf;
in color_shuffle()
H
A
D
epson.c
5678
SANE_Byte *
out_data_ptr
; /* ptr to memory when writing data */
in color_shuffle()
local
5695
*
out_data_ptr
is used when writing out the processed data
in color_shuffle()
5700
data_ptr =
out_data_ptr
= buf;
in color_shuffle()
5791
memcpy (
out_data_ptr
, s->line_buffer[0], s->params.bytes_per_line);
in color_shuffle()
5792
out_data_ptr
+= s->params.bytes_per_line;
in color_shuffle()
5847
*new_length =
out_data_ptr
- buf;
in color_shuffle()
/third_party/mesa3d/src/imagination/vulkan/winsys/pvrsrvkm/
H
A
D
pvr_srv_bridge.h
814
uint64_t
out_data_ptr
;
member
H
A
D
pvr_srv_bridge.c
61
.
out_data_ptr
= (uint64_t)(uintptr_t)output,
in pvr_srv_bridge_call()
Completed in 15 milliseconds