Home
last modified time | relevance | path

Searched refs:tcval (Results 1 – 14 of 14) sorted by relevance

/dports/security/nmap/nmap-7.91/nselib/
H A Dasn1.lua404 local tcval = val + 256 -- two's complement
405 while tcval <= 127 do
406 tcval = tcval + 256^i * 255
410 while (tcval > 0) do
411 lsb = math.fmod(tcval, 256)
413 tcval = math.floor(tcval/256)
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/vec/
H A DossimVpfTable.cpp710 tri_coordinate_type tcval={0,0,0}, *tcptr=NULL; in print() local
713 get_table_element(j,row,table,&tcval,&n); in print()
715 if(is_vpf_null_float(tcval.x)) in print()
721 out << tcval.x << ", "; in print()
723 if(is_vpf_null_float(tcval.y)) in print()
729 out << tcval.y << ", "; in print()
731 if(is_vpf_null_float(tcval.z)) in print()
737 out << tcval.z << ")" << std::endl; in print()
/dports/devel/urjtag/urjtag-2021.03/src/svf/
H A Dsvf.h51 struct tcval struct
55 struct tcval *next; argument
H A Dsvf_bison.h181 struct tcval *tcval; member
H A Dsvf_bison.y67 struct tcval *tcval; member
H A Dsvf_bison.c264 struct tcval *tcval; member
/dports/devel/ORBit2/ORBit2-2.14.19/docs/api/html/
H A Dindex.sgml8 <ANCHOR id="ORBit-alloc-tcval" href="ORBit2/ORBit2-orbit2-allocators.html#ORBit-alloc-tcval">
9 <ANCHOR id="ORBit-realloc-tcval" href="ORBit2/ORBit2-orbit2-allocators.html#ORBit-realloc-tcval">
/dports/audio/xmcd/xmcd-3.3.2/libdi_d/
H A Dscsipt.h546 unsigned int tcval:1; /* ISRC is valid */ member
548 unsigned int tcval:1; /* ISRC is valid */ member
608 unsigned int tcval:1; /* ISRC is valid */ member
610 unsigned int tcval:1; /* ISRC is valid */ member
H A Dscsipt.c539 if (p0->tcval != 0) { in scsipt_rdsubq()
593 if (p3->tcval != 0) { in scsipt_rdsubq()
/dports/mail/alpine/alpine-465e23b/web/cgi/alpine/1.0/
H A Dpost.tcl130 set tcval ""
135 lappend tcval [format {%o} $x]
139 return $tcval
/dports/editors/pico-alpine/alpine-465e23b/web/cgi/alpine/1.0/
H A Dpost.tcl130 set tcval ""
135 lappend tcval [format {%o} $x]
139 return $tcval
/dports/security/krb5-appl/krb5-appl-1.0.3/telnet/telnet/
H A Dexterns.h359 *tcval (int);
H A Dsys_bsd.c314 tcval(func) in tcval() function
H A Dtelnet.c1253 if ((spcp->valp = tcval(func)) != NULL) { \ in slc_init()