HomeSort by relevance Sort by last modified time
    Searched full:max_mode (Results 1 - 13 of 13) sorted by null

  /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...]
README 17 <spec> <min_mode> <max_mode> <min_uid> <max_uid> <min_gid> <max_gid>
40 <max_mode> is a numeric mode mask, and a mode will match it if and only if
41 (max_mode | 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;
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,
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 74 unsigned char max_mode)
75 : max_mode_(max_mode),
decodetable.h 53 unsigned char max_mode);
encodetable.h 72 unsigned char max_mode);
vcdecoder.cc 105 unsigned char max_mode) {
106 return reader_.UseCodeTable(code_table_data, max_mode);
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
analysis.c 237 const int max_mode = MAX_INTRA16_MODE; local
243 for (mode = 0; mode < max_mode; ++mode) {
263 const int max_mode = MAX_INTRA4_MODE; local
276 for (mode = 0; mode < max_mode; ++mode) {
305 const int max_mode = MAX_UV_MODE; local
309 for (mode = 0; mode < max_mode; ++mode) {
  /external/webp/src/enc/
analysis.c 237 const int max_mode = MAX_INTRA16_MODE; local
243 for (mode = 0; mode < max_mode; ++mode) {
263 const int max_mode = MAX_INTRA4_MODE; local
276 for (mode = 0; mode < max_mode; ++mode) {
305 const int max_mode = MAX_UV_MODE; local
309 for (mode = 0; mode < max_mode; ++mode) {

Completed in 327 milliseconds