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:source_ptr
(Results
1 - 3
of
3
) sorted by relevance
/third_party/libuv/src/
H
A
D
idna.c
370
ssize_t uv_wtf8_length_as_utf16(const char*
source_ptr
) {
in uv_wtf8_length_as_utf16()
argument
375
code_point = uv__wtf8_decode1(&
source_ptr
);
in uv_wtf8_length_as_utf16()
381
} while (*
source_ptr
++);
in uv_wtf8_length_as_utf16()
387
void uv_wtf8_to_utf16(const char*
source_ptr
,
in uv_wtf8_to_utf16()
argument
393
code_point = uv__wtf8_decode1(&
source_ptr
);
in uv_wtf8_to_utf16()
405
} while (*
source_ptr
++);
in uv_wtf8_to_utf16()
/third_party/backends/backend/
H
A
D
epson2-ops.c
1929
SANE_Byte *
source_ptr
, *dest_ptr;
in color_shuffle()
local
1934
source_ptr
= data_ptr + 1;
in color_shuffle()
1938
*dest_ptr = *
source_ptr
;
in color_shuffle()
1940
source_ptr
+= 3;
in color_shuffle()
1946
source_ptr
= data_ptr + 2;
in color_shuffle()
1951
/* while (
source_ptr
< s->line_buffer[s->color_shuffle_line] + s->params.bytes_per_line) */
in color_shuffle()
1955
*dest_ptr = *
source_ptr
;
in color_shuffle()
1957
source_ptr
+= 3;
in color_shuffle()
1963
source_ptr
= data_ptr;
in color_shuffle()
1968
/* while (
source_ptr
<
in color_shuffle()
[all...]
H
A
D
epson.c
5722
SANE_Byte *
source_ptr
, *dest_ptr;
in color_shuffle()
local
5727
source_ptr
= data_ptr + 1;
in color_shuffle()
5732
*dest_ptr = *
source_ptr
;
in color_shuffle()
5734
source_ptr
+= 3;
in color_shuffle()
5741
source_ptr
= data_ptr + 2;
in color_shuffle()
5745
/* while (
source_ptr
< s->line_buffer[s->color_shuffle_line] + s->params.bytes_per_line) */
in color_shuffle()
5749
*dest_ptr = *
source_ptr
;
in color_shuffle()
5751
source_ptr
+= 3;
in color_shuffle()
5757
source_ptr
= data_ptr;
in color_shuffle()
5760
/* while (
source_ptr
<
in color_shuffle()
[all...]
Completed in 12 milliseconds