Searched refs:px (Results 1 - 7 of 7) sorted by relevance

/barrelfish-2018-10-04/lib/tommath/
H A Dbn_mp_and.c22 int res, ix, px; local
29 px = b->used;
35 px = a->used;
39 for (ix = 0; ix < px; ix++) {
H A Dbn_mp_or.c21 int res, ix, px; local
28 px = b->used;
34 px = a->used;
38 for (ix = 0; ix < px; ix++) {
H A Dbn_mp_xor.c22 int res, ix, px; local
29 px = b->used;
35 px = a->used;
39 for (ix = 0; ix < px; ix++) {
/barrelfish-2018-10-04/usr/fbdemo/
H A Ddemo.c60 static void putcharxy(int px, int py, char c) argument
67 copperpixel(px * FONTSIZEX + x, py * FONTSIZEY + y);
73 static void printxy(int px, int py, char *str) argument
76 putcharxy(px + i, py, str[i]);
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/widget/
H A Dtabnotebook.tcl303 set px [expr {int(ceil($data(-padx)/2))}]
306 set i [$c create image $px $py -image $text -anchor nw \
309 set i [$c create text [expr {$px+1}] $py -text $text -anchor nw \
314 set W [expr {$x2-$x1+$px}]
315 set FW [expr {$W+$px}]
324 $c create poly 0 $FH $px $py $W $py $FW $FH -fill {} \
326 $c create line 0 $FH $px $py $W $py $FW $FH -joinstyle round \
539 set px [expr {int(ceil($data(-padx)/2))}]
545 {[string match text [$c type M:$i]]?$px+1:$px}]
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/perlasm/
H A Dx86_64-xlate.pl546 if ($line=~/\.([px])data/) {
555 if ($line=~/\.([px])data/) {
594 if ($sz eq "D" && ($current_segment=~/.[px]data/ || $dir eq ".rva"))
/barrelfish-2018-10-04/lib/tommath/pre_gen/
H A Dmpi.c1050 int res, ix, px; local
1057 px = b->used;
1063 px = a->used;
1067 for (ix = 0; ix < px; ix++) {
5493 int res, ix, px; local
5500 px = b->used;
5506 px = a->used;
5510 for (ix = 0; ix < px; ix++) {
8573 int res, ix, px; local
8580 px
[all...]

Completed in 121 milliseconds