Searched refs:tmpformat (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/oss/
H A Dpcm_plugin.c356 struct snd_pcm_plugin_format tmpformat; local
393 tmpformat = srcformat;
409 tmpformat.format = SNDRV_PCM_FORMAT_S16;
411 &srcformat, &tmpformat,
420 srcformat = tmpformat;
426 tmpformat.channels = dstformat.channels;
427 err = snd_pcm_plugin_build_route(plug, &srcformat, &tmpformat, &plugin);
428 pdprintf("channels reduction: src=%i, dst=%i returns %i\n", srcformat.channels, tmpformat.channels, err);
436 srcformat = tmpformat;
444 tmpformat
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Drsa.c277 int tmpformat = -1; local
280 tmpformat = FORMAT_PEMRSA;
282 tmpformat = FORMAT_ASN1RSA;
284 tmpformat = FORMAT_IISSGC;
286 tmpformat = informat;
288 pkey = load_pubkey(bio_err, infile, tmpformat, 1,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Drsa.c277 int tmpformat = -1; local
280 tmpformat = FORMAT_PEMRSA;
282 tmpformat = FORMAT_ASN1RSA;
284 tmpformat = FORMAT_IISSGC;
286 tmpformat = informat;
288 pkey = load_pubkey(bio_err, infile, tmpformat, 1,

Completed in 156 milliseconds