Searched defs:static (Results 1 - 3 of 3) sorted by relevance

/external/cmockery/cmockery_0_1_2/src/example/
H A Dcalculator.c73 * so redefine static to nothing. */
74 #define static macro
89 static int add(int a, int b);
90 static int subtract(int a, int b);
91 static int multiply(int a, int b);
92 static int divide(int a, int b);
95 static OperatorFunction operator_function_map[] = {
102 static int add(int a, int b) {
106 static int subtract(int a, int b) {
110 static in
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
H A DMetricsSidebarPane.js273 "static": true
/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp79 #define static macro
164 static

Completed in 75 milliseconds