Home
last modified time | relevance | path

Searched defs:data (Results 18326 - 18350 of 36695) sorted by relevance

1...<<731732733734735736737738739740>>...1468

/third_party/libsnd/programs/
H A Dcommon.c51 { static double data [BUFFER_LEN], max ; in sfe_copy_data_fp() local
87 { static int data [BUFFER_LEN] ; in sfe_copy_data_int() local
[all...]
/third_party/libsnd/tests/
H A Dlossy_comp_test.c654 short *orig, *data ; in lcomp_test_short() local
842 int *orig, *data ; lcomp_test_int() local
1039 float *orig, *data ; lcomp_test_float() local
1234 double *orig, *data ; lcomp_test_double() local
1430 short *orig, *data, *smooth ; sdlcomp_test_short() local
1650 int *orig, *data, *smooth ; sdlcomp_test_int() local
1874 float *orig, *data, *smooth ; sdlcomp_test_float() local
2121 double *orig, *data, *smooth, half_max_abs, scale ; sdlcomp_test_double() local
2364 short *orig, *data ; read_raw_test() local
2447 gen_signal_double(double *data, double scale, int channels, int datalen) gen_signal_double() argument
2484 error_function(double data, double orig, double margin) error_function() argument
2502 smoothed_diff_short(short *data, unsigned int datalen) smoothed_diff_short() argument
2516 smoothed_diff_int(int *data, unsigned int datalen) smoothed_diff_int() argument
2530 smoothed_diff_float(float *data, unsigned int datalen) smoothed_diff_float() argument
2544 smoothed_diff_double(double *data, unsigned int datalen) smoothed_diff_double() argument
[all...]
/third_party/libuv/test/
H A Drunner-unix.c203 static void* dowait(void* data) { in dowait() argument
/third_party/libwebsockets/lib/core-net/
H A Dsequencer.c33 void *data; member
220 lws_seq_queue_event(lws_seq_t *seq, lws_seq_events_t e, void *data, void *aux) in lws_seq_queue_event() argument
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zOut.h26 void Init(Byte *data, size_t size) in Init() argument
32 void WriteBytes(const void *data, size_t size) in WriteBytes() argument
245 HRESULT WriteDirect(const void *data, UInt32 size) { return WriteStream(SeqStream, data, size); } in WriteDirect() argument
249 void WriteBytes(const CByteBuffer &data) { WriteBytes(data, data argument
[all...]
/third_party/lzma/CPP/7zip/Common/
H A DFileStreams.cpp86 Z7_COM7F_IMF(CInFileStream::Read(void *data, UInt32 size, UInt32 *processedSize)) in Read() argument
217 Z7_COM7F_IMF(CStdInFileStream::Read(void *data, UInt32 size, UInt32 *processedSize)) in Read() argument
228 Z7_COM7F_IMF(CStdInFileStream::Read(void *data, UInt32 size, UInt32 *processedSize)) in Read() argument
679 Write(const void *data, UInt32 size, UInt32 *processedSize) Write() argument
743 Write(const void *data, UInt32 size, UInt32 *processedSize) Write() argument
753 Write(const void *data, UInt32 size, UInt32 *processedSize) Write() argument
[all...]
H A DFilterCoder.cpp334 Write(const void *data, UInt32 size, UInt32 *processedSize) Write() argument
458 Read(void *data, UInt32 size, UInt32 *processedSize) Read() argument
540 CryptoSetPassword(const Byte *data, UInt32 size) CryptoSetPassword() argument
543 SetKey(const Byte *data, UInt32 size) SetKey() argument
546 SetInitVector(const Byte *data, UInt32 size) SetInitVector() argument
576 SetDecoderProperties2(const Byte *data, UInt32 size) SetDecoderProperties2() argument
[all...]
H A DMultiOutStream.cpp591 Z7_COM7F_IMF(CMultiOutStream::Write(const void *data, UInt32 size, UInt32 *processedSize)) in Write() argument
/third_party/lzma/CPP/7zip/UI/Common/
H A DBench.cpp267 void Init(const Byte *data, size_t size) in Init() argument
[all...]
/third_party/mbedtls/3rdparty/p256-m/
H A Dp256-m_driver_entrypoints.c61 p256_transparent_import_key(const psa_key_attributes_t *attributes, const uint8_t *data, size_t data_length, uint8_t *key_buffer, size_t key_buffer_size, size_t *key_buffer_length, size_t *bits) p256_transparent_import_key() argument
106 p256_transparent_export_public_key(const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, uint8_t *data, size_t data_size, size_t *data_length) p256_transparent_export_public_key() argument
/third_party/lzma/CPP/Windows/
H A DRegistry.cpp388 const wchar_t *data = (const wchar_t *)(const void *)(const Byte *)buffer; in GetValue_Strings() local
/third_party/mbedtls/library/
H A Dpsa_crypto_ecp.c90 mbedtls_psa_ecp_load_representation( psa_key_type_t type, size_t curve_bits, const uint8_t *data, size_t data_length, mbedtls_ecp_keypair **p_ecp) mbedtls_psa_ecp_load_representation() argument
209 mbedtls_psa_ecp_import_key( const psa_key_attributes_t *attributes, const uint8_t *data, size_t data_length, uint8_t *key_buffer, size_t key_buffer_size, size_t *key_buffer_length, size_t *bits) mbedtls_psa_ecp_import_key() argument
251 mbedtls_psa_ecp_export_key(psa_key_type_t type, mbedtls_ecp_keypair *ecp, uint8_t *data, size_t data_size, size_t *data_length) mbedtls_psa_ecp_export_key() argument
290 mbedtls_psa_ecp_export_public_key( const psa_key_attributes_t *attributes, const uint8_t *key_buffer, size_t key_buffer_size, uint8_t *data, size_t data_size, size_t *data_length) mbedtls_psa_ecp_export_public_key() argument
[all...]
H A Dpkcs7.c642 mbedtls_pkcs7_data_or_hash_verify(mbedtls_pkcs7 *pkcs7, const mbedtls_x509_crt *cert, const unsigned char *data, size_t datalen, const int is_data_hash) mbedtls_pkcs7_data_or_hash_verify() argument
722 mbedtls_pkcs7_signed_data_verify(mbedtls_pkcs7 *pkcs7, const mbedtls_x509_crt *cert, const unsigned char *data, size_t datalen) mbedtls_pkcs7_signed_data_verify() argument
[all...]
/third_party/libdrm/etnaviv/
H A Detnaviv_drmif.h163 static inline void etna_cmd_stream_emit(struct etna_cmd_stream *stream, uint32_t data) in etna_cmd_stream_emit() argument
173 etna_cmd_stream_set(struct etna_cmd_stream *stream, uint32_t offset, uint32_t data) etna_cmd_stream_set() argument
/third_party/libcoap/src/oscore/
H A Doscore_cbor.c260 oscore_cbor_elem_contained(const uint8_t *data, size_t *buf_len, uint8_t *end) { in oscore_cbor_elem_contained() argument
287 oscore_cbor_get_number(const uint8_t **data, size_t *buf_len, int64_t *value) { in oscore_cbor_get_number() argument
306 oscore_cbor_get_simple_value(const uint8_t **data, size_ argument
335 oscore_cbor_get_string_array(const uint8_t **data, size_t *buf_len, uint8_t **result, size_t *len) oscore_cbor_get_string_array() argument
361 oscore_cbor_skip_value(const uint8_t **data, size_t *buf_len) oscore_cbor_skip_value() argument
421 oscore_cbor_strip_value(const uint8_t **data, size_t *buf_len, uint8_t **result, size_t *len) oscore_cbor_strip_value() argument
[all...]
/third_party/libbpf/src/
H A Dskel_internal.h62 const void *data; member
H A Dnlattr.h155 memcpy(nla_data(nla), data, len); in nlattr_add() local
141 nlattr_add(struct libbpf_nla_req *req, int type, const void *data, int len) nlattr_add() argument
/third_party/libcoap/include/coap3/
H A Dcoap_pdu_internal.h141 uint8_t *data; /**< first byte of payload, if any */ member
[all...]
/third_party/libcoap/src/
H A Dcoap_io_lwip.c484 coap_socket_write(coap_socket_t *sock, const uint8_t *data, size_t data_len) { in coap_socket_write() argument
492 coap_socket_read(coap_socket_t *sock, uint8_t *data, size_t data_len) { in coap_socket_read() argument
322 coap_socket_send(coap_socket_t *sock, const coap_session_t *session, const uint8_t *data, size_t data_len) coap_socket_send() argument
/third_party/libdrm/exynos/
H A Dexynos_drm.h101 __u32 data; member
/third_party/libdrm/nouveau/nvif/
H A Dioctl.h31 __u8 data[]; /* ioctl data (below) */ member
59 __u8 data[]; /* class data (class.h) */ member
70 __u32 data; member
79 __u32 data; member
100 __u8 data[]; /* event request data (event.h) */ member
129 __u8 data[]; /* method data (clas member
[all...]
/third_party/mbedtls/programs/x509/
H A Dcert_app.c99 static int my_verify(void *data, mbedtls_x509_crt *crt, int depth, uint32_t *flags) in my_verify() argument
/third_party/mbedtls/programs/pkey/
H A Dgen_key.c42 int dev_random_entropy_poll(void *data, unsigned char *output, in dev_random_entropy_poll() argument
/third_party/mbedtls/programs/ssl/
H A Dssl_pthread_server.c90 thread_info_t data; member
97 static void *handle_ssl_connection(void *data) in handle_ssl_connection() argument
/third_party/lzma/CPP/7zip/Compress/
H A DLzmaDecoder.cpp239 Z7_COM7F_IMF(CDecoder::Read(void *data, UInt32 size, UInt32 *processedSize)) in Read() argument
312 HRESULT CDecoder::ReadFromInputStream(void *data, UInt32 size, UInt32 *processedSize) in ReadFromInputStream() argument

Completed in 30 milliseconds

1...<<731732733734735736737738739740>>...1468