Searched refs:pt (Results 1 - 11 of 11) sorted by relevance

/ast/src/lib/libvcodex/Vchuff/
H A Dvchuffpart.c88 static int addpart(Part_t* pt, Void_t* data, size_t size, ssize_t* freq) argument
90 static int addpart(pt, data, size, freq)
91 Part_t* pt;
100 vchcopy(pt->vch, freq, NIL(ssize_t*), 0);
101 if((sz = vcapply(pt->vch, data, size, &buf)) <= 0)
103 vcioputu(pt->io, sz);
104 vcioputs(pt->io, buf, sz);
110 static int part(Part_t* pt, Vcchar_t* data, size_t size, ssize_t* rfreq, double re) argument
112 static int part(pt, data, size, pos, rfreq, re)
113 Part_t* pt; /* partitio
177 Part_t *pt = vcgetmtdata(vc, Part_t*); local
233 Part_t *pt = vcgetmtdata(vc, Part_t*); local
292 Part_t *pt; local
[all...]
/ast/src/cmd/dsslib/ip_t/
H A Div.h30 ** ivget(iv, pt): find the data currently associated with "pt".
96 #define ivget(iv,pt) (*(iv)->meth->getf)((iv),(pt))
98 #define ivseg(iv,pt) (*(iv)->meth->segf)((iv),(pt))
H A Div-flat.c104 unsigned char* pt; local
128 if ((sg = dtprev(dt, &seg)) && fvcmp(size, fvcpy(size, pt = iv->r2, sg->hi), lo) >= 0)
130 if (fvcmp(size, pt, hi) >= 0)
138 if (fvcmp(size, pt, hi) > 0)
142 seg.hi = pt;
207 flatget(Iv_t* iv, unsigned char* pt) argument
223 seg.lo = seg.hi = pt;
229 flatseg(Iv_t* iv, unsigned char* pt) argument
243 /* find the segment containing pt or just beyond it */
244 seg.lo = seg.hi = pt;
[all...]
H A Div-nested.c186 nestget(Iv_t* iv, unsigned char* pt) argument
192 return nst->flat ? ivget(nst->flat, pt) : 0;
196 nestseg(Iv_t* iv, unsigned char* pt) argument
202 return nst->flat ? ivseg(nst->flat, pt) : 0;
H A Dptv.h34 #include <pt.h>
H A Dip_t.c35 #include <pt.h>
716 Pt_t* pt; local
726 if (!(pt = ptopen(ptdisc)))
732 if (!ptinsert(pt, PTMIN(addr, bits), PTMAX(addr, bits)))
734 ptclose(pt);
742 if (!ptinsert(pt, PTMIN(addr, bits), PTMAX(addr, bits)))
744 ptclose(pt);
755 if (!ptinsert(pt, PTMIN(rp->addr.v4, rp->bits), PTMAX(rp->addr.v4, rp->bits)))
758 ptclose(pt);
765 return pt;
833 Pt_t* pt; member in struct:Prefix_match_s
[all...]
H A DMakefile23 $(INCLUDEDIR) :INSTALLPROTO: bgp.h fv.h iv.h ivmethods.h pt.h ptv.h
/ast/src/lib/libcs/
H A Dcsattr.c97 static Hash_position_t* pt; local
111 if (!pt && !(pt = hashscan(tp, 0)))
114 do if (!(ip = (Info_t*)hashnext(pt)))
116 hashdone(pt);
117 pt = 0;
/ast/src/lib/libast/uwin/
H A Dsupport.c255 *pt=(unsigned short *) &tmp+3;
261 *pt=(unsigned short *) &tmp;
302 *pt += k ;
305 if( x < tmp ) *pt -= 128 ;
307 if( x < tmp ) *pt -= 16 ;
439 sign, *pt =(unsigned short *) &t ,
458 if(yexp==0) {t=1.0,pt[n0]+=m57; y*=t; nx=m57;}
468 t=y; pt[n3]=0; pt[n2]&=0xf800; y1=t;
479 {pt[n
[all...]
/ast/src/lib/libast/misc/
H A Doptget.c2399 Tag_t* pt; local
3751 pt = ptstk;
3752 pt->level = 0;
3753 pt->id = TAG_DIV;
3797 if (j > pt->level)
3799 pt++;
3800 pt->level = j;
3801 pt->id = TAG_NONE;
3805 pt->id = TAG_DL;
3811 while (j < pt
[all...]
/ast/src/lib/libdss/
H A Dcxopen.c50 match_string_comp(Cx_t* cx, Cxtype_t* st, Cxtype_t* pt, Cxvalue_t* pv, Cxdisc_t* disc) argument
54 if (!cxisstring(pt))

Completed in 152 milliseconds