HomeSort by relevance Sort by last modified time
    Searched refs:max_mode (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium/sdch/open-vcdiff/src/
codetable.h 84 // max_mode is the maximum value for the mode of a COPY instruction;
87 bool Validate(unsigned char max_mode) const;
90 // are being used, and calculates max_mode based on that assumption.
121 unsigned char max_mode,
decodetable.cc 39 const VCDiffCodeTableData& code_table_data, unsigned char max_mode) {
40 if (!code_table_data.Validate(max_mode)) return false;
decodetable.h 53 unsigned char max_mode);
instruction_map.cc 153 unsigned char max_mode)
154 : first_instruction_map_(VCD_LAST_INSTRUCTION_TYPE + max_mode + 1,
156 second_instruction_map_(VCD_LAST_INSTRUCTION_TYPE + max_mode + 1,
encodetable.h 73 unsigned char max_mode);
instruction_map.h 47 // max_mode is the maximum value for the mode of a COPY instruction.
50 unsigned char max_mode);
codetable.cc 192 unsigned char max_mode,
203 if (mode > max_mode) {
233 bool VCDiffCodeTableData::Validate(unsigned char max_mode) const {
234 const int kNumberOfTypesAndModes = VCD_LAST_INSTRUCTION_TYPE + max_mode + 1;
242 ValidateOpcode(i, inst1[i], size1[i], mode1[i], max_mode, "first")
245 ValidateOpcode(i, inst2[i], size2[i], mode2[i], max_mode, "second")
encodetable.cc 58 unsigned char max_mode)
59 : max_mode_(max_mode),
  /external/chromium_org/sdch/open-vcdiff/src/
codetable.h 84 // max_mode is the maximum value for the mode of a COPY instruction;
87 bool Validate(unsigned char max_mode) const;
90 // are being used, and calculates max_mode based on that assumption.
121 unsigned char max_mode,
decodetable.cc 39 const VCDiffCodeTableData& code_table_data, unsigned char max_mode) {
40 if (!code_table_data.Validate(max_mode)) return false;
decodetable.h 53 unsigned char max_mode);
instruction_map.cc 153 unsigned char max_mode)
154 : first_instruction_map_(VCD_LAST_INSTRUCTION_TYPE + max_mode + 1,
156 second_instruction_map_(VCD_LAST_INSTRUCTION_TYPE + max_mode + 1,
codetable.cc 192 unsigned char max_mode,
203 if (mode > max_mode) {
233 bool VCDiffCodeTableData::Validate(unsigned char max_mode) const {
234 const int kNumberOfTypesAndModes = VCD_LAST_INSTRUCTION_TYPE + max_mode + 1;
242 ValidateOpcode(i, inst1[i], size1[i], mode1[i], max_mode, "first")
245 ValidateOpcode(i, inst2[i], size2[i], mode2[i], max_mode, "second")
encodetable.h 72 unsigned char max_mode);
instruction_map.h 47 // max_mode is the maximum value for the mode of a COPY instruction.
50 unsigned char max_mode);
  /external/open-vcdiff/src/
codetable.h 84 // max_mode is the maximum value for the mode of a COPY instruction;
87 bool Validate(unsigned char max_mode) const;
90 // are being used, and calculates max_mode based on that assumption.
121 unsigned char max_mode,
decodetable.cc 39 const VCDiffCodeTableData& code_table_data, unsigned char max_mode) {
40 if (!code_table_data.Validate(max_mode)) return false;
decodetable.h 53 unsigned char max_mode);
instruction_map.cc 153 unsigned char max_mode)
154 : first_instruction_map_(VCD_LAST_INSTRUCTION_TYPE + max_mode + 1,
156 second_instruction_map_(VCD_LAST_INSTRUCTION_TYPE + max_mode + 1,
codetable.cc 192 unsigned char max_mode,
203 if (mode > max_mode) {
233 bool VCDiffCodeTableData::Validate(unsigned char max_mode) const {
234 const int kNumberOfTypesAndModes = VCD_LAST_INSTRUCTION_TYPE + max_mode + 1;
242 ValidateOpcode(i, inst1[i], size1[i], mode1[i], max_mode, "first")
245 ValidateOpcode(i, inst2[i], size2[i], mode2[i], max_mode, "second")
encodetable.h 72 unsigned char max_mode);
instruction_map.h 47 // max_mode is the maximum value for the mode of a COPY instruction.
50 unsigned char max_mode);
  /system/extras/tests/fstest/
perm_checker.c 57 mode_t max_mode; member in struct:perm_rule
99 unsigned long min_mode, unsigned long max_mode,
110 "%s %lo %lo %s %s %s %s", spec, min_mode, max_mode,
138 pr->max_mode = max_mode;
148 printf("rule #%d: type = %d spec = %s min_mode = %o max_mode = %o "
150 num_rules, pr->type, pr->spec, pr->min_mode, pr->max_mode,
160 unsigned long min_mode, max_mode; local
166 &min_mode, &max_mode, min_uid_buf, max_uid_buf,
174 min_mode, max_mode,
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
analysis.c 237 const int max_mode = local
245 for (mode = 0; mode < max_mode; ++mode) {
265 const int max_mode = local
280 for (mode = 0; mode < max_mode; ++mode) {
309 const int max_mode = local
314 for (mode = 0; mode < max_mode; ++mode) {
  /external/webp/src/enc/
analysis.c 237 const int max_mode = local
245 for (mode = 0; mode < max_mode; ++mode) {
265 const int max_mode = local
280 for (mode = 0; mode < max_mode; ++mode) {
309 const int max_mode = local
314 for (mode = 0; mode < max_mode; ++mode) {

Completed in 262 milliseconds

1 2