Home
last modified time | relevance | path

Searched refs:next_tmp (Results 1 – 10 of 10) sorted by relevance

/dports/net/libosip2/libosip2-5.3.0/src/osipparser2/
H A Dsdp_message.c1939 *next_tmp = tmp; in sdp_append_connection()
1956 *next_tmp = tmp; in sdp_append_bandwidth()
1987 *next_tmp = tmp; in sdp_append_time_descr()
2004 *next_tmp = tmp; in sdp_append_key()
2022 *next_tmp = tmp; in sdp_append_attribute()
2132 *next_tmp = tmp; in sdp_append_media()
2223 char *next_tmp; in sdp_message_to_str() local
2233 tmp = next_tmp; in sdp_message_to_str()
2240 char *next_tmp; in sdp_message_to_str() local
2250 tmp = next_tmp; in sdp_message_to_str()
[all …]
/dports/net/mad_fcl/mad_fcl_v1.7_src/sdplib/
H A Dsdp_message.c1658 *next_tmp = tmp; in sdp_append_connection()
1677 *next_tmp = tmp; in sdp_append_bandwidth()
1711 *next_tmp = tmp; in sdp_append_time_descr()
1730 *next_tmp = tmp; in sdp_append_key()
1750 *next_tmp = tmp; in sdp_append_attribute()
1853 *next_tmp = tmp; in sdp_append_media()
1941 char *next_tmp; in sdp_message_to_str() local
1950 tmp = next_tmp; in sdp_message_to_str()
1957 char *next_tmp; in sdp_message_to_str() local
1966 tmp = next_tmp; in sdp_message_to_str()
[all …]
/dports/lang/mawk/mawk-1.3.4-20190203/msdos/
H A Ddosexec.c104 static int next_tmp; /* index for naming temp files */ variable
145 *tmp_idp = next_tmp; in get_pipe()
146 tmpname = tmp_file_name(next_tmp, xbuff + 163); in get_pipe()
156 next_tmp++; in get_pipe()
/dports/security/py-angr/angr-9.0.5405/angr/analyses/cfg/indirect_jump_resolvers/
H A Darm_elf_fast.py76 next_tmp = block.next
77 if next_tmp.tmp != stmt.tmp:
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dlinux_heap_glibc.c796 GHT next_root = next, next_tmp = next, double_free = GHT_MAX; in GH() local
799 …while (double_free == GHT_MAX && next_tmp && next_tmp >= brk_start && next_tmp <= main_arena->GH(t… in GH()
800 r_io_read_at (core->io, next_tmp, (ut8 *)cnk, sizeof (GH(RHeapChunk))); in GH()
801 next_tmp = (!demangle) ? cnk->fd : PROTECT_PTR (next_tmp, cnk->fd); in GH()
805 if (next_root == next_tmp) { in GH()
821 next_root = next_tmp = next; in GH()
/dports/lang/nickle/nickle-2.90/
H A Dnatural.c431 digit *next_tmp; in DigitsKaratsuba() local
483 next_tmp = m2 + off + 1; in DigitsKaratsuba()
498 rlen = DigitsKaratsuba (m1, m1len, m2, m2len, result + off, next_tmp) + off; in DigitsKaratsuba()
508 flen = DigitsKaratsuba (x1, x1len, y1, y1len, f, next_tmp); in DigitsKaratsuba()
521 flen = DigitsKaratsuba (x0, x0len, y0, y0len, f, next_tmp); in DigitsKaratsuba()
/dports/science/PETSc/petsc-3.14.1/src/ksp/pc/impls/composite/
H A Dcomposite.c213 PC_CompositeLink next = jac->head,next_tmp; in PCDestroy_Composite() local
219 next_tmp = next; in PCDestroy_Composite()
221 ierr = PetscFree(next_tmp);CHKERRQ(ierr); in PCDestroy_Composite()
/dports/science/PETSc/petsc-3.14.1/src/snes/impls/composite/
H A Dsnescomposite.c415 SNES_CompositeLink next = jac->head,next_tmp; in SNESDestroy_Composite() local
421 next_tmp = next; in SNESDestroy_Composite()
423 ierr = PetscFree(next_tmp);CHKERRQ(ierr); in SNESDestroy_Composite()
/dports/security/py-angr/angr-9.0.5405/angr/analyses/
H A Dreassembler.py2779 next_tmp = None
2781 next_tmp = candidate_irsb.irsb.next.tmp
2783 if next_tmp is not None:
2786 node.variable.tmp_id == next_tmp),
/dports/security/py-angr/angr-9.0.5405/angr/analyses/cfg/
H A Dcfg_emulated.py2433 next_tmp = irsb.next.tmp
2435 if isinstance(s, pyvex.IRStmt.WrTmp) and s.tmp == next_tmp][0]