Home
last modified time | relevance | path

Searched refs:state2 (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/lib/zstd/
Dfse_decompress.c224 FSE_DState_t state2; in FSE_decompress_usingDTable_generic() local
230 FSE_initDState(&state2, &bitD, dt); in FSE_decompress_usingDTable_generic()
241 op[1] = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic()
256 op[3] = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic()
266 *op++ = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic()
272 *op++ = FSE_GETSYMBOL(&state2); in FSE_decompress_usingDTable_generic()
/linux-4.19.296/drivers/s390/cio/
Dcss.h39 __u8 state2 : 2; /* path state value 2 */ member
Ddevice_pgid.c314 if (pgid->inf.ps.state2 == SNID_STATE2_RESVD_ELSE) in pgid_analyze()
/linux-4.19.296/fs/gfs2/
Drgrp.c429 const u8 state2 = state << 4; in gfs2_bitcount() local
438 if (((*byte) & 0x30) == state2) in gfs2_bitcount()