Home
last modified time | relevance | path

Searched refs:lbl (Results 1 – 25 of 3491) sorted by relevance

12345678910>>...140

/dports/devel/agar/agar-1.5.0/gui/
H A Dlabel.c206 r->w = lbl->lPad + lbl->rPad; in SizeRequest()
213 r->w += lbl->lPad + lbl->rPad; in SizeRequest()
214 r->h += lbl->tPad + lbl->bPad; in SizeRequest()
217 r->w = lbl->wPre + lbl->lPad + lbl->rPad; in SizeRequest()
218 r->h = lbl->hPre*font->lineskip + lbl->tPad + lbl->bPad; in SizeRequest()
233 lbl->rClip.x = lbl->lPad; in SizeAllocate()
234 lbl->rClip.y = lbl->tPad; in SizeAllocate()
235 lbl->rClip.w = a->w - lbl->rPad; in SizeAllocate()
236 lbl->rClip.h = a->h - lbl->bPad; in SizeAllocate()
462 GetPosition(lbl, WSURFACE(lbl,lbl->surface), &x, &y); in Draw()
[all …]
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/core/tests/unit/
H A Dtest_labelers.py38 lbl = CounterLabeler()
41 self.assertEqual(lbl(m.that), 3)
49 lbl = NumericLabeler('x')
58 lbl = NumericLabeler('xyz')
69 lbl = CNameLabeler()
83 lbl = TextLabeler()
97 lbl = AlphaNumericTextLabeler()
111 lbl = NameLabeler()
125 lbl = CuidLabeler()
215 lbl(m.mycomp)
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/lib/libkern/arch/hppa/
H A Dprefix.h40 ! ADDIL L%lbl-labl/**/lbl,r1\
42 ! BE R%lbl-labl/**/lbl(sr7,r1)
46 ! ADDIL L%lbl-labl/**/lbl,r1\
48 ! BE,N R%lbl-labl/**/lbl(sr7,r1)
52 ! ADDIL L%lbl-labl/**/lbl,r1\
54 ! BLE R%lbl-labl/**/lbl(sr7,r1)
58 ! ADDIL L%lbl-labl/**/lbl,r1\
60 ! BLE,N R%lbl-labl/**/lbl(sr7,r1)
74 #define MILLI_BE(lbl) B lbl argument
75 #define MILLI_BEN(lbl) B,n lbl argument
[all …]
/dports/science/siconos/siconos-4.4.0/externals/lbl/src/
H A Dlbl_lib.c4 #define USE_27 lbl->lblsolver == 0
5 #define USE_57 lbl->lblsolver == 1
20 lbl->lblsolver = lblsolver; in LBL_Initialize()
24 lbl->irn = lbl->ma27->irn; in LBL_Initialize()
25 lbl->jcn = lbl->ma27->jcn; in LBL_Initialize()
29 lbl->irn = lbl->ma57->irn; in LBL_Initialize()
30 lbl->jcn = lbl->ma57->jcn; in LBL_Initialize()
33 return lbl; in LBL_Initialize()
105 MA27_Finalize(lbl->ma27); in LBL_Finalize()
107 Ma57_Finalize(lbl->ma57); in LBL_Finalize()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/r/
H A Ddd_schema_dd_properties_debug.result28 lbl=FIELD_ID
34 lbl=FIELD_NAME
50 lbl=CHARSET
53 lbl=COLLATION
56 lbl=ENGINE
99 lbl=FIELD_ID
127 lbl=CHARSET
133 lbl=ENGINE
222 lbl=ENGINE
308 lbl=ENGINE
[all …]
/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Dthread.h355 #define HA_RWLOCK_RDLOCK(lbl,l) __ha_rwlock_rdlock(lbl, l) argument
356 #define HA_RWLOCK_TRYRDLOCK(lbl,l) __ha_rwlock_tryrdlock(lbl, l) argument
357 #define HA_RWLOCK_RDUNLOCK(lbl,l) __ha_rwlock_rdunlock(lbl, l) argument
475 int lbl; in show_lock_stats() local
477 for (lbl = 0; lbl < LOCK_LABELS; lbl++) { in show_lock_stats()
489 lock_label(lbl)); in show_lock_stats()
499 lock_stats[lbl].num_write_unlocked - lock_stats[lbl].num_write_locked, in show_lock_stats()
511 lock_stats[lbl].num_seek_unlocked - lock_stats[lbl].num_seek_locked, in show_lock_stats()
513 …lock_stats[lbl].num_seek_locked ? ((double)lock_stats[lbl].nsec_wait_for_seek / (double)lock_stats… in show_lock_stats()
523 lock_stats[lbl].num_read_unlocked - lock_stats[lbl].num_read_locked, in show_lock_stats()
[all …]
/dports/net/haproxy23/haproxy-2.3.16/include/haproxy/
H A Dthread.h351 #define HA_RWLOCK_RDLOCK(lbl,l) __ha_rwlock_rdlock(lbl, l) argument
352 #define HA_RWLOCK_TRYRDLOCK(lbl,l) __ha_rwlock_tryrdlock(lbl, l) argument
353 #define HA_RWLOCK_RDUNLOCK(lbl,l) __ha_rwlock_rdunlock(lbl, l) argument
454 int lbl; in show_lock_stats() local
456 for (lbl = 0; lbl < LOCK_LABELS; lbl++) { in show_lock_stats()
468 lock_label(lbl)); in show_lock_stats()
478 lock_stats[lbl].num_write_unlocked - lock_stats[lbl].num_write_locked, in show_lock_stats()
490 lock_stats[lbl].num_seek_unlocked - lock_stats[lbl].num_seek_locked, in show_lock_stats()
492 …lock_stats[lbl].num_seek_locked ? ((double)lock_stats[lbl].nsec_wait_for_seek / (double)lock_stats… in show_lock_stats()
502 lock_stats[lbl].num_read_unlocked - lock_stats[lbl].num_read_locked, in show_lock_stats()
[all …]
/dports/x11/qimageblitz/qimageblitz-0.1.0/test/
H A Dmainwindow.cpp20 lbl = new QLabel; in BlitzMainWindow()
21 sa->setWidget(lbl); in BlitzMainWindow()
118 if(lbl->sizeHint() != lbl->size()) in openFile()
119 lbl->resize(lbl->sizeHint()); in openFile()
141 lbl->update(); in slotGrayscale()
148 lbl->update(); in slotInvert()
155 lbl->update(); in slotEqualize()
162 lbl->update(); in slotNormalize()
169 lbl->update(); in slotDespeckle()
307 lbl->resize(lbl->sizeHint()); in slotSmoothscale()
[all …]
/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Dthread.h313 #define HA_SPIN_LOCK(lbl, l) __spin_lock(lbl, l, __func__, __FILE__, __LINE__) argument
322 #define HA_RWLOCK_RDLOCK(lbl,l) __ha_rwlock_rdlock(lbl, l) argument
323 #define HA_RWLOCK_TRYRDLOCK(lbl,l) __ha_rwlock_tryrdlock(lbl, l) argument
324 #define HA_RWLOCK_RDUNLOCK(lbl,l) __ha_rwlock_rdunlock(lbl, l) argument
418 int lbl; in show_lock_stats() local
420 for (lbl = 0; lbl < LOCK_LABELS; lbl++) { in show_lock_stats()
431 lock_label(lbl), in show_lock_stats()
434 lock_stats[lbl].num_write_unlocked - lock_stats[lbl].num_write_locked, in show_lock_stats()
436 …lock_stats[lbl].num_write_locked ? ((double)lock_stats[lbl].nsec_wait_for_write / (double)lock_sta… in show_lock_stats()
439 lock_stats[lbl].num_read_unlocked - lock_stats[lbl].num_read_locked, in show_lock_stats()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/MC/AArch64/
H A Darm64-condbr-without-dots.s3 beq lbl
4 bne lbl
5 bcs lbl
6 bhs lbl
7 blo lbl
8 bcc lbl
9 bmi lbl
10 bpl lbl
11 bvs lbl
12 bvc lbl
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/MC/AArch64/
H A Darm64-condbr-without-dots.s3 beq lbl
4 bne lbl
5 bcs lbl
6 bhs lbl
7 blo lbl
8 bcc lbl
9 bmi lbl
10 bpl lbl
11 bvs lbl
12 bvc lbl
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/test/MC/AArch64/
H A Darm64-condbr-without-dots.s3 beq lbl
4 bne lbl
5 bcs lbl
6 bhs lbl
7 blo lbl
8 bcc lbl
9 bmi lbl
10 bpl lbl
11 bvs lbl
12 bvc lbl
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/MC/AArch64/
H A Darm64-condbr-without-dots.s3 beq lbl
4 bne lbl
5 bcs lbl
6 bhs lbl
7 blo lbl
8 bcc lbl
9 bmi lbl
10 bpl lbl
11 bvs lbl
12 bvc lbl
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/MC/AArch64/
H A Darm64-condbr-without-dots.s3 beq lbl
4 bne lbl
5 bcs lbl
6 bhs lbl
7 blo lbl
8 bcc lbl
9 bmi lbl
10 bpl lbl
11 bvs lbl
12 bvc lbl
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/test/MC/AArch64/
H A Darm64-condbr-without-dots.s3 beq lbl
4 bne lbl
5 bcs lbl
6 bhs lbl
7 blo lbl
8 bcc lbl
9 bmi lbl
10 bpl lbl
11 bvs lbl
12 bvc lbl
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/MC/AArch64/
H A Darm64-condbr-without-dots.s3 beq lbl
4 bne lbl
5 bcs lbl
6 bhs lbl
7 blo lbl
8 bcc lbl
9 bmi lbl
10 bpl lbl
11 bvs lbl
12 bvc lbl
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/test/MC/AArch64/
H A Darm64-condbr-without-dots.s3 beq lbl
4 bne lbl
5 bcs lbl
6 bhs lbl
7 blo lbl
8 bcc lbl
9 bmi lbl
10 bpl lbl
11 bvs lbl
12 bvc lbl
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/MC/AArch64/
H A Darm64-condbr-without-dots.s3 beq lbl
4 bne lbl
5 bcs lbl
6 bhs lbl
7 blo lbl
8 bcc lbl
9 bmi lbl
10 bpl lbl
11 bvs lbl
12 bvc lbl
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/MC/AArch64/
H A Darm64-condbr-without-dots.s3 beq lbl
4 bne lbl
5 bcs lbl
6 bhs lbl
7 blo lbl
8 bcc lbl
9 bmi lbl
10 bpl lbl
11 bvs lbl
12 bvc lbl
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/MC/AArch64/
H A Darm64-condbr-without-dots.s3 beq lbl
4 bne lbl
5 bcs lbl
6 bhs lbl
7 blo lbl
8 bcc lbl
9 bmi lbl
10 bpl lbl
11 bvs lbl
12 bvc lbl
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/test/MC/AArch64/
H A Darm64-condbr-without-dots.s3 beq lbl
4 bne lbl
5 bcs lbl
6 bhs lbl
7 blo lbl
8 bcc lbl
9 bmi lbl
10 bpl lbl
11 bvs lbl
12 bvc lbl
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/MC/AArch64/
H A Darm64-condbr-without-dots.s3 beq lbl
4 bne lbl
5 bcs lbl
6 bhs lbl
7 blo lbl
8 bcc lbl
9 bmi lbl
10 bpl lbl
11 bvs lbl
12 bvc lbl
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/test/MC/AArch64/
H A Darm64-condbr-without-dots.s3 beq lbl
4 bne lbl
5 bcs lbl
6 bhs lbl
7 blo lbl
8 bcc lbl
9 bmi lbl
10 bpl lbl
11 bvs lbl
12 bvc lbl
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/MC/AArch64/
H A Darm64-condbr-without-dots.s3 beq lbl
4 bne lbl
5 bcs lbl
6 bhs lbl
7 blo lbl
8 bcc lbl
9 bmi lbl
10 bpl lbl
11 bvs lbl
12 bvc lbl
[all …]
/dports/astro/gpsbabel14/gpsbabel-1.4.4/reference/
H A Dhiketech.ref675 <lbl>FAFFB4</lbl>
685 <lbl>FAFFB4</lbl>
695 <lbl>FAFFB4</lbl>
705 <lbl>FAFFB4</lbl>
715 <lbl>FAFFB4</lbl>
725 <lbl>FAFFB4</lbl>
735 <lbl>FAFFB4</lbl>
745 <lbl>FAFFB4</lbl>
755 <lbl>FAFFB4</lbl>
765 <lbl>FAFFB4</lbl>
[all …]

12345678910>>...140