Home
last modified time | relevance | path

Searched refs:lbp (Results 1 – 25 of 539) sorted by relevance

12345678910>>...22

/dports/sysutils/docker-machine/machine-0.16.2/libmachine/drivers/plugin/localbinary/
H A Dplugin.go216 case <-lbp.stopCh:
226 return lbp.execServer()
230 if lbp.Addr == "" {
231 if lbp.timeout == 0 {
232 lbp.timeout = defaultTimeout
236 case lbp.Addr = <-lbp.addrCh:
238 close(lbp.addrCh)
239 return lbp.Addr, nil
240 case <-time.After(lbp.timeout):
244 return lbp.Addr, nil
[all …]
H A Dplugin_test.go31 lbp := &Plugin{}
35 lbp.addrCh <- expectedAddr
38 addr, err := lbp.Address()
47 addr, err = lbp.Address()
61 lbp := &Plugin{
66 addr, err := lbp.Address()
73 lbp := &Plugin{}
75 go lbp.Close()
76 _, isOpen := <-lbp.stopCh
105 lbp := &Plugin{
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/machine/machine-7b7a141da844/libmachine/drivers/plugin/localbinary/
H A Dplugin.go212 case <-lbp.stopCh:
222 return lbp.execServer()
226 if lbp.Addr == "" {
227 if lbp.timeout == 0 {
228 lbp.timeout = defaultTimeout
232 case lbp.Addr = <-lbp.addrCh:
234 close(lbp.addrCh)
235 return lbp.Addr, nil
236 case <-time.After(lbp.timeout):
240 return lbp.Addr, nil
[all …]
H A Dplugin_test.go31 lbp := &Plugin{}
35 lbp.addrCh <- expectedAddr
38 addr, err := lbp.Address()
47 addr, err = lbp.Address()
61 lbp := &Plugin{
66 addr, err := lbp.Address()
73 lbp := &Plugin{}
75 go lbp.Close()
76 stopped := <-lbp.stopCh
105 lbp := &Plugin{
[all …]
/dports/mail/libsrs_alt/libsrs_alt-1.0/src/
H A Dsrs_alt.c167 lbp = 0; in srs_forward()
181 lbp += strncpytolower(&lbuf[lbp], buf, 2); in srs_forward()
211 lbp += strncpytolower(&lbuf[lbp], &orig_sender[osd], osl - osd); in srs_forward()
212 lbp += strncpytolower(&lbuf[lbp], orig_sender, osd - 1); in srs_forward()
227 lbp += strncpytolower(&lbuf[lbp], &orig_sender[osd], osl - osd); in srs_forward()
246 lbuf[lbp] = 0; in srs_forward()
354 lbp = 0; in srs_reverse()
396 lbp += strncpytolower(&lbuf[lbp], &address[n], 2); in srs_reverse()
427 lbp += strncpytolower(&lbuf[lbp], &address[n], m - n); in srs_reverse()
448 lbp += strncpytolower(&lbuf[lbp], &address[n], m - n); in srs_reverse()
[all …]
/dports/games/opensonic/opensnc-src-0.1.4/src/core/2xsai/
H A D2xsai.c293 … color[8] = *lbp; color[9] = color[8]; color[10] = *(lbp + 1); color[11] = *(lbp + 2); in Super2xSaI_ex()
295 … color[12] = *lbp; color[13] = color[12]; color[14] = *(lbp + 1); color[15] = *(lbp + 2); in Super2xSaI_ex()
428 … color[0] = *lbp; color[1] = color[0]; color[2] = *(lbp + 1); color[3] = *(lbp + 2); in Super2xSaI_ex()
430 … color[4] = *lbp; color[5] = color[4]; color[6] = *(lbp + 1); color[7] = *(lbp + 2); in Super2xSaI_ex()
432 … color[8] = *lbp; color[9] = color[9]; color[10] = *(lbp + 1); color[11] = *(lbp + 2); in Super2xSaI_ex()
434 … color[12] = *lbp; color[13] = color[12]; color[14] = *(lbp + 1); color[15] = *(lbp + 2); in Super2xSaI_ex()
545 color[4] = *(lbp + 1); color[5] = *(lbp + 2); in SuperEagle_ex()
547 color[6] = *lbp; color[7] = color[6]; color[8] = *(lbp + 1); color[9] = *(lbp + 2); in SuperEagle_ex()
549 color[10] = *lbp; color[11] = *(lbp + 1); in SuperEagle_ex()
689 color[0] = *lbp; color[1] = *(lbp + 1); in SuperEagle_ex()
[all …]
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpcodecs/
H A Dvf_2xsai.c126 uint32_t *lbp; in Super2xSaI_ex() local
127 lbp = (uint32_t*)src_line[0]; in Super2xSaI_ex()
129 … color[4] = color[0]; color[5] = color[0]; color[6] = *(lbp + 1); color[7] = *(lbp + 2); in Super2xSaI_ex()
130 lbp = (uint32_t*)src_line[2]; in Super2xSaI_ex()
131 … color[8] = *lbp; color[9] = color[8]; color[10] = *(lbp + 1); color[11] = *(lbp + 2); in Super2xSaI_ex()
133 … color[12] = *lbp; color[13] = color[12]; color[14] = *(lbp + 1); color[15] = *(lbp + 2); in Super2xSaI_ex()
266 uint32_t *lbp; in Super2xSaI_ex() local
268 … color[0] = *lbp; color[1] = color[0]; color[2] = *(lbp + 1); color[3] = *(lbp + 2); in Super2xSaI_ex()
270 … color[4] = *lbp; color[5] = color[4]; color[6] = *(lbp + 1); color[7] = *(lbp + 2); in Super2xSaI_ex()
272 … color[8] = *lbp; color[9] = color[9]; color[10] = *(lbp + 1); color[11] = *(lbp + 2); in Super2xSaI_ex()
[all …]
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpcodecs/
H A Dvf_2xsai.c126 uint32_t *lbp; in Super2xSaI_ex() local
127 lbp = (uint32_t*)src_line[0]; in Super2xSaI_ex()
129 … color[4] = color[0]; color[5] = color[0]; color[6] = *(lbp + 1); color[7] = *(lbp + 2); in Super2xSaI_ex()
130 lbp = (uint32_t*)src_line[2]; in Super2xSaI_ex()
131 … color[8] = *lbp; color[9] = color[8]; color[10] = *(lbp + 1); color[11] = *(lbp + 2); in Super2xSaI_ex()
133 … color[12] = *lbp; color[13] = color[12]; color[14] = *(lbp + 1); color[15] = *(lbp + 2); in Super2xSaI_ex()
266 uint32_t *lbp; in Super2xSaI_ex() local
268 … color[0] = *lbp; color[1] = color[0]; color[2] = *(lbp + 1); color[3] = *(lbp + 2); in Super2xSaI_ex()
270 … color[4] = *lbp; color[5] = color[4]; color[6] = *(lbp + 1); color[7] = *(lbp + 2); in Super2xSaI_ex()
272 … color[8] = *lbp; color[9] = color[9]; color[10] = *(lbp + 1); color[11] = *(lbp + 2); in Super2xSaI_ex()
[all …]
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/vt/
H A Dscaler.cpp158 unsigned long *lbp; in Super2xSaI() local
161 color[0] = *lbp; in Super2xSaI()
167 color[6] = *(lbp + 1); in Super2xSaI()
168 color[7] = *(lbp + 2); in Super2xSaI()
170 color[8] = *lbp; in Super2xSaI()
172 color[10] = *(lbp + 1); in Super2xSaI()
175 color[12] = *lbp; in Super2xSaI()
360 color[0] = *lbp; in Super2xSaI()
365 color[4] = *lbp; in Super2xSaI()
370 color[8] = *lbp; in Super2xSaI()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c420 leaf = lbp->b_addr; in xfs_dir2_block_to_leaf()
655 leaf = lbp->b_addr; in xfs_dir2_leaf_addname()
755 xfs_trans_brelse(tp, lbp); in xfs_dir2_leaf_addname()
1198 xfs_trans_brelse(tp, lbp); in xfs_dir2_leaf_lookup()
1239 *lbpp = lbp; in xfs_dir2_leaf_lookup_int()
1240 leaf = lbp->b_addr; in xfs_dir2_leaf_lookup_int()
1332 xfs_trans_brelse(tp, lbp); in xfs_dir2_leaf_lookup_int()
1373 leaf = lbp->b_addr; in xfs_dir2_leaf_removename()
1530 xfs_trans_brelse(tp, lbp); in xfs_dir2_leaf_replace()
1613 leaf = lbp->b_addr; in xfs_dir2_leaf_trim_data()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c420 leaf = lbp->b_addr; in xfs_dir2_block_to_leaf()
655 leaf = lbp->b_addr; in xfs_dir2_leaf_addname()
755 xfs_trans_brelse(tp, lbp); in xfs_dir2_leaf_addname()
1198 xfs_trans_brelse(tp, lbp); in xfs_dir2_leaf_lookup()
1239 *lbpp = lbp; in xfs_dir2_leaf_lookup_int()
1240 leaf = lbp->b_addr; in xfs_dir2_leaf_lookup_int()
1332 xfs_trans_brelse(tp, lbp); in xfs_dir2_leaf_lookup_int()
1373 leaf = lbp->b_addr; in xfs_dir2_leaf_removename()
1530 xfs_trans_brelse(tp, lbp); in xfs_dir2_leaf_replace()
1613 leaf = lbp->b_addr; in xfs_dir2_leaf_trim_data()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c420 leaf = lbp->b_addr; in xfs_dir2_block_to_leaf()
655 leaf = lbp->b_addr; in xfs_dir2_leaf_addname()
755 xfs_trans_brelse(tp, lbp); in xfs_dir2_leaf_addname()
1198 xfs_trans_brelse(tp, lbp); in xfs_dir2_leaf_lookup()
1239 *lbpp = lbp; in xfs_dir2_leaf_lookup_int()
1240 leaf = lbp->b_addr; in xfs_dir2_leaf_lookup_int()
1332 xfs_trans_brelse(tp, lbp); in xfs_dir2_leaf_lookup_int()
1373 leaf = lbp->b_addr; in xfs_dir2_leaf_removename()
1530 xfs_trans_brelse(tp, lbp); in xfs_dir2_leaf_replace()
1613 leaf = lbp->b_addr; in xfs_dir2_leaf_trim_data()
[all …]
/dports/japanese/plain2/plain2-2.54p1.orig/src/
H A Dlist.c137 checkIfList(lbp)
138 struct textBlock *lbp; variable
145 DBG1(7, "checkIfList (%d)\n", lbp->rbegin);
146 for (lhbp = lbp->nextBlock, nitems = 0; lhbp;
173 texts[lbp->rbegin]->block = lbp;
174 MSG2("%d-%d ", lbp->rbegin, rend - 1);
217 fixListEnd(lbp)
218 struct textBlock *lbp; variable
231 if (lhbp == lbp->nextBlock)
240 <= texts[lbp->rbegin]->indent)
[all …]
/dports/graphics/mahotas/mahotas-1.4.11/mahotas/tests/
H A Dtest_lbp.py4 from mahotas.features import lbp
5 from mahotas.features.lbp import lbp_transform, lbp_names
12 features0 = lbp(A, 3, 12)
13 features1 = lbp(B, 3, 12)
18 features = lbp(A, 3, 12)
19 features_ignore_zeros = lbp(A * (A> 256), 3, 12, ignore_zeros=True)
26 assert lbp(A,r,8).sum() == A.size
31 assert lbp(A,r,12).sum() == A.size
41 lbps = lbp(f, 4, 8)
64 from mahotas.features.lbp import count_binary1s
[all …]
/dports/science/py-dlib/dlib-19.22/dlib/image_transforms/
H A Dlbp.h44 image_view<image_type2> lbp(lbp_); in make_uniform_lbp_image()
46 lbp.set_size(img.nr(), img.nc()); in make_uniform_lbp_image()
49 assign_border_pixels(lbp, 1, 1, 58); in make_uniform_lbp_image()
87 lbp[r][c] = uniform_lbps[x]; in make_uniform_lbp_image()
174 array2d<unsigned char> lbp; variable
175 make_uniform_lbp_image(img, lbp);
176 for (long r = 0; r < lbp.nr(); r+=cell_size)
187 hist[lbp[r][c]]++;
268 array2d<unsigned char> lbp; in extract_highdim_face_lbp_descriptors() local
269 make_uniform_lbp_image(img, lbp); in extract_highdim_face_lbp_descriptors()
[all …]
/dports/science/dlib-cpp/dlib-19.22/dlib/image_transforms/
H A Dlbp.h44 image_view<image_type2> lbp(lbp_); in make_uniform_lbp_image()
46 lbp.set_size(img.nr(), img.nc()); in make_uniform_lbp_image()
49 assign_border_pixels(lbp, 1, 1, 58); in make_uniform_lbp_image()
87 lbp[r][c] = uniform_lbps[x]; in make_uniform_lbp_image()
174 array2d<unsigned char> lbp; variable
175 make_uniform_lbp_image(img, lbp);
176 for (long r = 0; r < lbp.nr(); r+=cell_size)
187 hist[lbp[r][c]]++;
268 array2d<unsigned char> lbp; in extract_highdim_face_lbp_descriptors() local
269 make_uniform_lbp_image(img, lbp); in extract_highdim_face_lbp_descriptors()
[all …]
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/layoutmgr/inline/
H A DLineLayoutManager.java995 baselineOffset = lbp.spaceBefore + lbp.baseline; in postProcessLineBreaks()
998 … returnList.add(new KnuthBlockBox(lbp.lineHeight + lbp.spaceBefore + lbp.spaceAfter, in postProcessLineBreaks()
1008 … returnList.add(new KnuthBlockBox(lbp.lineHeight + lbp.spaceBefore + lbp.spaceAfter, in postProcessLineBreaks()
1241 lbp.lineWidth - lbp.difference - lbp.availableShrink, in getChangedKnuthElements()
1242 lbp.lineWidth - lbp.difference, in getChangedKnuthElements()
1243 lbp.lineWidth - lbp.difference + lbp.availableStretch); in getChangedKnuthElements()
1247 contentIPD = MinOptMax.getInstance(lbp.lineWidth - lbp.startIndent); in getChangedKnuthElements()
1250 = MinOptMax.getInstance(lbp.lineWidth - lbp.difference + lbp.startIndent); in getChangedKnuthElements()
1253 ? lbp.lineWidth - lbp.difference : 0), in getChangedKnuthElements()
1506 lbp.difference, lbp.availableStretch, lbp.availableShrink); in addInlineArea()
[all …]
/dports/games/openglad/openglad-0.98/src/
H A Dsai2x.cpp505 unsigned long *lbp; in Super2xSaI_ex() local
506 lbp = (unsigned long*)src_line[0]; in Super2xSaI_ex()
508 color[4] = color[0]; color[5] = color[0]; color[6] = *(lbp + 1); color[7] = *(lbp + 2); in Super2xSaI_ex()
509 lbp = (unsigned long*)src_line[2]; in Super2xSaI_ex()
510 color[8] = *lbp; color[9] = color[8]; color[10] = *(lbp + 1); color[11] = *(lbp + 2); in Super2xSaI_ex()
512 color[12] = *lbp; color[13] = color[12]; color[14] = *(lbp + 1); color[15] = *(lbp + 2); in Super2xSaI_ex()
615 unsigned long *lbp; in Super2xSaI_ex() local
617 color[0] = *lbp; color[1] = color[0]; color[2] = *(lbp + 1); color[3] = *(lbp + 2); in Super2xSaI_ex()
619 color[4] = *lbp; color[5] = color[4]; color[6] = *(lbp + 1); color[7] = *(lbp + 2); in Super2xSaI_ex()
621 color[8] = *lbp; color[9] = color[9]; color[10] = *(lbp + 1); color[11] = *(lbp + 2); in Super2xSaI_ex()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/ufs/lfs/
H A Dlfs_balloc.c488 struct lbnentry *lbp; in lfs_register_block() local
504 lbp->lbn = lbn; in lfs_register_block()
509 pool_put(&lfs_lbnentry_pool, lbp); in lfs_register_block()
537 pool_put(&lfs_lbnentry_pool, lbp); in lfs_do_deregister()
545 struct lbnentry *lbp; in lfs_deregister_block() local
557 if (lbp == NULL) in lfs_deregister_block()
560 lfs_do_deregister(fs, ip, lbp); in lfs_deregister_block()
566 struct lbnentry *lbp, *nlbp; in lfs_deregister_all() local
575 for (lbp = SPLAY_MIN(lfs_splay, hd); lbp != NULL; lbp = nlbp) { in lfs_deregister_all()
576 nlbp = SPLAY_NEXT(lfs_splay, hd, lbp); in lfs_deregister_all()
[all …]
/dports/net/krill/krill-0.9.4/cargo-crates/jmespatch-0.3.0/src/
H A Dparser.rs97 while rbp < self.peek(0).lbp() { in expr()
151 let rhs = self.expr(t.lbp())?; in nud()
158 node: Box::new(self.expr(t.lbp())?), in nud()
183 let rhs = self.parse_dot(t.lbp())?; in led()
209 let rhs = self.expr(t.lbp())?; in led()
218 let rhs = self.expr(t.lbp())?; in led()
227 let rhs = self.expr(t.lbp())?; in led()
332 self.expr(lbp) in parse_dot()
342 ref t if t.lbp() < PROJECTION_STOP => { in projection_rhs()
352 self.parse_dot(lbp) in projection_rhs()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/testing/mozbase/manifestparser/manifestparser/
H A Dexpression.py75 return left == parser.expression(self.lbp)
82 return left != parser.expression(self.lbp)
89 return left < parser.expression(self.lbp)
96 return left > parser.expression(self.lbp)
103 return left <= parser.expression(self.lbp)
110 return left >= parser.expression(self.lbp)
124 right = parser.expression(self.lbp)
132 right = parser.expression(self.lbp)
181 token.lbp = index # lbp = lowest left binding power
291 while rbp < self.token.lbp:
/dports/lang/spidermonkey60/firefox-60.9.0/testing/mozharness/manifestparser/
H A Dexpression.py73 return left == parser.expression(self.lbp)
80 return left != parser.expression(self.lbp)
87 return left < parser.expression(self.lbp)
94 return left > parser.expression(self.lbp)
101 return left <= parser.expression(self.lbp)
108 return left >= parser.expression(self.lbp)
122 right = parser.expression(self.lbp)
130 right = parser.expression(self.lbp)
181 token.lbp = index # lbp = lowest left binding power
289 while rbp < self.token.lbp:
/dports/www/firefox/firefox-99.0/testing/mozbase/manifestparser/manifestparser/
H A Dexpression.py75 return left == parser.expression(self.lbp)
82 return left != parser.expression(self.lbp)
89 return left < parser.expression(self.lbp)
96 return left > parser.expression(self.lbp)
103 return left <= parser.expression(self.lbp)
110 return left >= parser.expression(self.lbp)
124 right = parser.expression(self.lbp)
132 right = parser.expression(self.lbp)
181 token.lbp = index # lbp = lowest left binding power
291 while rbp < self.token.lbp:
/dports/lang/spidermonkey60/firefox-60.9.0/testing/mozbase/manifestparser/manifestparser/
H A Dexpression.py77 return left == parser.expression(self.lbp)
84 return left != parser.expression(self.lbp)
91 return left < parser.expression(self.lbp)
98 return left > parser.expression(self.lbp)
105 return left <= parser.expression(self.lbp)
112 return left >= parser.expression(self.lbp)
126 right = parser.expression(self.lbp)
134 right = parser.expression(self.lbp)
185 token.lbp = index # lbp = lowest left binding power
293 while rbp < self.token.lbp:
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mozbase/manifestparser/manifestparser/
H A Dexpression.py73 return left == parser.expression(self.lbp)
80 return left != parser.expression(self.lbp)
87 return left < parser.expression(self.lbp)
94 return left > parser.expression(self.lbp)
101 return left <= parser.expression(self.lbp)
108 return left >= parser.expression(self.lbp)
122 right = parser.expression(self.lbp)
130 right = parser.expression(self.lbp)
180 token.lbp = index # lbp = lowest left binding power
288 while rbp < self.token.lbp:

12345678910>>...22