Home
last modified time | relevance | path

Searched refs:rc (Results 251 – 275 of 61794) sorted by relevance

1...<<11121314151617181920>>...2472

/dports/databases/mariadb103-server/mariadb-10.3.34/libmariadb/unittest/libmariadb/
H A Dcursor.c44 int rc; in open_cursor() local
49 if (rc) { in open_cursor()
66 int rc; in stmt_fetch_init() local
126 int rc; in fill_tables() local
139 int rc; in stmt_fetch_fetch_row() local
337 int rc; in test_bug10729() local
393 int rc; in test_bug10736() local
448 int rc; in test_bug10794() local
531 int rc; in test_bug10760() local
628 int rc; in test_bug11172() local
[all …]
H A Dmisc.c39 int rc; in test_bug28075() local
61 int rc; in test_bug28505() local
85 int rc; in test_bug29692() local
102 int rc; in bug31418_impl() local
194 int rc; in test_debug_example() local
291 rc= 0; in test_frm_bug()
293 rc++; in test_frm_bug()
326 int rc; in test_wl4166_1() local
442 int rc; in test_wl4166_2() local
546 int rc; in test_wl4166_3() local
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/libmariadb/unittest/libmariadb/
H A Dcursor.c44 int rc; in open_cursor() local
49 if (rc) { in open_cursor()
66 int rc; in stmt_fetch_init() local
126 int rc; in fill_tables() local
139 int rc; in stmt_fetch_fetch_row() local
337 int rc; in test_bug10729() local
393 int rc; in test_bug10736() local
448 int rc; in test_bug10794() local
531 int rc; in test_bug10760() local
628 int rc; in test_bug11172() local
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/libmariadb/unittest/libmariadb/
H A Dcursor.c44 int rc; in open_cursor() local
49 if (rc) { in open_cursor()
66 int rc; in stmt_fetch_init() local
126 int rc; in fill_tables() local
139 int rc; in stmt_fetch_fetch_row() local
337 int rc; in test_bug10729() local
393 int rc; in test_bug10736() local
448 int rc; in test_bug10794() local
531 int rc; in test_bug10760() local
628 int rc; in test_bug11172() local
[all …]
H A Dmisc.c39 int rc; in test_bug28075() local
61 int rc; in test_bug28505() local
85 int rc; in test_bug29692() local
102 int rc; in bug31418_impl() local
194 int rc; in test_debug_example() local
291 rc= 0; in test_frm_bug()
293 rc++; in test_frm_bug()
326 int rc; in test_wl4166_1() local
442 int rc; in test_wl4166_2() local
546 int rc; in test_wl4166_3() local
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/encoder/
H A Dratectrl_xiph.c348 rc->bits_per_frame = (int64_t)(rc->target_bitrate / rc->framerate); in od_enc_rc_reset()
359 rc->reservoir_max = rc->bits_per_frame * rc->reservoir_frame_delay; in od_enc_rc_reset()
362 rc->reservoir_fullness = rc->reservoir_target; in od_enc_rc_reset()
440 rc->bits_per_frame = (int64_t)(rc->target_bitrate / rc->framerate); in od_enc_rc_resize()
451 rc->reservoir_max = rc->bits_per_frame * rc->reservoir_frame_delay; in od_enc_rc_resize()
596 rc->end_of_input ? rc->input_size + 1 : rc->reservoir_frame_delay; in frame_type_count()
794 rc->base_quantizer = convert_to_ac_quant(rc->quality, rc->bit_depth); in od_enc_rc_select_quantizers_and_lambdas()
1134 if (rc->cap_overflow && rc->reservoir_fullness > rc->reservoir_max) { in od_enc_rc_update_state()
1169 rc->twopass_buffer = rc->firstpass_buffer; in od_enc_rc_2pass_out()
1184 od_rc_buffer_val(rc, rc->exp[i], 4); in od_enc_rc_2pass_out()
[all …]
/dports/databases/tiledb/TileDB-2.5.2/test/src/
H A Dunit-capi-async.cc84 CHECK(rc == TILEDB_OK); in create_dense_array()
88 CHECK(rc == TILEDB_OK); in create_dense_array()
93 CHECK(rc == TILEDB_OK); in create_dense_array()
95 CHECK(rc == TILEDB_OK); in create_dense_array()
97 CHECK(rc == TILEDB_OK); in create_dense_array()
102 CHECK(rc == TILEDB_OK); in create_dense_array()
104 CHECK(rc == TILEDB_OK); in create_dense_array()
106 CHECK(rc == TILEDB_OK); in create_dense_array()
108 CHECK(rc == TILEDB_OK); in create_dense_array()
110 CHECK(rc == TILEDB_OK); in create_dense_array()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/tools/vdb-dump/
H A Dvdb-dump-formats.c32 #define DISP_RC(rc,err) if( rc != 0 ) LOGERR( klogInt, rc, err ); argument
41 rc_t rc; in vdfo_print_col_default() local
94 rc_t rc = 0; in vdfo_print_row_default() local
113 return rc; in vdfo_print_row_default()
162 return rc; in vdfo_print_row_csv()
194 return rc; in vdfo_print_row_xml()
251 return rc; in vdfo_print_row_json()
356 return rc; in vdfo_print_row_piped()
368 return rc; in vdfo_print_row_sra_dump()
385 return rc; in vdfo_print_row_tab()
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/contrib/raftexample/
H A Draft.go161 rc.confState = *rc.node.ApplyConfChange(cc)
266 rc.snapshotter = snap.New(zap.NewExample(), rc.snapdir)
267 rc.snapshotterReady <- rc.snapshotter
270 rc.wal = rc.replayWAL()
352 if rc.appliedIndex-rc.snapshotIndex <= rc.snapCount {
361 snap, err := rc.raftStorage.CreateSnapshot(rc.appliedIndex, &rc.confState, data)
378 rc.snapshotIndex = rc.appliedIndex
399 for rc.proposeC != nil && rc.confChangeC != nil {
440 rc.stop()
451 rc.stop()
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/coreos/etcd/contrib/raftexample/
H A Draft.go159 rc.confState = *rc.node.ApplyConfChange(cc)
264 rc.snapshotter = snap.New(rc.snapdir)
265 rc.snapshotterReady <- rc.snapshotter
268 rc.wal = rc.replayWAL()
348 if rc.appliedIndex-rc.snapshotIndex <= rc.snapCount {
357 snap, err := rc.raftStorage.CreateSnapshot(rc.appliedIndex, &rc.confState, data)
374 rc.snapshotIndex = rc.appliedIndex
395 for rc.proposeC != nil && rc.confChangeC != nil {
436 rc.stop()
447 rc.stop()
[all …]
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/go.etcd.io/etcd/contrib/raftexample/
H A Draft.go161 rc.confState = *rc.node.ApplyConfChange(cc)
266 rc.snapshotter = snap.New(zap.NewExample(), rc.snapdir)
267 rc.snapshotterReady <- rc.snapshotter
270 rc.wal = rc.replayWAL()
352 if rc.appliedIndex-rc.snapshotIndex <= rc.snapCount {
361 snap, err := rc.raftStorage.CreateSnapshot(rc.appliedIndex, &rc.confState, data)
378 rc.snapshotIndex = rc.appliedIndex
399 for rc.proposeC != nil && rc.confChangeC != nil {
440 rc.stop()
451 rc.stop()
[all …]
/dports/devel/etcd32/etcd-3.2.32/contrib/raftexample/
H A Draft.go157 rc.confState = *rc.node.ApplyConfChange(cc)
262 rc.snapshotter = snap.New(rc.snapdir)
263 rc.snapshotterReady <- rc.snapshotter
266 rc.wal = rc.replayWAL()
346 if rc.appliedIndex-rc.snapshotIndex <= rc.snapCount {
355 snap, err := rc.raftStorage.CreateSnapshot(rc.appliedIndex, &rc.confState, data)
372 rc.snapshotIndex = rc.appliedIndex
393 for rc.proposeC != nil && rc.confChangeC != nil {
434 rc.stop()
445 rc.stop()
[all …]
/dports/devel/etcd33/etcd-3.3.23/contrib/raftexample/
H A Draft.go159 rc.confState = *rc.node.ApplyConfChange(cc)
264 rc.snapshotter = snap.New(rc.snapdir)
265 rc.snapshotterReady <- rc.snapshotter
268 rc.wal = rc.replayWAL()
348 if rc.appliedIndex-rc.snapshotIndex <= rc.snapCount {
357 snap, err := rc.raftStorage.CreateSnapshot(rc.appliedIndex, &rc.confState, data)
374 rc.snapshotIndex = rc.appliedIndex
395 for rc.proposeC != nil && rc.confChangeC != nil {
436 rc.stop()
447 rc.stop()
[all …]
/dports/devel/etcd33/etcd-3.3.23/vendor/github.com/coreos/etcd/contrib/raftexample/
H A Draft.go159 rc.confState = *rc.node.ApplyConfChange(cc)
264 rc.snapshotter = snap.New(rc.snapdir)
265 rc.snapshotterReady <- rc.snapshotter
268 rc.wal = rc.replayWAL()
348 if rc.appliedIndex-rc.snapshotIndex <= rc.snapCount {
357 snap, err := rc.raftStorage.CreateSnapshot(rc.appliedIndex, &rc.confState, data)
374 rc.snapshotIndex = rc.appliedIndex
395 for rc.proposeC != nil && rc.confChangeC != nil {
436 rc.stop()
447 rc.stop()
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/vendor/github.com/coreos/etcd/contrib/raftexample/
H A Draft.go159 rc.confState = *rc.node.ApplyConfChange(cc)
264 rc.snapshotter = snap.New(rc.snapdir)
265 rc.snapshotterReady <- rc.snapshotter
268 rc.wal = rc.replayWAL()
348 if rc.appliedIndex-rc.snapshotIndex <= rc.snapCount {
357 snap, err := rc.raftStorage.CreateSnapshot(rc.appliedIndex, &rc.confState, data)
374 rc.snapshotIndex = rc.appliedIndex
395 for rc.proposeC != nil && rc.confChangeC != nil {
436 rc.stop()
447 rc.stop()
[all …]
/dports/devel/etcd31/etcd-3.1.20/contrib/raftexample/
H A Draft.go157 rc.confState = *rc.node.ApplyConfChange(cc)
262 rc.snapshotter = snap.New(rc.snapdir)
263 rc.snapshotterReady <- rc.snapshotter
266 rc.wal = rc.replayWAL()
349 if rc.appliedIndex-rc.snapshotIndex <= rc.snapCount {
358 snap, err := rc.raftStorage.CreateSnapshot(rc.appliedIndex, &rc.confState, data)
375 rc.snapshotIndex = rc.appliedIndex
396 for rc.proposeC != nil && rc.confChangeC != nil {
437 rc.stop()
448 rc.stop()
[all …]
/dports/devel/etcd34/etcd-3.4.18/contrib/raftexample/
H A Draft.go161 rc.confState = *rc.node.ApplyConfChange(cc)
266 rc.snapshotter = snap.New(zap.NewExample(), rc.snapdir)
267 rc.snapshotterReady <- rc.snapshotter
270 rc.wal = rc.replayWAL()
352 if rc.appliedIndex-rc.snapshotIndex <= rc.snapCount {
361 snap, err := rc.raftStorage.CreateSnapshot(rc.appliedIndex, &rc.confState, data)
378 rc.snapshotIndex = rc.appliedIndex
399 for rc.proposeC != nil && rc.confChangeC != nil {
440 rc.stop()
451 rc.stop()
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/contrib/raftexample/
H A Draft.go161 rc.confState = *rc.node.ApplyConfChange(cc)
266 rc.snapshotter = snap.New(zap.NewExample(), rc.snapdir)
267 rc.snapshotterReady <- rc.snapshotter
270 rc.wal = rc.replayWAL()
352 if rc.appliedIndex-rc.snapshotIndex <= rc.snapCount {
361 snap, err := rc.raftStorage.CreateSnapshot(rc.appliedIndex, &rc.confState, data)
378 rc.snapshotIndex = rc.appliedIndex
399 for rc.proposeC != nil && rc.confChangeC != nil {
440 rc.stop()
451 rc.stop()
[all …]
/dports/databases/mariadb-connector-c/mariadb-connector-c-3.2.4-src/unittest/libmariadb/
H A Dcursor.c44 int rc; in open_cursor() local
49 if (rc) { in open_cursor()
66 int rc; in stmt_fetch_init() local
126 int rc; in fill_tables() local
139 int rc; in stmt_fetch_fetch_row() local
343 int rc; in test_bug10729() local
399 int rc; in test_bug10736() local
454 int rc; in test_bug10794() local
537 int rc; in test_bug10760() local
634 int rc; in test_bug11172() local
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/test/klib/
H A Dtest-vnamelist.cpp62 rc_t rc = 0; in on_part() local
68 return rc; in on_part()
81 if ( rc == 0 && ctx.idx != count ) rc = -1; in test_String()
82 return rc; in test_String()
93 if ( rc == 0 && ctx.idx != count ) rc = -1; in test_pchar()
94 return rc; in test_pchar()
195 return rc; in check_list()
218 return rc; in test_split_string()
270 return rc; in test_make_from_string()
319 return rc; in split_join_and_check()
[all …]
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/test/klib/
H A Dtest-vnamelist.cpp62 rc_t rc = 0; in on_part() local
68 return rc; in on_part()
81 if ( rc == 0 && ctx.idx != count ) rc = -1; in test_String()
82 return rc; in test_String()
93 if ( rc == 0 && ctx.idx != count ) rc = -1; in test_pchar()
94 return rc; in test_pchar()
195 return rc; in check_list()
218 return rc; in test_split_string()
270 return rc; in test_make_from_string()
319 return rc; in split_join_and_check()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/tools/vdb-decrypt/
H A Dshared.c110 rc_t rc; in UsageSummary() local
260 rc_t rc; in ArchiveTypeCheck() local
265 if (rc) in ArchiveTypeCheck()
297 rc_t rc; in CopyKFile() local
355 rc_t rc; in EncryptionTypeCheck() local
362 if (rc) in EncryptionTypeCheck()
439 rc_t rc; in FileInPlace() local
444 rc = 0; in FileInPlace()
657 rc = 0; in FileToFile()
760 if (rc) in DoDir()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/libmariadb/unittest/libmariadb/
H A Dmisc.c39 int rc; in test_bug28075() local
61 int rc; in test_bug28505() local
85 int rc; in test_bug29692() local
102 int rc; in bug31418_impl() local
194 int rc; in test_debug_example() local
291 rc= 0; in test_frm_bug()
293 rc++; in test_frm_bug()
326 int rc; in test_wl4166_1() local
442 int rc; in test_wl4166_2() local
546 int rc; in test_wl4166_3() local
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/libmariadb/unittest/libmariadb/
H A Dmisc.c39 int rc;
61 int rc;
85 int rc;
102 int rc;
194 int rc;
291 rc= 0;
293 rc++;
326 int rc;
442 int rc;
546 int rc;
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/libmariadb/unittest/libmariadb/
H A Dmisc.c39 int rc; in test_bug28075() local
61 int rc; in test_bug28505() local
85 int rc; in test_bug29692() local
102 int rc; in bug31418_impl() local
194 int rc; in test_debug_example() local
291 rc= 0; in test_frm_bug()
293 rc++; in test_frm_bug()
326 int rc; in test_wl4166_1() local
442 int rc; in test_wl4166_2() local
546 int rc; in test_wl4166_3() local
[all …]

1...<<11121314151617181920>>...2472