Lines Matching +defs:val +defs:sequence
118 U16 val; memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read16() local
123 U32 val; memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read32() local
128 U64 val; memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read64() local
147 MEM_STATIC void MEM_writeLE16(void* memPtr, U16 val) in MEM_writeLE16()
291 MEM_STATIC unsigned BIT_highbit32 (U32 val) in BIT_highbit32()
1468 typedef struct { U16 sequence; BYTE nbBits; BYTE length; } HUF_DEltX4; /* double-symbols decoding … member
1610 const size_t val = BIT_lookBitsFast(Dstream, dtLog); /* note : dtLog >= 1 */ in HUF_decodeSymbolX2() local
1951 const size_t val = BIT_lookBitsFast(DStream, dtLog); /* note : dtLog >= 1 */ in HUF_decodeSymbolX4() local
1959 const size_t val = BIT_lookBitsFast(DStream, dtLog); /* note : dtLog >= 1 */ in HUF_decodeLastSymbolX4() local
2683 seq_t sequence, in ZSTD_execSequence()
2787 seq_t sequence; in ZSTD_decompressSequences() local