Lines Matching +defs:val +defs:sequence
179 U16 val; memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read16() local
184 U32 val; memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read32() local
189 U64 val; memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read64() local
212 MEM_STATIC void MEM_writeLE16(void* memPtr, U16 val) in MEM_writeLE16()
356 MEM_STATIC unsigned BIT_highbit32 (U32 val) in BIT_highbit32()
1534 typedef struct { U16 sequence; BYTE nbBits; BYTE length; } HUF_DEltX4; /* double-symbols decoding … member
1676 const size_t val = BIT_lookBitsFast(Dstream, dtLog); /* note : dtLog >= 1 */ in HUF_decodeSymbolX2() local
2017 const size_t val = BIT_lookBitsFast(DStream, dtLog); /* note : dtLog >= 1 */ in HUF_decodeSymbolX4() local
2025 const size_t val = BIT_lookBitsFast(DStream, dtLog); /* note : dtLog >= 1 */ in HUF_decodeLastSymbolX4() local
2749 seq_t sequence, in ZSTD_execSequence()
2847 seq_t sequence; in ZSTD_decompressSequences() local