Home
last modified time | relevance | path

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

/external/u-boot/lib/
Dlz4.c54 typedef enum { full = 0, partial = 1 } earlyEnd_directive; typedef
/external/lz4/lib/
Dlz4.c1391 typedef enum { decode_full_block = 0, partial_decode = 1 } earlyEnd_directive; typedef
1410 earlyEnd_directive partialDecoding, /* full, partial */ in LZ4_decompress_generic()