Searched refs:dstate (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC/
H A Dencoders.c74 FLAC__StreamDecoderState dstate = FLAC__stream_encoder_get_verify_decoder_state(encoder); local
75 printf(" verify decoder state = %u (%s)\n", (unsigned)dstate, FLAC__StreamDecoderStateString[dstate]);
156 FLAC__StreamDecoderState dstate; local
324 dstate = FLAC__stream_encoder_get_verify_decoder_state(encoder);
325 printf("returned state = %u (%s)... OK\n", (unsigned)dstate, FLAC__StreamDecoderStateString[dstate]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/src/test_libFLAC++/
H A Dencoders.cpp72 FLAC::Decoder::Stream::State dstate = encoder->get_verify_decoder_state(); local
73 printf(" verify decoder state = %u (%s)\n", (unsigned)((::FLAC__StreamDecoderState)dstate), dstate.as_cstring());
353 FLAC::Decoder::Stream::State dstate = encoder->get_verify_decoder_state(); local
354 printf("returned state = %u (%s)... OK\n", (unsigned)((::FLAC__StreamDecoderState)dstate), dstate.as_cstring());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_cryptodev.c911 struct dev_crypto_state *dstate = to->md_data; local
915 if (dstate == NULL || fstate == NULL)
918 memcpy(dstate, fstate, sizeof(struct dev_crypto_state));
920 sess = &dstate->d_sess;
924 sess->mackey = dstate->dummy_mac_key;
928 dstate->d_fd = get_dev_crypto();
930 if (ioctl(dstate->d_fd, CIOCGSESSION, sess) < 0) {
931 put_dev_crypto(dstate->d_fd);
932 dstate->d_fd = -1;
939 dstate
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Deng_cryptodev.c911 struct dev_crypto_state *dstate = to->md_data; local
915 if (dstate == NULL || fstate == NULL)
918 memcpy(dstate, fstate, sizeof(struct dev_crypto_state));
920 sess = &dstate->d_sess;
924 sess->mackey = dstate->dummy_mac_key;
928 dstate->d_fd = get_dev_crypto();
930 if (ioctl(dstate->d_fd, CIOCGSESSION, sess) < 0) {
931 put_dev_crypto(dstate->d_fd);
932 dstate->d_fd = -1;
939 dstate
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dtmscsim.c758 u8 dstate = 0; local
773 while (time_before(jiffies, timeout) && !((dstate = DC390_read8 (DMA_Status)) & DMA_XFER_DONE)) {
782 dc390_laststatus |= dstate << 24;
827 int dstate = 0; local
832 while (time_before(jiffies, timeout) && !((dstate = DC390_read8 (DMA_Status)) & DMA_XFER_DONE)) {
840 printk (KERN_CRIT "DC390: DataIn_0: DMA State: %i\n", dstate);
843 dc390_laststatus |= dstate << 24;
2374 u8 dstate; local
2417 dstate = DC390_read8(DMA_Status);
2418 DC390_write8(DMA_Status, dstate);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dg729dec.c270 int dstate,
277 ff_celp_convolve_circ(fc_new, fc_cur, phase_filter[dstate], subframe_size);
266 g729d_get_new_exc( int16_t* out, const int16_t* in, const int16_t* fc_cur, int dstate, int gain_code, int subframe_size) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_display.c5717 u32 dstate = I915_READ(D_STATE); local
5719 dstate |= DSTATE_PLL_D3_OFF | DSTATE_GFX_CLOCK_GATING |
5721 I915_WRITE(D_STATE, dstate);

Completed in 186 milliseconds