HomeSort by relevance Sort by last modified time
    Searched refs:typ (Results 26 - 50 of 83) sorted by null

12 3 4

  /external/qemu/audio/
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...]
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...]
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");
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...]
  /external/openfst/src/include/fst/
lexicographic-weight.h 144 DivideType typ = DIVIDE_ANY) {
145 return LexicographicWeight<W1, W2>(Divide(w.Value1(), v.Value1(), typ),
146 Divide(w.Value2(), v.Value2(), typ));
product-weight.h 108 DivideType typ = DIVIDE_ANY) {
109 return ProductWeight<W1, W2>(Divide(w.Value1(), v.Value1(), typ),
110 Divide(w.Value2(), v.Value2(), typ));
string-weight.h 454 DivideType typ) {
456 if (typ != DIVIDE_LEFT) {
484 DivideType typ) {
486 if (typ != DIVIDE_RIGHT) {
514 DivideType typ) {
516 if (typ != DIVIDE_RIGHT) {
expectation-weight.h 135 DivideType typ = DIVIDE_ANY) {
  /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_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/srec/srec/include/
utteranc.h 94 char typ; /* s (16 bit), c (8 bit), u (newton .utb) */ member in struct:__anon12690
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:__anon12648
130 char typ; /* -Undefined as yet- */ member in struct:__anon12649
frontapi.h 433 CA_Wave* CA_AllocateWave(char typ);
436 * Params typ A waveform type charcater
446 * There are several options for the 'typ' character, each is listed below:
540 char typ,
548 * typ File attribute character
560 * There are several options for the 'typ' character, each is listed below:
    [all...]
  /external/libvpx/vpx_ports/
mem_ops.h 50 #define mem_ops_wrap_symbol2(fn,typ) mem_ops_wrap_symbol3(fn,typ)
52 #define mem_ops_wrap_symbol3(fn,typ) fn##_as_##typ
  /external/openssh/
audit-bsm.c 189 bsm_audit_record(int typ, char *string, au_event_t event_no)
202 rc = (typ == 0) ? 0 : -1;
204 debug3("BSM audit: typ %d rc %d \"%s\"", typ, rc, string);
214 (void) au_write(ad, AUToReturnFunc(typ, rc));
  /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/icu4c/test/intltest/
dcfmtest.cpp 154 static const char *formattableType(Formattable::Type typ) {
163 if (typ<0 || typ>Formattable::kObject) {
166 return types[typ];
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
product-weight.h 187 DivideType typ = DIVIDE_ANY) {
188 return ProductWeight<W1, W2>(Divide(w.Value1(), v.Value1(), typ),
189 Divide(w.Value2(), v.Value2(), typ));
string-weight.h 434 DivideType typ) {
436 if (typ != DIVIDE_LEFT)
459 DivideType typ) {
461 if (typ != DIVIDE_RIGHT)
484 DivideType typ) {
486 if (typ != DIVIDE_RIGHT)
float-weight.h 170 DivideType typ = DIVIDE_ANY) {
243 DivideType typ = DIVIDE_ANY) {
  /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);
  /system/bluetooth/tools/
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/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) {
  /external/freetype/src/cache/
ftcbasic.c 508 ftc_image_type_from_old_desc( FTC_ImageType typ,
511 typ->face_id = desc->font.face_id;
512 typ->width = desc->font.pix_width;
513 typ->height = desc->font.pix_height;
551 typ->flags = load_flags;

Completed in 835 milliseconds

12 3 4