OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:block_start
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_buddy.c
376
u64
block_start
;
local
387
block_start
= i915_buddy_block_offset(block);
388
block_end =
block_start
+ i915_buddy_block_size(mm, block) - 1;
390
if (!overlaps(start, end,
block_start
, block_end))
398
if (contains(start, end,
block_start
, block_end)) {
/src/common/dist/zlib/
deflate.c
284
s->
block_start
-= (long) wsize;
577
s->
block_start
= 0L;
606
s->
block_start
= (long)s->strstart;
688
s->
block_start
= 0L;
777
if (strm->avail_in || (s->strstart - s->
block_start
) + s->lookahead)
1217
s->
block_start
= 0L;
1592
_tr_flush_block(s, (s->
block_start
>= 0L ? \
1593
(charf *)&s->window[(unsigned)s->
block_start
] : \
1595
(ulg)((long)s->strstart - s->
block_start
), \
1597
s->
block_start
= s->strstart;
[
all
...]
deflate.h
160
long
block_start
;
member in struct:internal_state
/src/sys/net/
zlib.c
421
long
block_start
;
member in struct:deflate_state
924
s->
block_start
= (long)length;
1326
s->
block_start
= 0L;
1612
s->
block_start
-= (long) wsize;
1678
_tr_flush_block(s, (s->
block_start
>= 0L ? \
1679
(charf *)&s->window[(unsigned)s->
block_start
] : \
1681
(ulg)((long)s->strstart - s->
block_start
), \
1683
s->
block_start
= s->strstart; \
1721
s->
block_start
>= (long)s->w_size, "slide too late");
1728
Assert(s->
block_start
>= 0L, "block gone")
[
all
...]
Completed in 23 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026