Home
last modified time | relevance | path

Searched refs:tlc (Results 1 – 25 of 485) sorted by relevance

12345678910>>...20

/dports/lang/scheme48/scheme48-1.9.2/scheme/big/
H A Dtransport-link-cell-check.scm20 (check (transport-link-cell-key tlc) => key)
21 (check (transport-link-cell-value tlc) => value)
22 (check (transport-link-cell-tconc tlc) => tconc)
31 (check (transport-link-cell-key tlc) => key)
34 (check (transport-link-cell-next tlc) => next)
117 tlc))))
120 (lambda (tlc)
136 tlc))))
139 (lambda (tlc)
155 tlc))))
[all …]
H A Dtlc-table.scm309 (let loop ((tlc (tlc-table-loc table)))
310 (if tlc
314 (make-immutable! tlc)
331 (if tlc
334 (transport-link-cell-key tlc)
370 (let loop ((tlc (tlc-table-loc table))
372 (if tlc
385 (let loop ((tlc (tlc-table-loc table))
387 (if tlc
391 (transport-link-cell-value tlc)))
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/dm/
H A Ddm_target_linear.c60 dm_target_linear_config_t *tlc; in dm_target_linear_init() local
89 tlc->pdev = dmp; in dm_target_linear_init()
93 tlc->offset = atoi(argv[1]); in dm_target_linear_init()
95 *target_config = tlc; in dm_target_linear_init()
111 tlc = target_config; in dm_target_linear_status()
118 aprint_normal("%s %" PRIu64, tlc->pdev->name, tlc->offset); in dm_target_linear_status()
120 tlc->pdev->name, tlc->offset); in dm_target_linear_status()
132 tlc = table_en->target_config; in dm_target_linear_strategy()
137 bp->b_blkno += tlc->offset; in dm_target_linear_strategy()
179 dm_pdev_decr(tlc->pdev); in dm_target_linear_destroy()
[all …]
H A Ddm_target_stripe.c108 dm_target_linear_config_t *tlc; in dm_target_stripe_fini() local
115 dm_pdev_decr(tlc->pdev); in dm_target_stripe_fini()
116 kmem_free(tlc, sizeof(*tlc)); in dm_target_stripe_fini()
133 dm_target_linear_config_t *tlc; in dm_target_stripe_init() local
175 tlc = kmem_alloc(sizeof(*tlc), KM_NOSLEEP); in dm_target_stripe_init()
177 kmem_free(tlc, sizeof(*tlc)); in dm_target_stripe_init()
197 dm_target_linear_config_t *tlc; in dm_target_stripe_status() local
216 tlc->pdev->name, tlc->offset); in dm_target_stripe_status()
228 dm_target_linear_config_t *tlc; in dm_target_stripe_strategy() local
270 tlc = TAILQ_NEXT(tlc, entries); in dm_target_stripe_strategy()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/unittests/
H A Dtest_treelist.py36 def _populateTree(self, tlc): argument
42 root = tlc.AppendItem(tlc.GetRootItem(), 'My Root')
57 s = tlc.GetSelections()
61 tlc.Select(root)
62 self.assertEqual(tlc.GetItemText(root), tlc.GetItemText(tlc.GetSelection()))
64 s = tlc.GetSelections()
77 tlc.Select(root)
78 s = tlc.GetSelections()
86 tlc.Select(root)
87 tlc.Select(tlc.GetFirstChild(root))
[all …]
/dports/sysutils/tzdialog/tzdialog-1.2/
H A Dtzdialog464 tlc = line[1]
477 argv[2] = tlc
689 printf "country_%s_cont=\"%s\"\n", tlc, country_cont[tlc]
692 tlc, country_filename[tlc]
700 tlc, n, country_cont[tlc,n]
703 tlc, n, country_filename[tlc,n]
705 tlc, n, country_descr[tlc,n]
726 tlc = line[1]
734 argv[2] = tlc
814 print ENVIRON["country_" tlc "_name"] " " tlc
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading/tests/
H A DReaderWriterLockTests.cs104 tlc = trwl.ReleaseLock(); in InvalidLockCookieTest()
105 trwl.RestoreLock(tlc); in InvalidLockCookieTest()
115 tlc = tlc2.Clone(); in InvalidLockCookieTest()
130 TestLockCookie tlc; in BasicLockTest()
256 trwl.RestoreLock(tlc); in BasicLockTest()
360 TestLockCookie tlc, tlc2; in SingleThreadLockOwnerMiscellaneousTest()
402 tlc = trwl.ReleaseLock(); in SingleThreadLockOwnerMiscellaneousTest()
431 trwl.RestoreLock(tlc); in SingleThreadLockOwnerMiscellaneousTest()
443 TestLockCookie tlc; in DowngradeQuirks_ChangedInDotNetCore()
1133 return tlc; in UpgradeToWriterLock()
[all …]
/dports/math/sympow/sympow-7fd4d97cabc07951200b98ee841afc4151c2c287/
H A Dconductors.c4 #define tlc tame_local_conductor macro
52 case 8: return tlc(8,m)+tlc(2,m)/2; in wild_local_conductor()
53 case 9: return tlc(8,m)+tlc(2,m); in wild_local_conductor()
54 case 10: return tlc(8,m)+tlc(4,m)+tlc(2,m); in wild_local_conductor()
60 case 22: case 23: return 2*tlc(4,m)+tlc(2,m); in wild_local_conductor()
61 case 24: return (2*tlc(8,m)+tlc(2,m))/6; in wild_local_conductor()
62 case 25: return (tlc(8,m)+2*tlc(2,m))/3; in wild_local_conductor()
63 case 26: return (tlc(8,m)+5*tlc(2,m))/3; in wild_local_conductor()
64 case 27: return (10*tlc(8,m)+5*tlc(2,m))/6; in wild_local_conductor()
246 {T=tlc(badprimetype[i],m)-tlc(badprimetype[i],m-2); in compute_conductor_hecke()
[all …]
/dports/textproc/redisearch/RediSearch-2.2.5/src/aggregate/reducers/
H A Dto_list.c16 tolistCtx *tlc = ctx; in tolistAdd() local
17 RSValue *v = RLookup_GetItem(tlc->srckey, srcrow); in tolistAdd()
25 if (TrieMap_Find(tlc->values, (char *)&hval, sizeof(hval)) == TRIEMAP_NOTFOUND) { in tolistAdd()
27 TrieMap_Add(tlc->values, (char *)&hval, sizeof(hval), in tolistAdd()
35 if (TrieMap_Find(tlc->values, (char *)&hval, sizeof(hval)) == TRIEMAP_NOTFOUND) { in tolistAdd()
37 TrieMap_Add(tlc->values, (char *)&hval, sizeof(hval), in tolistAdd()
46 tolistCtx *tlc = ctx; in tolistFinalize() local
47 TrieMapIterator *it = TrieMap_Iterate(tlc->values, "", 0); in tolistFinalize()
51 RSValue **arr = rm_calloc(tlc->values->cardinality, sizeof(RSValue)); in tolistFinalize()
69 tolistCtx *tlc = p; in tolistFreeInstance() local
[all …]
/dports/textproc/redisearch20/RediSearch-2.0.15/src/aggregate/reducers/
H A Dto_list.c16 tolistCtx *tlc = ctx; in tolistAdd() local
17 RSValue *v = RLookup_GetItem(tlc->srckey, srcrow); in tolistAdd()
25 if (TrieMap_Find(tlc->values, (char *)&hval, sizeof(hval)) == TRIEMAP_NOTFOUND) { in tolistAdd()
27 TrieMap_Add(tlc->values, (char *)&hval, sizeof(hval), in tolistAdd()
35 if (TrieMap_Find(tlc->values, (char *)&hval, sizeof(hval)) == TRIEMAP_NOTFOUND) { in tolistAdd()
37 TrieMap_Add(tlc->values, (char *)&hval, sizeof(hval), in tolistAdd()
46 tolistCtx *tlc = ctx; in tolistFinalize() local
47 TrieMapIterator *it = TrieMap_Iterate(tlc->values, "", 0); in tolistFinalize()
51 RSValue **arr = rm_calloc(tlc->values->cardinality, sizeof(RSValue)); in tolistFinalize()
69 tolistCtx *tlc = p; in tolistFreeInstance() local
[all …]
/dports/textproc/redisearch16/RediSearch-1.6.16/src/aggregate/reducers/
H A Dto_list.c16 tolistCtx *tlc = ctx; in tolistAdd() local
17 RSValue *v = RLookup_GetItem(tlc->srckey, srcrow); in tolistAdd()
25 if (TrieMap_Find(tlc->values, (char *)&hval, sizeof(hval)) == TRIEMAP_NOTFOUND) { in tolistAdd()
27 TrieMap_Add(tlc->values, (char *)&hval, sizeof(hval), in tolistAdd()
35 if (TrieMap_Find(tlc->values, (char *)&hval, sizeof(hval)) == TRIEMAP_NOTFOUND) { in tolistAdd()
37 TrieMap_Add(tlc->values, (char *)&hval, sizeof(hval), in tolistAdd()
46 tolistCtx *tlc = ctx; in tolistFinalize() local
47 TrieMapIterator *it = TrieMap_Iterate(tlc->values, "", 0); in tolistFinalize()
51 RSValue **arr = rm_calloc(tlc->values->cardinality, sizeof(RSValue)); in tolistFinalize()
69 tolistCtx *tlc = p; in tolistFreeInstance() local
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/vendor/github.com/google/certificate-transparency-go/client/
H A Dmultilog.go117 tlc := TemporalLogClient{
121 return &tlc, nil
131 results := make(chan result, len(tlc.Clients))
132 for _, c := range tlc.Clients {
142 for range tlc.Clients {
161 return tlc.addChain(ctx, ct.X509LogEntryType, ct.AddChainPath, chain)
166 return tlc.addChain(ctx, ct.PrecertLogEntryType, ct.AddPreChainPath, chain)
178 cidx, err := tlc.IndexByDate(cert.NotAfter)
182 return tlc.Clients[cidx].addChainWithRetry(ctx, ctype, path, chain)
187 func (tlc *TemporalLogClient) IndexByDate(when time.Time) (int, error) {
[all …]
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/client/
H A Dmultilog.go117 tlc := TemporalLogClient{
121 return &tlc, nil
131 results := make(chan result, len(tlc.Clients))
132 for _, c := range tlc.Clients {
142 for range tlc.Clients {
161 return tlc.addChain(ctx, ct.X509LogEntryType, ct.AddChainPath, chain)
166 return tlc.addChain(ctx, ct.PrecertLogEntryType, ct.AddPreChainPath, chain)
178 cidx, err := tlc.IndexByDate(cert.NotAfter)
182 return tlc.Clients[cidx].addChainWithRetry(ctx, ctype, path, chain)
187 func (tlc *TemporalLogClient) IndexByDate(when time.Time) (int, error) {
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/google/certificate-transparency-go/client/
H A Dmultilog.go117 tlc := TemporalLogClient{
121 return &tlc, nil
131 results := make(chan result, len(tlc.Clients))
132 for _, c := range tlc.Clients {
142 for range tlc.Clients {
161 return tlc.addChain(ctx, ct.X509LogEntryType, ct.AddChainPath, chain)
166 return tlc.addChain(ctx, ct.PrecertLogEntryType, ct.AddPreChainPath, chain)
178 cidx, err := tlc.IndexByDate(cert.NotAfter)
182 return tlc.Clients[cidx].addChainWithRetry(ctx, ctype, path, chain)
187 func (tlc *TemporalLogClient) IndexByDate(when time.Time) (int, error) {
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/docker/vendor/github.com/google/certificate-transparency-go/client/
H A Dmultilog.go117 tlc := TemporalLogClient{
121 return &tlc, nil
131 results := make(chan result, len(tlc.Clients))
132 for _, c := range tlc.Clients {
142 for range tlc.Clients {
161 return tlc.addChain(ctx, ct.X509LogEntryType, ct.AddChainPath, chain)
166 return tlc.addChain(ctx, ct.PrecertLogEntryType, ct.AddPreChainPath, chain)
178 cidx, err := tlc.IndexByDate(cert.NotAfter)
182 return tlc.Clients[cidx].addChainWithRetry(ctx, ctype, path, chain)
187 func (tlc *TemporalLogClient) IndexByDate(when time.Time) (int, error) {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/google/certificate-transparency-go/client/
H A Dmultilog.go117 tlc := TemporalLogClient{
121 return &tlc, nil
131 results := make(chan result, len(tlc.Clients))
132 for _, c := range tlc.Clients {
142 for range tlc.Clients {
161 return tlc.addChain(ctx, ct.X509LogEntryType, ct.AddChainPath, chain)
166 return tlc.addChain(ctx, ct.PrecertLogEntryType, ct.AddPreChainPath, chain)
178 cidx, err := tlc.IndexByDate(cert.NotAfter)
182 return tlc.Clients[cidx].addChainWithRetry(ctx, ctype, path, chain)
187 func (tlc *TemporalLogClient) IndexByDate(when time.Time) (int, error) {
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/google/certificate-transparency-go/client/
H A Dmultilog.go117 tlc := TemporalLogClient{
121 return &tlc, nil
131 results := make(chan result, len(tlc.Clients))
132 for _, c := range tlc.Clients {
142 for range tlc.Clients {
161 return tlc.addChain(ctx, ct.X509LogEntryType, ct.AddChainPath, chain)
166 return tlc.addChain(ctx, ct.PrecertLogEntryType, ct.AddPreChainPath, chain)
178 cidx, err := tlc.IndexByDate(cert.NotAfter)
182 return tlc.Clients[cidx].addChainWithRetry(ctx, ctype, path, chain)
187 func (tlc *TemporalLogClient) IndexByDate(when time.Time) (int, error) {
[all …]
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/google/certificate-transparency-go/client/
H A Dmultilog.go117 tlc := TemporalLogClient{
121 return &tlc, nil
131 results := make(chan result, len(tlc.Clients))
132 for _, c := range tlc.Clients {
142 for range tlc.Clients {
161 return tlc.addChain(ctx, ct.X509LogEntryType, ct.AddChainPath, chain)
166 return tlc.addChain(ctx, ct.PrecertLogEntryType, ct.AddPreChainPath, chain)
178 cidx, err := tlc.IndexByDate(cert.NotAfter)
182 return tlc.Clients[cidx].addChainWithRetry(ctx, ctype, path, chain)
187 func (tlc *TemporalLogClient) IndexByDate(when time.Time) (int, error) {
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/google/certificate-transparency-go/client/
H A Dmultilog.go117 tlc := TemporalLogClient{
121 return &tlc, nil
131 results := make(chan result, len(tlc.Clients))
132 for _, c := range tlc.Clients {
142 for range tlc.Clients {
161 return tlc.addChain(ctx, ct.X509LogEntryType, ct.AddChainPath, chain)
166 return tlc.addChain(ctx, ct.PrecertLogEntryType, ct.AddPreChainPath, chain)
178 cidx, err := tlc.IndexByDate(cert.NotAfter)
182 return tlc.Clients[cidx].addChainWithRetry(ctx, ctype, path, chain)
187 func (tlc *TemporalLogClient) IndexByDate(when time.Time) (int, error) {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/google/certificate-transparency-go/client/
H A Dmultilog.go117 tlc := TemporalLogClient{
121 return &tlc, nil
131 results := make(chan result, len(tlc.Clients))
132 for _, c := range tlc.Clients {
142 for range tlc.Clients {
161 return tlc.addChain(ctx, ct.X509LogEntryType, ct.AddChainPath, chain)
166 return tlc.addChain(ctx, ct.PrecertLogEntryType, ct.AddPreChainPath, chain)
178 cidx, err := tlc.IndexByDate(cert.NotAfter)
182 return tlc.Clients[cidx].addChainWithRetry(ctx, ctype, path, chain)
187 func (tlc *TemporalLogClient) IndexByDate(when time.Time) (int, error) {
[all …]
/dports/sysutils/docker/docker-ce-18.09.5/components/engine/vendor/github.com/google/certificate-transparency-go/client/
H A Dmultilog.go117 tlc := TemporalLogClient{
121 return &tlc, nil
131 results := make(chan result, len(tlc.Clients))
132 for _, c := range tlc.Clients {
142 for range tlc.Clients {
161 return tlc.addChain(ctx, ct.X509LogEntryType, ct.AddChainPath, chain)
166 return tlc.addChain(ctx, ct.PrecertLogEntryType, ct.AddPreChainPath, chain)
178 cidx, err := tlc.IndexByDate(cert.NotAfter)
182 return tlc.Clients[cidx].addChainWithRetry(ctx, ctype, path, chain)
187 func (tlc *TemporalLogClient) IndexByDate(when time.Time) (int, error) {
[all …]
/dports/textproc/py-whoosh/Whoosh-2.7.4/src/whoosh/lang/
H A D__init__.py120 tlc = two_letter_code(lang)
122 if tlc == "ar":
127 if tlc in snowball_classes:
128 return snowball_classes[tlc]().stem
136 tlc = two_letter_code(lang)
137 if tlc in stoplists:
138 return stoplists[tlc]
/dports/devel/bsddialog/bsddialog-a3712d573561bca2c712ed33dd6803d5c8f44aa4/bsdconfig/timezone/share/
H A Dzones.subr173 argv[3] = tlc
180 argv[3] = tlc
223 nz = country_nzones[tlc]
230 printf "country_%s_cont=\"%s\"\n", tlc, country_cont[tlc]
233 tlc, country_filename[tlc]
241 tlc, n, country_cont[tlc,n]
244 tlc, n, country_filename[tlc,n]
246 tlc, n, country_descr[tlc,n]
268 tlc = line[1]
273 if (length(tlc) != 2)
[all …]
H A Diso3166.subr103 function add_country(tlc, name)
105 if (country_name[tlc])
109 argv[3] = tlc
114 country_name[tlc] = name
118 name = country_name[tlc]
134 tlc = line[1]
139 if (length(tlc) != 2)
149 argv[3] = tlc
178 add_country(tlc, name)
182 for (tlc in country_name)
[all …]
/dports/devel/bsddialog/bsddialog-a3712d573561bca2c712ed33dd6803d5c8f44aa4/bsdconfig/timezone/
H A Dtimezone390 f_country $tlc nzones nzones
392 f_country $tlc cont real_cont
394 f_country $tlc name name
395 f_country $tlc filename filename
403 f_country $tlc name name
409 f_country $tlc menu_list menu_list
438 f_country $tlc cont_$n real_cont
440 f_country $tlc name name
441 f_country $tlc filename_$n filename

12345678910>>...20