Home
last modified time | relevance | path

Searched defs:MAX_PARTITIONS (Results 1 – 4 of 4) sorted by relevance

/third_party/ltp/testcases/kernel/device-drivers/include/
DincludeTest.h31 #define MAX_PARTITIONS 8 macro
/third_party/ltp/testcases/kernel/device-drivers/nls/
DnlsTest.h31 #define MAX_PARTITIONS 8 macro
/third_party/ffmpeg/libavcodec/
Dflacenc.c45 #define MAX_PARTITIONS (1 << MAX_PARTITION_ORDER) macro
618 static int find_optimal_param_exact(uint64_t sums[32][MAX_PARTITIONS], int i, int max_param) in find_optimal_param_exact()
636 uint64_t sums[32][MAX_PARTITIONS], in calc_optimal_rice_params()
666 uint64_t sums[32][MAX_PARTITIONS]) in calc_sum_top()
695 static void calc_sum_next(int level, uint64_t sums[32][MAX_PARTITIONS], int kmax) in calc_sum_next()
707 uint64_t sums[32][MAX_PARTITIONS], in calc_rice_params()
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
DLtpfs.h51 #define MAX_PARTITIONS 8 /* partition 0 + 7 more possible due to 3 bit partition… macro