Home
last modified time | relevance | path

Searched defs:mode (Results 1826 - 1850 of 3199) sorted by relevance

1...<<71727374757677787980>>...128

/third_party/libsnd/src/ALAC/
H A Dalac_encoder.c232 uint32_t mode ; in EncodeStereo() local
512 uint32_t mode ; EncodeStereoFast() local
[all...]
/third_party/libsnd/src/
H A Dflac.c1408 flac_seek (SF_PRIVATE *psf, int UNUSED (mode), sf_count_ argument
[all...]
H A Dalac.c589 alac_seek (SF_PRIVATE *psf, int mode, sf_count_t offset) in alac_seek() argument
H A Dsndfile.c348 sf_open (const char *path, int mode, SF_INFO *sfinfo) in sf_open() argument
440 sf_open_fd (int fd, int mode, SF_INF argument
476 sf_open_virtual(SF_VIRTUAL_IO *sfvirtual, int mode, SF_INFO *sfinfo, void *user_data) sf_open_virtual() argument
[all...]
/third_party/libwebsockets/lib/misc/cache-ttl/
H A Dfile.c75 nsc_backing_open_lock(lws_cache_nscookiejar_t *cache, int mode, const char *par) in nsc_backing_open_lock() argument
/third_party/mbedtls/library/
H A Dcipher.c117 mbedtls_cipher_info_from_values( const mbedtls_cipher_id_t cipher_id, int key_bitlen, const mbedtls_cipher_mode_t mode) mbedtls_cipher_info_from_values() argument
177 mbedtls_psa_translate_cipher_mode( mbedtls_cipher_mode_t mode, size_t taglen) mbedtls_psa_translate_cipher_mode() argument
557 mbedtls_chachapoly_mode_t mode; mbedtls_cipher_update_ad() local
1119 mbedtls_cipher_set_padding_mode(mbedtls_cipher_context_t *ctx, mbedtls_cipher_padding_t mode) mbedtls_cipher_set_padding_mode() argument
1596 mbedtls_nist_kw_mode_t mode = mbedtls_cipher_auth_encrypt_ext() local
1647 mbedtls_nist_kw_mode_t mode = mbedtls_cipher_auth_decrypt_ext() local
[all...]
H A Dgcm.c377 mbedtls_gcm_starts(mbedtls_gcm_context *ctx, int mode, const unsigned char *iv, size_t iv_len) mbedtls_gcm_starts() argument
703 mbedtls_gcm_crypt_and_tag(mbedtls_gcm_context *ctx, int mode, size_t length, const unsigned char *iv, size_t iv_len, const unsigned char *add, size_t add_len, const unsigned char *input, unsigned char *output, size_t tag_len, unsigned char *tag) mbedtls_gcm_crypt_and_tag() argument
/third_party/libdrm/exynos/
H A Dexynos_fimg2d.c194 g2d_validate_select_mode( enum e_g2d_select_mode mode) g2d_validate_select_mode() argument
/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.cpp551 Z7_COM7F_IMF(CArchiveUpdateCallback::GetStream2(UInt32 index, ISequentialInStream **inStream, UInt32 mode)) in GetStream2() argument
[all...]
/third_party/lzma/CPP/Windows/
H A DFileFind.cpp984 UInt32 Get_WinAttribPosix_From_PosixMode(UInt32 mode) in Get_WinAttribPosix_From_PosixMode() argument
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-object.c585 ecma_builtin_object_test_integrity_level(ecma_object_t *obj_p, int mode) ecma_builtin_object_test_integrity_level() argument
H A Decma-builtin-helpers.c514 ecma_builtin_helper_string_prototype_object_index_of(ecma_string_t *original_str_p, ecma_value_t arg1, ecma_value_t arg2, ecma_string_index_of_mode_t mode) ecma_builtin_helper_string_prototype_object_index_of() argument
/third_party/lame/include/
H A Dlame.h1038 int mode; /* mp3 frame type */ member
/third_party/lame/libmp3lame/
H A Dlame_global_flags.h50 MPEG_mode mode; /* see enum in lame.h member
/third_party/mesa3d/src/compiler/spirv/
H A Dvtn_alu.c446 vtn_rounding_mode_to_nir(struct vtn_builder *b, SpvFPRoundingMode mode) in vtn_rounding_mode_to_nir() argument
/third_party/mesa3d/src/compiler/nir/tests/
H A Dload_store_vectorizer_tests.cpp201 create_indirect_load( nir_variable_mode mode, uint32_t binding, nir_ssa_def *offset, uint32_t id, unsigned bit_size, unsigned components, unsigned access) create_indirect_load() argument
261 create_indirect_store( nir_variable_mode mode, uint32_t binding, nir_ssa_def *offset, uint32_t id, unsigned bit_size, unsigned components, unsigned wrmask, unsigned access) create_indirect_store() argument
301 create_load( nir_variable_mode mode, uint32_t binding, uint32_t offset, uint32_t id, unsigned bit_size, unsigned components, unsigned access) create_load() argument
309 create_store( nir_variable_mode mode, uint32_t binding, uint32_t offset, uint32_t id, unsigned bit_size, unsigned components, unsigned wrmask, unsigned access) create_store() argument
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dbuiltin_variables.cpp558 add_index_variable(const char *name, const glsl_type *type, int precision, enum ir_variable_mode mode, int slot, int index) add_index_variable() argument
604 add_variable(const char *name, const glsl_type *type, int precision, enum ir_variable_mode mode, int slot, enum glsl_interp_mode interp) add_variable() argument
H A Dgl_nir_lower_packed_varyings.c198 nir_variable_mode mode; member
1025 gl_nir_lower_packed_varyings(const struct gl_constants *consts, struct gl_shader_program *prog, void *mem_ctx, unsigned locations_used, const uint8_t *components, nir_variable_mode mode, unsigned gs_input_vertices, struct gl_linked_shader *linked_shader, bool disable_varying_packing, bool disable_xfb_packing, bool xfb_enabled) gl_nir_lower_packed_varyings() argument
[all...]
/third_party/mesa3d/src/asahi/lib/
H A Dio.h192 uint32_t mode; member
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri_screen.c593 dri_fill_st_visual(struct st_visual *stvis, const struct dri_screen *screen, const struct gl_config *mode) dri_fill_st_visual() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dswapchain9.c1183 D3DDISPLAYMODEEX mode; NineSwapChain9_GetDisplayMode() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_tess_io.cpp140 emil_lsd_out_addr(nir_builder *b, nir_ssa_def *base, nir_ssa_def *patch_id, nir_intrinsic_instr *op, UNUSED nir_variable_mode mode, int src_offset) emil_lsd_out_addr() argument
H A Dsfn_shader_fs.cpp379 glsl_interp_mode mode = INTERP_MODE_NONE; in scan_input() local
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_query.c1230 svga_render_condition(struct pipe_context *pipe, struct pipe_query *q, bool condition, enum pipe_render_cond_flag mode) svga_render_condition() argument
/third_party/node/src/crypto/
H A Dcrypto_ec.cc453 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int offset, ECDHBitsConfig* params) AdditionalConfig() argument
598 AdditionalConfig( CryptoJobMode mode, const FunctionCallbackInfo<Value>& args, unsigned int* offset, EcKeyPairGenConfig* params) AdditionalConfig() argument

Completed in 40 milliseconds

1...<<71727374757677787980>>...128