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

  /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 597 ASN1_TYPE *typ; local
598 typ = (ASN1_TYPE *)*pval;
599 utype = typ->type;
601 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...]
ossaudio.c 105 const char *typ,
112 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ);
244 static int oss_get_version (int fd, int *version, const char *typ)
261 oss_logerr2 (errno, typ, "Failed to get OSS version\n");
277 const char *typ = in ? "ADC" : "DAC"; local
284 oss_logerr2 (errno, typ, "Failed to open `%s'\n", dspname);
293 oss_logerr2 (errno, typ, "Failed to set sample size %d\n", req->fmt);
298 oss_logerr2 (errno, typ, "Failed to set number of channels %d\n",
304 oss_logerr2 (errno, typ, "Failed to set frequency %d\n", req->freq);
309 oss_logerr2 (errno, typ, "Failed to set non-blocking mode\n")
    [all...]
alsaaudio.c 186 const char *typ,
193 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ);
540 const char *typ = in ? "ADC" : "DAC"; local
556 alsa_logerr2 (err, typ, "Failed to open `%s':\n", pcm_name);
562 alsa_logerr2 (err, typ, "Failed to initialize hardware parameters\n");
572 alsa_logerr2 (err, typ, "Failed to set access type\n");
578 alsa_logerr2 (err, typ, "Failed to set format %d\n", req->fmt);
584 alsa_logerr2 (err, typ, "Failed to set frequency %d\n", req->freq);
594 alsa_logerr2 (err, typ, "Failed to set number of channels %d\n",
600 alsa_logerr2 (err, typ,
    [all...]
  /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:__anon11324
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:__anon11397
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:__anon11355
130 char typ; /* -Undefined as yet- */ member in struct:__anon11356
  /bionic/libc/netbsd/nameser/
ns_print.c 510 u_int typ, algorithm, labels, footprint; local
519 typ = ns_get16(rdata); rdata += NS_INT16SZ;
524 p_type((int)typ), algorithm, labels, t));
  /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)
393 if (typ == T_OPT)
403 printf(" %s", tok2str(ns_type2str, "Type%d", typ));
407 switch (typ) {
  /system/bluetooth/tools/
sock_shutdown_test.c 70 int typ = -1; local
76 typ = SOCK_STREAM;
81 typ = SOCK_STREAM;
86 typ = SOCK_SEQPACKET;
91 typ = SOCK_SEQPACKET;
96 typ = SOCK_STREAM;
102 ret = socket(family, typ, protocol);
asocket_test.c 88 int typ = -1; local
94 typ = SOCK_STREAM;
99 typ = SOCK_STREAM;
104 typ = SOCK_SEQPACKET;
109 typ = SOCK_SEQPACKET;
114 typ = SOCK_STREAM;
120 ret = socket(family, typ, protocol);
socktest.c 87 int typ = -1; local
93 typ = SOCK_STREAM;
98 typ = SOCK_STREAM;
103 typ = SOCK_SEQPACKET;
108 typ = SOCK_SEQPACKET;
113 typ = SOCK_STREAM;
119 ret = socket(family, typ, protocol);
  /external/icu4c/tools/tzcode/
tz2icu.cpp 1033 vector<ZoneType>::const_iterator typ; local
    [all...]
  /external/libxml2/
catalog.c 1500 xmlCatalogEntryType typ; local
    [all...]
relaxng.c 2407 xmlSchemaTypePtr typ; local
2437 xmlSchemaTypePtr typ; local
2478 xmlSchemaTypePtr typ; local
2570 xmlSchemaTypePtr typ; local
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 503 milliseconds