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:buffer_position
(Results
1 - 3
of
3
) sorted by relevance
/third_party/backends/backend/
H
A
D
hp4200.h
115
unsigned char *
buffer_position
; /* pointer to the first byte that
member
H
A
D
hp4200.c
1814
cb->
buffer_position
= cb->buffer_ptrs[cb->first_good_line];
in ciclic_buffer_init_offset_correction()
2088
biggest_upper_block_size = cb->size - (cb->
buffer_position
- cb->buffer);
in ciclic_buffer_copy()
2090
memcpy (buf, cb->
buffer_position
, upper_block_size);
in ciclic_buffer_copy()
2093
bytes_to_be_a_entire_line = (cb->
buffer_position
- cb->buffer) %
in ciclic_buffer_copy()
2101
cb->
buffer_position
+= num_bytes;
in ciclic_buffer_copy()
2113
cb->
buffer_position
= cb->buffer + lower_block_size;
in ciclic_buffer_copy()
2117
cb->
buffer_position
= cb->buffer;
in ciclic_buffer_copy()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H
A
D
pngvalid.c
2493
size_t
buffer_position
; /* Position in buffer */
member
2893
pm->flush = pm->buffer_count = pm->
buffer_position
= 0;
in modifier_reset()
2986
pm->
buffer_position
= 0;
in modifier_setbuffer()
3002
if (pm->
buffer_position
>= pm->buffer_count) switch (pm->state)
in modifier_read_imp()
3008
pm->
buffer_position
= 0;
in modifier_read_imp()
3018
pm->
buffer_position
= 0;
in modifier_read_imp()
3077
pm->
buffer_position
= 0;
in modifier_read_imp()
3110
pm->
buffer_position
= 0;
in modifier_read_imp()
3153
pm->buffer_count = pm->
buffer_position
= 0;
in modifier_read_imp()
3164
pm->
buffer_position
in modifier_read_imp()
[all...]
Completed in 13 milliseconds