Home
last modified time | relevance | path

Searched defs:bytecode (Results 1 – 9 of 9) sorted by relevance

/third_party/node/test/wasi/
Dtest-wasi-worker-terminate.js10 const bytecode = new Uint8Array([ constant
/third_party/libsnd/src/
Dima_adpcm.c257 int chan, k, diff, bytecode, predictor ; in aiff_ima_decode_block() local
326 short bytecode, mask ; in aiff_ima_encode_block() local
389 short step, bytecode, stepindx [2] ; in wavlike_ima_decode_block() local
480 short bytecode, mask ; in wavlike_ima_encode_block() local
Dms_adpcm.c213 short bytecode, bpred [2], chan_idelta [2] ; in msadpcm_decode_block() local
/third_party/gstreamer/gstplugins_bad/gst/adpcmdec/
Dadpcmdec.c216 int bytecode; in adpcmdec_decode_ms_block() local
300 int bytecode; in adpcmdec_decode_ima_block() local
/third_party/gstreamer/gstplugins_bad/gst/adpcmenc/
Dadpcmenc.c240 int bytecode = 0x0; in adpcmenc_encode_ima_sample() local
/third_party/grpc/third_party/upb/upb/pb/
Ddecoder.int.h97 uint32_t *bytecode; member
/third_party/python/Objects/
Dgenobject.c330 PyObject *bytecode = f->f_code->co_code; in _PyGen_yf() local
/third_party/python/Python/
Dcompile.c5906 PyObject *bytecode = NULL; in makecode() local
/third_party/quickjs/
Dquickjs.c660 JSString *bytecode; /* also contains the flags */ member