示例#1
0
void
syscall·Syscall9(uintptr fn, uintptr nargs, uintptr a1, uintptr a2, uintptr a3, uintptr a4, uintptr a5, uintptr a6, uintptr a7, uintptr a8, uintptr a9, uintptr r1, uintptr r2, uintptr err)
{
#line 78 "syscall_windows.goc"

	WinCall c;

	USED(a2);
	USED(a3);
	USED(a4);
	USED(a5);
	USED(a6);
	USED(a7);
	USED(a8);
	USED(a9);
	c.fn = (void*)fn;
	c.n = nargs;
	c.args = &a1;
	runtime·cgocall(runtime·asmstdcall, &c);
	err = c.err;
	r1 = c.r1;
	r2 = c.r2;
	FLUSH(&r1);
	FLUSH(&r2);
	FLUSH(&err);
}
void
syscall·Syscall15(uintptr fn, uintptr nargs, uintptr a1, uintptr a2, uintptr a3, uintptr a4, uintptr a5, uintptr a6, uintptr a7, uintptr a8, uintptr a9, uintptr a10, uintptr a11, uintptr a12, uintptr a13, uintptr a14, uintptr a15, uintptr r1, uintptr r2, uintptr err)
{
#line 3811 "C:\Go\src\pkg\runtime\syscall_windows.goc"

	WinCall c;

	USED(a2);
	USED(a3);
	USED(a4);
	USED(a5);
	USED(a6);
	USED(a7);
	USED(a8);
	USED(a9);
	USED(a10);
	USED(a11);
	USED(a12);
	USED(a13);
	USED(a14);
	USED(a15);
	c.fn = (void*)fn;
	c.n = nargs;
	c.args = &a1;
	runtime·cgocall(runtime·asmstdcall, &c);
	err = c.err;
	r1 = c.r1;
	r2 = c.r2;
	FLUSH(&r1);
	FLUSH(&r2);
	FLUSH(&err);
}
void
syscall·Syscall(uintptr fn, uintptr nargs, uintptr a1, uintptr a2, uintptr a3, uintptr r1, uintptr r2, uintptr err)
{
	r1 = 0;
	FLUSH(&r1);
	r2 = 0;
	FLUSH(&r2);
	err = 0;
	FLUSH(&err);
#line 47 "C:\Users\gopher\AppData\Local\Temp\1\makerelease745458658\go\src\pkg\runtime\syscall_windows.goc"

	LibCall c;

	USED(a2);
	USED(a3);
	c.fn = (void*)fn;
	c.n = nargs;
	c.args = &a1;
	runtime·cgocall(runtime·asmstdcall, &c);
	err = c.err;
	r1 = c.r1;
	r2 = c.r2;
	FLUSH(&r1);
	FLUSH(&r2);
	FLUSH(&err);
}
示例#4
0
void
·_swig_getDST_NULL(struct {
  uint8 x[SWIG_PARM_SIZE];
} p)

{
  runtime·cgocall(x_wrap_DST_NULL, &p);
}
示例#5
0
void
·_swig_getDST_MANHATTAN(struct {
  uint8 x[SWIG_PARM_SIZE];
} p)

{
  runtime·cgocall(x_wrap_DST_MANHATTAN, &p);
}
示例#6
0
void
·_swig_wrap_delete_IntArray(struct {
  uint8 x[SWIG_PARM_SIZE + SWIG_PARM_SIZE];
} p)

{
  runtime·cgocall(x_wrap_delete_IntArray, &p);
}
示例#7
0
void
·_swig_wrap_Flame_fuzzyships_get(struct {
  uint8 x[SWIG_PARM_SIZE + SWIG_PARM_SIZE + SWIG_PARM_SIZE];
} p)

{
  runtime·cgocall(x_wrap_Flame_fuzzyships_get, &p);
}
示例#8
0
void
·_swig_wrap_Flame_cso_count_get(struct {
  uint8 x[SWIG_PARM_SIZE + SWIG_PARM_SIZE + SWIG_PARM_SIZE];
} p)

{
  runtime·cgocall(x_wrap_Flame_cso_count_get, &p);
}
示例#9
0
void
·_swig_wrap_IntArray_bufsize_set(struct {
  uint8 x[SWIG_PARM_SIZE + SWIG_PARM_SIZE + SWIG_PARM_SIZE];
} p)

{
  runtime·cgocall(x_wrap_IntArray_bufsize_set, &p);
}
示例#10
0
void
·_swig_getOBT_SUPPORT(struct {
  uint8 x[SWIG_PARM_SIZE];
} p)

{
  runtime·cgocall(x_wrap_OBT_SUPPORT, &p);
}
示例#11
0
void
·Flame_SQPearsonDist(struct {
  uint8 x[SWIG_PARM_SIZE + SWIG_PARM_SIZE + SWIG_PARM_SIZE + SWIG_PARM_SIZE];
} p)

{
  runtime·cgocall(x_wrap_Flame_SQPearsonDist, &p);
}
示例#12
0
void
·Flame_Manhattan(struct {
  uint8 x[SWIG_PARM_SIZE + SWIG_PARM_SIZE + SWIG_PARM_SIZE + SWIG_PARM_SIZE];
} p)

{
  runtime·cgocall(x_wrap_Flame_Manhattan, &p);
}
示例#13
0
void
·Flame_UCPearson(struct {
  uint8 x[SWIG_PARM_SIZE + SWIG_PARM_SIZE + SWIG_PARM_SIZE + SWIG_PARM_SIZE];
} p)

{
  runtime·cgocall(x_wrap_Flame_UCPearson, &p);
}
示例#14
0
void
·Flame_Cosine(struct {
  uint8 x[SWIG_PARM_SIZE + SWIG_PARM_SIZE + SWIG_PARM_SIZE + SWIG_PARM_SIZE];
} p)

{
  runtime·cgocall(x_wrap_Flame_Cosine, &p);
}
示例#15
0
void
·_swig_wrap_PartialQuickSort(struct {
  uint8 x[SWIG_PARM_SIZE + SWIG_PARM_SIZE + SWIG_PARM_SIZE + SWIG_PARM_SIZE];
} p)

{
  runtime·cgocall(x_wrap_PartialQuickSort, &p);
}
示例#16
0
void
·_swig_wrap_delete_IndexFloat(struct {
  uint8 x[SWIG_PARM_SIZE + SWIG_PARM_SIZE];
} p)

{
  runtime·cgocall(x_wrap_delete_IndexFloat, &p);
}
示例#17
0
void
·_swig_wrap_IndexFloat_value_get(struct {
  uint8 x[SWIG_PARM_SIZE + SWIG_PARM_SIZE + SWIG_PARM_SIZE];
} p)

{
  runtime·cgocall(x_wrap_IndexFloat_value_get, &p);
}
示例#18
0
void
·GetBasicDistFunctions(struct {
  uint8 x[SWIG_PARM_SIZE];
} p)

{
  runtime·cgocall(x_wrap_basicDistFunctions_get, &p);
}
示例#19
0
void
·_swig_getOBT_NORMAL(struct {
  uint8 x[SWIG_PARM_SIZE];
} p)

{
  runtime·cgocall(x_wrap_OBT_NORMAL, &p);
}
示例#20
0
void
·Flame_DotProductDist(struct {
  uint8 x[SWIG_PARM_SIZE + SWIG_PARM_SIZE + SWIG_PARM_SIZE + SWIG_PARM_SIZE];
} p)

{
  runtime·cgocall(x_wrap_Flame_DotProductDist, &p);
}
示例#21
0
void
·_swig_getOBT_OUTLIER(struct {
  uint8 x[SWIG_PARM_SIZE];
} p)

{
  runtime·cgocall(x_wrap_OBT_OUTLIER, &p);
}
示例#22
0
void
·Flame_CovarianceDist(struct {
  uint8 x[SWIG_PARM_SIZE + SWIG_PARM_SIZE + SWIG_PARM_SIZE + SWIG_PARM_SIZE];
} p)

{
  runtime·cgocall(x_wrap_Flame_CovarianceDist, &p);
}
示例#23
0
void
·_swig_wrap_Flame_weights_set(struct {
  uint8 x[SWIG_PARM_SIZE + SWIG_PARM_SIZE + SWIG_PARM_SIZE];
} p)

{
  runtime·cgocall(x_wrap_Flame_weights_set, &p);
}
示例#24
0
void
·_swig_getDST_SQ_PEARSON(struct {
  uint8 x[SWIG_PARM_SIZE];
} p)

{
  runtime·cgocall(x_wrap_DST_SQ_PEARSON, &p);
}
示例#25
0
void
·_swig_wrap_Flame_obtypes_get(struct {
  uint8 x[SWIG_PARM_SIZE + SWIG_PARM_SIZE + (2 * SWIG_PARM_SIZE)];
} p)

{
  runtime·cgocall(x_wrap_Flame_obtypes_get, &p);
}
示例#26
0
void
·_swig_wrap_Flame_LocalApproximation(struct {
  uint8 x[SWIG_PARM_SIZE + SWIG_PARM_SIZE + SWIG_PARM_SIZE];
} p)

{
  runtime·cgocall(x_wrap_Flame_LocalApproximation, &p);
}
示例#27
0
void
·_swig_getDST_DOT_PROD(struct {
  uint8 x[SWIG_PARM_SIZE];
} p)

{
  runtime·cgocall(x_wrap_DST_DOT_PROD, &p);
}
示例#28
0
void
·_swig_wrap_Flame_MakeClusters(struct {
  uint8 x[SWIG_PARM_SIZE + SWIG_PARM_SIZE];
} p)

{
  runtime·cgocall(x_wrap_Flame_MakeClusters, &p);
}
示例#29
0
void
·_swig_getDST_COVARIANCE(struct {
  uint8 x[SWIG_PARM_SIZE];
} p)

{
  runtime·cgocall(x_wrap_DST_COVARIANCE, &p);
}
示例#30
0
void
·_swig_wrap_Flame_DefineSupports(struct {
  uint8 x[SWIG_PARM_SIZE + SWIG_PARM_SIZE + SWIG_PARM_SIZE];
} p)

{
  runtime·cgocall(x_wrap_Flame_DefineSupports, &p);
}