Searched defs:typ (Results 1 - 25 of 57) sorted by last modified time

123

/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/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 Dsample.h114 char typ; /* R (RIFF), N (NIST), P (RAW PCM) M (MU-LAW) */ member in struct:__anon31127
130 char typ; /* -Undefined as yet- */ member in struct:__anon31128
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/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dstring-weight.h434 DivideType typ) {
436 if (typ != DIVIDE_LEFT)
459 DivideType typ) {
461 if (typ != DIVIDE_RIGHT)
484 DivideType typ) {
486 if (typ != DIVIDE_RIGHT)
432 Divide(const StringWeight<L, S> &w1, const StringWeight<L, S> &w2, DivideType typ) argument
457 Divide(const StringWeight<L, STRING_RIGHT> &w1, const StringWeight<L, STRING_RIGHT> &w2, DivideType typ) argument
482 Divide(const StringWeight<L, STRING_RIGHT_RESTRICT> &w1, const StringWeight<L, STRING_RIGHT_RESTRICT> &w2, DivideType typ) argument
/external/qemu/audio/
H A Dalsaaudio.c186 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,
184 alsa_logerr2( int err, const char *typ, const char *fmt, ... ) argument
930 alsa_voice_ctl(snd_pcm_t *handle, const char *typ, int pause) argument
[all...]
H A Daudio.c1784 static void audio_pp_nb_voices (const char *typ, int nb) argument
1788 printf ("Does not support %s\n", typ);
1791 printf ("One %s voice\n", typ);
1794 printf ("Theoretically supports many %s voices\n", typ);
1797 printf ("Theoretically supports upto %d %s voices\n", nb, typ);
H A Dcoreaudio.c138 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,
136 coreaudio_logerr2( OSStatus status, const char *typ, const char *fmt, ... ) argument
[all...]
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");
H A Ddsoundaudio.c251 const char *typ,
258 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ);
249 dsound_logerr2( HRESULT hr, const char *typ, const char *fmt, ... ) argument
H A Dfmodaudio.c70 const char *typ,
77 AUD_log (AUDIO_CAP, "Could not initialize %s\n", typ);
69 fmod_logerr2( const char *typ, const char *fmt, ... ) argument
H A Dossaudio.c105 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) argument
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, "Faile
103 oss_logerr2( int err, const char *typ, const char *fmt, ... ) argument
[all...]
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Djp2.h97 OPJ_UINT16 cn, typ, asoc; member in struct:opj_jp2_cdef_info
/external/openfst/src/include/fst/
H A Dstring-weight.h454 DivideType typ) {
456 if (typ != DIVIDE_LEFT) {
484 DivideType typ) {
486 if (typ != DIVIDE_RIGHT) {
514 DivideType typ) {
516 if (typ != DIVIDE_RIGHT) {
452 Divide(const StringWeight<L, S> &w1, const StringWeight<L, S> &w2, DivideType typ) argument
482 Divide(const StringWeight<L, STRING_RIGHT> &w1, const StringWeight<L, STRING_RIGHT> &w2, DivideType typ) argument
512 Divide(const StringWeight<L, STRING_RIGHT_RESTRICT> &w1, const StringWeight<L, STRING_RIGHT_RESTRICT> &w2, DivideType typ) 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/asn1/
H A Dasn1_gen.c468 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))
H A Dtasn_dec.c924 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
[all...]
H A Dtasn_enc.c602 ASN1_TYPE *typ; local
603 typ = (ASN1_TYPE *)*pval;
604 utype = typ->type;
606 pval = &typ->value.asn1_value;
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/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/mdnsresponder/Clients/
H A Ddns-sd.c984 const char *nam, const char *typ, const char *dom, const char *host, const char *port, int argc, char **argv, DNSServiceFlags flags)
995 printf("Registering Service %s.%s%s%s", nam[0] ? nam : "<<Default>>", typ, dom[0] ? "." : "", dom);
1021 return(DNSServiceRegister(sdref, flags, opinterface, nam, typ, dom, host, registerPort.NotAnInteger, (uint16_t) (ptr-txt), txt, reg_reply, NULL));
1025 static char *gettype(char *buffer, char *typ) argument
1027 if (!typ || !*typ || (typ[0] == '.' && typ[1] == 0)) typ = "_http._tcp";
1028 if (!strchr(typ, '
983 RegisterService(DNSServiceRef *sdref, const char *nam, const char *typ, const char *dom, const char *host, const char *port, int argc, char **argv, DNSServiceFlags flags) argument
1035 char buffer[TypeBufferSize], *typ, *dom; local
[all...]
/external/lldb/source/Plugins/Instruction/ARM/
H A DEmulateInstructionARM.cpp4818 uint32_t typ = Bits32 (opcode, 6, 5); local
4820 shift_n = DecodeImmShift(typ, imm5, shift_t);
/external/libxml2/
H A Dcatalog.c1496 xmlCatalogEntryType typ; local
1509 typ = xmlGetXMLCatalogEntryType(type);
1510 if (typ == XML_CATA_NONE) {
1523 if ((orig != NULL) && (cur->type == typ) &&
1545 catal->children = xmlNewCatalogEntry(typ, orig, replace,
1548 cur->next = xmlNewCatalogEntry(typ, orig, replace,
H A Drelaxng.c42 #define IS_RELAXNG(node, typ) \
45 (xmlStrEqual(node->name, (const xmlChar *) typ)) && \
2414 xmlSchemaTypePtr typ; local
2418 typ = xmlSchemaGetPredefinedType(type,
2421 if (typ == NULL)
2444 xmlSchemaTypePtr typ; local
2449 typ = xmlSchemaGetPredefinedType(type,
2452 if (typ == NULL)
2454 ret = xmlSchemaValPredefTypeNode(typ, value,
2485 xmlSchemaTypePtr typ; local
2577 xmlSchemaTypePtr typ; local
[all...]

Completed in 1126 milliseconds

123