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.c141 #define PROGRAM_WORK_SIZE 0x3C000 macro
143 #define PROGRAM_SYSTEM_GLOBAL_ADDRESS PROGRAM_WORK_SIZE
3703 if (length > PROGRAM_WORK_SIZE / 2) in execute_filter_delta()
3736 if (length > PROGRAM_WORK_SIZE || length <= 4) in execute_filter_e8()
3768 …if (blocklength > PROGRAM_WORK_SIZE / 2 || stride > blocklength || blocklength < 3 || byteoffset >… in execute_filter_rgb()
3818 if (length > PROGRAM_WORK_SIZE / 2) in execute_filter_audio()