Home
last modified time | relevance | path

Searched refs:cur_st (Results 1 – 25 of 107) sorted by relevance

12345

/dports/math/plplot/plplot-5.15.0/bindings/octave/PLplot/
H A Dfig_state.m19 function cur_st = fig_state(old_st)
21 cur_st.ax_set = axis_set;
22 if (cur_st.ax_set)
23 cur_st.ax = axis;
24 axis(cur_st.ax);
27 cur_st.is_hold = ishold;
/dports/math/plplot-ada/plplot-5.15.0/bindings/octave/PLplot/
H A Dfig_state.m19 function cur_st = fig_state(old_st)
21 cur_st.ax_set = axis_set;
22 if (cur_st.ax_set)
23 cur_st.ax = axis;
24 axis(cur_st.ax);
27 cur_st.is_hold = ishold;
/dports/biology/fasta/fasta/
H A Dlx_align3.c124 cur_st[j].i = i+1;
125 cur_st[j].j = j+1;
161 cur_st[j].i = cur_st[j-e1].i;
162 cur_st[j].j = cur_st[j-e1].j;
176 cur_st[j].i = i;
177 cur_st[j].j = 0;
180 cur_st[j].i = 0;
185 cur_st[j].i = i+1;
186 cur_st[j].j = j+1;
197 x1 = cur_st[j].i;
[all …]
/dports/net-im/centerim/centerim-4.22.10/libicq2000/src/
H A DRateLimits.cpp30 unsigned char cur_st) : window(win), clear_l(clr), in RateClass() argument
32 max_l(max), last_time(last), current_state(cur_st), members() {} in RateClass()
H A DRateLimits.h36 unsigned char cur_st);
/dports/dns/gdnsd2/gdnsd-2.4.3/libgdnsd/
H A Dmon.c967 const char* cur_st; in gdnsd_mon_stats_out_html() local
971 get_state_texts(i, &cur_st, &real_st); in gdnsd_mon_stats_out_html()
973 …const int snp_rv = snprintf(buf, avail, http_tmpl, smgrs[i].desc, cur_class, cur_st, real_class, r… in gdnsd_mon_stats_out_html()
1007 const char* cur_st; in gdnsd_mon_stats_out_csv() local
1009 get_state_texts(i, &cur_st, &real_st); in gdnsd_mon_stats_out_csv()
1010 const int snp_rv = snprintf(buf, avail, csv_tmpl, smgrs[i].desc, cur_st, real_st); in gdnsd_mon_stats_out_csv()
1046 const char* cur_st; in gdnsd_mon_stats_out_json() local
1048 get_state_texts(i, &cur_st, &real_st); in gdnsd_mon_stats_out_json()
1049 const int snp_rv = snprintf(buf, avail, json_tmpl, smgrs[i].desc, cur_st, real_st); in gdnsd_mon_stats_out_json()
/dports/math/spot/spot-2.10.2/bench/dtgbasat/
H A Dgen.py336 cur_st = int(line[st_id])
342 arguments=ColorArgument('Purpl', str(cur_st))))
345 or cur_st > dba_st:
347 arguments=ColorArgument('Red', str(cur_st))))
348 elif cur_st < dba_st:
350 arguments=ColorArgument('Gray', str(cur_st))))
352 row.append(str(cur_st))
/dports/math/py-spot/spot-2.10.2/bench/dtgbasat/
H A Dgen.py336 cur_st = int(line[st_id])
342 arguments=ColorArgument('Purpl', str(cur_st))))
345 or cur_st > dba_st:
347 arguments=ColorArgument('Red', str(cur_st))))
348 elif cur_st < dba_st:
350 arguments=ColorArgument('Gray', str(cur_st))))
352 row.append(str(cur_st))
/dports/sysutils/u-boot-utilite/u-boot-2015.07/drivers/mmc/
H A Ddavinci_mmc.c90 uint *cur_st, uint st_ready, uint st_error) in dmmc_check_status() argument
93 uint mmcstatus = *cur_st; in dmmc_check_status()
97 *cur_st = mmcstatus; in dmmc_check_status()
/dports/audio/mous/mous-2.0.1/deps/ffmpeg-strip-wma/
H A Dfutils.c668 st = s->cur_st; in av_read_frame_internal()
675 s->cur_st = NULL; in av_read_frame_internal()
701 s->cur_st = NULL; in av_read_frame_internal()
752 s->cur_st = st; in av_read_frame_internal()
842 if (s->cur_st) { in av_read_frame_flush()
843 if (s->cur_st->parser) in av_read_frame_flush()
845 s->cur_st = NULL; in av_read_frame_flush()
1141 if (ic->cur_st && ic->cur_st->parser)
1143 ic->cur_st = NULL;
1543 if (s->cur_st && s->cur_st->parser) in av_close_input_file()
/dports/biology/fasta3/fasta-36.3.8/src/
H A Ddropfx2.c1598 cur_st[j].i = i+1;
1599 cur_st[j].j = j+1;
1635 cur_st[j].i = cur_st[j-e1].i;
1636 cur_st[j].j = cur_st[j-e1].j;
1650 cur_st[j].i = i;
1651 cur_st[j].j = 0;
1654 cur_st[j].i = 0;
1659 cur_st[j].i = i+1;
1660 cur_st[j].j = j+1;
1671 x1 = cur_st[j].i;
[all …]
H A Ddropfz3.c1699 cur_st[j].i = i+1;
1700 cur_st[j].j = j+1;
1734 cur_st[j].i = cur_st[j-c].i;
1735 cur_st[j].j = cur_st[j-c].j;
1749 cur_st[j].i = i;
1750 cur_st[j].j = 0;
1753 cur_st[j].i = 0;
1758 cur_st[j].i = i+1;
1759 cur_st[j].j = j+1;
1770 x1 = cur_st[j].i;
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dmdebugread.c407 struct symtab *cur_st; /* Current symtab. */ member
638 add_symbol (s, top_stack->cur_st, b); in parse_symbol()
771 add_symbol (s, top_stack->cur_st, b); in parse_symbol()
787 add_block (b, top_stack->cur_st); in parse_symbol()
1093 add_symbol (s, top_stack->cur_st, top_stack->cur_block); in parse_symbol()
1121 add_block (b, top_stack->cur_st); in parse_symbol()
1155 add_symbol (s, top_stack->cur_st, top_stack->cur_block); in parse_symbol()
2025 add_block (b, top_stack->cur_st); in parse_procedure()
4232 top_stack->cur_st = st; in psymtab_to_symtab_1()
4319 top_stack->cur_st = st; in psymtab_to_symtab_1()
[all …]
/dports/devel/gdb/gdb-11.1/gdb/
H A Dmdebugread.c403 struct symtab *cur_st; /* Current symtab. */ member
567 add_symbol (s, top_stack->cur_st, b); in add_data_symbol()
774 = SYMTAB_BLOCKVECTOR (top_stack->cur_st); in parse_symbol()
787 add_symbol (s, top_stack->cur_st, b); in parse_symbol()
803 add_block (b, top_stack->cur_st); in parse_symbol()
1104 add_symbol (s, top_stack->cur_st, top_stack->cur_block); in parse_symbol()
1132 add_block (b, top_stack->cur_st); in parse_symbol()
1147 = SYMTAB_BLOCKVECTOR (top_stack->cur_st); in parse_symbol()
2005 add_block (b, top_stack->cur_st);
4097 top_stack->cur_st = COMPUNIT_FILETABS (cust);
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dmdebugread.c410 struct symtab *cur_st; /* Current symtab. */ member
639 add_symbol (s, top_stack->cur_st, b); in parse_symbol()
772 add_symbol (s, top_stack->cur_st, b); in parse_symbol()
788 add_block (b, top_stack->cur_st); in parse_symbol()
1095 add_symbol (s, top_stack->cur_st, top_stack->cur_block); in parse_symbol()
1123 add_block (b, top_stack->cur_st); in parse_symbol()
1157 add_symbol (s, top_stack->cur_st, top_stack->cur_block); in parse_symbol()
2028 add_block (b, top_stack->cur_st); in parse_procedure()
4236 top_stack->cur_st = st; in psymtab_to_symtab_1()
4330 top_stack->cur_st = st; in psymtab_to_symtab_1()
[all …]
/dports/sysutils/u-boot-chip/u-boot-2021.07/drivers/mmc/
H A Ddavinci_mmc.c110 uint *cur_st, uint st_ready, uint st_error) argument
113 uint mmcstatus = *cur_st;
117 *cur_st = mmcstatus;
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/drivers/mmc/
H A Ddavinci_mmc.c122 uint *cur_st, uint st_ready, uint st_error) argument
125 uint mmcstatus = *cur_st;
129 *cur_st = mmcstatus;
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/drivers/mmc/
H A Ddavinci_mmc.c122 uint *cur_st, uint st_ready, uint st_error) argument
125 uint mmcstatus = *cur_st;
129 *cur_st = mmcstatus;
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/drivers/mmc/
H A Ddavinci_mmc.c110 uint *cur_st, uint st_ready, uint st_error) argument
113 uint mmcstatus = *cur_st;
117 *cur_st = mmcstatus;
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/drivers/mmc/
H A Ddavinci_mmc.c110 uint *cur_st, uint st_ready, uint st_error) argument
113 uint mmcstatus = *cur_st;
117 *cur_st = mmcstatus;
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/drivers/mmc/
H A Ddavinci_mmc.c110 uint *cur_st, uint st_ready, uint st_error) argument
113 uint mmcstatus = *cur_st;
117 *cur_st = mmcstatus;
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/drivers/mmc/
H A Ddavinci_mmc.c122 uint *cur_st, uint st_ready, uint st_error) argument
125 uint mmcstatus = *cur_st;
129 *cur_st = mmcstatus;
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/drivers/mmc/
H A Ddavinci_mmc.c110 uint *cur_st, uint st_ready, uint st_error) argument
113 uint mmcstatus = *cur_st;
117 *cur_st = mmcstatus;
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/drivers/mmc/
H A Ddavinci_mmc.c110 uint *cur_st, uint st_ready, uint st_error) argument
113 uint mmcstatus = *cur_st;
117 *cur_st = mmcstatus;
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/drivers/mmc/
H A Ddavinci_mmc.c110 uint *cur_st, uint st_ready, uint st_error) argument
113 uint mmcstatus = *cur_st;
117 *cur_st = mmcstatus;

12345