Searched defs:typ (Results 1 - 25 of 57) sorted by relevance

123

/external/chromium_org/third_party/boringssl/src/crypto/asn1/
H A Dtasn_fre.c218 ASN1_TYPE *typ = (ASN1_TYPE *)*pval; local
219 utype = typ->type;
220 pval = &typ->value.asn1_value;
H A Dtasn_new.c325 ASN1_TYPE *typ; local
355 typ = OPENSSL_malloc(sizeof(ASN1_TYPE));
356 if (!typ)
358 typ->value.ptr = NULL;
359 typ->type = -1;
360 *pval = (ASN1_VALUE *)typ;
H A Dtasn_dec.c889 ASN1_TYPE *typ = NULL; local
902 typ = ASN1_TYPE_new();
903 if (typ == NULL)
905 *pval = (ASN1_VALUE *)typ;
908 typ = (ASN1_TYPE *)*pval;
910 if (utype != typ->type)
911 ASN1_TYPE_set(typ, utype, NULL);
913 pval = &typ->value.asn1_value;
1027 if (typ && (utype == V_ASN1_NULL))
1028 typ
[all...]
H A Dtasn_enc.c599 ASN1_TYPE *typ; local
600 typ = (ASN1_TYPE *)*pval;
601 utype = typ->type;
603 pval = &typ->value.asn1_value;
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_suppressions.cc95 SuppressionType conv(ReportType typ) { argument
96 if (typ == ReportTypeRace)
98 else if (typ == ReportTypeVptrRace)
100 else if (typ == ReportTypeUseAfterFree)
102 else if (typ == ReportTypeThreadLeak)
104 else if (typ == ReportTypeMutexDestroyLocked)
106 else if (typ == ReportTypeMutexDoubleLock)
108 else if (typ == ReportTypeMutexBadUnlock)
110 else if (typ == ReportTypeMutexBadReadLock)
112 else if (typ
124 IsSuppressed(ReportType typ, const ReportStack *stack, Suppression **sp) argument
145 IsSuppressed(ReportType typ, const ReportLocation *loc, Suppression **sp) argument
[all...]
H A Dtsan_vector.h27 explicit Vector(MBlockType typ) argument
28 : typ_(typ)
H A Dtsan_mman.cc162 void *internal_alloc(MBlockType typ, uptr sz) { argument
H A Dtsan_report.cc66 static const char *ReportTypeString(ReportType typ) { argument
67 if (typ == ReportTypeRace)
69 if (typ == ReportTypeVptrRace)
71 if (typ == ReportTypeUseAfterFree)
73 if (typ == ReportTypeThreadLeak)
75 if (typ == ReportTypeMutexDestroyLocked)
77 if (typ == ReportTypeMutexDoubleLock)
79 if (typ == ReportTypeMutexBadUnlock)
81 if (typ == ReportTypeMutexBadReadLock)
83 if (typ
[all...]
H A Dtsan_report.h106 ReportType typ; member in class:__tsan::ReportDesc
H A Dtsan_rtl_mutex.cc53 static void ReportMutexMisuse(ThreadState *thr, uptr pc, ReportType typ, argument
60 ScopedReport rep(typ);
/external/openssl/crypto/asn1/
H A Dtasn_fre.c220 ASN1_TYPE *typ = (ASN1_TYPE *)*pval; local
221 utype = typ->type;
222 pval = &typ->value.asn1_value;
H A Dtasn_new.c327 ASN1_TYPE *typ; local
357 typ = OPENSSL_malloc(sizeof(ASN1_TYPE));
358 if (!typ)
360 typ->value.ptr = NULL;
361 typ->type = -1;
362 *pval = (ASN1_VALUE *)typ;
/external/qemu/audio/
H A Ddsound_template.h188 const char *typ = "ADC"; local
193 const char *typ = "DAC"; local
232 dsound_logerr2 (hr, typ, "Could not create " NAME "\n");
238 dsound_logerr2 (hr, typ, "Could not get " NAME " format\n");
252 dsound_logerr2 (hr, typ, "Could not get " NAME " format\n");
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DIndexRangeCache.cpp107 IndexRangeCache::IndexRange::IndexRange(GLenum typ, intptr_t off, GLsizei c) argument
108 : type(typ), offset(off), count(c)
/external/srec/srec/include/
H A Dduk_args.h79 int typ; member in struct:__anon31096
87 #define SET_ARG_ENTRY(A,W,X,Y,Z) ((A)->typ=(W), (A)->flag=(X), (A)->name.a_string=(Y), (A)->max_args=1, (A)->def=(Z))
88 #define SET_ARRAY_ARG_ENTRY(A,W,X,Y,N,Z) ((A)->typ=((W)|A_ARRAY), (A)->flag=(X), (A)->name.a_string=(Y), (A)->max_args=(N), (A)->def=(Z))
93 unsigned long *valueLen, int typ);
94 int get_string_argument(arg_info *avlist, int avc, char *key, char *value, int valueLen, int *bytes_required, int typ);
H A Dutteranc.h94 char typ; /* s (16 bit), c (8 bit), u (newton .utb) */ member in struct:__anon31169
233 char typ, int endian, int do_skip);
235 char typ, int endian);
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Dwebrequest.js336 'typ' : type,
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dv3_conf.c309 ASN1_TYPE *typ; local
311 typ = ASN1_generate_v3(value, ctx);
312 if (typ == NULL)
314 *ext_len = i2d_ASN1_TYPE(typ, &ext_der);
315 ASN1_TYPE_free(typ);
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DGenerator.c380 PyObject *typ; local
385 if (!PyArg_UnpackTuple(args, (char *)"throw", 1, 3, &typ, &val, &tb))
395 if (PyErr_GivenExceptionMatches(typ, PyExc_GeneratorExit)) {
431 __Pyx_Raise(typ, val, tb, NULL);
/external/compiler-rt/lib/tsan/go/
H A Dtsan_go.cc50 void *internal_alloc(MBlockType typ, uptr sz) { argument
/external/openssl/apps/
H A Dasn1pars.c312 int typ; local
331 typ = ASN1_TYPE_get(at);
332 if ((typ == V_ASN1_OBJECT)
333 || (typ == V_ASN1_NULL))
336 typ == V_ASN1_NULL ? "NULL" : "OBJECT");
/external/openssl/crypto/x509v3/
H A Dv3_conf.c310 ASN1_TYPE *typ; local
312 typ = ASN1_generate_v3(value, ctx);
313 if (typ == NULL)
315 *ext_len = i2d_ASN1_TYPE(typ, &ext_der);
316 ASN1_TYPE_free(typ);
/external/tcpdump/
H A Dprint-domain.c360 register u_short typ, len; local
374 typ = EXTRACT_16BITS(cp);
383 if (class != C_IN && typ != T_OPT)
390 if (typ == T_OPT) {
412 printf(" %s", tok2str(ns_type2str, "Type%d", typ));
416 switch (typ) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddcfmtest.cpp154 static const char *formattableType(Formattable::Type typ) { argument
163 if (typ<0 || typ>Formattable::kObject) {
166 return types[typ];
/external/chromium_org/v8/src/compiler/ia32/
H A Dinstruction-selector-ia32.cc45 MachineType typ = TypeOf(OpParameter<LoadRepresentation>(node)); local
61 opcode = typ == kTypeInt32 ? kIA32Movsxbl : kIA32Movzxbl;
64 opcode = typ == kTypeInt32 ? kIA32Movsxwl : kIA32Movzxwl;

Completed in 517 milliseconds

123