Home
last modified time | relevance | path

Searched refs:io_mode (Results 1 - 8 of 8) sorted by relevance

/third_party/zlib/contrib/iostream/
H A Dzfstream.cpp19 int io_mode ) { in open()
27 if ( io_mode & ios::in ) { in open()
30 } else if ( io_mode & ios::app ) { in open()
38 if ( io_mode & ios::binary ) { in open()
44 if ( io_mode & (ios::out|ios::app )) { in open()
61 int io_mode ) { in attach()
69 if ( io_mode & ios::in ) { in attach()
72 } else if ( io_mode & ios::app ) { in attach()
80 if ( io_mode & ios::binary ) { in attach()
86 if ( io_mode in attach()
[all...]
H A Dzfstream.h15 gzfilebuf *open( const char *name, int io_mode );
16 gzfilebuf *attach( int file_descriptor, int io_mode );
54 void attach( int fd, int io_mode );
55 void open( const char *name, int io_mode );
73 gzifstream( const char *name, int io_mode = ios::in );
74 gzifstream( int fd, int io_mode = ios::in );
85 gzofstream( const char *name, int io_mode = ios::out );
86 gzofstream( int fd, int io_mode = ios::out );
/third_party/zlib/contrib/iostream3/
H A Dzfstream.cc22 : file(NULL), io_mode(std::ios_base::openmode(0)), own_fd(false), in gzfilebuf()
72 io_mode = mode; in open()
100 io_mode = mode; in attach()
172 if (!this->is_open() || !(io_mode & std::ios_base::in)) in showmanyc()
192 if (!this->is_open() || !(io_mode & std::ios_base::in)) in underflow()
234 if (!this->is_open() || !(io_mode & std::ios_base::out)) in overflow()
247 if (!this->is_open() || !(io_mode & std::ios_base::out)) in overflow()
H A Dzfstream.h191 std::ios_base::openmode io_mode; member in gzfilebuf
/third_party/mesa3d/src/compiler/glsl/
H A Dgl_nir_link_varyings.c1946 canonicalize_shader_io(nir_shader *nir, nir_variable_mode io_mode) in canonicalize_shader_io() argument
1951 nir_foreach_variable_with_modes(var, nir, io_mode) { in canonicalize_shader_io()
1988 nir_variable_mode io_mode) in reserved_varying_slot()
1990 assert(io_mode == nir_var_shader_in || io_mode == nir_var_shader_out); in reserved_varying_slot()
2000 nir_foreach_variable_with_modes(var, sh->Program->nir, io_mode) { in reserved_varying_slot()
2007 bool is_gl_vertex_input = io_mode == nir_var_shader_in && in reserved_varying_slot()
1987 reserved_varying_slot(struct gl_linked_shader *sh, nir_variable_mode io_mode) reserved_varying_slot() argument
H A Dlinker.cpp3457 set_always_active_io(exec_list *ir, ir_variable_mode io_mode) in set_always_active_io() argument
3459 assert(io_mode == ir_var_shader_in || io_mode == ir_var_shader_out); in set_always_active_io()
3464 if (var == NULL || var->data.mode != io_mode) in set_always_active_io()
/third_party/mbedtls/include/psa/
H A Dcrypto_extra.h1821 psa_jpake_io_mode_t MBEDTLS_PRIVATE(io_mode);
/third_party/mbedtls/library/
H A Dpsa_crypto.c8614 if (stage->io_mode == PSA_JPAKE_OUTPUT) { in convert_jpake_computation_stage_to_driver_step()
8624 key_share_step = (stage->io_mode == PSA_JPAKE_OUTPUT) ? in convert_jpake_computation_stage_to_driver_step()
8681 psa_jpake_io_mode_t io_mode) in psa_jpake_prologue()
8707 computation_stage->io_mode = io_mode; in psa_jpake_prologue()
8708 } else if (computation_stage->io_mode != io_mode) { in psa_jpake_prologue()
8719 psa_jpake_io_mode_t io_mode) in psa_jpake_epilogue()
8726 if (io_mode == PSA_JPAKE_INPUT) { in psa_jpake_epilogue()
8729 stage->io_mode in psa_jpake_epilogue()
8678 psa_jpake_prologue( psa_pake_operation_t *operation, psa_pake_step_t step, psa_jpake_io_mode_t io_mode) psa_jpake_prologue() argument
8717 psa_jpake_epilogue( psa_pake_operation_t *operation, psa_jpake_io_mode_t io_mode) psa_jpake_epilogue() argument
[all...]

Completed in 24 milliseconds