]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.eclipse.swt.win32.win32.x86_64/library/c_stats.h
Remove invalid SHA-256-Digests
[simantics/platform.git] / bundles / org.eclipse.swt.win32.win32.x86_64 / library / c_stats.h
1 /*******************************************************************************
2  * Copyright (c) 2000, 2019 IBM Corporation and others.
3  *
4  * This program and the accompanying materials
5  * are made available under the terms of the Eclipse Public License 2.0
6  * which accompanies this distribution, and is available at
7  * https://www.eclipse.org/legal/epl-2.0/
8  *
9  * SPDX-License-Identifier: EPL-2.0
10  *
11  * Contributors:
12  *    IBM Corporation - initial API and implementation
13  *******************************************************************************/
14
15 /* Note: This file was auto-generated by org.eclipse.swt.tools.internal.JNIGenerator */
16 /* DO NOT EDIT - your changes will be lost. */
17
18 #ifdef NATIVE_STATS
19 extern int C_nativeFunctionCount;
20 extern int C_nativeFunctionCallCount[];
21 extern char* C_nativeFunctionNames[];
22 #define C_NATIVE_ENTER(env, that, func) C_nativeFunctionCallCount[func]++;
23 #define C_NATIVE_EXIT(env, that, func) 
24 #else
25 #ifndef C_NATIVE_ENTER
26 #define C_NATIVE_ENTER(env, that, func) 
27 #endif
28 #ifndef C_NATIVE_EXIT
29 #define C_NATIVE_EXIT(env, that, func) 
30 #endif
31 #endif
32
33 typedef enum {
34         PTR_1sizeof_FUNC,
35         free_FUNC,
36         getenv_FUNC,
37         malloc_FUNC,
38         memmove__JJJ_FUNC,
39         memmove__J_3BJ_FUNC,
40         memmove__J_3CJ_FUNC,
41         memmove__J_3DJ_FUNC,
42         memmove__J_3FJ_FUNC,
43         memmove__J_3IJ_FUNC,
44         memmove__J_3JJ_FUNC,
45         memmove__J_3SJ_FUNC,
46         memmove___3BJJ_FUNC,
47         memmove___3B_3CJ_FUNC,
48         memmove___3CJJ_FUNC,
49         memmove___3DJJ_FUNC,
50         memmove___3FJJ_FUNC,
51         memmove___3IJJ_FUNC,
52         memmove___3I_3BJ_FUNC,
53         memmove___3JJJ_FUNC,
54         memmove___3SJJ_FUNC,
55         memset_FUNC,
56         setenv_FUNC,
57         strlen_FUNC,
58 } C_FUNCS;