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

  /external/libffi/testsuite/libffi.call/
ffitest.h 8 #define MAX_ARGS 256
  /external/libffi/testsuite/libffi.special/
ffitestcxx.h 7 #define MAX_ARGS 256
  /external/linux-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
  /bootable/recovery/
recovery.cpp 140 static const int MAX_ARGS = 100;
189 *argv = (char **) malloc(sizeof(char *) * MAX_ARGS);
191 for (*argc = 1; *argc < MAX_ARGS; ++*argc) {
207 *argv = (char **) malloc(sizeof(char *) * MAX_ARGS);
211 for (*argc = 1; *argc < MAX_ARGS; ++*argc) {
    [all...]
  /system/extras/micro_bench/
micro_bench.cpp 44 #define MAX_ARGS 2
66 int args[MAX_ARGS];
    [all...]
  /external/strace/
defs.h 62 #ifndef MAX_ARGS
64 # define MAX_ARGS 6 /* maximum number of args to a syscall */
66 # define MAX_ARGS 32 /* maximum number of args to a syscall */
344 long u_arg[MAX_ARGS]; /* System call arguments */
346 long long ext_arg[MAX_ARGS]; /* System call arguments */
  /external/qemu/
monitor.c     [all...]

Completed in 1367 milliseconds