HomeSort by relevance Sort by last modified time
    Searched defs:arg_match (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/
args.c 39 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv) { function
  /external/libvpx/libvpx/
args.c 39 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv) { function
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
args.c 39 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv) { function
  /external/qemu/hw/android/goldfish/
nand.c 693 static int arg_match(const char *a, const char *b, size_t b_len) function
755 if(arg_match("readonly", arg, arg_len)) {
764 if(arg_match("size", arg, arg_len)) {
770 else if(arg_match("pagesize", arg, arg_len)) {
776 else if(arg_match("extrasize", arg, arg_len)) {
782 else if(arg_match("erasepages", arg, arg_len)) {
788 else if(arg_match("initfile", arg, arg_len)) {
795 else if(arg_match("file", arg, arg_len)) {

Completed in 148 milliseconds