search for: decoded_size

Displaying 3 results from an estimated 3 matches for "decoded_size".

2012 May 22
0
[klibc:master] ipconfig: Write $DOMAINSEARCH as domain-search
...n *tmp + * are changed in decoding process. + * + * RETURN VALUE + * if OK, a pointer to a decoded string malloc-ed + * else , NULL + * + * SEE ALSO RFC3397 + */ +static char *bootp_ext119_decode(const void *ext, int16_t ext_size, void *tmp) +{ + uint8_t *u8ext; + int_fast32_t i; + int_fast32_t decoded_size; + int_fast8_t currentdomain_is_singledot; + + /* only for validating *ext */ + uint8_t *is_pointee; + int_fast32_t is_pointee_size; + + /* only for structing a decoded string */ + char *decoded_str; + int_fast32_t dst_i; + + if (ext == NULL || ext_size <= 0 || tmp == NULL) + return NULL; + + u...
2018 Jun 29
1
OPUS on cortex M4
...= decoded_buffer; for(uint16_t i = 0; i < test_data_size; i++) { test_data[i] = 100; } opus_int32 encoded_size = opus_encode(enc, p_test_data, test_data_size, p_encoded_buffer, max_data_bytes); NRF_LOG_INFO("encoded size is %d", encoded_size); opus_int32 decoded_size = opus_decode(dec, p_encoded_buffer, encoded_size, p_decoded_buffer, test_data_size, 0); NRF_LOG_INFO("decoded size is %d", decoded_size); Opus_encode returns 55 as encoded length, which seems reasonable to me. Opus_decode returns 320. The decoded values start out at 0, go to -16 up,...
2017 Mar 03
0
Wine release 2.3
...et: Handle unknown service GUID in enum_services_providers. dpwsockx: Implementation of GetCaps callback. oledb32/tests: Add tests for conversion to DBTYPE_STR. Andreas Damm (1): odbc32: Made ODBC function signatures 64-bit compliant. André Hentschel (30): widl: Initialize decoded_size. setupapi: Fix some more spec file entries. ntoskrnl.exe: Fix some spec file entries. wintrust: Fix CryptCATAdminAcquireContext spec file entry. shell32: Fix some more spec file entries. krnl386.exe16: Fix AllocSLCallback spec file entry. wininet: Fix some more s...