Home
last modified time | relevance | path

Searched refs:BYTE (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/lib/
H A Dlz4.c20 BYTE* d = (BYTE*)dstPtr; in LZ4_wildCopy()
21 const BYTE* s = (const BYTE*)srcPtr; in LZ4_wildCopy()
22 BYTE* e = (BYTE*)dstEnd; in LZ4_wildCopy()
78 const BYTE* const lowPrefix, /* == dest if dict == noDict */ in LZ4_decompress_generic()
79 const BYTE* const dictStart, /* only if dict==usingExtDict */ in LZ4_decompress_generic()
84 const BYTE* ip = (const BYTE*) source; in LZ4_decompress_generic()
85 const BYTE* const iend = ip + inputSize; in LZ4_decompress_generic()
87 BYTE* op = (BYTE*) dest; in LZ4_decompress_generic()
88 BYTE* const oend = op + outputSize; in LZ4_decompress_generic()
89 BYTE* cpy; in LZ4_decompress_generic()
[all …]
H A Dlz4_wrapper.c27 typedef uint8_t BYTE; typedef
/rk3399_rockchip-uboot/scripts/
H A Dbuild-tftp-firmware.sh271 BYTE=`sed -n "/totalsize:/p" update.hdr.dts | awk '{ print $4 }' | tr -d '(' | tr -d ')'`
272 dd if=update.itb of=update.hdr bs=${BYTE} count=1
/rk3399_rockchip-uboot/arch/mips/cpu/
H A Du-boot.lds57 BYTE(0x0)