Home
last modified time | relevance | path

Searched refs:tdtypes (Results 1 – 25 of 27) sorted by relevance

12

/dports/graphics/argyllcms/Argyll_V1.9.2/spectro/
H A Doemarch.c1618 if (tdtypes != NULL) free(tdtypes); in parse_EDR()
1627 if (tdtypes != NULL) free(tdtypes); in parse_EDR()
1648 if (tdtypes != NULL) free(tdtypes); in parse_EDR()
1662 if (tdtypes != NULL) free(tdtypes); in parse_EDR()
1684 if (tdtypes != NULL) free(tdtypes); in parse_EDR()
1698 if (tdtypes != NULL) free(tdtypes); in parse_EDR()
1708 if (tdtypes != NULL) free(tdtypes); in parse_EDR()
1723 if (tdtypes != NULL) free(tdtypes); in parse_EDR()
1733 if (tdtypes != NULL) free(tdtypes); in parse_EDR()
1743 if (tdtypes != NULL) free(tdtypes); in parse_EDR()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/kadmin/dbutil/
H A Dtabdump.c103 static struct tdtype tdtypes[] = { variable
112 #define NTDTYPES (sizeof(tdtypes)/sizeof(tdtypes[0]))
649 if (strcmp(rectype, tdtypes[i].rectype) == 0) { in tabdump()
650 setup_args(&args, &tdtypes[i], &opts); in tabdump()
/dports/security/krb5/krb5-1.19.2/src/kadmin/dbutil/
H A Dtabdump.c103 static struct tdtype tdtypes[] = { variable
112 #define NTDTYPES (sizeof(tdtypes)/sizeof(tdtypes[0]))
645 if (strcmp(rectype, tdtypes[i].rectype) == 0) { in tabdump()
646 setup_args(&args, &tdtypes[i], &opts); in tabdump()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/
H A Ddtemplate.c3682 o1 = t->tempinst->tdtypes[i]; in deduceType()
6413 ti->tdtypes.setDim(dedtypes.length); in findBestMatch()
6414 memcpy(ti->tdtypes.tdata(), dedtypes.tdata(), ti->tdtypes.length * sizeof(void *)); in findBestMatch()
6476 tiargs->push(tdtypes[i]); in findBestMatch()
6482 assert(tdtypes[i]); in findBestMatch()
6485 (*tiargs)[i] = tdtypes[i]; in findBestMatch()
6489 Tuple *va = isTuple(tdtypes[dim]); in findBestMatch()
6923 for (size_t i = 0; i < tdtypes.length; i++) in declareParameters()
7082 assert(tdtypes.length == ti->tdtypes.length); in compare()
7092 if (!arrayObjectMatch(&tdtypes, &ti->tdtypes)) in compare()
[all …]
H A Dtemplate.h301 Objects tdtypes; variable
H A Ddsymbolsem.c4858 Tuple *va = isTuple(tempinst->tdtypes[0]); in aliasSeqInstanceSemantic()
4882 Type *ta = isType(tempinst->tdtypes[0]); in aliasInstanceSemantic()
5331 for (size_t i = 0; i < tempinst->tdtypes.length; i++) in templateInstanceSemantic()
5333 RootObject *oarg = tempinst->tdtypes[i]; in templateInstanceSemantic()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/
H A Ddtemplate.c3682 o1 = t->tempinst->tdtypes[i]; in deduceType()
6413 ti->tdtypes.setDim(dedtypes.length); in findBestMatch()
6414 memcpy(ti->tdtypes.tdata(), dedtypes.tdata(), ti->tdtypes.length * sizeof(void *)); in findBestMatch()
6476 tiargs->push(tdtypes[i]); in findBestMatch()
6482 assert(tdtypes[i]); in findBestMatch()
6485 (*tiargs)[i] = tdtypes[i]; in findBestMatch()
6489 Tuple *va = isTuple(tdtypes[dim]); in findBestMatch()
6923 for (size_t i = 0; i < tdtypes.length; i++) in declareParameters()
7082 assert(tdtypes.length == ti->tdtypes.length); in compare()
7092 if (!arrayObjectMatch(&tdtypes, &ti->tdtypes)) in compare()
[all …]
H A Dtemplate.h301 Objects tdtypes; variable
H A Ddsymbolsem.c4858 Tuple *va = isTuple(tempinst->tdtypes[0]); in aliasSeqInstanceSemantic()
4882 Type *ta = isType(tempinst->tdtypes[0]); in aliasInstanceSemantic()
5331 for (size_t i = 0; i < tempinst->tdtypes.length; i++) in templateInstanceSemantic()
5333 RootObject *oarg = tempinst->tdtypes[i]; in templateInstanceSemantic()
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/
H A Ddtemplate.c3682 o1 = t->tempinst->tdtypes[i]; in deduceType()
6413 ti->tdtypes.setDim(dedtypes.length); in findBestMatch()
6414 memcpy(ti->tdtypes.tdata(), dedtypes.tdata(), ti->tdtypes.length * sizeof(void *)); in findBestMatch()
6476 tiargs->push(tdtypes[i]); in findBestMatch()
6482 assert(tdtypes[i]); in findBestMatch()
6485 (*tiargs)[i] = tdtypes[i]; in findBestMatch()
6489 Tuple *va = isTuple(tdtypes[dim]); in findBestMatch()
6923 for (size_t i = 0; i < tdtypes.length; i++) in declareParameters()
7082 assert(tdtypes.length == ti->tdtypes.length); in compare()
7092 if (!arrayObjectMatch(&tdtypes, &ti->tdtypes)) in compare()
[all …]
H A Dtemplate.h301 Objects tdtypes; variable
/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/
H A Ddtemplate.c6322 RootObject *oarg = tdtypes[i]; in semantic()
7002 ti->tdtypes.setDim(dedtypes.dim); in findBestMatch()
7003 memcpy(ti->tdtypes.tdata(), dedtypes.tdata(), ti->tdtypes.dim * sizeof(void *)); in findBestMatch()
7065 tiargs->push(tdtypes[i]); in findBestMatch()
7071 assert(tdtypes[i]); in findBestMatch()
7074 (*tiargs)[i] = tdtypes[i]; in findBestMatch()
7078 Tuple *va = isTuple(tdtypes[dim]); in findBestMatch()
7620 for (size_t i = 0; i < tdtypes.dim; i++) in declareParameters()
7884 assert(tdtypes.dim == ti->tdtypes.dim); in compare()
7894 if (!arrayObjectMatch(&tdtypes, &ti->tdtypes)) in compare()
[all …]
H A Dtemplate.h300 Objects tdtypes; variable
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/
H A Ddtemplate.c6325 RootObject *oarg = tdtypes[i]; in semantic()
7005 ti->tdtypes.setDim(dedtypes.dim); in findBestMatch()
7006 memcpy(ti->tdtypes.tdata(), dedtypes.tdata(), ti->tdtypes.dim * sizeof(void *)); in findBestMatch()
7068 tiargs->push(tdtypes[i]); in findBestMatch()
7074 assert(tdtypes[i]); in findBestMatch()
7077 (*tiargs)[i] = tdtypes[i]; in findBestMatch()
7081 Tuple *va = isTuple(tdtypes[dim]); in findBestMatch()
7623 for (size_t i = 0; i < tdtypes.dim; i++) in declareParameters()
7887 assert(tdtypes.dim == ti->tdtypes.dim); in compare()
7897 if (!arrayObjectMatch(&tdtypes, &ti->tdtypes)) in compare()
[all …]
H A Dtemplate.h300 Objects tdtypes; variable
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/
H A Ddtemplate.c6392 RootObject *oarg = tdtypes[i]; in semantic()
7072 ti->tdtypes.setDim(dedtypes.dim); in findBestMatch()
7073 memcpy(ti->tdtypes.tdata(), dedtypes.tdata(), ti->tdtypes.dim * sizeof(void *)); in findBestMatch()
7135 tiargs->push(tdtypes[i]); in findBestMatch()
7141 assert(tdtypes[i]); in findBestMatch()
7144 (*tiargs)[i] = tdtypes[i]; in findBestMatch()
7148 Tuple *va = isTuple(tdtypes[dim]); in findBestMatch()
7690 for (size_t i = 0; i < tdtypes.dim; i++) in declareParameters()
7954 assert(tdtypes.dim == ti->tdtypes.dim); in compare()
7964 if (!arrayObjectMatch(&tdtypes, &ti->tdtypes)) in compare()
[all …]
H A Dtemplate.h300 Objects tdtypes; variable
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/
H A Ddtemplate.c6322 RootObject *oarg = tdtypes[i]; in semantic()
7002 ti->tdtypes.setDim(dedtypes.dim); in findBestMatch()
7003 memcpy(ti->tdtypes.tdata(), dedtypes.tdata(), ti->tdtypes.dim * sizeof(void *)); in findBestMatch()
7065 tiargs->push(tdtypes[i]); in findBestMatch()
7071 assert(tdtypes[i]); in findBestMatch()
7074 (*tiargs)[i] = tdtypes[i]; in findBestMatch()
7078 Tuple *va = isTuple(tdtypes[dim]); in findBestMatch()
7620 for (size_t i = 0; i < tdtypes.dim; i++) in declareParameters()
7884 assert(tdtypes.dim == ti->tdtypes.dim); in compare()
7894 if (!arrayObjectMatch(&tdtypes, &ti->tdtypes)) in compare()
[all …]
H A Dtemplate.h300 Objects tdtypes; variable
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/
H A Ddtemplate.c6392 RootObject *oarg = tdtypes[i]; in semantic()
7072 ti->tdtypes.setDim(dedtypes.dim); in findBestMatch()
7073 memcpy(ti->tdtypes.tdata(), dedtypes.tdata(), ti->tdtypes.dim * sizeof(void *)); in findBestMatch()
7135 tiargs->push(tdtypes[i]); in findBestMatch()
7141 assert(tdtypes[i]); in findBestMatch()
7144 (*tiargs)[i] = tdtypes[i]; in findBestMatch()
7148 Tuple *va = isTuple(tdtypes[dim]); in findBestMatch()
7690 for (size_t i = 0; i < tdtypes.dim; i++) in declareParameters()
7954 assert(tdtypes.dim == ti->tdtypes.dim); in compare()
7964 if (!arrayObjectMatch(&tdtypes, &ti->tdtypes)) in compare()
[all …]
H A Dtemplate.h300 Objects tdtypes; variable
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/
H A Ddtemplate.c6322 RootObject *oarg = tdtypes[i]; in semantic()
7002 ti->tdtypes.setDim(dedtypes.dim); in findBestMatch()
7003 memcpy(ti->tdtypes.tdata(), dedtypes.tdata(), ti->tdtypes.dim * sizeof(void *)); in findBestMatch()
7065 tiargs->push(tdtypes[i]); in findBestMatch()
7071 assert(tdtypes[i]); in findBestMatch()
7074 (*tiargs)[i] = tdtypes[i]; in findBestMatch()
7078 Tuple *va = isTuple(tdtypes[dim]); in findBestMatch()
7620 for (size_t i = 0; i < tdtypes.dim; i++) in declareParameters()
7884 assert(tdtypes.dim == ti->tdtypes.dim); in compare()
7894 if (!arrayObjectMatch(&tdtypes, &ti->tdtypes)) in compare()
[all …]
H A Dtemplate.h300 Objects tdtypes; variable
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/
H A Ddtemplate.d4106 o1 = t.tempinst.tdtypes[i]; in visit()
5783 Objects tdtypes; variable
6073 assert(tdtypes.dim == ti.tdtypes.dim); in equalsx()
6083 if (!arrayObjectMatch(&tdtypes, &ti.tdtypes)) in equalsx()
6128 hash += arrayObjectHash(&tdtypes); in toHash()
6955 tdtypes.setDim(dedtypes.dim); in findBestMatch()
6956 memcpy(tdtypes.tdata(), dedtypes.tdata(), tdtypes.dim * (void*).sizeof); in findBestMatch()
6999 tiargs.push(tdtypes[i]); in findBestMatch()
7005 assert(tdtypes[i]); in findBestMatch()
7008 (*tiargs)[i] = tdtypes[i]; in findBestMatch()
[all …]
H A Dtemplate.h250 Objects tdtypes; variable

12