Lines Matching +defs:val +defs:sequence
94 U16 val; memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read16() local
99 U32 val; memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read32() local
104 U64 val; memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read64() local
123 MEM_STATIC void MEM_writeLE16(void* memPtr, U16 val) in MEM_writeLE16()
568 MEM_STATIC unsigned BIT_highbit32 (U32 val) in BIT_highbit32()
1627 typedef struct { U16 sequence; BYTE nbBits; BYTE length; } HUF_DEltX4; /* double-symbols decoding … member
1768 const size_t val = BIT_lookBitsFast(Dstream, dtLog); /* note : dtLog >= 1 */ in HUF_decodeSymbolX2() local
2107 const size_t val = BIT_lookBitsFast(DStream, dtLog); /* note : dtLog >= 1 */ in HUF_decodeSymbolX4() local
2115 const size_t val = BIT_lookBitsFast(DStream, dtLog); /* note : dtLog >= 1 */ in HUF_decodeLastSymbolX4() local
2810 BYTE* const oend, seq_t sequence, in ZSTD_execSequence()
2931 seq_t sequence; in ZSTD_decompressSequences() local