Searched refs:b1 (Results 1 - 10 of 10) sorted by relevance

/ast/src/lib/libast/comp/
H A Dmemcmp.c35 register const unsigned char* b1 = (const unsigned char*)ab1;
37 register const unsigned char* e = b1 + n;
39 while (b1 < e)
40 if (*b1++ != *b2++)
41 return(*--b1 - *--b2);
/ast/src/lib/libtk/library/demos/
H A Dicon.tcl33 checkbutton $w.frame.b1 -image flagdown -selectimage flagup \
35 $w.frame.b1 configure -selectcolor [$w.frame.b1 cget -background]
40 pack $w.frame.left $w.frame.b1 $w.frame.b2 -side left -expand yes -padx 5m
H A Dbutton.tcl24 button $w.b1 -text "Peach Puff" -width 10 \
32 pack $w.b1 $w.b2 $w.b3 $w.b4 -side top -expand yes -pady 2
H A Dcheck.tcl26 checkbutton $w.b1 -text "Wipers OK" -variable wipers -relief flat
29 pack $w.b1 $w.b2 $w.b3 -side top -pady 2 -anchor w
/ast/src/cmd/ksh93/tests/
H A Dattributes.sh173 then b1=aGVsbG8gd29ybGQ=
175 else b1=iIWTk5ZAppaZk4Q=
178 z=$b1
179 typeset -b x=$b1
182 typeset -b -Z5 a=$b1
187 x+=$b1
190 typeset -b -Z20 z=$b1
199 [[ $v1 == "$b1" ]] || err_exit "v1=$v1 should be $b1"
H A Dcomvar.sh234 { b=( b1=${a.b} ) ;} 2> /dev/null
235 [[ ${b.b1} == foo ]] || err_exit '${b.b1} should be foo'
/ast/src/lib/libvcodex/Vcwindow/
H A Dvcwprefix.c92 #define BLOOMDEF(pf,ky,b1,b2) (((b1) = (ky)&(pf)->bmask), \
94 #define BLOOMSET(pf,ky,b1,b2) (BLOOMDEF(pf,ky,b1,b2), \
95 ((pf)->bloom[(b1) >> 3] |= (1 << ((b1)&7)) ), \
97 #define Bloomtest(pf,ky,b1,b2) (BLOOMDEF(pf,ky,b1,b2), \
98 (((pf)->bloom[(b1) >> 3] & (1 << ((b1)
[all...]
/ast/src/lib/libtk/generic/
H A DtkTrig.c91 double m1, b1, m2, b2;
95 * edge to a line equation of the form y = m1*x + b1. Then
101 b1 = end1Ptr[1] - m1*end1Ptr[0];
104 x = (b2 - b1)/(m1 - m2);
105 y = m1*x + b1;
520 double m1, b1, m2, b2;
525 * edge to a line equation of the form y = m1*x + b1. Then
531 b1 = pPtr[1] - m1*pPtr[0];
534 x = (b2 - b1)/(m1 - m2);
535 y = m1*x + b1;
90 double m1, b1, m2, b2; local
516 double m1, b1, m2, b2; local
[all...]
H A Dtk3d.c761 XPoint poly[4], b1, b2, newB1, newB2;
808 * b1 * poly[0] (pointPtr[i-1])
823 * this, compute a new b1 and b2 value for the next
827 * (d) Advance poly[0], poly[1], b1, and b2 for the
860 parallel = Intersect(&newB1, &newB2, &b1, &b2, &poly[2]);
868 * *----b1-----------b2------a
886 * b1-b2 and newB1-newB2 with p1Ptr-perp.
894 (void) Intersect(p1Ptr, &perp, &b1, &b2, &poly[2]);
918 b1.x = newB1.x;
919 b1
749 XPoint poly[4], b1, b2, newB1, newB2; local
[all...]
/ast/src/cmd/msgcc/
H A Dmsgcc.sh54 is \b1\b.]

Completed in 25 milliseconds