Searched refs:argp (Results 76 - 100 of 124) sorted by relevance

12345

/external/valgrind/main/VEX/priv/
H A Dhost_amd64_isel.c3561 HReg argp = newVRegI(env); local
3566 argp));
3570 argp));
3576 addInstr(env, AMD64Instr_Lea64(AMD64AMode_IR(0, argp),
3578 addInstr(env, AMD64Instr_Lea64(AMD64AMode_IR(16, argp),
3580 addInstr(env, AMD64Instr_Lea64(AMD64AMode_IR(32, argp),
3596 AMD64AMode_IR(0, argp)));
3613 HReg argp = newVRegI(env); local
3618 argp));
3622 argp));
4040 HReg argp = newVRegI(env); local
4118 HReg argp = newVRegI(env); local
[all...]
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Drsa.h321 OPENSSL_EXPORT int RSA_get_ex_new_index(long argl, void *argp,
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlauxlib.c197 va_list argp; local
198 va_start(argp, fmt);
200 lua_pushvfstring(L, fmt, argp);
201 va_end(argp);
H A Dlapi.c532 va_list argp) {
536 ret = luaO_pushvfstring(L, fmt, argp);
544 va_list argp; local
547 va_start(argp, fmt);
548 ret = luaO_pushvfstring(L, fmt, argp);
549 va_end(argp);
531 lua_pushvfstring(lua_State *L, const char *fmt, va_list argp) argument
H A Dlua.h212 va_list argp);
/external/openssl/crypto/dsa/
H A Ddsa.h224 int DSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
/external/openssl/include/openssl/
H A Ddsa.h224 int DSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
H A Dengine.h499 int ENGINE_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
H A Drsa.h424 int RSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
H A Dx509_vfy.h475 int X509_STORE_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
/external/openssl/crypto/bio/
H A Dbio_lib.c573 int BIO_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, argument
576 return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_BIO, argl, argp,
H A Dbio.h316 /* bio, mode, argp, argi, argl, ret */
619 int BIO_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
667 long BIO_debug_callback(BIO *bio,int cmd,const char *argp,int argi,
/external/openssl/crypto/ui/
H A Dui_lib.c576 int UI_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, argument
579 return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_UI, argl, argp,
/external/chromium_org/net/cert/
H A Dx509_util_openssl.cc204 long argl, void* argp) {
203 DERCache_free(void* parent, void* ptr, CRYPTO_EX_DATA* ad, int idx, long argl, void* argp) argument
/external/elfutils/0.153/src/
H A Dnm.c32 #include <argp.h>
71 /* Definitions of arguments for argp functions. */
128 /* Data structure to communicate with argp functions. */
129 static struct argp argp = variable in typeref:struct:argp
246 (void) argp_parse (&argp, argc, argv, 0, &remaining, NULL);
H A Dld.c30 #include <argp.h>
84 /* Definitions of arguments for argp functions. */
207 /* Data structure to communicate with argp functions. */
208 static struct argp argp_1st =
212 static struct argp argp_2nd =
382 /* All options should have been processed by the argp parser. */
H A Dunstrip.c39 #include <argp.h>
73 /* Definitions of arguments for argp functions. */
2250 .argp = dwfl_standard_argp (),
2254 { .argp = NULL },
2256 const struct argp argp =
2291 error_t result = argp_parse (&argp, argc, argv, 0, &remaining, &info);
2253 const struct argp argp = local
H A Dstrip.c31 #include <argp.h>
73 /* Definitions of arguments for argp functions. */
109 /* Data structure to communicate with argp functions. */
110 static struct argp argp = variable in typeref:struct:argp
184 if (argp_parse (&argp, argc, argv, 0, &remaining, NULL) != 0)
/external/openssl/crypto/engine/
H A Deng_dyn.c165 CRYPTO_EX_DATA *ad, int idx, long argl, void *argp)
164 dynamic_data_ctx_free_func(void *parent, void *ptr, CRYPTO_EX_DATA *ad, int idx, long argl, void *argp) argument
H A Dengine.h499 int ENGINE_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
/external/chromium_org/net/socket/
H A Dssl_client_socket_openssl.cc1686 const char *argp, int argi, long argl,
1719 const char *argp, int argi, long argl,
1725 bio, cmd, argp, argi, argl, retvalue);
/external/openssl/crypto/rsa/
H A Drsa.h424 int RSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
/external/openssl/crypto/x509/
H A Dx509_vfy.h475 int X509_STORE_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
/external/chromium_org/third_party/boringssl/src/crypto/rsa/
H A Drsa.c263 int RSA_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, argument
265 return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_RSA, argl, argp, new_func,
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_sess.c181 int SSL_SESSION_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func, argument
184 return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_SSL_SESSION, argl, argp,

Completed in 726 milliseconds

12345