HomeSort by relevance Sort by last modified time
    Searched refs:arg (Results 376 - 400 of 1305) sorted by null

<<11121314151617181920>>

  /device/samsung/crespo/alsa-utils/alsactl/
init_utils_run.c 39 char arg[PATH_SIZE]; local
41 char *argv[(sizeof(arg) / 2) + 1];
46 strlcpy(arg, command0, sizeof(arg));
48 if (strchr(arg, ' ') != NULL) {
49 char *pos = arg;
61 dbg("arg[%i] '%s'", i, argv[i]);
66 argv[0] = arg;
  /external/blktrace/btt/
proc.c 37 void *arg)
40 __foreach(n->rb_left, f, arg);
41 f(rb_entry(n, struct pn_info, rb_node)->pip, arg);
42 __foreach(n->rb_right, f, arg);
235 void pip_foreach_out(void (*f)(struct p_info *, void *), void *arg)
238 __foreach(root_name.rb_node, f, arg);
254 f(pip, arg);
  /external/chromium/net/third_party/nss/ssl/
ssl.h 248 typedef SECStatus (PR_CALLBACK *SSLAuthCertificate)(void *arg, PRFileDesc *fd,
254 void *arg);
257 SSL_IMPORT SECStatus SSL_AuthCertificate(void *arg, PRFileDesc *fd,
262 * arg - application passed argument
267 typedef SECStatus (PR_CALLBACK *SSLGetClientAuthData)(void *arg,
296 typedef SECStatus (PR_CALLBACK *SSLBadCertHandler)(void *arg, PRFileDesc *fd);
298 void *arg);
444 * If arg is non-NULL, it is a pointer to a NULL-terminated string containing
446 * If arg is NULL, this function will search the cert and key databases for
450 NSS_GetClientAuthData(void * arg,
    [all...]
  /external/jpeg/
rdjpgcom.c 408 keymatch (char * arg, const char * keyword, int minchars)
416 while ((ca = *arg++) != '\0') {
418 return 0; /* arg longer than keyword, no good */
419 if (isupper(ca)) /* force arg to lcase (assume ck is already) */
440 char * arg; local
454 arg = argv[argn];
455 if (arg[0] != '-')
457 arg++; /* advance over '-' */
458 if (keymatch(arg, "verbose", 1)) {
wrjpgcom.c 384 keymatch (char * arg, const char * keyword, int minchars)
392 while ((ca = *arg++) != '\0') {
394 return 0; /* arg longer than keyword, no good */
395 if (isupper(ca)) /* force arg to lcase (assume ck is already) */
416 char * arg; local
434 arg = argv[argn];
435 if (arg[0] != '-')
437 arg++; /* advance over '-' */
438 if (keymatch(arg, "replace", 1)) {
440 } else if (keymatch(arg, "cfile", 2))
    [all...]
  /external/libvpx/vp8/encoder/x86/
encodeopt.asm 24 mov rsi, arg(0) ;coeff_ptr
26 mov rdi, arg(1) ;dcoef_ptr
73 mov rsi, arg(0) ;coeff_ptr
76 mov rdi, arg(1) ;dcoef_ptr
139 mov rsi, arg(0) ;coeff_ptr
142 mov rdi, arg(1) ;dcoef_ptr
145 movd mm1, dword ptr arg(2) ;dc
216 mov rsi, arg(0) ;coeff_ptr
219 mov rdi, arg(1) ;dcoef_ptr
222 movd xmm1, dword ptr arg(2) ;d
    [all...]
  /external/openssl/crypto/dsa/
dsatest.c 94 static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *arg);
240 static int MS_CALLBACK dsa_cb(int p, int n, BN_GENCB *arg)
249 BIO_write(arg->arg,&c,1);
250 (void)BIO_flush(arg->arg);
254 BIO_printf((BIO *)arg,"error in dsatest\n");
  /external/openssl/crypto/engine/
eng_ctrl.c 288 int ENGINE_ctrl_cmd_string(ENGINE *e, const char *cmd_name, const char *arg,
337 if(arg != NULL)
348 if(ENGINE_ctrl(e, num, 0, (void *)arg, NULL) > 0)
353 if(arg == NULL)
363 if(ENGINE_ctrl(e, num, 0, (void *)arg, NULL) > 0)
377 l = strtol(arg, &ptr, 10);
378 if((arg == ptr) || (*ptr != '\0'))
  /external/openssl/crypto/lhash/
lhash.h 104 unsigned long name##_LHASH_HASH(const void *arg) { \
105 const o_type *a = arg; \
123 void name##_LHASH_DOALL(void *arg) { \
124 o_type *a = arg; \
181 void lh_doall_arg(_LHASH *lh, LHASH_DOALL_ARG_FN_TYPE func, void *arg);
221 #define LHM_lh_doall_arg(type, lh, fn, arg_type, arg) \
222 lh_doall_arg(CHECKED_LHASH_OF(type, lh), fn, CHECKED_PTR_OF(arg_type, arg))
  /external/openssl/crypto/perlasm/
x86gas.pl 28 { my($opcode,@arg)=@_;
31 @arg=reverse(@arg);
33 for (@arg)
40 $dst = $arg[$#arg] if ($#arg>=0);
41 $src = $arg[$#arg-1] if ($#arg>=1)
    [all...]
x86masm.pl 14 { my ($opcode,@arg)=@_;
17 for (@arg) { s/0x([0-9a-f]+)/0$1h/oi; }
21 $arg[0] =~ s/\b[A-Z]+WORD\s+PTR/XMMWORD PTR/i if ($arg[1]=~/\bxmm[0-7]\b/i);
22 $arg[1] =~ s/\b[A-Z]+WORD\s+PTR/XMMWORD PTR/i if ($arg[0]=~/\bxmm[0-7]\b/i);
25 &::emit($opcode,@arg);
  /external/openssl/include/openssl/
lhash.h 104 unsigned long name##_LHASH_HASH(const void *arg) { \
105 const o_type *a = arg; \
123 void name##_LHASH_DOALL(void *arg) { \
124 o_type *a = arg; \
181 void lh_doall_arg(_LHASH *lh, LHASH_DOALL_ARG_FN_TYPE func, void *arg);
221 #define LHM_lh_doall_arg(type, lh, fn, arg_type, arg) \
222 lh_doall_arg(CHECKED_LHASH_OF(type, lh), fn, CHECKED_PTR_OF(arg_type, arg))
  /external/ppp/pppd/
utils.c 433 vslp_printer __V((void *arg, char *fmt, ...))
442 void *arg; local
445 arg = va_arg(pvar, void *);
449 bi = (struct buffer_info *) arg;
477 * calling `printer(arg, format, ...)' to output it.
480 format_packet(p, len, printer, arg)
484 void *arg;
498 printer(arg, "[%s", protp->name);
499 n = (*protp->printpkt)(p, len, printer, arg);
500 printer(arg, "]");
569 void *arg; local
    [all...]
  /system/extras/tests/bionic/libc/other/
test_zlib.c 187 const char* arg = &argv[1][1]; local
188 switch (arg[0]) {
190 if (arg[1] == 0) {
193 arg = argv[2];
197 arg += 1;
199 repeat_count = strtol(arg, NULL, 10);
207 compression_level = arg[0] - '0';
  /external/bluetooth/glib/glib/
goption.c 38 #define NO_ARG(entry) ((entry)->arg == G_OPTION_ARG_NONE || \
39 ((entry)->arg == G_OPTION_ARG_CALLBACK && \
42 #define OPTIONAL_ARG(entry) ((entry)->arg == G_OPTION_ARG_CALLBACK && \
836 const gchar *arg,
844 tmp = strtol (arg, &end, 0);
846 if (*arg == '\0' || *end != '\0')
851 arg, arg_name);
861 arg, arg_name);
871 const gchar *arg,
879 tmp = g_strtod (arg, &end)
1604 gchar *arg, *dash; local
    [all...]
  /dalvik/vm/arch/arm/
CallEABI.S 71 (i.e. the 5th arg).
90 * r2 arg info
156 @ Do we have arg padding flags in "argInfo"? (just need to check hi bit)
169 * r2 arg info
182 mov r8, sp @ r8<- sp (arg copy dest)
228 * and tuck them into r2/r3. If the first arg is 32-bit and the second
229 * arg is 64-bit, then r3 "holds" a pad word and the load is unnecessary
232 * If there are 0 or 1 arg words in argv, we will be loading uninitialized
251 @ In theory, we need to use the "return type" arg to figure out what
317 @ because we don't push the first two arg words on the stack (they'r
    [all...]
  /external/protobuf/gtest/build-aux/
ltmain.sh 31 # Usage: $progname [OPTION]... [MODE-ARG]...
241 # func_echo arg...
249 # func_verbose arg...
261 # func_error arg...
268 # func_warning arg...
278 # func_fatal_error arg...
286 # func_fatal_help arg...
385 # func_quote_for_eval arg
386 # Aesthetically quote ARG to be evaled later.
415 # func_quote_for_expand arg
    [all...]
  /external/protobuf/
ltmain.sh 31 # Usage: $progname [OPTION]... [MODE-ARG]...
241 # func_echo arg...
249 # func_verbose arg...
261 # func_error arg...
268 # func_warning arg...
278 # func_fatal_error arg...
286 # func_fatal_help arg...
385 # func_quote_for_eval arg
386 # Aesthetically quote ARG to be evaled later.
415 # func_quote_for_expand arg
    [all...]
  /external/chromium/net/socket/
ssl_client_socket_nss.h 91 static SECStatus OwnAuthCertHandler(void* arg, PRFileDesc* socket,
94 static SECStatus ClientAuthHandler(void* arg,
101 static void HandshakeCallback(PRFileDesc* socket, void* arg);
  /external/iproute2/tc/
tc_util.c 417 int action_a2n(char *arg, int *result)
421 if (matches(arg, "continue") == 0)
423 else if (matches(arg, "drop") == 0)
425 else if (matches(arg, "shot") == 0)
427 else if (matches(arg, "pass") == 0)
429 else if (strcmp(arg, "ok") == 0)
431 else if (matches(arg, "reclassify") == 0)
435 if (sscanf(arg, "%d%c", &res, &dummy) != 1)
442 int get_linklayer(unsigned *val, const char *arg)
446 if (matches(arg, "ethernet") == 0
    [all...]
  /external/ipsec-tools/src/racoon/
genlist.c 68 genlist_foreach (struct genlist *head, genlist_func_t func, void *arg)
73 ret = (*func)(p->data, arg);
117 print_entry(void *entry, void *arg)
  /external/libffi/src/sh/
ffi.c 46 simple_type (ffi_type *arg)
48 if (arg->type != FFI_TYPE_STRUCT)
49 return arg->type;
50 else if (arg->elements[1])
53 return simple_type (arg->elements[0]);
57 return_type (ffi_type *arg)
61 if (arg->type != FFI_TYPE_STRUCT)
62 return arg->type;
64 type = simple_type (arg->elements[0]);
65 if (! arg->elements[1]
    [all...]
  /external/libvpx/vp8/common/x86/
postproc_mmx.asm 50 movd mm2, dword ptr arg(6) ;flimit
54 mov rsi, arg(0) ;src_ptr
55 mov rdi, arg(1) ;dst_ptr
57 movsxd rcx, DWORD PTR arg(4) ;rows
58 movsxd rax, DWORD PTR arg(2) ;src_pixels_per_line ; destination pitch?
148 cmp edx, dword ptr arg(5) ;cols
239 cmp edx, dword ptr arg(5) ;cols
247 movsxd rax, dword ptr arg(3) ;dst_pixels_per_line ; destination pitch?
249 movsxd rax, dword ptr arg(2) ;src_pixels_per_line ; destination pitch?
283 mov eax, dword ptr arg(4) ;flimi
    [all...]
  /external/openssl/apps/
openssl.c 218 ARGS arg; local
231 arg.data=NULL;
232 arg.count=0;
345 if (!chopup_args(&arg,buf,&argc,&argv)) break;
368 if (arg.data != NULL) OPENSSL_free(arg.data);
585 const char *from, const char *to, void *arg)
588 BIO_printf(arg, "%s\n", EVP_CIPHER_name(c));
595 BIO_printf(arg, "%s => %s\n", from, to);
605 const char *from, const char *to, void *arg)
    [all...]
  /external/openssl/crypto/pkcs7/
pk7_attr.c 96 /* Basic smime-capabilities OID and optional integer arg */
97 int PKCS7_simple_smimecap(STACK_OF(X509_ALGOR) *sk, int nid, int arg)
107 if (arg > 0) {
117 if(!ASN1_INTEGER_set (nbit, arg)) {

Completed in 4355 milliseconds

<<11121314151617181920>>