Home
last modified time | relevance | path

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

/freebsd/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c142 #define PROGRAM_WORK_SIZE 0x3C000 macro
144 #define PROGRAM_SYSTEM_GLOBAL_ADDRESS PROGRAM_WORK_SIZE
3715 if (length > PROGRAM_WORK_SIZE / 2) in execute_filter_delta()
3748 if (length > PROGRAM_WORK_SIZE || length <= 4) in execute_filter_e8()
3780 …if (blocklength > PROGRAM_WORK_SIZE / 2 || stride > blocklength || blocklength < 3 || byteoffset >… in execute_filter_rgb()
3830 if (length > PROGRAM_WORK_SIZE / 2) in execute_filter_audio()