Home
last modified time | relevance | path

Searched refs:stat (Results 1 – 25 of 11702) sorted by relevance

12345678910>>...469

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dstat.c173 stat->marked_nvaridx = stat->nvaridx; in SCIPstatMark()
174 stat->marked_ncolidx = stat->ncolidx; in SCIPstatMark()
175 stat->marked_nrowidx = stat->nrowidx; in SCIPstatMark()
255 stat->nruns = 0; in SCIPstatReset()
260 stat->nvaridx = stat->marked_nvaridx; in SCIPstatReset()
261 stat->ncolidx = stat->marked_ncolidx; in SCIPstatReset()
262 stat->nrowidx = stat->marked_nrowidx; in SCIPstatReset()
263 stat->nnz = 0; in SCIPstatReset()
267 stat->nlps = 0; in SCIPstatReset()
509 stat->primaldualintegral += deltatime * stat->previousgap; in SCIPstatUpdatePrimalDualIntegrals()
[all …]
H A Dconcurrent.c701 target->stat->nnodes = source->stat->nnodes; in SCIPcopyConcurrentSolvingStats()
716 target->stat->nreprops = source->stat->nreprops; in SCIPcopyConcurrentSolvingStats()
750 target->stat->maxcopytime = MAX(source->stat->maxcopytime, target->stat->maxcopytime); in SCIPcopyConcurrentSolvingStats()
751 target->stat->mincopytime = MIN(source->stat->mincopytime, target->stat->mincopytime); in SCIPcopyConcurrentSolvingStats()
846 target->stat->status = source->stat->status; in SCIPcopyConcurrentSolvingStats()
850 target->stat->nnz = source->stat->nnz; in SCIPcopyConcurrentSolvingStats()
851 target->stat->lpcount = source->stat->lpcount; in SCIPcopyConcurrentSolvingStats()
852 target->stat->nlps = source->stat->nlps; in SCIPcopyConcurrentSolvingStats()
872 target->stat->nnlps = source->stat->nnlps; in SCIPcopyConcurrentSolvingStats()
876 target->stat->nruns = source->stat->nruns; in SCIPcopyConcurrentSolvingStats()
[all …]
/dports/science/netcdf/netcdf-c-4.7.4/nc_perf/
H A Dtst_wrf_reads.c30 if (stat != NC_NOERR) { in check_err()
40 int stat; /* return status */ in create_wrf_chem_file() local
1173 check_err(stat,__LINE__,__FILE__); in create_wrf_chem_file()
1180 check_err(stat,__LINE__,__FILE__); in create_wrf_chem_file()
1182 check_err(stat,__LINE__,__FILE__); in create_wrf_chem_file()
1184 check_err(stat,__LINE__,__FILE__); in create_wrf_chem_file()
16501 int stat; /* return status */ in create_wrfbdy_file() local
21660 stat = nc_enddef (ncid); in create_wrfbdy_file()
21665 stat = nc_close(ncid); in create_wrfbdy_file()
26121 stat = nc_enddef (MERR_grp); in create_merr_file()
[all …]
/dports/games/libretro-tgbdual/tgbdual-libretro-18fd609/gb_core/
H A Dapu.cpp130 memset(&stat,0,sizeof(stat)); in reset()
135 stat.ch_enable[0][0]=stat.ch_enable[0][1]=stat.ch_enable[1][0]=stat.ch_enable[1][1]= in reset()
136 stat.ch_enable[2][0]=stat.ch_enable[2][1]=stat.ch_enable[3][0]=stat.ch_enable[3][1]=1; in reset()
137 stat.ch_on[0]=stat.ch_on[1]=stat.ch_on[2]=stat.ch_on[3]=1; in reset()
180 stat.sq1_len=stat.sq1_init_len; in process()
184 stat.sq1_vol=stat.sq1_init_vol; in process()
208 stat.sq2_len=stat.sq2_init_len; in process()
212 stat.sq2_vol=stat.sq2_init_vol; in process()
238 stat.wav_len=stat.wav_init_len; in process()
509 stat.sq1_freq=stat.sq1_freq-(stat.sq1_freq>>stat.sq1_sw_shift); in update()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/platform/omap3isp/
H A Dispstat.c56 #define IS_H3A_AF(stat) ((stat) == &(stat)->isp->isp_af) argument
57 #define IS_H3A_AEWB(stat) ((stat) == &(stat)->isp->isp_aewb) argument
58 #define IS_H3A(stat) (IS_H3A_AF(stat) || IS_H3A_AEWB(stat)) argument
642 return stat->ops->busy(stat); in omap3isp_stat_pcr_busy()
665 stat->ops->enable(stat, pcr_enable); in isp_stat_pcr_enable()
679 stat->ops->enable(stat, 0); in omap3isp_stat_suspend()
710 stat->ops->setup_regs(stat, stat->priv); in isp_stat_try_enable()
825 stat->ops->enable(stat, 0); in omap3isp_stat_s_stream()
871 stat->ops->enable(stat, 0); in __stat_isr()
928 stat->ops->setup_regs(stat, stat->priv); in __stat_isr()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/platform/omap3isp/
H A Dispstat.c56 #define IS_H3A_AF(stat) ((stat) == &(stat)->isp->isp_af) argument
57 #define IS_H3A_AEWB(stat) ((stat) == &(stat)->isp->isp_aewb) argument
58 #define IS_H3A(stat) (IS_H3A_AF(stat) || IS_H3A_AEWB(stat)) argument
642 return stat->ops->busy(stat); in omap3isp_stat_pcr_busy()
665 stat->ops->enable(stat, pcr_enable); in isp_stat_pcr_enable()
679 stat->ops->enable(stat, 0); in omap3isp_stat_suspend()
710 stat->ops->setup_regs(stat, stat->priv); in isp_stat_try_enable()
825 stat->ops->enable(stat, 0); in omap3isp_stat_s_stream()
871 stat->ops->enable(stat, 0); in __stat_isr()
928 stat->ops->setup_regs(stat, stat->priv); in __stat_isr()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/platform/omap3isp/
H A Dispstat.c56 #define IS_H3A_AF(stat) ((stat) == &(stat)->isp->isp_af) argument
57 #define IS_H3A_AEWB(stat) ((stat) == &(stat)->isp->isp_aewb) argument
58 #define IS_H3A(stat) (IS_H3A_AF(stat) || IS_H3A_AEWB(stat)) argument
642 return stat->ops->busy(stat); in omap3isp_stat_pcr_busy()
665 stat->ops->enable(stat, pcr_enable); in isp_stat_pcr_enable()
679 stat->ops->enable(stat, 0); in omap3isp_stat_suspend()
710 stat->ops->setup_regs(stat, stat->priv); in isp_stat_try_enable()
825 stat->ops->enable(stat, 0); in omap3isp_stat_s_stream()
871 stat->ops->enable(stat, 0); in __stat_isr()
928 stat->ops->setup_regs(stat, stat->priv); in __stat_isr()
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/ansible/windows/tests/integration/targets/win_stat/tasks/
H A Dtests.yml12 - stat_file.stat.exists == True
15 - stat_file.stat.hlnk_targets == []
16 - stat_file.stat.isarchive == True
17 - stat_file.stat.isdir == False
18 - stat_file.stat.ishidden == False
20 - stat_file.stat.islnk == False
22 - stat_file.stat.isreg == True
26 - stat_file.stat.nlink == 1
29 - stat_file.stat.size == 3
547 - name: get stat of pagefile
[all …]
/dports/audio/sox/sox-14.4.2/src/
H A Dstat.c89 stat->min = stat->max = stat->mid = 0; in sox_stat_start()
91 stat->sum1 = stat->sum2 = 0; in sox_stat_start()
93 stat->dmin = stat->dmax = 0; in sox_stat_start()
94 stat->dsum1 = stat->dsum2 = 0; in sox_stat_start()
103 stat->re_in = stat->re_out = NULL; in sox_stat_start()
140 stat->min = stat->max = stat->mid = stat->last = (*ibuf)/stat->scale; in sox_stat_flow()
147 if (stat->fft_offset >= stat->fft_size) { in sox_stat_flow()
175 stat->mid = stat->min / 2 + stat->max / 2; in sox_stat_flow()
212 if (stat->fft && stat->fft_offset) { in sox_stat_drain()
291 if (stat->bin[2] == 0 && stat->bin[3] == 0) in sox_stat_stop()
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/win_stat/tasks/
H A Dtests.yml13 - stat_file.stat.exists == True
16 - stat_file.stat.hlnk_targets == []
17 - stat_file.stat.isarchive == True
18 - stat_file.stat.isdir == False
19 - stat_file.stat.ishidden == False
21 - stat_file.stat.islnk == False
23 - stat_file.stat.isreg == True
28 - stat_file.stat.nlink == 1
31 - stat_file.stat.size == 3
574 - name: get stat of pagefile
[all …]
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/test/java/org/apache/zookeeper/test/
H A DStatTest.java87 assertEquals(stat.getCzxid(), stat.getMzxid()); in testBasic()
88 assertEquals(stat.getCzxid(), stat.getPzxid()); in testBasic()
89 assertEquals(stat.getCtime(), stat.getMtime()); in testBasic()
111 assertEquals(stat.getCzxid(), stat.getMzxid()); in testChild()
113 assertEquals(stat.getCtime(), stat.getMtime()); in testChild()
124 assertEquals(stat.getCzxid(), stat.getMzxid()); in testChild()
125 assertEquals(stat.getCzxid(), stat.getPzxid()); in testChild()
126 assertEquals(stat.getCtime(), stat.getMtime()); in testChild()
171 assertEquals(stat.getCzxid(), stat.getMzxid()); in testDataSizeChange()
172 assertEquals(stat.getCzxid(), stat.getPzxid()); in testDataSizeChange()
[all …]
/dports/security/py-angr/angr-9.0.5405/angr/procedures/linux_kernel/
H A Dfstat64.py28 store(0x00, stat.st_dev)
29 store(0x0c, stat.st_ino)
30 store(0x10, stat.st_mode)
32 store(0x18, stat.st_uid)
33 store(0x1c, stat.st_gid)
34 store(0x20, stat.st_rdev)
35 store(0x30, stat.st_size)
48 store(0x00, stat.st_dev)
49 store(0x0c, stat.st_ino)
52 store(0x18, stat.st_uid)
[all …]
/dports/databases/p5-Memcached-libmemcached/Memcached-libmemcached-1.001801/src/libmemcached/clients/
H A Dms_stats.c51 memset(stat, 0, sizeof(*stat)); in ms_init_stats()
55 stat->max_time= 0; in ms_init_stats()
59 stat->total_time= 0; in ms_init_stats()
61 stat->squares= 0; in ms_init_stats()
65 stat->get_miss= 0; in ms_init_stats()
240 uint64_t diff_time= stat->total_time - stat->pre_total_time; in ms_dump_format_stats()
275 (long long)(stat->get_miss - stat->pre_get_miss), in ms_dump_format_stats()
297 stat->pre_squares= (uint64_t)stat->squares; in ms_dump_format_stats()
298 stat->pre_total_time= stat->total_time; in ms_dump_format_stats()
299 stat->pre_log_product= stat->log_product; in ms_dump_format_stats()
[all …]
/dports/databases/libmemcached/libmemcached-1.0.18/clients/
H A Dms_stats.c51 memset(stat, 0, sizeof(*stat)); in ms_init_stats()
55 stat->max_time= 0; in ms_init_stats()
59 stat->total_time= 0; in ms_init_stats()
61 stat->squares= 0; in ms_init_stats()
65 stat->get_miss= 0; in ms_init_stats()
240 uint64_t diff_time= stat->total_time - stat->pre_total_time; in ms_dump_format_stats()
275 (long long)(stat->get_miss - stat->pre_get_miss), in ms_dump_format_stats()
297 stat->pre_squares= (uint64_t)stat->squares; in ms_dump_format_stats()
298 stat->pre_total_time= stat->total_time; in ms_dump_format_stats()
299 stat->pre_log_product= stat->log_product; in ms_dump_format_stats()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/
H A Dstat.c81 memset(stat, 0, sizeof(*stat)); in vfs_getattr_nosec()
275 struct kstat stat; in SYSCALL_DEFINE2() local
288 struct kstat stat; in SYSCALL_DEFINE2() local
300 struct kstat stat; in SYSCALL_DEFINE2() local
328 struct stat tmp; in cp_new_stat()
330 if (!valid_dev(stat->dev) || !valid_dev(stat->rdev)) in cp_new_stat()
366 struct kstat stat; in SYSCALL_DEFINE2() local
377 struct kstat stat; in SYSCALL_DEFINE2() local
391 struct kstat stat; in SYSCALL_DEFINE4() local
403 struct kstat stat; in SYSCALL_DEFINE2() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/
H A Dstat.c81 memset(stat, 0, sizeof(*stat)); in vfs_getattr_nosec()
275 struct kstat stat; in SYSCALL_DEFINE2() local
288 struct kstat stat; in SYSCALL_DEFINE2() local
300 struct kstat stat; in SYSCALL_DEFINE2() local
328 struct stat tmp; in cp_new_stat()
330 if (!valid_dev(stat->dev) || !valid_dev(stat->rdev)) in cp_new_stat()
366 struct kstat stat; in SYSCALL_DEFINE2() local
377 struct kstat stat; in SYSCALL_DEFINE2() local
391 struct kstat stat; in SYSCALL_DEFINE4() local
403 struct kstat stat; in SYSCALL_DEFINE2() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/
H A Dstat.c81 memset(stat, 0, sizeof(*stat)); in vfs_getattr_nosec()
275 struct kstat stat; in SYSCALL_DEFINE2() local
288 struct kstat stat; in SYSCALL_DEFINE2() local
300 struct kstat stat; in SYSCALL_DEFINE2() local
328 struct stat tmp; in cp_new_stat()
330 if (!valid_dev(stat->dev) || !valid_dev(stat->rdev)) in cp_new_stat()
366 struct kstat stat; in SYSCALL_DEFINE2() local
377 struct kstat stat; in SYSCALL_DEFINE2() local
391 struct kstat stat; in SYSCALL_DEFINE4() local
403 struct kstat stat; in SYSCALL_DEFINE2() local
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1StringDedupStat.cpp108 skipped_percent = (double)stat._skipped / (double)stat._inspected * 100.0; in print_statistics()
109 hashed_percent = (double)stat._hashed / (double)stat._inspected * 100.0; in print_statistics()
110 known_percent = (double)stat._known / (double)stat._inspected * 100.0; in print_statistics()
111 new_percent = (double)stat._new / (double)stat._inspected * 100.0; in print_statistics()
114 if (stat._new > 0) { in print_statistics()
116 deduped_percent = (double)stat._deduped / (double)stat._new * 100.0; in print_statistics()
119 if (stat._deduped > 0) { in print_statistics()
139stat._exec, stat._exec_elapsed, stat._idle, stat._idle_elapsed, stat._block, stat._block_elapsed); in print_statistics()
143 stat._exec_elapsed, stat._idle_elapsed, stat._block, stat._block_elapsed); in print_statistics()
154 stat._inspected, in print_statistics()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1StringDedupStat.cpp108 skipped_percent = (double)stat._skipped / (double)stat._inspected * 100.0; in print_statistics()
109 hashed_percent = (double)stat._hashed / (double)stat._inspected * 100.0; in print_statistics()
110 known_percent = (double)stat._known / (double)stat._inspected * 100.0; in print_statistics()
111 new_percent = (double)stat._new / (double)stat._inspected * 100.0; in print_statistics()
114 if (stat._new > 0) { in print_statistics()
116 deduped_percent = (double)stat._deduped / (double)stat._new * 100.0; in print_statistics()
119 if (stat._deduped > 0) { in print_statistics()
139stat._exec, stat._exec_elapsed, stat._idle, stat._idle_elapsed, stat._block, stat._block_elapsed); in print_statistics()
143 stat._exec_elapsed, stat._idle_elapsed, stat._block, stat._block_elapsed); in print_statistics()
154 stat._inspected, in print_statistics()
[all …]
/dports/science/netcdf/netcdf-c-4.7.4/ncdump/
H A Dref_ctest64.c8 if (stat != NC_NOERR) { in check_err()
18 int stat; /* return status */ in main() local
267 check_err(stat,__LINE__,__FILE__); in main()
271 check_err(stat,__LINE__,__FILE__); in main()
273 check_err(stat,__LINE__,__FILE__); in main()
275 check_err(stat,__LINE__,__FILE__); in main()
277 check_err(stat,__LINE__,__FILE__); in main()
279 check_err(stat,__LINE__,__FILE__); in main()
281 check_err(stat,__LINE__,__FILE__); in main()
790 stat = nc_enddef (ncid); in main()
[all …]
H A Dref_ctest.c8 if (stat != NC_NOERR) { in check_err()
18 int stat; /* return status */ in main() local
267 check_err(stat,__LINE__,__FILE__); in main()
271 check_err(stat,__LINE__,__FILE__); in main()
273 check_err(stat,__LINE__,__FILE__); in main()
275 check_err(stat,__LINE__,__FILE__); in main()
277 check_err(stat,__LINE__,__FILE__); in main()
279 check_err(stat,__LINE__,__FILE__); in main()
281 check_err(stat,__LINE__,__FILE__); in main()
790 stat = nc_enddef (ncid); in main()
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncdump/
H A Dref_ctest.c8 if (stat != NC_NOERR) { in check_err()
18 int stat; /* return status */ in main() local
267 check_err(stat,__LINE__,__FILE__); in main()
271 check_err(stat,__LINE__,__FILE__); in main()
273 check_err(stat,__LINE__,__FILE__); in main()
275 check_err(stat,__LINE__,__FILE__); in main()
277 check_err(stat,__LINE__,__FILE__); in main()
279 check_err(stat,__LINE__,__FILE__); in main()
281 check_err(stat,__LINE__,__FILE__); in main()
790 stat = nc_enddef (ncid); in main()
[all …]
H A Dref_ctest64.c8 if (stat != NC_NOERR) { in check_err()
18 int stat; /* return status */ in main() local
267 check_err(stat,__LINE__,__FILE__); in main()
271 check_err(stat,__LINE__,__FILE__); in main()
273 check_err(stat,__LINE__,__FILE__); in main()
275 check_err(stat,__LINE__,__FILE__); in main()
277 check_err(stat,__LINE__,__FILE__); in main()
279 check_err(stat,__LINE__,__FILE__); in main()
281 check_err(stat,__LINE__,__FILE__); in main()
790 stat = nc_enddef (ncid); in main()
[all …]
/dports/comms/bforce-kst/bforce-0.22.8.kst7/source/bforce/
H A Dsess_stat.c40 stat->tries = TRIES_RESET; in session_stat_reset_counters()
41 stat->tries_noansw = TRIES_RESET; in session_stat_reset_counters()
91 stat->last_success = MAX(stat->last_success_out, stat->last_success_in); in session_stat_read_stsfile()
102 (unsigned int) stat->tries, in session_stat_write_stsfile()
151 tmpstat.tries += stat->tries; in session_stat_update_stsfile()
272 stat->tries++; in session_stat_update()
274 stat->tries_hshake++; in session_stat_update()
276 stat->tries_noansw++; in session_stat_update()
278 stat->tries_nodial++; in session_stat_update()
280 stat->tries_noconn++; in session_stat_update()
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/stat/tasks/
H A Dmain.yml1 # test code for the stat module
22 - name: check stat of file
23 stat: path={{output_dir}}/foo.txt
32 - "'stat' in stat_result"
35 - "'dev' in stat_result.stat"
37 - "'gid' in stat_result.stat"
57 - "'uid' in stat_result.stat"
72 stat:
82 - "'stat' in stat_result"
115 stat:
[all …]

12345678910>>...469