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

  /external/iptables/extensions/
libxt_hashlimit.c 269 static bool parse_bytes(const char *rate, void *val, struct hashlimit_mt_udata *ud, int revision) function
462 if (parse_bytes(cb->arg, &info->cfg.avg, cb->udata, 1))
471 if (parse_bytes(cb->arg, &info->cfg.avg, cb->udata, 1))
503 if (parse_bytes(cb->arg, &info->cfg.avg, cb->udata, 2))
512 if (parse_bytes(cb->arg, &info->cfg.avg, cb->udata, 2))
  /external/mesa3d/src/gallium/tools/trace/
parse.py 297 def parse_bytes(self): member in class:TraceParser

Completed in 103 milliseconds