HomeSort by relevance Sort by last modified time
    Searched refs:intv (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
win64-except.c 227 long intv; local
237 intv = yasm_intnum_get_int(intn);
238 if (intv < 0 || intv > 240)
241 intv);
242 else if ((intv & 0xF) != 0)
244 N_("frame offset of %ld is not a multiple of 16"), intv);
289 long intv; local
314 intv = yasm_intnum_get_int(frameoff);
315 if (intv < 0 || intv > 240
358 long intv; local
472 long intv, low, high, mask; local
    [all...]
  /external/e2fsprogs/misc/
tune2fs.c 1179 unsigned long intv; local
1184 intv = strtoul(arg, &p, 0);
1192 if (intv == 0) {
1193 intv = EXT4_MMP_UPDATE_INTERVAL;
1194 } else if (intv > EXT4_MMP_MAX_UPDATE_INTERVAL) {
1197 intv);
1204 "interval to %lu seconds\n", intv),
1205 intv);
1206 fs->super->s_mmp_update_interval = intv;
    [all...]

Completed in 60 milliseconds