Home
last modified time | relevance | path

Searched refs:endCondition_directive (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/lib/
Dlz4.c53 typedef enum { endOnOutputSize = 0, endOnInputSize = 1 } endCondition_directive; typedef
/external/lz4/lib/
Dlz4.c1390 typedef enum { endOnOutputSize = 0, endOnInputSize = 1 } endCondition_directive; typedef
1409 endCondition_directive endOnInput, /* endOnOutputSize, endOnInputSize */ in LZ4_decompress_generic()