Searched refs:U16 (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/third_party/ulib/lz4/
H A Dlz4.c120 typedef uint16_t U16; typedef
126 typedef unsigned short U16; typedef
147 static U16 LZ4_read16(const void* memPtr)
149 U16 val16;
154 static U16 LZ4_readLE16(const void* memPtr)
163 return (U16)((U16)p[0] + (p[1]<<8));
167 static void LZ4_writeLE16(void* memPtr, U16 value)
414 case byU16: { U16* hashTable = (U16*) tableBas
[all...]
H A Dlz4hc.c90 U16 chainTable[MAXD];
107 #define DELTANEXTU16(p) chainTable[(U16)(p)] /* faster */
132 U16* chainTable = hc4->chainTable;
143 DELTANEXTU16(idx) = (U16)delta;
157 U16* const chainTable = hc4->chainTable;
216 U16* const chainTable = hc4->chainTable;
318 LZ4_writeLE16(*op, (U16)(*ip-match)); *op += 2;
H A Dxxhash.c104 typedef uint16_t U16; typedef
110 typedef unsigned short U16; typedef
H A Dlz4frame.c74 typedef uint16_t U16; typedef
80 typedef unsigned short U16; typedef
/fuchsia/zircon/system/dev/block/nvme/
H A Dnvme.c770 static inline uint32_t U16(uint8_t* x) { function

Completed in 96 milliseconds