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:num_to_read
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H
A
D
glslang_lex_autogen.cpp
2328
int
num_to_read
= YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
in yy_get_next_buffer()
local
2330
while (
num_to_read
<= 0)
in yy_get_next_buffer()
2360
num_to_read
= YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
in yy_get_next_buffer()
2363
if (
num_to_read
> YY_READ_BUF_SIZE)
in yy_get_next_buffer()
2364
num_to_read
= YY_READ_BUF_SIZE;
in yy_get_next_buffer()
2368
YY_INPUT((&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), ret,
num_to_read
);
in yy_get_next_buffer()
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/
H
A
D
preprocessor_lex_autogen.cpp
1562
int
num_to_read
= YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
in yy_get_next_buffer()
local
1564
while (
num_to_read
<= 0)
in yy_get_next_buffer()
1594
num_to_read
= YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
in yy_get_next_buffer()
1597
if (
num_to_read
> YY_READ_BUF_SIZE)
in yy_get_next_buffer()
1598
num_to_read
= YY_READ_BUF_SIZE;
in yy_get_next_buffer()
1602
YY_INPUT((&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]), ret,
num_to_read
);
in yy_get_next_buffer()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H
A
D
glslang_lex.cpp
2543
int
num_to_read
=
in yy_get_next_buffer()
local
2546
while (
num_to_read
<= 0 )
in yy_get_next_buffer()
2579
num_to_read
= YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
in yy_get_next_buffer()
2584
if (
num_to_read
> YY_READ_BUF_SIZE )
in yy_get_next_buffer()
2585
num_to_read
= YY_READ_BUF_SIZE;
in yy_get_next_buffer()
2589
yyg->yy_n_chars,
num_to_read
);
in yy_get_next_buffer()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/
H
A
D
Tokenizer.cpp
1908
int
num_to_read
=
in yy_get_next_buffer()
local
1911
while (
num_to_read
<= 0 )
in yy_get_next_buffer()
1944
num_to_read
= YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
in yy_get_next_buffer()
1949
if (
num_to_read
> YY_READ_BUF_SIZE )
in yy_get_next_buffer()
1950
num_to_read
= YY_READ_BUF_SIZE;
in yy_get_next_buffer()
1954
yyg->yy_n_chars,
num_to_read
);
in yy_get_next_buffer()
Completed in 18 milliseconds