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:final_block
(Results
1 - 3
of
3
) sorted by relevance
/third_party/backends/backend/
H
A
D
xerox_mfp.h
113
int
final_block
;
member
H
A
D
xerox_mfp.c
1199
dev->
final_block
= (dev->res[3] == MSG_END_BLOCK)? 1 : 0;
in dev_acquire()
1211
dev->vertical, dev->horizontal, dev->
final_block
? "last " : "",
in dev_acquire()
1337
if (dev->
final_block
) {
in sane_read()
1484
dev->
final_block
= 0;
in sane_start()
/third_party/libcoap/src/
H
A
D
coap_block.c
1532
size_t
final_block
= (p->total_len + block_size - 1)/block_size - 1;
in coap_block_check_lg_srcv_timeouts()
local
1549
if (no_blocks == 0 && block == (int)
final_block
)
in coap_block_check_lg_srcv_timeouts()
1555
if (
final_block
> last_payload_block) {
in coap_block_check_lg_srcv_timeouts()
1556
final_block
= last_payload_block;
in coap_block_check_lg_srcv_timeouts()
1558
no_blocks +=
final_block
- block;
in coap_block_check_lg_srcv_timeouts()
1561
final_block
= (p->total_len + block_size - 1)/block_size - 1;
in coap_block_check_lg_srcv_timeouts()
1563
if (
final_block
> last_payload_block) {
in coap_block_check_lg_srcv_timeouts()
1564
final_block
= last_payload_block;
in coap_block_check_lg_srcv_timeouts()
1566
no_blocks +=
final_block
- block;
in coap_block_check_lg_srcv_timeouts()
1591
for (; block <= (int)
final_block
; bloc
in coap_block_check_lg_srcv_timeouts()
[all...]
Completed in 6 milliseconds