OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:till
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/fs/udf/
udf_allocation.c
2238
uint64_t inflen, from,
till
;
local
2277
/* do check if `
till
' is not past file information length */
2279
till
= MIN(inflen, from + buf->b_resid);
2281
num_lb = (
till
- from + lb_size -1) / lb_size;
2299
/* 1) copy
till
first overlap piece to the rewrite buffer */
2373
if (foffset + len >
till
)
2374
len =
till
- foffset;
2405
replace_len =
till
- foffset; /* total amount of bytes to pop */
2988
/* 1) copy
till
first overlap piece to the rewrite buffer */
Completed in 29 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026