| /third_party/libsnd/src/ |
| H A D | mpeg_l3_encode.c | 242 mpeg_l3_encoder_set_bitrate_mode (SF_PRIVATE *psf, int mode) in mpeg_l3_encoder_set_bitrate_mode() argument
|
| H A D | dwvw.c | 154 dwvw_seek (SF_PRIVATE *psf, int UNUSED (mode), sf_count_t offset) in dwvw_seek() argument
|
| H A D | dither.c | 87 dither_init (SF_PRIVATE *psf, int mode) in dither_init() argument
|
| H A D | gsm610.c | 375 gsm610_seek (SF_PRIVATE *psf, int UNUSED (mode), sf_count_t offset) in gsm610_seek() argument
|
| H A D | g72x.c | 347 g72x_seek (SF_PRIVATE *psf, int UNUSED (mode), sf_count_t UNUSED (offset)) in g72x_seek() argument
|
| /third_party/libuv/src/unix/ |
| H A D | pipe.c | 191 int mode; in uv_pipe_open() local 429 int uv_pipe_chmod(uv_pipe_t* handle, int mode) { in uv_pipe_chmod() argument [all...] |
| H A D | tty.c | 142 int mode; in uv_tty_init() local 281 uv_tty_set_mode(uv_tty_t* tty, uv_tty_mode_t mode) uv_tty_set_mode() argument [all...] |
| /third_party/libsnd/include/ |
| H A D | sndfile.hh | 174 SndfileHandle::SndfileHandle (const char *path, int mode, int fmt, int chans, int srate) in SndfileHandle() argument 196 SndfileHandle::SndfileHandle (std::string const & path, int mode, int fmt, int chans, int srate) in SndfileHandle() argument 218 SndfileHandle::SndfileHandle (int fd, bool close_desc, int mode, in argument 243 SndfileHandle(SF_VIRTUAL_IO &sfvirtual, void *user_data, int mode, int fmt, int chans, int srate) SndfileHandle() argument 430 SndfileHandle(const wchar_t *wpath, int mode, int fmt, int chans, int srate) SndfileHandle() argument [all...] |
| /third_party/libsnd/programs/ |
| H A D | sndfile-info.c | 271 str_of_type (int mode) in str_of_type() argument
|
| /third_party/libwebsockets/lib/misc/ |
| H A D | diskcache.c | 121 lws_diskcache_prepare(const char *cache_base_dir, int mode, uid_t uid) in lws_diskcache_prepare() argument
|
| /third_party/mbedtls/library/ |
| H A D | psa_crypto_cipher.c | 126 mbedtls_cipher_values_from_psa( psa_algorithm_t alg, psa_key_type_t key_type, size_t *key_bits, mbedtls_cipher_mode_t *mode, mbedtls_cipher_id_t *cipher_id) mbedtls_cipher_values_from_psa() argument 264 mbedtls_cipher_mode_t mode; mbedtls_cipher_info_from_psa() local [all...] |
| H A D | chachapoly.c | 104 mbedtls_chachapoly_starts(mbedtls_chachapoly_context *ctx, const unsigned char nonce[12], mbedtls_chachapoly_mode_t mode) mbedtls_chachapoly_starts() argument 244 chachapoly_crypt_and_tag(mbedtls_chachapoly_context *ctx, mbedtls_chachapoly_mode_t mode, size_t length, const unsigned char nonce[12], const unsigned char *aad, size_t aad_len, const unsigned char *input, unsigned char *output, unsigned char tag[16]) chachapoly_crypt_and_tag() argument
|
| H A D | psa_crypto_aead.c | 35 mbedtls_cipher_mode_t mode; in psa_aead_setup() local
|
| H A D | nist_kw.c | 125 mbedtls_nist_kw_wrap(mbedtls_nist_kw_context *ctx, mbedtls_nist_kw_mode_t mode, const unsigned char *input, size_t in_len, unsigned char *output, size_t *out_len, size_t out_size) mbedtls_nist_kw_wrap() argument 319 mbedtls_nist_kw_unwrap(mbedtls_nist_kw_context *ctx, mbedtls_nist_kw_mode_t mode, const unsigned char *input, size_t in_len, unsigned char *output, size_t *out_len, size_t out_size) mbedtls_nist_kw_unwrap() argument [all...] |
| H A D | aria.c | 512 mbedtls_aria_crypt_cbc(mbedtls_aria_context *ctx, int mode, size_t length, unsigned char iv[MBEDTLS_ARIA_BLOCKSIZE], const unsigned char *input, unsigned char *output) mbedtls_aria_crypt_cbc() argument 563 mbedtls_aria_crypt_cfb128(mbedtls_aria_context *ctx, int mode, size_t length, size_t *iv_off, unsigned char iv[MBEDTLS_ARIA_BLOCKSIZE], const unsigned char *input, unsigned char *output) mbedtls_aria_crypt_cfb128() argument
|
| H A D | pkcs5.c | 113 int mbedtls_pkcs5_pbes2(const mbedtls_asn1_buf *pbe_params, int mode, in mbedtls_pkcs5_pbes2() argument 129 int mbedtls_pkcs5_pbes2_ext(const mbedtls_asn1_buf *pbe_params, int mode, in mbedtls_pkcs5_pbes2_ext() argument
|
| H A D | pkcs12.c | 132 int mbedtls_pkcs12_pbe(mbedtls_asn1_buf *pbe_params, int mode, in mbedtls_pkcs12_pbe() argument 150 int mbedtls_pkcs12_pbe_ext(mbedtls_asn1_buf *pbe_params, int mode, in mbedtls_pkcs12_pbe_ext() argument
|
| H A D | des.c | 638 mbedtls_des_crypt_cbc(mbedtls_des_context *ctx, int mode, size_t length, unsigned char iv[8], const unsigned char *input, unsigned char *output) mbedtls_des_crypt_cbc() argument 736 mbedtls_des3_crypt_cbc(mbedtls_des3_context *ctx, int mode, size_t length, unsigned char iv[8], const unsigned char *input, unsigned char *output) mbedtls_des3_crypt_cbc() argument
|
| /third_party/mesa3d/src/amd/addrlib/src/r800/ |
| H A D | siaddrlib.h | 51 AddrTileMode mode; member
|
| /third_party/libcoap/include/oscore/ |
| H A D | oscore_context.h | 95 oscore_mode_t mode; member
|
| /third_party/mbedtls/programs/x509/ |
| H A D | cert_app.c | 78 int mode; /* the mode to run the application in */ member
|
| /third_party/mbedtls/programs/pkey/ |
| H A D | key_app_writer.c | 85 int mode; /* the mode to run the application in */ member [all...] |
| /third_party/mbedtls/programs/cipher/ |
| H A D | cipher_aead_demo.c | 175 mbedtls_cipher_mode_t mode = mbedtls_cipher_get_cipher_mode(ctx); in aead_info() local
|
| /third_party/lame/ACM/ |
| H A D | ACMStream.cpp | 108 bool ACMStream::init(const int nSamplesPerSec, const int nOutputSamplesPerSec, const int nChannels, const int nAvgBytesPerSec, const vbr_mode mode) in init() argument [all...] |
| /third_party/lame/frontend/ |
| H A D | main.c | 415 FILE* lame_fopen(char const* file, char const* mode) in lame_fopen() argument 447 FILE* lame_fopen(char const* file, char const* mode) in lame_fopen() argument
|