Home
last modified time | relevance | path

Searched refs:bsp (Results 1 – 25 of 2425) sorted by relevance

12345678910>>...97

/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dvertigo.cpp235 case 036: bsp.f = OR(bsp.d, bsp.q); break; in am2901x4()
244 case 046: bsp.f = AND(bsp.d, bsp.q); break; in am2901x4()
262 case 066: bsp.f = EXOR(bsp.d, bsp.q); break; in am2901x4()
278 bsp.q = bsp.f; in am2901x4()
279 bsp.y = bsp.f; in am2901x4()
282 bsp.y = bsp.f; in am2901x4()
289 bsp.y = bsp.f; in am2901x4()
293 bsp.y = bsp.f; in am2901x4()
298 bsp.y = bsp.f; in am2901x4()
302 bsp.y = bsp.f; in am2901x4()
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dvertigo.cpp235 case 036: bsp.f = OR(bsp.d, bsp.q); break; in am2901x4()
244 case 046: bsp.f = AND(bsp.d, bsp.q); break; in am2901x4()
262 case 066: bsp.f = EXOR(bsp.d, bsp.q); break; in am2901x4()
278 bsp.q = bsp.f; in am2901x4()
279 bsp.y = bsp.f; in am2901x4()
282 bsp.y = bsp.f; in am2901x4()
289 bsp.y = bsp.f; in am2901x4()
293 bsp.y = bsp.f; in am2901x4()
298 bsp.y = bsp.f; in am2901x4()
302 bsp.y = bsp.f; in am2901x4()
[all …]
/dports/net/storj/storj-1.45.3/vendor/go.opentelemetry.io/otel/sdk/trace/
H A Dbatch_span_processor.go108 bsp.drainQueue()
111 return bsp
120 if bsp.e == nil {
154 bsp.exportSpans()
183 bsp.timer.Reset(bsp.o.BatchTimeout)
192 bsp.batch = bsp.batch[:0]
210 bsp.batch = append(bsp.batch, sd)
211 shouldExport := len(bsp.batch) == bsp.o.MaxExportBatchSize
235 bsp.batch = append(bsp.batch, sd)
236 shouldExport := len(bsp.batch) == bsp.o.MaxExportBatchSize
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/go.opentelemetry.io/otel/sdk/trace/
H A Dbatch_span_processor.go108 bsp.drainQueue()
111 return bsp
120 if bsp.e == nil {
123 bsp.enqueue(sd)
178 bsp.timer.Reset(bsp.o.BatchTimeout)
187 bsp.batch = bsp.batch[:0]
205 bsp.batch = append(bsp.batch, sd)
206 shouldExport := len(bsp.batch) == bsp.o.MaxExportBatchSize
230 bsp.batch = append(bsp.batch, sd)
231 shouldExport := len(bsp.batch) == bsp.o.MaxExportBatchSize
[all …]
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/go.opentelemetry.io/otel/sdk/trace/
H A Dbatch_span_processor.go108 bsp.drainQueue()
111 return bsp
120 if bsp.e == nil {
123 bsp.enqueue(sd)
178 bsp.timer.Reset(bsp.o.BatchTimeout)
187 bsp.batch = bsp.batch[:0]
205 bsp.batch = append(bsp.batch, sd)
206 shouldExport := len(bsp.batch) == bsp.o.MaxExportBatchSize
230 bsp.batch = append(bsp.batch, sd)
231 shouldExport := len(bsp.batch) == bsp.o.MaxExportBatchSize
[all …]
/dports/games/automuteus/automuteus-6.15.2/vendor/go.opentelemetry.io/otel/sdk/trace/
H A Dbatch_span_processor.go105 bsp.drainQueue()
108 return bsp
117 if bsp.e == nil {
180 bsp.timer.Reset(bsp.o.BatchTimeout)
186 if err := bsp.e.ExportSpans(ctx, bsp.batch); err != nil {
189 bsp.batch = bsp.batch[:0]
212 bsp.batch = append(bsp.batch, sd)
213 shouldExport := len(bsp.batch) == bsp.o.MaxExportBatchSize
243 bsp.batch = append(bsp.batch, sd)
244 shouldExport := len(bsp.batch) == bsp.o.MaxExportBatchSize
[all …]
/dports/games/quake2-relay/relay-0.4/common/
H A Dbsp.c57 int ReadBSP(bsp_t *bsp, block_t *block) in ReadBSP() argument
66 bsp->version = ReadLong(block); in ReadBSP()
108 VIS(bsp)->numclusters = LittleLong(VIS(bsp)->numclusters); in ReadBSP()
112 VIS(bsp)->bitofs[j][k] = LittleLong(VIS(bsp)->bitofs[j][k]); in ReadBSP()
255 node = &bsp->nodes[nodenum]; in PointInLeafnum()
269 return bsp->leafs[PointInLeafnum(bsp, point)].cluster; in PointInCluster()
342 DecompressVis(bsp, bsp->visdata + VIS(bsp)->bitofs[cluster1][viewset], pvs); in ClusterVisible()
353 cluster1 = PointInCluster(bsp, p1); in inPVS()
354 cluster2 = PointInCluster(bsp, p2); in inPVS()
363 cluster1 = PointInCluster(bsp, p1); in inPHS()
[all …]
/dports/security/vault/vault-1.8.2/vendor/go.opentelemetry.io/otel/sdk/trace/
H A Dbatch_span_processor.go111 bsp.drainQueue()
114 return bsp
123 if bsp.e == nil {
208 bsp.timer.Reset(bsp.o.BatchTimeout)
220 if err := bsp.e.ExportSpans(ctx, bsp.batch); err != nil {
223 bsp.batch = bsp.batch[:0]
246 bsp.batch = append(bsp.batch, sd)
247 shouldExport := len(bsp.batch) == bsp.o.MaxExportBatchSize
277 bsp.batch = append(bsp.batch, sd)
278 shouldExport := len(bsp.batch) == bsp.o.MaxExportBatchSize
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/go.opentelemetry.io/otel/sdk/trace/
H A Dbatch_span_processor.go111 bsp.drainQueue()
114 return bsp
123 if bsp.e == nil {
208 bsp.timer.Reset(bsp.o.BatchTimeout)
220 if err := bsp.e.ExportSpans(ctx, bsp.batch); err != nil {
223 bsp.batch = bsp.batch[:0]
246 bsp.batch = append(bsp.batch, sd)
247 shouldExport := len(bsp.batch) == bsp.o.MaxExportBatchSize
277 bsp.batch = append(bsp.batch, sd)
278 shouldExport := len(bsp.batch) == bsp.o.MaxExportBatchSize
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/otel/sdk/trace/
H A Dbatch_span_processor.go113 bsp.drainQueue()
116 return bsp
125 if bsp.e == nil {
128 bsp.enqueue(s)
227 bsp.timer.Reset(bsp.o.BatchTimeout)
239 err := bsp.e.ExportSpans(ctx, bsp.batch)
245 bsp.batch = bsp.batch[:0]
276 bsp.batch = append(bsp.batch, sd)
277 shouldExport := len(bsp.batch) >= bsp.o.MaxExportBatchSize
307 bsp.batch = append(bsp.batch, sd)
[all …]
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/go.opentelemetry.io/otel/sdk/trace/
H A Dbatch_span_processor.go113 bsp.drainQueue()
116 return bsp, nil
125 bsp.enqueue(sd)
163 bsp.timer.Reset(bsp.o.BatchTimeout)
166 bsp.e.ExportSpans(context.Background(), bsp.batch)
167 bsp.batch = bsp.batch[:0]
184 bsp.batch = append(bsp.batch, sd)
185 if len(bsp.batch) == bsp.o.MaxExportBatchSize {
206 bsp.batch = append(bsp.batch, sd)
207 if len(bsp.batch) == bsp.o.MaxExportBatchSize {
[all …]
/dports/biology/ncbi-toolkit/ncbi/corelib/
H A Dncbibs.c132 bsp = Nlm_BSFree(bsp); in Nlm_BSNew()
133 return bsp; in Nlm_BSNew()
293 (bsp->seekptr >= bsp->totlen)) in Nlm_BSDelete()
297 len = bsp->totlen - bsp->seekptr; in Nlm_BSDelete()
302 offset = bsp->seekptr - bsp->chain_offset; in Nlm_BSDelete()
386 bsp->curchain = bsp->chain; in Nlm_BSDelete()
557 offset = bsp->seekptr - bsp->chain_offset; in Nlm_BSWrite()
577 offset = bsp->seekptr - bsp->chain_offset; in Nlm_BSWrite()
643 offset = bsp->seekptr - bsp->chain_offset; in Nlm_BSRead()
695 if ((bsp == NULL) || (bsp->totlen == 0) || (bsp->seekptr == bsp->totlen)) in Nlm_BSGetByte()
[all …]
/dports/net/concourse-fly/concourse-6.7.1/vendor/go.opentelemetry.io/otel/sdk/trace/
H A Dbatch_span_processor.go101 bsp.queue = make(chan *export.SpanData, bsp.o.MaxQueueSize)
107 bsp.stopWait.Add(1)
112 case <-bsp.stopCh:
113 bsp.processQueue()
114 close(bsp.queue)
123 return bsp, nil
132 bsp.enqueue(sd)
139 close(bsp.stopCh)
140 bsp.stopWait.Wait()
199 bsp.queue <- sd
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/go.opentelemetry.io/otel/sdk/trace/
H A Dbatch_span_processor.go101 bsp.queue = make(chan *export.SpanData, bsp.o.MaxQueueSize)
107 bsp.stopWait.Add(1)
112 case <-bsp.stopCh:
113 bsp.processQueue()
114 close(bsp.queue)
123 return bsp, nil
132 bsp.enqueue(sd)
139 close(bsp.stopCh)
140 bsp.stopWait.Wait()
199 bsp.queue <- sd
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/linux/common/
H A Dlinux_statfs.h74 lsp->l_fbsize = bsp->f_frsize; in bsd_to_linux_statfs()
76 lsp->l_fblocks = bsp->f_blocks; in bsd_to_linux_statfs()
77 lsp->l_fbfree = bsp->f_bfree; in bsd_to_linux_statfs()
78 lsp->l_fbavail = bsp->f_bavail; in bsd_to_linux_statfs()
79 lsp->l_ffiles = bsp->f_files; in bsd_to_linux_statfs()
80 lsp->l_fffree = bsp->f_ffree; in bsd_to_linux_statfs()
84 lsp->l_fnamelen = bsp->f_namemax; in bsd_to_linux_statfs()
110 div = bsp->f_frsize ? (bsp->f_bsize / bsp->f_frsize) : 1; in bsd_to_linux_statfs64()
113 lsp->l_fbsize = bsp->f_bsize; in bsd_to_linux_statfs64()
114 lsp->l_ffrsize = bsp->f_frsize; in bsd_to_linux_statfs64()
[all …]
/dports/games/quakeforge/quakeforge-0.7.2/libs/util/
H A Dbspfile.c616 bsp->num##n = size / sizeof (bsp->n[0]); \ in set_bsp2_read()
737 bsp->n = (void *) malloc (bsp->num##n * sizeof (bsp->n[0])); \ in LoadBSPMem()
990 if (bsp->own_##X && bsp->X) \ in BSP_Free()
1020 bsp->X = realloc (bsp->X, (bsp->num##X + 1) * sizeof (bsp->X[0])); \
1027 bsp->planes[bsp->numplanes++] = *plane; in BSP_AddPlane()
1034 bsp->leafs[bsp->numleafs++] = *leaf; in BSP_AddLeaf()
1048 bsp->nodes[bsp->numnodes++] = *node; in BSP_AddNode()
1055 bsp->texinfo[bsp->numtexinfo++] = *texinfo; in BSP_AddTexinfo()
1062 bsp->faces[bsp->numfaces++] = *face; in BSP_AddFace()
1090 bsp->edges[bsp->numedges++] = *edge; in BSP_AddEdge()
[all …]
/dports/games/ufoai/ufoai-2.5-source/src/client/renderer/
H A Dr_model_brush.cpp243 v = &mod->bsp.vertexes[mod->bsp.edges[e].v[0]]; in R_SetSurfaceExtents()
245 v = &mod->bsp.vertexes[mod->bsp.edges[-e].v[1]]; in R_SetSurfaceExtents()
532 for (i = 0, surf = mod->bsp.surfaces; i < mod->bsp.numsurfaces; i++, surf++) { in R_LoadBspVertexArrays()
539 surf = mod->bsp.surfaces; in R_LoadBspVertexArrays()
692 s = &mod->bsp.surfaces[mod->bsp.firstmodelsurface]; in R_SortSurfacesArrays()
747 s = &mod->bsp.surfaces[mod->bsp.firstmodelsurface]; in R_LoadSurfacesArrays_()
830 mBspModel_t* bsp = &mod->bsp; /* can be aliased with baseTile, so beware */ in R_GenerateTriangleSoup_() local
887 mBspModel_t* bsp = &r_mapTiles[i]->bsp; in R_GenerateTriangleSoup() local
952 mod->bsp.nodes = &r_worldmodel->bsp.nodes[mod->bsp.firstnode]; in R_SetupSubmodels()
954 if (mod->bsp.firstnode >= r_worldmodel->bsp.numnodes) in R_SetupSubmodels()
[all …]
/dports/astro/celestia/celestia-1.6.1/src/tools/spice2xyzv/
H A Dcassini-orbit.cfg11 "de421.bsp"
12 "sat252s.bsp"
13 "000331R_SK_LP0_V1P32.bsp"
14 "000331RB_SK_V1P32_V2P12.bsp"
15 "000331R_SK_V2P12_EP15.bsp"
16 "010420R_SCPSE_EP1_JP83.bsp"
17 "010423_SK_JP67_SP0.bsp"
18 "020425B_SK_SM812_T45.bsp"
19 "030201AP_OPK_SM546_T45.bsp"
20 "040622AP_OPK_04122_08222.bsp"
[all …]
H A Dcassini-cruise.cfg11 "de421.bsp"
12 "000331R_SK_LP0_V1P32.bsp"
13 "000331RB_SK_V1P32_V2P12.bsp"
14 "000331R_SK_V2P12_EP15.bsp"
15 "010420R_SCPSE_EP1_JP83.bsp"
16 "010423_SK_JP67_SP0.bsp"
17 "020425B_SK_SM812_T45.bsp"
18 "030201AP_OPK_SM546_T45.bsp"
19 "040622AP_OPK_04122_08222.bsp"
20 "041001AP_SK_04275_08222.bsp"
[all …]
/dports/astro/celestia-gtk/celestia-1.6.1/src/tools/spice2xyzv/
H A Dcassini-orbit.cfg11 "de421.bsp"
12 "sat252s.bsp"
13 "000331R_SK_LP0_V1P32.bsp"
14 "000331RB_SK_V1P32_V2P12.bsp"
15 "000331R_SK_V2P12_EP15.bsp"
16 "010420R_SCPSE_EP1_JP83.bsp"
17 "010423_SK_JP67_SP0.bsp"
18 "020425B_SK_SM812_T45.bsp"
19 "030201AP_OPK_SM546_T45.bsp"
20 "040622AP_OPK_04122_08222.bsp"
[all …]
H A Dcassini-cruise.cfg11 "de421.bsp"
12 "000331R_SK_LP0_V1P32.bsp"
13 "000331RB_SK_V1P32_V2P12.bsp"
14 "000331R_SK_V2P12_EP15.bsp"
15 "010420R_SCPSE_EP1_JP83.bsp"
16 "010423_SK_JP67_SP0.bsp"
17 "020425B_SK_SM812_T45.bsp"
18 "030201AP_OPK_SM546_T45.bsp"
19 "040622AP_OPK_04122_08222.bsp"
20 "041001AP_SK_04275_08222.bsp"
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/plot-lib/plot/private/plot3d/
H A Dbsp.rkt62 (define (bsp-tree-size bsp)
499 [bsp (if bsp bsp (build-bsp-tree*/poly ss))]
500 [bsp (if bsp bsp (build-bsp-tree*/line ss))]
501 [bsp (if bsp bsp (build-bsp-tree*/axial ss))]
502 [bsp (if bsp bsp (bsp-leaf ss))])
528 [bsp (if bsp bsp (try-bsp-split/axial-planes ss axes))]
530 [bsp (if bsp bsp (try-bsp-split/polygon-planes #t))]
531 [bsp (if bsp bsp (try-bsp-split/polygon-planes #f))]
532 [bsp (if bsp bsp (try-bsp-split/triangulating ss))])
559 [bsp (if bsp bsp (try-bsp-split/line-planes #t))]
[all …]
/dports/biology/ncbi-toolkit/ncbi/object/
H A Dobjsset.c89 BioseqPtr bsp; member
144 if (bsp->length > bblp->bsp->length) in FindBestBioseqLabel()
182 bblp->bsp = bsp; in FindBestBioseqLabel()
347 if (bsp == NULL) return bsp; in BioseqSetNew()
420 bsp->id = ObjectIdFree(bsp->id); in BioseqSetFreeComponents()
421 bsp->coll = DbtagFree(bsp->coll); in BioseqSetFreeComponents()
422 bsp->release = MemFree(bsp->release); in BioseqSetFreeComponents()
423 bsp->date = DateFree(bsp->date); in BioseqSetFreeComponents()
424 bsp->descr = SeqDescrFree(bsp->descr); in BioseqSetFreeComponents()
452 return bsp; in BioseqSetFreeComponents()
[all …]
/dports/devel/libunwind/libunwind-1.5.0/src/ia64/
H A DGrbs.c92 lo = rse_skip_regs (c->bsp, -ndirty); in rbs_switch()
117 c->bsp = saved_bsp; in rbs_switch()
128 unw_word_t nregs, bsp = c->bsp, curr = c->rbs_curr, n; in rbs_find_stacked() local
208 bsp = c->bsp; in rbs_cover_and_flush()
209 c->bsp = rse_skip_regs (bsp, nregs); in rbs_cover_and_flush()
211 if (likely (rbs_contains (rbs, bsp))) in rbs_cover_and_flush()
214 n = rse_num_regs (bsp, rbs->end); in rbs_cover_and_flush()
221 *bspstore = c->bsp; in rbs_cover_and_flush()
243 *bspstore = bsp = rbs->end; in rbs_cover_and_flush()
279 bsp += 8; in rbs_cover_and_flush()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/signal/tests/
H A Dtest_bsplines.py10 import scipy.signal.bsplines as bsp namespace
21 raises(TypeError, bsp.spline_filter, array([0]), 0)
116 assert_allclose(bsp.bspline(data_array_complex, 10),
127 assert_almost_equal(bsp.gauss_spline(knots, 3),
132 assert_array_equal(bsp.cubic([0]), array([0]))
147 assert_array_equal(bsp.quadratic([0]), array([0]))
158 assert_allclose(bsp.quadratic(data_array_complex),
163 assert_array_equal(bsp.cspline1d(array([0])), [0.])
174 assert_array_equal(bsp.qspline1d(array([0])), [0.])
195 cj = bsp.cspline1d(y)
[all …]

12345678910>>...97