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:ibuflen
(Results
1 - 4
of
4
) sorted by relevance
/third_party/python/Modules/
H
A
D
zlibmodule.c
331
Py_ssize_t
ibuflen
= data->len;
in zlib_compress_impl()
local
361
arrange_input_buffer(&zst, &
ibuflen
);
in zlib_compress_impl()
362
flush =
ibuflen
== 0 ? Z_FINISH : Z_NO_FLUSH;
in zlib_compress_impl()
424
Py_ssize_t
ibuflen
;
in zlib_decompress_impl()
local
445
ibuflen
= data->len;
in zlib_decompress_impl()
468
arrange_input_buffer(&zst, &
ibuflen
);
in zlib_decompress_impl()
469
flush =
ibuflen
== 0 ? Z_FINISH : Z_NO_FLUSH;
in zlib_decompress_impl()
502
} while (err != Z_STREAM_END &&
ibuflen
!= 0);
in zlib_decompress_impl()
764
Py_ssize_t
ibuflen
= data->len;
in zlib_Compress_compress_impl()
local
771
arrange_input_buffer(&self->zst, &
ibuflen
);
in zlib_Compress_compress_impl()
877
Py_ssize_t
ibuflen
;
zlib_Decompress_decompress_impl()
local
1256
Py_ssize_t
ibuflen
;
zlib_Decompress_flush_impl()
local
[all...]
/third_party/alsa-lib/src/seq/
H
A
D
seq.c
4362
seq->
ibuflen
= len / packet_size;
in snd_seq_event_read_buffer()
4364
return seq->
ibuflen
;
in snd_seq_event_read_buffer()
4376
seq->
ibuflen
--;
in snd_seq_event_retrieve_buffer()
4380
if (seq->
ibuflen
< ncells) {
in snd_seq_event_retrieve_buffer()
4381
seq->
ibuflen
= 0; /* clear buffer */
in snd_seq_event_retrieve_buffer()
4386
seq->
ibuflen
-= ncells;
in snd_seq_event_retrieve_buffer()
4426
if (seq->
ibuflen
<= 0) {
in snd_seq_event_input()
4450
return seq->
ibuflen
;
in snd_seq_event_input_feed()
4470
if (seq->
ibuflen
== 0 && fetch_sequencer) {
in snd_seq_event_input_pending()
4473
return seq->
ibuflen
;
in snd_seq_event_input_pending()
[all...]
H
A
D
seq_local.h
91
size_t
ibuflen
; /* queued length */
member
/third_party/python/Python/
H
A
D
fileutils.c
2330
int
ibuflen
= (int)Py_MIN(buflen, INT_MAX);
in _Py_wgetcwd()
local
2331
return _wgetcwd(buf,
ibuflen
);
in _Py_wgetcwd()
Completed in 11 milliseconds