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

  /development/ndk/sources/android/libportable/arch-mips/
syscall.c 54 #define MAXARGS 8
60 int i, nargs, args[MAXARGS];
595 * It assumes that no more than MAXARGS arguments are passed
607 /* For now assume all syscalls take MAXARGS arguments. */
608 nargs = MAXARGS;
  /external/ppp/pppd/
pppd.h 80 #define MAXARGS 1 /* max # args to a command */
    [all...]

Completed in 175 milliseconds