Searched refs:iname (Results 1 - 25 of 29) sorted by relevance

12

/external/elfutils/0.153/libelf/
H A Ddl-hash.h61 const unsigned char *iname = (const unsigned char *) name; local
62 unsigned int hash = (unsigned int) *iname++;
63 if (*iname != '\0')
65 hash = (hash << 4) + (unsigned int) *iname++;
66 if (*iname != '\0')
68 hash = (hash << 4) + (unsigned int) *iname++;
69 if (*iname != '\0')
71 hash = (hash << 4) + (unsigned int) *iname++;
72 if (*iname != '\0')
74 hash = (hash << 4) + (unsigned int) *iname
[all...]
/external/chromium_org/ppapi/api/
H A Dppp_graphics_3d.idl19 [macro="PPP_GRAPHICS_3D_INTERFACE", iname="PPP_Graphics_3D"]
/external/chromium_org/third_party/mesa/src/src/glsl/tests/
H A Doptimization-test7 for test in `find . -iname '*.opt_test'`; do
/external/mesa3d/src/glsl/tests/
H A Doptimization-test7 for test in `find . -iname '*.opt_test'`; do
/external/openssl/crypto/ocsp/
H A Docsp_lib.c78 X509_NAME *iname; local
86 iname = X509_get_issuer_name(subject);
91 iname = X509_get_subject_name(issuer);
95 return OCSP_cert_id_new(dgst, iname, ikey, serial);
H A Docsp_vfy.c305 X509_NAME *iname; local
320 iname = X509_get_subject_name(cert);
321 if (!X509_NAME_digest(iname, dgst, md, NULL))
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dattr.py232 for iname, ievent in events.items():
234 event.group = iname
235 log.debug('[%s] has group leader [%s]' % (name, iname))
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dv3_purp.c315 X509_NAME *iname = NULL; local
334 iname = gen->d.directoryName;
338 if (!iname)
339 iname = X509_get_issuer_name(x);
341 DIST_POINT_set_dpname(dp->distpoint, iname);
H A Dv3_crld.c586 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname) argument
594 dpn->dpname = X509_NAME_dup(iname);
/external/openssl/crypto/x509v3/
H A Dv3_purp.c319 X509_NAME *iname = NULL; local
338 iname = gen->d.directoryName;
342 if (!iname)
343 iname = X509_get_issuer_name(x);
345 DIST_POINT_set_dpname(dp->distpoint, iname);
H A Dv3_crld.c587 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname) argument
595 dpn->dpname = X509_NAME_dup(iname);
H A Dx509v3.h573 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname);
/external/dnsmasq/src/
H A Dnetwork.c51 struct iname *tmp;
125 struct iname *tmp;
157 struct iname *lo;
166 (lo = whine_malloc(sizeof(struct iname))) &&
927 struct iname *if_tmp;
928 struct iname *prev_if_names;
949 if_tmp = safe_malloc(sizeof(struct iname));
950 memset(if_tmp, 0, sizeof(struct iname));
H A Ddnsmasq.h357 struct iname { struct
361 struct iname *next;
620 struct iname *if_names, *if_addrs, *if_except, *dhcp_except;
H A Doption.c1301 struct iname *new = opt_malloc(sizeof(struct iname));
1316 struct iname *new = opt_malloc(sizeof(struct iname));
1351 struct iname *new = opt_malloc(sizeof(struct iname));
2892 struct iname *tmp;
H A Dtftp.c51 struct iname *tmp;
H A Ddhcp.c106 struct iname *tmp;
H A Ddnsmasq.c77 struct iname *if_tmp;
/external/javasqlite/src/main/java/SQLite/JDBC2z/
H A DJDBCDatabaseMetaData.java780 String iname = r0[col];
789 SQLite.Shell.sql_quote(iname) + ")"));
899 String iname = r0[col];
908 SQLite.Shell.sql_quote(iname) + ")"));
931 row[5] = iname;
1319 String iname = r0[col];
1328 SQLite.Shell.sql_quote(iname) + ")"));
1348 (iname.charAt(0) == '(' &&
1349 iname.indexOf(" autoindex ") > 0)) ? "0" : "1";
1351 row[5] = iname;
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dfile.c538 yasm_fopen_include(const char *iname, const char *from, const char *mode, argument
547 combine = yasm__combpath(from, iname);
560 combine = yasm__combpath(np->path, iname);
H A Dfile.h203 * First iname is looked for relative to the directory containing "from", then
213 * \param iname file to include
222 (const char *iname, const char *from, const char *mode,
/external/openssl/apps/
H A Docsp.c968 X509_NAME *iname; local
978 iname = X509_get_subject_name(issuer);
986 id = OCSP_cert_id_new(cert_id_md, iname, ikey, sno);
/external/mockito/cglib-and-asm/src/org/mockito/asm/
H A DClassReader.java1366 String iname = readUTF8(cpIndex, c);
1369 mv.visitFieldInsn(opcode, iowner, iname, idesc);
1371 mv.visitMethodInsn(opcode, iowner, iname, idesc);
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dx509v3.h572 OPENSSL_EXPORT int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname);
/external/openssl/include/openssl/
H A Dx509v3.h573 int DIST_POINT_set_dpname(DIST_POINT_NAME *dpn, X509_NAME *iname);

Completed in 423 milliseconds

12