Home
last modified time | relevance | path

Searched defs:encoded_size (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dfunction-body-decoder.h65 uint32_t encoded_size = 0; // size of encoded declarations member
H A Dwasm-objects.cc1847 uint32_t encoded_size = 0; in GetEncodedSize() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-string.c323 uint8_t encoded_size = lit_utf16_encode_code_point (code_point, converted_cp); in ecma_builtin_string_object_from_code_point() local
/third_party/pulseaudio/src/modules/bluetooth/
H A Dbt-codec-msbc.c133 size_t encoded_size = MSBC_PACKET_SIZE; in get_encoded_block_size() local
H A Dmodule-bluez5-device.c274 size_t encoded_size, reserved_size, encoded_frames; in bt_prepare_encoder_buffer() local
/third_party/node/deps/v8/src/diagnostics/
H A Deh-frame.cc439 int32_t EhFrameIterator::DecodeSLeb128(const byte* encoded, int* encoded_size) { in DecodeSLeb128() argument
420 DecodeULeb128(const byte* encoded, int* encoded_size) DecodeULeb128() argument
/third_party/python/Modules/
H A D_lzmamodule.c1426 uint32_t encoded_size; in _lzma__encode_filter_properties_impl() local
/third_party/node/deps/brotli/c/dec/
H A Ddecode.c2035 BrotliDecoderDecompress( size_t encoded_size, const uint8_t* encoded_buffer, size_t* decoded_size, uint8_t* decoded_buffer) BrotliDecoderDecompress() argument
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_program.c2375 unsigned encoded_size = ffs(per_thread_scratch) - 11; in iris_get_scratch_space() local
2408 unsigned encoded_size = ffs(per_thread_scratch) - 11; in iris_get_scratch_surf() local
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_program.c2672 unsigned encoded_size = ffs(per_thread_scratch) - 11; in crocus_get_scratch_space() local
/third_party/skia/third_party/externals/brotli/c/dec/
H A Ddecode.c2035 BrotliDecoderDecompress( size_t encoded_size, const uint8_t* encoded_buffer, size_t* decoded_size, uint8_t* decoded_buffer) BrotliDecoderDecompress() argument
/third_party/node/deps/brotli/c/enc/
H A Dencode.c1204 BrotliCompressBufferQuality10( int lgwin, size_t input_size, const uint8_t* input_buffer, size_t* encoded_size, uint8_t* encoded_buffer) BrotliCompressBufferQuality10() argument
1471 BrotliEncoderCompress( int quality, int lgwin, BrotliEncoderMode mode, size_t input_size, const uint8_t* input_buffer, size_t* encoded_size, uint8_t* encoded_buffer) BrotliEncoderCompress() argument
[all...]
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dencode.c1204 BrotliCompressBufferQuality10( int lgwin, size_t input_size, const uint8_t* input_buffer, size_t* encoded_size, uint8_t* encoded_buffer) BrotliCompressBufferQuality10() argument
1471 BrotliEncoderCompress( int quality, int lgwin, BrotliEncoderMode mode, size_t input_size, const uint8_t* input_buffer, size_t* encoded_size, uint8_t* encoded_buffer) BrotliEncoderCompress() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc2489 uint32_t encoded_size = WasmExceptionPackage::GetEncodedSize(tag); in Throw() local

Completed in 44 milliseconds