Home
last modified time | relevance | path

Searched refs:output_cache (Results 1 – 25 of 26) sorted by relevance

12

/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Devent_crypt.cc41 bool Event_encrypter::init(IO_CACHE *output_cache, uchar* &header, size_t &buf_len) in init() argument
44 crypto->set_iv(iv, my_b_safe_tell(output_cache)); in init()
64 bool Event_encrypter::maybe_write_event_len(IO_CACHE *output_cache, uchar *pos, size_t len) in maybe_write_event_len() argument
69 if (my_b_safe_write(output_cache, pos + EVENT_LEN_OFFSET - 4, 4)) in maybe_write_event_len()
79 assert(output_cache != NULL); in encrypt_and_write()
94 if (maybe_write_event_len(output_cache, dst, dstlen)) in encrypt_and_write()
104 if (my_b_safe_write(output_cache, pos, len)) in encrypt_and_write()
114 bool Event_encrypter::finish(IO_CACHE *output_cache) in finish() argument
116 assert(output_cache != NULL); in finish()
122 maybe_write_event_len(output_cache, dst, dstlen) || in finish()
[all …]
H A Devent_crypt.h31 bool init(IO_CACHE *output_cache, uchar* &header, size_t &buf_len);
32 bool encrypt_and_write(IO_CACHE *output_cache, const uchar *pos, size_t len);
33 bool finish(IO_CACHE *output_cache);
47 bool maybe_write_event_len(IO_CACHE *output_cache, uchar *pos, size_t len);
H A Dbinlog.cc1160 IO_CACHE *output_cache; member in Binlog_event_writer
1178 : output_cache(output_cache_arg), in Binlog_event_writer()
1183 end_log_pos(my_b_tell(output_cache)), in Binlog_event_writer()
1258 assert(output_cache == mysql_bin_log.get_log_file()); in write_event_part()
1272 if (event_encrypter.init(output_cache, pos, len)) in write_event_part()
1280 if (event_encrypter.encrypt_and_write(output_cache, pos, write_bytes)) in write_event_part()
1301 if (event_encrypter.encrypt_and_write(output_cache, checksum_buf, BINLOG_CHECKSUM_LEN)) in write_event_part()
1306 if (event_encrypter.is_encryption_enabled() && event_encrypter.finish(output_cache)) in write_event_part()
/dports/databases/percona57-client/percona-server-5.7.36-39/sql/
H A Devent_crypt.cc41 bool Event_encrypter::init(IO_CACHE *output_cache, uchar* &header, size_t &buf_len) in init() argument
44 crypto->set_iv(iv, my_b_safe_tell(output_cache)); in init()
64 bool Event_encrypter::maybe_write_event_len(IO_CACHE *output_cache, uchar *pos, size_t len) in maybe_write_event_len() argument
69 if (my_b_safe_write(output_cache, pos + EVENT_LEN_OFFSET - 4, 4)) in maybe_write_event_len()
79 assert(output_cache != NULL); in encrypt_and_write()
94 if (maybe_write_event_len(output_cache, dst, dstlen)) in encrypt_and_write()
104 if (my_b_safe_write(output_cache, pos, len)) in encrypt_and_write()
114 bool Event_encrypter::finish(IO_CACHE *output_cache) in finish() argument
116 assert(output_cache != NULL); in finish()
122 maybe_write_event_len(output_cache, dst, dstlen) || in finish()
[all …]
H A Devent_crypt.h31 bool init(IO_CACHE *output_cache, uchar* &header, size_t &buf_len);
32 bool encrypt_and_write(IO_CACHE *output_cache, const uchar *pos, size_t len);
33 bool finish(IO_CACHE *output_cache);
47 bool maybe_write_event_len(IO_CACHE *output_cache, uchar *pos, size_t len);
H A Dbinlog.cc1160 IO_CACHE *output_cache; member in Binlog_event_writer
1178 : output_cache(output_cache_arg), in Binlog_event_writer()
1183 end_log_pos(my_b_tell(output_cache)), in Binlog_event_writer()
1258 assert(output_cache == mysql_bin_log.get_log_file()); in write_event_part()
1272 if (event_encrypter.init(output_cache, pos, len)) in write_event_part()
1280 if (event_encrypter.encrypt_and_write(output_cache, pos, write_bytes)) in write_event_part()
1301 if (event_encrypter.encrypt_and_write(output_cache, checksum_buf, BINLOG_CHECKSUM_LEN)) in write_event_part()
1306 if (event_encrypter.is_encryption_enabled() && event_encrypter.finish(output_cache)) in write_event_part()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/sql/
H A Devent_crypt.cc41 bool Event_encrypter::init(IO_CACHE *output_cache, uchar* &header, size_t &buf_len) in init() argument
44 crypto->set_iv(iv, my_b_safe_tell(output_cache)); in init()
64 bool Event_encrypter::maybe_write_event_len(IO_CACHE *output_cache, uchar *pos, size_t len) in maybe_write_event_len() argument
69 if (my_b_safe_write(output_cache, pos + EVENT_LEN_OFFSET - 4, 4)) in maybe_write_event_len()
79 assert(output_cache != NULL); in encrypt_and_write()
94 if (maybe_write_event_len(output_cache, dst, dstlen)) in encrypt_and_write()
104 if (my_b_safe_write(output_cache, pos, len)) in encrypt_and_write()
114 bool Event_encrypter::finish(IO_CACHE *output_cache) in finish() argument
116 assert(output_cache != NULL); in finish()
122 maybe_write_event_len(output_cache, dst, dstlen) || in finish()
[all …]
H A Devent_crypt.h31 bool init(IO_CACHE *output_cache, uchar* &header, size_t &buf_len);
32 bool encrypt_and_write(IO_CACHE *output_cache, const uchar *pos, size_t len);
33 bool finish(IO_CACHE *output_cache);
47 bool maybe_write_event_len(IO_CACHE *output_cache, uchar *pos, size_t len);
H A Dbinlog.cc1160 IO_CACHE *output_cache; member in Binlog_event_writer
1178 : output_cache(output_cache_arg), in Binlog_event_writer()
1183 end_log_pos(my_b_tell(output_cache)), in Binlog_event_writer()
1258 assert(output_cache == mysql_bin_log.get_log_file()); in write_event_part()
1272 if (event_encrypter.init(output_cache, pos, len)) in write_event_part()
1280 if (event_encrypter.encrypt_and_write(output_cache, pos, write_bytes)) in write_event_part()
1301 if (event_encrypter.encrypt_and_write(output_cache, checksum_buf, BINLOG_CHECKSUM_LEN)) in write_event_part()
1306 if (event_encrypter.is_encryption_enabled() && event_encrypter.finish(output_cache)) in write_event_part()
/dports/misc/frugally-deep/frugally-deep-0.15.13-p0/include/fdeep/layers/
H A Dlayer.hpp63 output_dict& output_cache, in get_output() argument
68 if (!fplus::map_contains(output_cache, conn.without_tensor_idx())) in get_output()
71 output_cache[conn.without_tensor_idx()] = in get_output()
72 nodes_[node_idx].get_output(layers, output_cache, *this); in get_output()
76 output_cache, conn.without_tensor_idx()); in get_output()
104 output_dict& output_cache, in get_layer_output() argument
108 return layer->get_output(layers, output_cache, node_idx, tensor_idx); in get_layer_output()
H A Dmodel_layer.hpp40 tensor get_output(const layer_ptrs& layers, output_dict& output_cache, in get_output() argument
46 return layer::get_output(layers, output_cache, node_idx, tensor_idx); in get_output()
65 output_dict output_cache; in apply_impl() local
74 output_cache[input_connections_[i].without_tensor_idx()] = in apply_impl()
78 const auto get_output = [this, &output_cache] in apply_impl()
82 layers_, output_cache, conn.node_idx_, conn.tensor_idx_); in apply_impl()
/dports/misc/frugally-deep/frugally-deep-0.15.13-p0/include/fdeep/
H A Dnode.hpp43 tensor get_layer_output(const layer_ptrs& layers, output_dict& output_cache,
54 tensors get_output(const layer_ptrs& layers, output_dict& output_cache, in get_output() argument
57 const auto get_input = [&output_cache, &layers] in get_output()
60 return get_layer_output(layers, output_cache, in get_output()
/dports/devel/p5-Devel-REPL/Devel-REPL-1.003028/lib/Devel/REPL/Plugin/
H A DOutputCache.pm11 has output_cache => (
40 local *_ = sub () { $self->output_cache->[-1] } unless $has_underscore;
50 push @{ $self->output_cache }, @ret > 1 ? \@ret : $ret[0];
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dlightmap.cpp829 void castLight( Out( &output_cache )[MAPSIZE_X][MAPSIZE_Y],
841 void castLight( Out( &output_cache )[MAPSIZE_X][MAPSIZE_Y], in castLight()
899 output_cache, input_array, offset, offsetDistance, in castLight()
931 void castLightAll( Out( &output_cache )[MAPSIZE_X][MAPSIZE_Y], in castLightAll()
936 output_cache, input_array, offset, offsetDistance, numerator ); in castLightAll()
938 output_cache, input_array, offset, offsetDistance, numerator ); in castLightAll()
941 output_cache, input_array, offset, offsetDistance, numerator ); in castLightAll()
943 output_cache, input_array, offset, offsetDistance, numerator ); in castLightAll()
946 output_cache, input_array, offset, offsetDistance, numerator ); in castLightAll()
948 output_cache, input_array, offset, offsetDistance, numerator ); in castLightAll()
[all …]
H A Dshadowcasting.h120 void castLightAll( Out( &output_cache )[MAPSIZE_X][MAPSIZE_Y],
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dlightmap.cpp829 void castLight( Out( &output_cache )[MAPSIZE_X][MAPSIZE_Y],
841 void castLight( Out( &output_cache )[MAPSIZE_X][MAPSIZE_Y], in castLight()
899 output_cache, input_array, offset, offsetDistance, in castLight()
931 void castLightAll( Out( &output_cache )[MAPSIZE_X][MAPSIZE_Y], in castLightAll()
936 output_cache, input_array, offset, offsetDistance, numerator ); in castLightAll()
938 output_cache, input_array, offset, offsetDistance, numerator ); in castLightAll()
941 output_cache, input_array, offset, offsetDistance, numerator ); in castLightAll()
943 output_cache, input_array, offset, offsetDistance, numerator ); in castLightAll()
946 output_cache, input_array, offset, offsetDistance, numerator ); in castLightAll()
948 output_cache, input_array, offset, offsetDistance, numerator ); in castLightAll()
[all …]
H A Dshadowcasting.h120 void castLightAll( Out( &output_cache )[MAPSIZE_X][MAPSIZE_Y],
/dports/devel/myrepos/mr-1.20180726/
H A Dmr842 my $output_cache = shift;
850 if ($terminal || ($have_pty && defined $output_cache)) {
862 print $output_cache $data if defined $output_cache;
869 print $output_cache $data if defined $output_cache;
878 print $output_cache $output if defined $output && defined $output_cache;
/dports/print/gutenprint/gutenprint-5.3.3/src/main/
H A Dchannel.c845 const unsigned short *output_cache = NULL; in generate_special_channels() local
862 memcpy(output, output_cache, outbytes); in generate_special_channels()
911 output_cache = output; in generate_special_channels()
922 const unsigned short *output_cache = NULL; in split_channels() local
938 memcpy(output, output_cache, outbytes); in split_channels()
947 output_cache = output; in split_channels()
/dports/print/gimp-gutenprint/gutenprint-5.3.3/src/main/
H A Dchannel.c845 const unsigned short *output_cache = NULL; in generate_special_channels() local
862 memcpy(output, output_cache, outbytes); in generate_special_channels()
911 output_cache = output; in generate_special_channels()
922 const unsigned short *output_cache = NULL; in split_channels() local
938 memcpy(output, output_cache, outbytes); in split_channels()
947 output_cache = output; in split_channels()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI/
H A DTemplateParser.cs100 bool output_cache; field in System.Web.UI.TemplateParser
332 output_cache = true; in AddDirective()
1220 get { return output_cache; }
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tests/
H A Dshadowcasting_test.cpp26 static void oldCastLight( float ( &output_cache )[MAPSIZE * SEEX][MAPSIZE * SEEY], in oldCastLight()
55 output_cache[current.x][current.y] = VISIBILITY_FULL; in oldCastLight()
72 oldCastLight( output_cache, input_array, xx, xy, yx, yy, in oldCastLight()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tests/
H A Dshadowcasting_test.cpp26 static void oldCastLight( float ( &output_cache )[MAPSIZE * SEEX][MAPSIZE * SEEY], in oldCastLight()
55 output_cache[current.x][current.y] = VISIBILITY_FULL; in oldCastLight()
72 oldCastLight( output_cache, input_array, xx, xy, yx, yy, in oldCastLight()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Dbinlog.cc1100 IO_CACHE *output_cache; member in Binlog_event_writer
1116 : output_cache(output_cache_arg), in Binlog_event_writer()
1121 end_log_pos(my_b_tell(output_cache)) in Binlog_event_writer()
1193 if (my_b_write(output_cache, *buf_p, write_bytes)) in write_event_part()
1212 if (my_b_write(output_cache, checksum_buf, BINLOG_CHECKSUM_LEN)) in write_event_part()
/dports/databases/mysql57-client/mysql-5.7.36/sql/
H A Dbinlog.cc1100 IO_CACHE *output_cache; member in Binlog_event_writer
1116 : output_cache(output_cache_arg), in Binlog_event_writer()
1121 end_log_pos(my_b_tell(output_cache)) in Binlog_event_writer()
1193 if (my_b_write(output_cache, *buf_p, write_bytes)) in write_event_part()
1212 if (my_b_write(output_cache, checksum_buf, BINLOG_CHECKSUM_LEN)) in write_event_part()

12