Lines Matching +defs:val +defs:sequence
150 U16 val; memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read16() local
155 U32 val; memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read32() local
160 U64 val; memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read64() local
182 MEM_STATIC void MEM_writeLE16(void* memPtr, U16 val) in MEM_writeLE16()
627 MEM_STATIC unsigned BIT_highbit32 (U32 val) in BIT_highbit32()
1687 typedef struct { U16 sequence; BYTE nbBits; BYTE length; } HUF_DEltX4; /* double-symbols decoding … member
1828 const size_t val = BIT_lookBitsFast(Dstream, dtLog); /* note : dtLog >= 1 */ in HUF_decodeSymbolX2() local
2167 const size_t val = BIT_lookBitsFast(DStream, dtLog); /* note : dtLog >= 1 */ in HUF_decodeSymbolX4() local
2175 const size_t val = BIT_lookBitsFast(DStream, dtLog); /* note : dtLog >= 1 */ in HUF_decodeLastSymbolX4() local
2870 BYTE* const oend, seq_t sequence, in ZSTD_execSequence()
2985 seq_t sequence; in ZSTD_decompressSequences() local