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_state
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/selftests/
i915_buddy.c
48
unsigned int
block_state
;
local
53
block_state
= i915_buddy_block_state(block);
55
if (
block_state
!= I915_BUDDY_ALLOCATED &&
56
block_state
!= I915_BUDDY_FREE &&
57
block_state
!= I915_BUDDY_SPLIT) {
108
if (i915_buddy_block_state(buddy) ==
block_state
&&
109
block_state
== I915_BUDDY_FREE) {
/src/common/dist/zlib/
deflate.c
70
}
block_state
;
typedef in typeref:enum:__anon46
72
typedef
block_state
(*compress_func)(deflate_state *s, int flush);
75
local
block_state
deflate_stored(deflate_state *s, int flush);
76
local
block_state
deflate_fast(deflate_state *s, int flush);
78
local
block_state
deflate_slow(deflate_state *s, int flush);
80
local
block_state
deflate_rle(deflate_state *s, int flush);
81
local
block_state
deflate_huff(deflate_state *s, int flush);
1182
block_state
bstate;
1629
local
block_state
deflate_stored(deflate_state *s, int flush) {
1813
local
block_state
deflate_fast(deflate_state *s, int flush)
[
all
...]
/src/sys/net/
zlib.c
680
}
block_state
;
typedef in typeref:enum:__anon7100
682
typedef
block_state
(*compress_func)(deflate_state *s, int flush);
686
local
block_state
deflate_stored(deflate_state *s, int flush);
687
local
block_state
deflate_fast(deflate_state *s, int flush);
688
local
block_state
deflate_slow(deflate_state *s, int flush);
1121
block_state
bstate;
1703
local
block_state
deflate_stored(deflate_state *s, int flush)
1759
local
block_state
deflate_fast(deflate_state *s, int flush)
1853
local
block_state
deflate_slow(deflate_state *s, int flush)
Completed in 27 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026