Home
last modified time | relevance | path

Searched refs:llx (Results 101 – 125 of 3041) sorted by relevance

12345678910>>...122

/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/CodeGenObjC/
H A Darc-captured-32bit-block-var-layout-2.m15 void (^block1)() = ^{ printf("%#llx", eightByte); NSLog(@"%@", strong); };
20 void (^block2)() = ^{ printf("%#llx, %d", eightByte, i); NSLog(@"%@", strong); };
25 void (^block3)() = ^{ printf("%c %#llx", ch, eightByte); NSLog(@"%@", strong); };
35 void (^block5)() = ^{ NSLog(@"%@", strong); printf("%c %#llx", ch, eightByte); };
39 void (^block6)() = ^{ printf("%#llx", eightByte); };
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenObjC/
H A Darc-captured-32bit-block-var-layout-2.m15 void (^block1)() = ^{ printf("%#llx", eightByte); NSLog(@"%@", strong); };
20 void (^block2)() = ^{ printf("%#llx, %d", eightByte, i); NSLog(@"%@", strong); };
25 void (^block3)() = ^{ printf("%c %#llx", ch, eightByte); NSLog(@"%@", strong); };
35 void (^block5)() = ^{ NSLog(@"%@", strong); printf("%c %#llx", ch, eightByte); };
39 void (^block6)() = ^{ printf("%#llx", eightByte); };
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGenObjC/
H A Darc-captured-32bit-block-var-layout-2.m15 void (^block1)() = ^{ printf("%#llx", eightByte); NSLog(@"%@", strong); };
20 void (^block2)() = ^{ printf("%#llx, %d", eightByte, i); NSLog(@"%@", strong); };
25 void (^block3)() = ^{ printf("%c %#llx", ch, eightByte); NSLog(@"%@", strong); };
35 void (^block5)() = ^{ NSLog(@"%@", strong); printf("%c %#llx", ch, eightByte); };
39 void (^block6)() = ^{ printf("%#llx", eightByte); };
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGenObjC/
H A Darc-captured-32bit-block-var-layout-2.m15 void (^block1)() = ^{ printf("%#llx", eightByte); NSLog(@"%@", strong); };
20 void (^block2)() = ^{ printf("%#llx, %d", eightByte, i); NSLog(@"%@", strong); };
25 void (^block3)() = ^{ printf("%c %#llx", ch, eightByte); NSLog(@"%@", strong); };
35 void (^block5)() = ^{ NSLog(@"%@", strong); printf("%c %#llx", ch, eightByte); };
39 void (^block6)() = ^{ printf("%#llx", eightByte); };
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGenObjC/
H A Darc-captured-32bit-block-var-layout-2.m15 void (^block1)() = ^{ printf("%#llx", eightByte); NSLog(@"%@", strong); };
20 void (^block2)() = ^{ printf("%#llx, %d", eightByte, i); NSLog(@"%@", strong); };
25 void (^block3)() = ^{ printf("%c %#llx", ch, eightByte); NSLog(@"%@", strong); };
35 void (^block5)() = ^{ NSLog(@"%@", strong); printf("%c %#llx", ch, eightByte); };
39 void (^block6)() = ^{ printf("%#llx", eightByte); };
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGenObjC/
H A Darc-captured-32bit-block-var-layout-2.m15 void (^block1)() = ^{ printf("%#llx", eightByte); NSLog(@"%@", strong); };
20 void (^block2)() = ^{ printf("%#llx, %d", eightByte, i); NSLog(@"%@", strong); };
25 void (^block3)() = ^{ printf("%c %#llx", ch, eightByte); NSLog(@"%@", strong); };
35 void (^block5)() = ^{ NSLog(@"%@", strong); printf("%c %#llx", ch, eightByte); };
39 void (^block6)() = ^{ printf("%#llx", eightByte); };
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/CodeGenObjC/
H A Darc-captured-32bit-block-var-layout-2.m15 void (^block1)() = ^{ printf("%#llx", eightByte); NSLog(@"%@", strong); };
20 void (^block2)() = ^{ printf("%#llx, %d", eightByte, i); NSLog(@"%@", strong); };
25 void (^block3)() = ^{ printf("%c %#llx", ch, eightByte); NSLog(@"%@", strong); };
35 void (^block5)() = ^{ NSLog(@"%@", strong); printf("%c %#llx", ch, eightByte); };
39 void (^block6)() = ^{ printf("%#llx", eightByte); };
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGenObjC/
H A Darc-captured-32bit-block-var-layout-2.m15 void (^block1)() = ^{ printf("%#llx", eightByte); NSLog(@"%@", strong); };
20 void (^block2)() = ^{ printf("%#llx, %d", eightByte, i); NSLog(@"%@", strong); };
25 void (^block3)() = ^{ printf("%c %#llx", ch, eightByte); NSLog(@"%@", strong); };
35 void (^block5)() = ^{ NSLog(@"%@", strong); printf("%c %#llx", ch, eightByte); };
39 void (^block6)() = ^{ printf("%#llx", eightByte); };
/dports/textproc/py-pikepdf/pikepdf-2.16.1/tests/
H A Dtest_rectangle.py11 assert r.llx == 1.0
17 r.llx *= 2
21 assert r.lower_left == (r.llx, r.lly)
24 assert r.upper_left == (r.llx, r.ury)
/dports/math/opensolaris-libm/opensolaris-libm-2017.01.31/usr/src/libm/src/C/
H A Disnan.c43 long long llx; in isnan() local
45 llx = *(long long *)&x & ~0x8000000000000000ull; in isnan()
46 return ((unsigned long long)(0x7ff0000000000000ll - llx) >> 63); in isnan()
/dports/print/tex-dvipdfmx/texlive-20150521-source/texk/dvipdfm-x/
H A Dpdfximage.c448 info->bbox.llx = 0; in pdf_ximage_init_form_info()
542 I->attr.bbox.llx = info->bbox.llx; in pdf_ximage_set_form()
657 I->attr.bbox.llx = llx; in pdf_ximage_set_attr()
679 wd0 = p->bbox.urx - p->bbox.llx; in scale_to_fit_I()
683 d_x = -p->bbox.llx / wd0; in scale_to_fit_I()
737 wd0 = p->bbox.urx - p->bbox.llx; in scale_to_fit_F()
739 d_x = -p->bbox.llx; in scale_to_fit_F()
829 r->llx = p->bbox.llx / (I->attr.width * I->attr.xdensity); in pdf_ximage_scale_image()
834 r->llx = 0.0; in pdf_ximage_scale_image()
845 r->llx = p->bbox.llx; in pdf_ximage_scale_image()
[all …]
/dports/cad/openroad/OpenROAD-2.0/src/ppl/src/
H A DIOPlacer.tcl68 …+[.]*[0-9]*) ([0-9]+[.]*[0-9]*) ([0-9]+[.]*[0-9]*) ([0-9]+[.]*[0-9]*)} $region - llx lly urx ury] {
69 set llx [ord::microns_to_dbu $llx]
76 set llx [$die_area xMin]
110 …ppl::create_pin_shape_pattern $layer_idx $x_step $y_step $llx $lly $urx $ury $width $height $keepo…
165 set llx [$die_area xMin]
169 …-9]+[.]*[0-9]*) ([0-9]+[.]*[0-9]*) ([0-9]+[.]*[0-9]*) ([0-9]+[.]*[0-9]*)} $box - llx lly urx ury] {
170 set llx [ord::microns_to_dbu $llx]
180 ppl::add_pins_to_top_layer "set_io_pin_constraint" $names $llx $lly $urx $ury
544 proc add_pins_to_top_layer {cmd names llx lly urx ury} {
548 …utl::info PPL 60 "Restrict pins \[$names\] to region ([ord::dbu_to_microns $llx]u, [ord::dbu_to_mi…
[all …]
/dports/cad/qflow/qflow-1.4.98/scripts/
H A Dplace2def.tcl.in282 $line lmatch rowidx llx lly urx ury align
289 set pincx [expr ($llx + $urx) / 2]
297 set llx [expr $pincx - $halfwidthx]
305 if {$llx < $cellxbot} {set cellxbot $llx}
308 if {$llx < $xbot} {set xbot $llx}
624 set pincx [expr ($llx + $urx) / 2]
639 set llx [expr $xgrid * $pinpitchx]
647 set llx [expr $llx + $pinpitchx]
650 set posused(${llx},${lly}) $labname
695 set llx [expr $llx + $fillwidth]
[all …]
/dports/x11/mrxvt-devel/mrxvt-0.5.4/src/
H A Dlogging.c422 struct lastlogx llx; in rxvt_update_lastlog() local
434 MEMSET(&llx, 0, sizeof(llx)); in rxvt_update_lastlog()
435 llx.ll_tv.tv_sec = time(NULL); in rxvt_update_lastlog()
436 llx.ll_tv.tv_usec = 0; in rxvt_update_lastlog()
437 STRNCPY(llx.ll_line, pty, sizeof(llx.ll_line)); in rxvt_update_lastlog()
438 STRNCPY(llx.ll_host, host, sizeof(llx.ll_host)); in rxvt_update_lastlog()
439 updlastlogx(RXVT_LASTLOGX_FILE, getuid(), &llx); in rxvt_update_lastlog()
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DPdfContentByte.java1244 float llx = r[0]; in addImage() local
1246 float urx = llx; in addImage()
1249 llx = Math.min(llx, r[k]); in addImage()
2651 if (llx > urx) { float x = llx; llx = urx; urx = x; } in drawRadioField()
2689 if (llx > urx) { float x = llx; llx = urx; urx = x; } in drawTextField()
2695 rectangle(llx, lly, urx - llx, ury - lly); in drawTextField()
2701 rectangle(llx + 0.5f, lly + 0.5f, urx - llx - 1f, ury -lly - 1f); in drawTextField()
2715 moveTo(llx + 1f, lly + 1); in drawTextField()
2740 if (llx > urx) { float x = llx; llx = urx; urx = x; } in drawButton()
2746 rectangle(llx, lly, urx - llx, ury - lly); in drawButton()
[all …]
/dports/devel/lasi/libLASi-1.1.3/examples/
H A DMissingGlyphExample.cpp26 double llx=x,urx=x,lly=y,ury=y; in main() local
58 llx = x-1; in main()
76 doc.write(cout,llx,lly,urx,ury); in main()
80 doc.write(strm,llx,lly,urx,ury); in main()
H A DSimpleLASiExample.cpp21 double llx,urx,lly,ury; in main() local
81 llx = 100-1; in main()
91 doc.write(cout,llx,lly,urx,ury); in main()
95 doc.write(strm,llx,lly,urx,ury); in main()
/dports/print/tex-xdvik/xdvik-22.87/texk/xdvik/
H A Dimage-magick.c124 double llx, lly, urx, ury; member
374 img->info.llx, img->info.lly, img->info.urx - img->info.llx, in imagick_eps_to_jpeg()
479 int llx = ROUND(img->info.llx); in crop_shift_image() local
484 if (llx < 0) { in crop_shift_image()
486 llx = 0; in crop_shift_image()
497 if ((urx - llx) < 1 || (urx - llx) < 1) { in crop_shift_image()
506 geo.width = urx - llx; in crop_shift_image()
508 geo.x = llx; in crop_shift_image()
512 llx, lly, urx, ury); in crop_shift_image()
1205 info.llx = key_info[LLX].val; in epsf_special()
[all …]
/dports/print/pdftk/pdftk-7d2ac3c1fa858f2c247c809fc6ef43f71f241098/java/com/gitlab/pdftk_java/com/lowagie/text/pdf/
H A DPdfContentByte.java2503 if (llx > urx) { float x = llx; llx = urx; urx = x; } in drawRadioField()
2541 if (llx > urx) { float x = llx; llx = urx; urx = x; } in drawTextField()
2547 rectangle(llx, lly, urx - llx, ury - lly); in drawTextField()
2553 rectangle(llx + 0.5f, lly + 0.5f, urx - llx - 1f, ury -lly - 1f); in drawTextField()
2567 moveTo(llx + 1f, lly + 1); in drawTextField()
2568 lineTo(llx + 1f, ury - 1f); in drawTextField()
2575 moveTo(llx + 2f, lly + 2f); in drawTextField()
2576 lineTo(llx + 2f, ury - 2f); in drawTextField()
2592 if (llx > urx) { float x = llx; llx = urx; urx = x; } in drawButton()
2598 rectangle(llx, lly, urx - llx, ury - lly); in drawButton()
[all …]
/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Dfixafm.cpp134 { int c, i = 0, cc, ww, llx, lly, urx, ury;
141 &cc, &ww, name, &llx, &lly, &urx, &ury) == 7)
144 if (llx > maxllx) maxllx = llx;
145 if (llx < minllx) minllx = llx;
/dports/graphics/gltt/gltt-2.5.2/
H A DFTFont.C134 int& llx, int& lly, int& urx, int& ury ) const in getBBox() argument
136 llx= lly= urx= ury= 0; in getBBox()
158 llx= xMin; in getBBox()
171 llx /= 64; in getBBox()
/dports/print/texlive-base/texlive-20150521-source/texk/dvipng/dvipng-1.15/
H A Dspecial.c255 urx - llx, ury - lly,llx,lly)); in ps2png()
257 urx - llx, ury - lly,llx,lly); in ps2png()
421 int llx=0,lly=0,urx=0,ury=0,rwi=0,rhi=0; in SetSpecial() local
443 llx = strtol(special+4,&special,10); in SetSpecial()
462 hresolution = ((dpi*rwi+urx-llx-1)/(urx - llx)+9)/10; in SetSpecial()
474 pngheight = ((dpi*rwi*(ury-lly)+urx-llx-1)/(urx-llx)+719)/720; in SetSpecial()
476 pngwidth = (dpi*(urx-llx)+71)/72; in SetSpecial()
546 int tllx=llx,tlly=lly,turx=urx,tury=ury; in SetSpecial()
552 tllx=llx-(hh+1)*72/hresolution; in SetSpecial()
558 llx,lly,urx,ury,tllx,tlly,turx,tury)); in SetSpecial()
[all …]
/dports/graphics/xfig/xfig-3.2.8a/src/
H A Du_ghostscript.c405 *llx = (int)floor(bb[0]); in gsexe_mediabox()
490 *llx = data.bb[0]; in gslib_mediabox()
505 gs_mediabox(char *file, int *llx, int *lly, int *urx, int *ury) in gs_mediabox() argument
510 stat = gslib_mediabox(file, llx, lly, urx, ury); in gs_mediabox()
513 stat = gsexe_mediabox(file, llx, lly, urx, ury); in gs_mediabox()
583 w = (urx - llx) * BITMAP_PPI / 72 + 1; in gsexe_bitmap()
955 w = (urx - llx) * BITMAP_PPI / 72 + 1; in gslib_bitmap()
1027 sprintf(arg11, arg[11], -llx, -lly); in gslib_bitmap()
1045 return gsexe_bitmap(file, pic, llx, lly, urx, ury); in gslib_bitmap()
1123 stat = gslib_bitmap(file, pic, llx, lly, urx, ury); in gs_bitmap()
[all …]
/dports/sysutils/file/file-5.39/magic/Magdir/
H A Dtplink50 #>0x4c ubequad x \b, MD5 %llx
51 #>>0x54 ubequad x \b%llx
55 #>0x60 ubequad !0 \b, 2nd MD5 %llx
56 #>>0x68 ubequad x \b%llx
78 #>(0x88.L) ubequad x \b, file system 0x%llx
84 #>0x9E ubequad !0 \b, padding 0x%llx
88 #>0x120 ubequad !0 \b, other padding 0x%llx
/dports/devel/py-magic/file-5.40/magic/Magdir/
H A Dtplink50 #>0x4c ubequad x \b, MD5 %llx
51 #>>0x54 ubequad x \b%llx
55 #>0x60 ubequad !0 \b, 2nd MD5 %llx
56 #>>0x68 ubequad x \b%llx
78 #>(0x88.L) ubequad x \b, file system 0x%llx
84 #>0x9E ubequad !0 \b, padding 0x%llx
88 #>0x120 ubequad !0 \b, other padding 0x%llx

12345678910>>...122