Home
last modified time | relevance | path

Searched refs:fstate (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/nghttp2/lib/
Dnghttp2_hd_huffman.c107 ctx->fstate = NGHTTP2_HUFF_ACCEPTED; in nghttp2_hd_huff_decode_context_init()
114 nghttp2_huff_decode node = {ctx->fstate, 0}; in nghttp2_hd_huff_decode()
122 t = &huff_decode_table[t->fstate & 0x1ff][c >> 4]; in nghttp2_hd_huff_decode()
123 if (t->fstate & NGHTTP2_HUFF_SYM) { in nghttp2_hd_huff_decode()
127 t = &huff_decode_table[t->fstate & 0x1ff][c & 0xf]; in nghttp2_hd_huff_decode()
128 if (t->fstate & NGHTTP2_HUFF_SYM) { in nghttp2_hd_huff_decode()
133 ctx->fstate = t->fstate; in nghttp2_hd_huff_decode()
135 if (final && !(ctx->fstate & NGHTTP2_HUFF_ACCEPTED)) { in nghttp2_hd_huff_decode()
143 return ctx->fstate == 0x100; in nghttp2_hd_huff_decode_failure_state()
Dnghttp2_hd_huffman.h50 uint16_t fstate; member
59 uint16_t fstate; member
/third_party/nghttp2/lib/
Dnghttp2_hd_huffman.c107 ctx->fstate = NGHTTP2_HUFF_ACCEPTED; in nghttp2_hd_huff_decode_context_init()
114 nghttp2_huff_decode node = {ctx->fstate, 0}; in nghttp2_hd_huff_decode()
122 t = &huff_decode_table[t->fstate & 0x1ff][c >> 4]; in nghttp2_hd_huff_decode()
123 if (t->fstate & NGHTTP2_HUFF_SYM) { in nghttp2_hd_huff_decode()
127 t = &huff_decode_table[t->fstate & 0x1ff][c & 0xf]; in nghttp2_hd_huff_decode()
128 if (t->fstate & NGHTTP2_HUFF_SYM) { in nghttp2_hd_huff_decode()
133 ctx->fstate = t->fstate; in nghttp2_hd_huff_decode()
135 if (final && !(ctx->fstate & NGHTTP2_HUFF_ACCEPTED)) { in nghttp2_hd_huff_decode()
143 return ctx->fstate == 0x100; in nghttp2_hd_huff_decode_failure_state()
Dnghttp2_hd_huffman.h50 uint16_t fstate; member
59 uint16_t fstate; member
/third_party/ffmpeg/libavcodec/
Dpsymodel.c97 struct FFIIRFilterState **fstate; member
123 ctx->fstate = av_mallocz_array(sizeof(ctx->fstate[0]), avctx->channels); in ff_psy_preprocess_init()
124 if (!ctx->fstate) { in ff_psy_preprocess_init()
130 ctx->fstate[i] = ff_iir_filter_init_state(FILT_ORDER); in ff_psy_preprocess_init()
145 if (ctx->fstate) { in ff_psy_preprocess()
147 iir->filter_flt(ctx->fcoeffs, ctx->fstate[ch], frame_size, in ff_psy_preprocess()
156 if (ctx->fstate) in ff_psy_preprocess_end()
158 ff_iir_filter_free_statep(&ctx->fstate[i]); in ff_psy_preprocess_end()
159 av_freep(&ctx->fstate); in ff_psy_preprocess_end()
/third_party/ffmpeg/libavcodec/tests/
Diirfilter.c33 struct FFIIRFilterState *fstate = NULL; in main() local
41 fstate = ff_iir_filter_init_state(FILT_ORDER); in main()
46 ff_iir_filter(fcoeffs, fstate, SIZE, x, 1, y, 1); in main()
52 ff_iir_filter_free_statep(&fstate); in main()
/third_party/iowow/src/fs/
Diwexfile.c861 IWFS_FILE_STATE fstate; in iwfs_exfile_open() local
862 rc = impl->file.state(&impl->file, &fstate); in iwfs_exfile_open()
866 rc = iwp_fstat(fstate.opts.path, &fstat); in iwfs_exfile_open()
870 impl->omode = fstate.opts.omode; in iwfs_exfile_open()
871 impl->fh = fstate.fh; in iwfs_exfile_open()
Diwfsmfile.c1180 IWFS_EXT_STATE fstate; in _fsm_trim_tail_lw() local
1218 rc = impl->pool.state(&impl->pool, &fstate); in _fsm_trim_tail_lw()
1219 if (!rc && fstate.fsize > (lastblk << impl->bpow)) { in _fsm_trim_tail_lw()
1818 IWFS_EXT_STATE fstate = {0}; in iwfs_fsmfile_open() local
1872 rc = impl->pool.state(&impl->pool, &fstate); in iwfs_fsmfile_open()
1875 impl->omode = fstate.file.opts.omode; in iwfs_fsmfile_open()
1877 if (fstate.file.ostatus & IWFS_OPEN_NEW) { in iwfs_fsmfile_open()
/third_party/iowow/src/kv/
Diwal.c906 IWFS_FSM_STATE fstate = {0}; in iwal_online_backup() local
907 rc = iwkv->fsm.state(&iwkv->fsm, &fstate); in iwal_online_backup()
910 rc = iwp_pread(fstate.exfile.file.fh, off, buf, sizeof(buf), &sp); in iwal_online_backup()
/third_party/glib/po/
Dgu.po3438 msgstr "'%s' ફાઈલની લાક્ષણિકતા મેળવતી વખતે નિષ્ફળતા: fstate() નિષ્ફળ: %s"