HomeSort by relevance Sort by last modified time
    Searched defs:typ (Results 1 - 25 of 48) sorted by null

1 2

  /external/chromium_org/third_party/boringssl/src/crypto/asn1/
tasn_fre.c 218 ASN1_TYPE *typ = (ASN1_TYPE *)*pval; local
219 utype = typ->type;
220 pval = &typ->value.asn1_value;
tasn_new.c 325 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;
tasn_enc.c 599 ASN1_TYPE *typ; local
600 typ = (ASN1_TYPE *)*pval;
601 utype = typ->type;
603 pval = &typ->value.asn1_value;
tasn_dec.c 889 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->value.ptr = NULL
    [all...]
  /external/openssl/crypto/asn1/
tasn_fre.c 220 ASN1_TYPE *typ = (ASN1_TYPE *)*pval; local
221 utype = typ->type;
222 pval = &typ->value.asn1_value;
tasn_new.c 327 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;
tasn_enc.c 602 ASN1_TYPE *typ; local
603 typ = (ASN1_TYPE *)*pval;
604 utype = typ->type;
606 pval = &typ->value.asn1_value;
asn1_gen.c 468 ASN1_TYPE *typ = ASN1_generate_v3(sk_CONF_VALUE_value(sect, i)->value, cnf); local
469 if (!typ)
471 if (!sk_ASN1_TYPE_push(sk, typ))
tasn_dec.c 924 ASN1_TYPE *typ = NULL; local
937 typ = ASN1_TYPE_new();
938 if (typ == NULL)
940 *pval = (ASN1_VALUE *)typ;
943 typ = (ASN1_TYPE *)*pval;
945 if (utype != typ->type)
946 ASN1_TYPE_set(typ, utype, NULL);
948 pval = &typ->value.asn1_value;
1068 if (typ && (utype == V_ASN1_NULL))
1069 typ->value.ptr = NULL
    [all...]
  /external/qemu/audio/
dsound_template.h 188 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");
coreaudio.c 138 const char *typ,
145 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ);
294 const char* typ = input ? "input" : "playback"; local
322 coreaudio_logerr2 (status, typ,
323 "Could not get default %s device\n", typ);
327 dolog ("Could not initialize %s - Unknown Audiodevice\n", typ);
341 coreaudio_logerr2 (status, typ,
369 coreaudio_logerr2 (status, typ,
385 coreaudio_logerr2 (status, typ,
401 coreaudio_logerr2 (status, typ,
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_conf.c 309 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/openssl/apps/
asn1pars.c 312 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/srec/srec/include/
duk_args.h 79 int typ; member in struct:__anon35700
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);
utteranc.h 94 char typ; /* s (16 bit), c (8 bit), u (newton .utb) */ member in struct:__anon35773
233 char typ, int endian, int do_skip);
235 char typ, int endian);
sample.h 114 char typ; /* R (RIFF), N (NIST), P (RAW PCM) M (MU-LAW) */ member in struct:__anon35731
130 char typ; /* -Undefined as yet- */ member in struct:__anon35732
  /external/chromium_org/chrome/browser/resources/cryptotoken/
webrequest.js 336 'typ' : type,
  /external/chromium_org/third_party/cython/src/Cython/Utility/
Generator.c 380 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/rtl/
tsan_report.h 106 ReportType typ; member in class:__tsan::ReportDesc
  /external/openssl/crypto/x509v3/
v3_conf.c 310 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/
print-domain.c 360 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) {
  /bionic/libc/dns/nameser/
ns_print.c 514 u_int typ, algorithm, labels, footprint; local
523 typ = ns_get16(rdata); rdata += NS_INT16SZ;
528 p_type((int)typ), algorithm, labels, t));
  /external/chromium_org/third_party/boringssl/src/crypto/x509/
asn1_gen.c 471 ASN1_TYPE *typ = ASN1_generate_v3(sk_CONF_VALUE_value(sect, i)->value, cnf); local
472 if (!typ)
474 if (!sk_ASN1_TYPE_push(sk, typ))
  /external/chromium_org/v8/src/compiler/ia32/
instruction-selector-ia32.cc 45 MachineType typ = TypeOf(OpParameter<LoadRepresentation>(node)); local
61 opcode = typ == kTypeInt32 ? kIA32Movsxbl : kIA32Movzxbl;
64 opcode = typ == kTypeInt32 ? kIA32Movsxwl : kIA32Movzxwl;
  /external/chromium_org/v8/src/compiler/arm/
instruction-selector-arm.cc 286 MachineType typ = TypeOf(OpParameter<LoadRepresentation>(node)); local
301 opcode = typ == kTypeUint32 ? kArmLdrb : kArmLdrsb;
304 opcode = typ == kTypeUint32 ? kArmLdrh : kArmLdrsh;

Completed in 550 milliseconds

1 2