HomeSort by relevance Sort by last modified time
    Searched defs:argp (Results 26 - 50 of 63) sorted by null

12 3

  /external/libffi/src/mips/
ffi.c 51 FFI_ASSERT(argp <= &stack[bytes]); \
52 if (argp == &stack[bytes]) \
54 argp = stack; \
72 char *argp; local
80 argp = &stack[bytes - (8 * sizeof(ffi_arg))];
82 argp = stack;
84 argp = stack;
95 *(ffi_arg *) argp = (ffi_arg) ecif->rvalue;
96 argp += sizeof(ffi_arg);
112 if ((a - 1) & (unsigned long) argp)
766 char *argp; local
844 ffi_arg *argp = argn >= 8 ? ar + argn : fpr + argn; local
859 ffi_arg *argp = ar + argn; local
    [all...]
  /external/libffi/src/x86/
ffi64.c 347 char *stack, *argp; local
367 argp = stack + sizeof (struct register_args);
396 argp = (void *) ALIGN (argp, align);
397 memcpy (argp, avalue[i], size);
398 argp += size;
468 struct register_args *reg_args, char *argp)
526 argp = (void *) ALIGN (argp, align);
527 avalue[i] = argp;
    [all...]
  /external/libppp/src/
log.c 438 char const *const *argv, *argp; local
465 argp = **argv == '+' || **argv == '-' ? *argv + 1 : *argv;
467 if (strcasecmp(argp, "all") == 0) {
485 if (strcasecmp(argp, log_Name(i)) == 0) {
498 log_Printf(LogWARN, "%s: Invalid log value\n", argp);
command.c 1646 const char *argp; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.h 83 void * argp; member in struct:spu_data
  /system/core/libsparse/
sparse_read.c 56 va_list argp; local
59 va_start(argp, fmt);
60 size = vsnprintf(NULL, 0, fmt, argp);
61 va_end(argp);
72 va_start(argp, fmt);
73 vsnprintf(at, size, fmt, argp);
74 va_end(argp);
  /system/extras/tests/iptables/qtaguid/
socketTag.cpp 62 va_list argp; local
64 va_start(argp, fmt);
66 vasprintf(&buff, fmt, argp);
72 va_end(argp);
  /external/elfutils/src/
objdump.c 31 #include <argp.h>
58 /* Definitions of arguments for argp functions. */
85 /* Data structure to communicate with argp functions. */
86 static struct argp argp = variable in typeref:struct:argp
153 (void) argp_parse (&argp, argc, argv, 0, &remaining, NULL);
237 argp_help (&argp, stderr, ARGP_HELP_SEE | ARGP_HELP_EXIT_ERR,
size.c 31 #include <argp.h>
63 /* Definitions of arguments for argp functions. */
97 /* Data structure to communicate with argp functions. */
98 static struct argp argp = variable in typeref:struct:argp
189 argp_parse (&argp, argc, argv, 0, &remaining, NULL);
ar.c 30 #include <argp.h>
72 /* Definitions of arguments for argp functions. */
114 /* Data structure to communicate with argp functions. */
115 static struct argp argp = variable in typeref:struct:argp
180 (void) argp_parse (&argp, argc, argv, ARGP_IN_ORDER, &remaining, NULL);
197 argp_help (&argp, stderr, ARGP_HELP_SEE, AR);
216 argp_help (&argp, stderr, ARGP_HELP_SEE, AR);
240 argp_help (&argp, stderr, ARGP_HELP_SEE, AR);
311 argp_help (&argp, stderr, ARGP_HELP_SEE, AR)
    [all...]
elfcmp.c 31 #include <argp.h>
65 /* Definitions of arguments for argp functions. */
88 /* Data structure to communicate with argp functions. */
89 static struct argp argp = variable in typeref:struct:argp
134 (void) argp_parse (&argp, argc, argv, 0, &remaining, NULL);
140 argp_help (&argp, stderr, ARGP_HELP_SEE, program_invocation_short_name);
551 argp_help (&argp, stderr, ARGP_HELP_SEE,
nm.c 32 #include <argp.h>
71 /* Definitions of arguments for argp functions. */
116 /* Data structure to communicate with argp functions. */
117 static struct argp argp = variable in typeref:struct:argp
226 (void) argp_parse (&argp, argc, argv, 0, &remaining, NULL);
    [all...]
strip.c 31 #include <argp.h>
69 /* Definitions of arguments for argp functions. */
101 /* Data structure to communicate with argp functions. */
102 static struct argp argp = variable in typeref:struct:argp
170 if (argp_parse (&argp, argc, argv, 0, &remaining, NULL) != 0)
    [all...]
unstrip.c 39 #include <argp.h>
73 /* Definitions of arguments for argp functions. */
2242 const struct argp argp = local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
argp.h 80 these is passed in the OPTIONS field of an argp structure. Each option
142 completely documented in an argp's ARGS_DOC field, in which case including
150 struct argp; /* fwd declare this type */
154 /* The type of a pointer to an argp parsing function. */
180 If an error occurs (either detected by argp, or because the parsing
218 /* An argp structure contains a set of options declarations, a function to
220 argp's, and perhaps a function to filter help output. When actually
221 parsing options, getopt is called with the union of all the argp
224 struct argp
252 argp field, pointing to child argps should be parsed with this one. An
222 struct argp struct
291 __const struct argp *argp; member in struct:argp_child
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
argp.h 80 these is passed in the OPTIONS field of an argp structure. Each option
142 completely documented in an argp's ARGS_DOC field, in which case including
150 struct argp; /* fwd declare this type */
154 /* The type of a pointer to an argp parsing function. */
180 If an error occurs (either detected by argp, or because the parsing
218 /* An argp structure contains a set of options declarations, a function to
220 argp's, and perhaps a function to filter help output. When actually
221 parsing options, getopt is called with the union of all the argp
224 struct argp
252 argp field, pointing to child argps should be parsed with this one. An
222 struct argp struct
291 __const struct argp *argp; member in struct:argp_child
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
argp.h 80 these is passed in the OPTIONS field of an argp structure. Each option
142 completely documented in an argp's ARGS_DOC field, in which case including
150 struct argp; /* fwd declare this type */
154 /* The type of a pointer to an argp parsing function. */
180 If an error occurs (either detected by argp, or because the parsing
218 /* An argp structure contains a set of options declarations, a function to
220 argp's, and perhaps a function to filter help output. When actually
221 parsing options, getopt is called with the union of all the argp
224 struct argp
252 argp field, pointing to child argps should be parsed with this one. An
222 struct argp struct
291 __const struct argp *argp; member in struct:argp_child
    [all...]
  /system/core/sh/
eval.c 352 union node *argp; local
359 for (argp = n->nfor.args ; argp ; argp = argp->narg.next) {
360 expandarg(argp, &arglist, EXP_FULL | EXP_TILDE);
677 union node *argp; local
715 for (argp = cmd->ncmd.args ; argp ; argp = argp->narg.next)
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/
crypto.h 161 int idx, long argl, void *argp);
164 int idx, long argl, void *argp);
167 int idx, long argl, void *argp);
298 void *argp; /* Arbitary void * */ member in struct:crypto_ex_data_func_st
398 int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp,
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
crypto.h 161 int idx, long argl, void *argp);
164 int idx, long argl, void *argp);
167 int idx, long argl, void *argp);
298 void *argp; /* Arbitary void * */ member in struct:crypto_ex_data_func_st
398 int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp,
  /external/openssl/crypto/
crypto.h 161 int idx, long argl, void *argp);
164 int idx, long argl, void *argp);
167 int idx, long argl, void *argp);
298 void *argp; /* Arbitary void * */ member in struct:crypto_ex_data_func_st
398 int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp,
  /external/openssl/include/openssl/
crypto.h 161 int idx, long argl, void *argp);
164 int idx, long argl, void *argp);
167 int idx, long argl, void *argp);
298 void *argp; /* Arbitary void * */ member in struct:crypto_ex_data_func_st
398 int CRYPTO_get_ex_new_index(int class_index, long argl, void *argp,
  /external/valgrind/main/VEX/priv/
host_amd64_isel.c 3273 HReg argp = newVRegI(env); local
3324 HReg argp = newVRegI(env); local
    [all...]
host_x86_isel.c 3642 HReg argp = newVRegI(env); local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/gcov-src/
libgcov.c 114 va_list argp; local
115 va_start (argp, fmt);
117 ret = vprintk (fmt, argp);
119 ret = vfprintf (stderr, fmt, argp);
121 va_end (argp);
    [all...]

Completed in 1614 milliseconds

12 3