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

  /external/deqp/framework/delibs/deutil/
deCommandLine.c 36 MAX_ARGS = 64
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
exec_cmd.c 7 #define MAX_ARGS 32
130 const char *argv[MAX_ARGS + 1];
137 while (argc < MAX_ARGS) {
143 if (MAX_ARGS <= argc)
  /external/e2fsprogs/misc/
fsck.h 26 #define MAX_ARGS 32
  /system/extras/micro_bench/
micro_bench.cpp 44 #define MAX_ARGS 2
66 int args[MAX_ARGS];
    [all...]
  /bootable/recovery/
recovery.cpp 148 static const int MAX_ARGS = 100;
204 *argv = (char **) malloc(sizeof(char *) * MAX_ARGS);
206 for (*argc = 1; *argc < MAX_ARGS; ++*argc) {
222 *argv = (char **) malloc(sizeof(char *) * MAX_ARGS);
226 for (*argc = 1; *argc < MAX_ARGS; ++*argc) {
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
numa.c     [all...]
  /external/strace/
defs.h 121 * Make sure that all entries in all syscallent.h files have nargs <= MAX_ARGS!
125 #ifndef MAX_ARGS
127 # define MAX_ARGS 7
129 # define MAX_ARGS 6
410 long u_arg[MAX_ARGS]; /* System call arguments */
412 long long ext_arg[MAX_ARGS];

Completed in 652 milliseconds