Home
last modified time | relevance | path

Searched refs:shs (Results 1 – 25 of 1082) sorted by relevance

12345678910>>...44

/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Widkit/Misc/
H A Dink_widget.cpp23 contours shs; member in ink_widget_rep
64 poly_line sh= shs[i]; in handle_repaint()
101 if (N(shs) > 0) { in refresh_last()
102 poly_line& sh= shs [N(shs)-1]; in refresh_last()
122 int n= N(shs); in handle_mouse()
126 nshs << shs[i]; in handle_mouse()
127 shs= nshs; in handle_mouse()
136 shs << sh; in handle_mouse()
142 shs= contours (0); in handle_mouse()
148 poly_line& sh= shs [N(shs)-1]; in handle_mouse()
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/src/platform/
H A DPlatformAbstraction.cpp34 SHFILEOPSTRUCTW shs; in EraseItemSafe() local
35 shs.hwnd=nullptr; in EraseItemSafe()
36 shs.wFunc=FO_DELETE; in EraseItemSafe()
37 shs.pFrom = wide_filename; in EraseItemSafe()
38 shs.pTo=nullptr; in EraseItemSafe()
39 shs.fFlags=FOF_ALLOWUNDO | FOF_NOCONFIRMATION | FOF_SILENT; in EraseItemSafe()
40 shs.fAnyOperationsAborted=false; in EraseItemSafe()
41 shs.hNameMappings=nullptr; in EraseItemSafe()
42 shs.lpszProgressTitle=nullptr; in EraseItemSafe()
43 auto error = SHFileOperationW(&shs); in EraseItemSafe()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/crypto/builtin/sha1/
H A DMakefile.in8 STLIBOBJS= shs.o
10 OBJS= $(OUTPRE)shs.$(OBJEXT)
12 SRCS= $(srcdir)/shs.c
21 t_shs: t_shs.o shs.o $(SUPPORT_DEPLIB)
22 $(CC_LINK) -o t_shs t_shs.o shs.o $(SUPPORT_LIB)
24 $(OUTPRE)t_shs.exe: $(OUTPRE)t_shs.obj $(OUTPRE)shs.obj
27 t_shs3: t_shs3.o shs.o $(SUPPORT_DEPLIB)
28 $(CC_LINK) -o t_shs3 t_shs3.o shs.o $(SUPPORT_LIB)
/dports/security/krb5/krb5-1.19.2/src/lib/crypto/builtin/sha1/
H A DMakefile.in8 STLIBOBJS= shs.o
10 OBJS= $(OUTPRE)shs.$(OBJEXT)
12 SRCS= $(srcdir)/shs.c
21 t_shs: t_shs.o shs.o $(SUPPORT_DEPLIB)
22 $(CC_LINK) -o t_shs t_shs.o shs.o $(SUPPORT_LIB)
24 $(OUTPRE)t_shs.exe: $(OUTPRE)t_shs.obj $(OUTPRE)shs.obj
27 t_shs3: t_shs3.o shs.o $(SUPPORT_DEPLIB)
28 $(CC_LINK) -o t_shs3 t_shs3.o shs.o $(SUPPORT_LIB)
/dports/math/xlife++/xlifepp-sources-v2.0.1-2018-05-09/src/space/
H A DDof.cpp279 ShapeValues shs; in computeShapeValue() local
281 shs.w.resize(d,0.); in computeShapeValue()
341 return shs; in computeShapeValue()
356 shs.w[0]+=R[0]; in computeShapeValue()
357 shs.w[1]+=R[1]; in computeShapeValue()
358 if(d==3) shs.w[2]+=R[2]; in computeShapeValue()
359 if(!withderivative) return shs; in computeShapeValue()
362 case 1 : shs.dw[0][0]+=b1; shs.dw[1][1]+=b1;if(d==3) shs.dw[2][2]+=b1;break; in computeShapeValue()
363 case 2 : shs.dw[0][0]+=b2; shs.dw[1][1]+=b2;if(d==3) shs.dw[2][2]+=b2;break; in computeShapeValue()
364 case 3 : shs.dw[0][0]+=b3; shs.dw[1][1]+=b3;if(d==3) shs.dw[2][2]+=b3;break; in computeShapeValue()
[all …]
/dports/audio/artyfx-lv2/openAV-ArtyFX-release-1.3-24-g6010d1a/friza/dsp/
H A Ddsp.cxx35 shs = new SampleHoldShift( rate ); in Friza()
46 delete shs; in ~Friza()
93 self->shs->length ( *self->length ); in run()
94 self->shs->position( *self->position ); in run()
95 self->shs->volume ( *self->volume ); in run()
96 self->shs->doIt ( (*self->doIt >= 0.500) ? true : false ); in run()
98 self->shs->process( nframes, in, out ); in run()
/dports/sysutils/docker-registry/distribution-2.7.1/vendor/cloud.google.com/go/spanner/
H A Dsession_test.go100 for i := 0; i < len(shs); i++ {
106 gotDs[shs[i].getID()] = true
108 if len(gotDs) != len(shs) {
126 if hc.queue.Len() != len(shs) {
156 shs[i].recycle()
201 shs[i].recycle()
382 var shs []*sessionHandle
389 shs = append(shs, sh)
392 for _, sh := range shs {
592 for _, sh := range shs {
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/cloud.google.com/go/spanner/
H A Dsession_test.go95 for i := 0; i < len(shs); i++ {
101 gotDs[shs[i].getID()] = true
103 if len(gotDs) != len(shs) {
121 if hc.queue.Len() != len(shs) {
149 shs[i].recycle()
193 shs[i].recycle()
367 var shs []*sessionHandle
374 shs = append(shs, sh)
377 for _, sh := range shs {
562 for _, sh := range shs {
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/cloud.google.com/go/spanner/
H A Dsession_test.go81 shs[i], err = sp.take(ctx)
85 gotDs[shs[i].getID()] = true
87 if len(gotDs) != len(shs) {
129 shs[i], err = sp.take(ctx)
138 shs[i].recycle()
184 shs[i].recycle()
412 var shs []*sessionHandle
419 shs = append(shs, sh)
422 for _, sh := range shs {
640 for _, sh := range shs {
[all …]
/dports/audio/gonic/gonic-0.8.4/vendor/cloud.google.com/go/spanner/
H A Dsession_test.go81 shs[i], err = sp.take(ctx)
85 gotDs[shs[i].getID()] = true
87 if len(gotDs) != len(shs) {
129 shs[i], err = sp.take(ctx)
138 shs[i].recycle()
184 shs[i].recycle()
412 var shs []*sessionHandle
419 shs = append(shs, sh)
422 for _, sh := range shs {
640 for _, sh := range shs {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/cloud.google.com/go/spanner/
H A Dsession_test.go80 shs[i], err = sp.take(ctx)
84 gotDs[shs[i].getID()] = true
86 if len(gotDs) != len(shs) {
132 shs[i], err = sp.take(ctx)
141 shs[i].recycle()
191 shs[i].recycle()
439 var shs []*sessionHandle
446 shs = append(shs, sh)
449 for _, sh := range shs {
700 for _, sh := range shs {
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/cloud.google.com/go/google-cloud-go-0.40.0/spanner/
H A Dsession_test.go81 shs[i], err = sp.take(ctx)
85 gotDs[shs[i].getID()] = true
87 if len(gotDs) != len(shs) {
129 shs[i], err = sp.take(ctx)
138 shs[i].recycle()
184 shs[i].recycle()
412 var shs []*sessionHandle
419 shs = append(shs, sh)
422 for _, sh := range shs {
640 for _, sh := range shs {
[all …]
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/cloud.google.com/go/spanner/
H A Dsession_test.go81 shs[i], err = sp.take(ctx)
85 gotDs[shs[i].getID()] = true
87 if len(gotDs) != len(shs) {
129 shs[i], err = sp.take(ctx)
138 shs[i].recycle()
184 shs[i].recycle()
412 var shs []*sessionHandle
419 shs = append(shs, sh)
422 for _, sh := range shs {
640 for _, sh := range shs {
[all …]
/dports/games/iortcw/iortcw-1.51c/MP/code/tools/lcc/cpp/
H A Dhideset.c67 inserths(Hideset dhs, Hideset shs, Nlist *np) in inserths() argument
71 while (*shs && *shs < np) in inserths()
72 *dhs++ = *shs++; in inserths()
73 if (*shs != np) in inserths()
76 *dhs++ = *shs; in inserths()
77 } while (*shs++); in inserths()
/dports/games/ioquake3-server/ioquake3-1.36/code/tools/lcc/cpp/
H A Dhideset.c67 inserths(Hideset dhs, Hideset shs, Nlist *np) in inserths() argument
71 while (*shs && *shs < np) in inserths()
72 *dhs++ = *shs++; in inserths()
73 if (*shs != np) in inserths()
76 *dhs++ = *shs; in inserths()
77 } while (*shs++); in inserths()
/dports/games/ioquake3/ioquake3-1.36/code/tools/lcc/cpp/
H A Dhideset.c67 inserths(Hideset dhs, Hideset shs, Nlist *np) in inserths() argument
71 while (*shs && *shs < np) in inserths()
72 *dhs++ = *shs++; in inserths()
73 if (*shs != np) in inserths()
76 *dhs++ = *shs; in inserths()
77 } while (*shs++); in inserths()
/dports/games/iortcw/iortcw-1.51c/SP/code/tools/lcc/cpp/
H A Dhideset.c67 inserths(Hideset dhs, Hideset shs, Nlist *np) in inserths() argument
71 while (*shs && *shs < np) in inserths()
72 *dhs++ = *shs++; in inserths()
73 if (*shs != np) in inserths()
76 *dhs++ = *shs; in inserths()
77 } while (*shs++); in inserths()
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/tools/lcc/cpp/
H A Dhideset.c67 inserths(Hideset dhs, Hideset shs, Nlist *np) in inserths() argument
71 while (*shs && *shs < np) in inserths()
72 *dhs++ = *shs++; in inserths()
73 if (*shs != np) in inserths()
76 *dhs++ = *shs; in inserths()
77 } while (*shs++); in inserths()
/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/tools/lcc/cpp/
H A Dhideset.c67 inserths(Hideset dhs, Hideset shs, Nlist *np) in inserths() argument
71 while (*shs && *shs < np) in inserths()
72 *dhs++ = *shs++; in inserths()
73 if (*shs != np) in inserths()
76 *dhs++ = *shs; in inserths()
77 } while (*shs++); in inserths()
/dports/games/openarena-server/openarena-engine-source-0.8.8/code/tools/lcc/cpp/
H A Dhideset.c67 inserths(Hideset dhs, Hideset shs, Nlist *np) in inserths() argument
71 while (*shs && *shs < np) in inserths()
72 *dhs++ = *shs++; in inserths()
73 if (*shs != np) in inserths()
76 *dhs++ = *shs; in inserths()
77 } while (*shs++); in inserths()
/dports/games/openarena/openarena-engine-source-0.8.8/code/tools/lcc/cpp/
H A Dhideset.c67 inserths(Hideset dhs, Hideset shs, Nlist *np) in inserths() argument
71 while (*shs && *shs < np) in inserths()
72 *dhs++ = *shs++; in inserths()
73 if (*shs != np) in inserths()
76 *dhs++ = *shs; in inserths()
77 } while (*shs++); in inserths()
/dports/games/evq3/evq3/code/tools/lcc/cpp/
H A Dhideset.c67 inserths(Hideset dhs, Hideset shs, Nlist *np) in inserths() argument
71 while (*shs && *shs < np) in inserths()
72 *dhs++ = *shs++; in inserths()
73 if (*shs != np) in inserths()
76 *dhs++ = *shs; in inserths()
77 } while (*shs++); in inserths()
/dports/sysutils/istio/istio-1.6.7/vendor/cloud.google.com/go/spanner/
H A Dsession_test.go97 shs[i], err = sp.take(ctx)
103 if len(gotDs) != len(shs) {
155 shs[i].recycle()
194 shs[i].recycle()
234 shs[i].recycle()
284 shs[i].recycle()
531 var shs []*sessionHandle
538 shs = append(shs, sh)
541 for _, sh := range shs {
815 for _, sh := range shs {
[all …]
/dports/sysutils/istio/google-cloud-go-logging-v1.0.0/spanner/
H A Dsession_test.go80 shs[i], err = sp.take(ctx)
84 gotDs[shs[i].getID()] = true
86 if len(gotDs) != len(shs) {
132 shs[i], err = sp.take(ctx)
141 shs[i].recycle()
191 shs[i].recycle()
439 var shs []*sessionHandle
446 shs = append(shs, sh)
449 for _, sh := range shs {
700 for _, sh := range shs {
[all …]
/dports/www/gitea/gitea-1.16.5/web_src/less/
H A D_font_i18n.less58 .shs("JP")[], .shs("J")[], .noto("JP")[], .shs("")[],
64 .shs("CN")[], .shs("SC")[], .noto("SC")[],
69 .shs("TW")[], .shs("TC")[], .noto("TC")[],
74 .shs("HK")[], .shs("HC")[], .noto("HK")[], .shs("TC")[], .noto("TC")[],
79 .shs("KR")[], .shs("K")[], .noto("KR")[],
85 .shs(@suffix) { @value: replace("Source Han Sans @{suffix} ", " ", " "), "SourceHanSans@{suffix}-"…

12345678910>>...44