Home
last modified time | relevance | path

Searched refs:tmp_pc (Results 1 – 25 of 75) sorted by relevance

123

/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/asn1/HI2Operations/
H A DHI2Operations.cnf44 gboolean tmp_pc;
56 tmp_offset = get_ber_identifier(tvb, offset, &tmp_class, &tmp_pc, &tmp_tag);
60 if(tmp_pc != 1){
73 get_ber_identifier(tvb, tmp_offset, &tmp_class, &tmp_pc, &tmp_tag);
77 if(tmp_pc != 0){
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/asn1/HI2Operations/
H A DHI2Operations.cnf44 gboolean tmp_pc;
56 tmp_offset = get_ber_identifier(tvb, offset, &tmp_class, &tmp_pc, &tmp_tag);
60 if(tmp_pc != 1){
73 get_ber_identifier(tvb, tmp_offset, &tmp_class, &tmp_pc, &tmp_tag);
77 if(tmp_pc != 0){
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/asn1/HI2Operations/
H A DHI2Operations.cnf44 gboolean tmp_pc;
56 tmp_offset = get_ber_identifier(tvb, offset, &tmp_class, &tmp_pc, &tmp_tag);
60 if(tmp_pc != 1){
73 get_ber_identifier(tvb, tmp_offset, &tmp_class, &tmp_pc, &tmp_tag);
77 if(tmp_pc != 0){
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/asn1/HI2Operations/
H A DHI2Operations.cnf44 gboolean tmp_pc;
56 tmp_offset = get_ber_identifier(tvb, offset, &tmp_class, &tmp_pc, &tmp_tag);
60 if(tmp_pc != 1){
73 get_ber_identifier(tvb, tmp_offset, &tmp_class, &tmp_pc, &tmp_tag);
77 if(tmp_pc != 0){
/dports/devel/vstr/vstr-1.0.15/tst/cntl/
H A Dtst_cntl_conf.c34 VSTR_CNTL_CONF_GET_ ## name, &tmp_pc) && \
35 !strcmp(tmp_pc, (old)))); \
41 VSTR_CNTL_CONF_GET_ ## name, &tmp_pc) && \
42 !strcmp(tmp_pc, (new))))
47 VSTR_CNTL_CONF_GET_ ## name, &tmp_pc) && \
48 !strcmp(tmp_pc, (old)))); \
54 VSTR_CNTL_CONF_GET_ ## name, &tmp_pc) && \
55 !strcmp(tmp_pc, (tst_new))))
107 char *tmp_pc = NULL; in tst() local
/dports/lang/v/v-0.1.29/vlib/regex/
H A Dregex.v1611 re.prog[tmp_pc].group_rep++
1614 if re.prog[tmp_pc].group_rep >= re.prog[tmp_pc].rep_min && re.prog[tmp_pc].group_id >= 0{
1981 pc = tmp_pc
2001 pc = tmp_pc
2008 pc = tmp_pc // TEST
2022 pc = tmp_pc
2040 mut tmp_pc := pc
2042 tmp_pc = group_data[group_index]
2045 rep := re.prog[tmp_pc].group_rep
2049 pc = re.prog[tmp_pc].goto_pc
[all …]
/dports/games/xzip/xzip/
H A Dquetzal.c61 ul_t ifzslen = 0, cmemlen = 0, stkslen = 0, tmp_pc; local
144 tmp_pc = stack[tmp_fp+3] + (ul_t) stack[tmp_fp+4]*PAGE_SIZE;
147 var = read_data_byte (&tmp_pc); /* also increments tmp_pc */
148 tmp_pc = (tmp_pc << 8) | nvars;
152 tmp_pc = (tmp_pc << 8) | 0x10 | nvars; /* set procedure flag */
161 if (!write_long(sfp,tmp_pc)) return FALSE;
/dports/textproc/uncrustify/uncrustify-uncrustify-0.74.0/src/
H A Dbraces.cpp1271 for (chunk_t *tmp_pc = br_open; in mod_case_brace_remove() local
1272 tmp_pc != br_close; in mod_case_brace_remove()
1273 tmp_pc = chunk_get_next_ncnnl(tmp_pc, scope_e::PREPROC)) in mod_case_brace_remove()
1287 for (chunk_t *tmp_pc = br_open; in mod_case_brace_remove() local
1288 tmp_pc != br_close; in mod_case_brace_remove()
1289 tmp_pc = chunk_get_next_ncnnl(tmp_pc, scope_e::PREPROC)) in mod_case_brace_remove()
1294 __func__, __LINE__, tmp_pc->orig_line, tmp_pc->orig_col); in mod_case_brace_remove()
1298 tmp_pc->brace_level--; in mod_case_brace_remove()
1300 if (tmp_pc->level == 0) in mod_case_brace_remove()
1303 __func__, __LINE__, tmp_pc->orig_line, tmp_pc->orig_col); in mod_case_brace_remove()
[all …]
H A Dcombine_fix_mark.cpp620 chunk_t *tmp_pc; in fix_variable_definition() local
721 tmp_pc = cs.Get(idx)->m_pc; in fix_variable_definition()
732 __func__, __LINE__, tmp_pc->orig_line, tmp_pc->orig_col); in fix_variable_definition()
737 tmp_pc = cs.Get(idx)->m_pc; in fix_variable_definition()
739 if ( chunk_is_not_token(tmp_pc, CT_WORD) in fix_variable_definition()
744 make_type(tmp_pc); in fix_variable_definition()
749 tmp_pc = cs.Get(ref_idx)->m_pc; in fix_variable_definition()
761 tmp_pc = cs.Get(idxForCs)->m_pc; in fix_variable_definition()
762 make_type(tmp_pc); in fix_variable_definition()
763 chunk_flags_set(tmp_pc, PCF_VAR_TYPE); in fix_variable_definition()
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Drecord.c1130 CORE_ADDR tmp_pc; in record_wait() local
1157 tmp_pc = regcache_read_pc (regcache); in record_wait()
1176 tmp_pc + decr_pc_after_break); in record_wait()
1229 CORE_ADDR tmp_pc; in record_wait() local
1237 tmp_pc = regcache_read_pc (regcache); in record_wait()
1245 paddress (gdbarch, tmp_pc)); in record_wait()
1251 tmp_pc + decr_pc_after_break); in record_wait()
1318 tmp_pc = regcache_read_pc (regcache); in record_wait()
1328 paddress (gdbarch, tmp_pc)); in record_wait()
1333 tmp_pc)) in record_wait()
[all …]
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Drecord-full.c1227 CORE_ADDR tmp_pc; in record_full_wait_1() local
1262 tmp_pc = regcache_read_pc (regcache); in record_full_wait_1()
1281 tmp_pc + decr_pc_after_break); in record_full_wait_1()
1340 CORE_ADDR tmp_pc; in record_full_wait_1() local
1348 tmp_pc = regcache_read_pc (regcache); in record_full_wait_1()
1356 paddress (gdbarch, tmp_pc)); in record_full_wait_1()
1362 tmp_pc + decr_pc_after_break); in record_full_wait_1()
1429 tmp_pc = regcache_read_pc (regcache); in record_full_wait_1()
1439 paddress (gdbarch, tmp_pc)); in record_full_wait_1()
1444 tmp_pc)) in record_full_wait_1()
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/asn1/mms/
H A Dpacket-mms-template.c203 gboolean tmp_pc; in dissect_mms_heur() local
212 offset = get_ber_identifier(tvb, offset, &tmp_class, &tmp_pc, &tmp_tag); in dissect_mms_heur()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/asn1/mms/
H A Dpacket-mms-template.c203 gboolean tmp_pc;
212 offset = get_ber_identifier(tvb, offset, &tmp_class, &tmp_pc, &tmp_tag);
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/asn1/mms/
H A Dpacket-mms-template.c203 gboolean tmp_pc; in dissect_mms_heur() local
212 offset = get_ber_identifier(tvb, offset, &tmp_class, &tmp_pc, &tmp_tag); in dissect_mms_heur()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/asn1/mms/
H A Dpacket-mms-template.c203 gboolean tmp_pc; in dissect_mms_heur() local
212 offset = get_ber_identifier(tvb, offset, &tmp_class, &tmp_pc, &tmp_tag); in dissect_mms_heur()
/dports/devel/gdb/gdb-11.1/gdb/
H A Drecord-full.c1178 CORE_ADDR tmp_pc; in record_full_wait_1() local
1216 tmp_pc = regcache_read_pc (regcache); in record_full_wait_1()
1223 else if (record_check_stopped_by_breakpoint (aspace, tmp_pc, in record_full_wait_1()
1292 CORE_ADDR tmp_pc; in record_full_wait_1() local
1300 tmp_pc = regcache_read_pc (regcache); in record_full_wait_1()
1301 if (record_check_stopped_by_breakpoint (aspace, tmp_pc, in record_full_wait_1()
1307 paddress (gdbarch, tmp_pc)); in record_full_wait_1()
1379 tmp_pc = regcache_read_pc (regcache); in record_full_wait_1()
1381 (aspace, tmp_pc, &record_full_stop_reason)) in record_full_wait_1()
1387 paddress (gdbarch, tmp_pc)); in record_full_wait_1()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/openrisc/
H A Dtranslate.c605 target_ulong tmp_pc = dc->base.pc_next + a->n * 4; in trans_l_j() local
607 tcg_gen_movi_tl(jmp_pc, tmp_pc); in trans_l_j()
608 dc->jmp_pc_imm = tmp_pc; in trans_l_j()
615 target_ulong tmp_pc = dc->base.pc_next + a->n * 4; in trans_l_jal() local
620 if (tmp_pc != ret_pc) { in trans_l_jal()
621 tcg_gen_movi_tl(jmp_pc, tmp_pc); in trans_l_jal()
622 dc->jmp_pc_imm = tmp_pc; in trans_l_jal()
630 target_ulong tmp_pc = dc->base.pc_next + a->n * 4; in do_bf() local
632 TCGv t_true = tcg_const_tl(tmp_pc); in do_bf()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dcris-tdep.c3435 CORE_ADDR tmp_pc = 0; in cris_fpless_backtrace() local
3484 tmp_pc = get_pc_function_start (pc); in cris_fpless_backtrace()
3488 while (tmp_pc < pc) in cris_fpless_backtrace()
3490 insn = read_memory_unsigned_integer (tmp_pc, sizeof (short)); in cris_fpless_backtrace()
3491 tmp_pc += sizeof (short); in cris_fpless_backtrace()
3495 insn_next = read_memory_unsigned_integer (tmp_pc, in cris_fpless_backtrace()
3497 tmp_pc += sizeof (short); in cris_fpless_backtrace()
3547 val = get_data_from_address (&insn, tmp_pc); in cris_fpless_backtrace()
3567 insn_next = read_memory_unsigned_integer (tmp_pc, in cris_fpless_backtrace()
3569 tmp_pc += sizeof (short); in cris_fpless_backtrace()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dcris-tdep.c3435 CORE_ADDR tmp_pc = 0; in cris_fpless_backtrace() local
3484 tmp_pc = get_pc_function_start (pc); in cris_fpless_backtrace()
3488 while (tmp_pc < pc) in cris_fpless_backtrace()
3490 insn = read_memory_unsigned_integer (tmp_pc, sizeof (short)); in cris_fpless_backtrace()
3491 tmp_pc += sizeof (short); in cris_fpless_backtrace()
3495 insn_next = read_memory_unsigned_integer (tmp_pc, in cris_fpless_backtrace()
3497 tmp_pc += sizeof (short); in cris_fpless_backtrace()
3547 val = get_data_from_address (&insn, tmp_pc); in cris_fpless_backtrace()
3567 insn_next = read_memory_unsigned_integer (tmp_pc, in cris_fpless_backtrace()
3569 tmp_pc += sizeof (short); in cris_fpless_backtrace()
/dports/emulators/gxemul/gxemul-0.6.3/src/cpus/
H A Dcpu_arm_instr_loadstore.cc359 if (ic->arg[0] == (size_t)(&cpu->cd.arm.tmp_pc)) { in A__NAME_PC()
367 cpu->cd.arm.tmp_pc = tmp + 8; in A__NAME_PC()
385 cpu->cd.arm.tmp_pc = tmp + 12; in A__NAME_PC()
/dports/emulators/qemu-utils/qemu-4.2.1/target/openrisc/
H A Dtranslate.c610 target_ulong tmp_pc = dc->base.pc_next + a->n * 4; in trans_l_j() local
612 tcg_gen_movi_tl(jmp_pc, tmp_pc); in trans_l_j()
613 dc->jmp_pc_imm = tmp_pc; in trans_l_j()
620 target_ulong tmp_pc = dc->base.pc_next + a->n * 4; in trans_l_jal() local
625 if (tmp_pc != ret_pc) { in trans_l_jal()
626 tcg_gen_movi_tl(jmp_pc, tmp_pc); in trans_l_jal()
627 dc->jmp_pc_imm = tmp_pc; in trans_l_jal()
635 target_ulong tmp_pc = dc->base.pc_next + a->n * 4; in do_bf() local
637 TCGv t_true = tcg_const_tl(tmp_pc); in do_bf()
/dports/emulators/qemu5/qemu-5.2.0/target/openrisc/
H A Dtranslate.c610 target_ulong tmp_pc = dc->base.pc_next + a->n * 4; in trans_l_j() local
612 tcg_gen_movi_tl(jmp_pc, tmp_pc); in trans_l_j()
613 dc->jmp_pc_imm = tmp_pc; in trans_l_j()
620 target_ulong tmp_pc = dc->base.pc_next + a->n * 4; in trans_l_jal() local
625 if (tmp_pc != ret_pc) { in trans_l_jal()
626 tcg_gen_movi_tl(jmp_pc, tmp_pc); in trans_l_jal()
627 dc->jmp_pc_imm = tmp_pc; in trans_l_jal()
635 target_ulong tmp_pc = dc->base.pc_next + a->n * 4; in do_bf() local
637 TCGv t_true = tcg_const_tl(tmp_pc); in do_bf()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/openrisc/
H A Dtranslate.c610 target_ulong tmp_pc = dc->base.pc_next + a->n * 4; in trans_l_j() local
612 tcg_gen_movi_tl(jmp_pc, tmp_pc); in trans_l_j()
613 dc->jmp_pc_imm = tmp_pc; in trans_l_j()
620 target_ulong tmp_pc = dc->base.pc_next + a->n * 4; in trans_l_jal() local
625 if (tmp_pc != ret_pc) { in trans_l_jal()
626 tcg_gen_movi_tl(jmp_pc, tmp_pc); in trans_l_jal()
627 dc->jmp_pc_imm = tmp_pc; in trans_l_jal()
635 target_ulong tmp_pc = dc->base.pc_next + a->n * 4; in do_bf() local
637 TCGv t_true = tcg_const_tl(tmp_pc); in do_bf()
/dports/emulators/qemu42/qemu-4.2.1/target/openrisc/
H A Dtranslate.c610 target_ulong tmp_pc = dc->base.pc_next + a->n * 4; in trans_l_j() local
612 tcg_gen_movi_tl(jmp_pc, tmp_pc); in trans_l_j()
613 dc->jmp_pc_imm = tmp_pc; in trans_l_j()
620 target_ulong tmp_pc = dc->base.pc_next + a->n * 4; in trans_l_jal() local
625 if (tmp_pc != ret_pc) { in trans_l_jal()
626 tcg_gen_movi_tl(jmp_pc, tmp_pc); in trans_l_jal()
627 dc->jmp_pc_imm = tmp_pc; in trans_l_jal()
635 target_ulong tmp_pc = dc->base.pc_next + a->n * 4; in do_bf() local
637 TCGv t_true = tcg_const_tl(tmp_pc); in do_bf()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/openrisc/
H A Dtranslate.c610 target_ulong tmp_pc = dc->base.pc_next + a->n * 4; in trans_l_j() local
612 tcg_gen_movi_tl(jmp_pc, tmp_pc); in trans_l_j()
613 dc->jmp_pc_imm = tmp_pc; in trans_l_j()
620 target_ulong tmp_pc = dc->base.pc_next + a->n * 4; in trans_l_jal() local
625 if (tmp_pc != ret_pc) { in trans_l_jal()
626 tcg_gen_movi_tl(jmp_pc, tmp_pc); in trans_l_jal()
627 dc->jmp_pc_imm = tmp_pc; in trans_l_jal()
635 target_ulong tmp_pc = dc->base.pc_next + a->n * 4; in do_bf() local
637 TCGv t_true = tcg_const_tl(tmp_pc); in do_bf()

123