Home
last modified time | relevance | path

Searched refs:_dec (Results 1 – 6 of 6) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DLzma2Decoder.cpp18 _dec(NULL) in CDecoder()
33 if (_dec) in ~CDecoder()
34 Lzma2DecMt_Destroy(_dec); in ~CDecoder()
89 if (!_dec) in Code()
91 _dec = Lzma2DecMt_Create( in Code()
95 if (!_dec) in Code()
152 res = Lzma2DecMt_Decode(_dec, _prop, &props, in Code()
224 if (!_dec) in SetOutStreamSize()
226 _dec = Lzma2DecMt_Create(&g_AlignedAlloc, &g_MidAlloc); in SetOutStreamSize()
227 if (!_dec) in SetOutStreamSize()
[all …]
DLzma2Decoder.h33 CLzma2DecMtHandle _dec; variable
/external/bcc/src/lua/bcc/
Dtable.lua324 local function _dec(t) function
336 f = string.format("%s %s;", _dec(value[2]), value[1])
339 f = string.format("%s %s[%d];", _dec(value[2]), value[1], value[3][1])
341 local t = _dec(value[2])
360 return _dec(json.parse(json_desc))
/external/libopus/celt/
Dcwrs.c539 opus_val32 decode_pulses(int *_y,int _n,int _k,ec_dec *_dec){ in decode_pulses() argument
540 return cwrsi(_n,_k,ec_dec_uint(_dec,CELT_PVQ_V(_n,_k)),_y); in decode_pulses()
704 opus_val32 decode_pulses(int *_y,int _n,int _k,ec_dec *_dec){ in decode_pulses() argument
710 ret = cwrsi(_n,_k,ec_dec_uint(_dec,ncwrs_urow(_n,_k,u)),_y,u); in decode_pulses()
Dcelt_decoder.c820 ec_dec _dec; local
943 ec_dec_init(&_dec,(unsigned char*)data,len);
944 dec = &_dec;
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinInstrInfo.td343 def _dec : F1<(outs drc:$dst, prc:$ptr_wb), (ins prc:$ptr),
429 def _dec : F1<(outs prc:$ptr_wb), (ins drc:$val, prc:$ptr),