OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:func_count
(Results
1 - 2
of
2
) sorted by null
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
FunctionTable.java
44
public static final int
FUNC_COUNT
= 3;
181
m_functions[
FUNC_COUNT
] = org.apache.xpath.functions.FuncCount.class;
239
new Integer(FunctionTable.
FUNC_COUNT
));
/external/linux-tools-perf/util/
trace-event-parse.c
129
static unsigned int
func_count
;
variable
179
func_count
++;
182
func_list = malloc_or_die(sizeof(*func_list) * (
func_count
+ 1));
195
qsort(func_list,
func_count
, sizeof(*func_list), func_cmp);
200
func_list[
func_count
].func = NULL;
201
func_list[
func_count
].addr = 0;
202
func_list[
func_count
].mod = NULL;
233
func = bsearch(&key, func_list,
func_count
, sizeof(*func_list),
243
for (i = 0; i < (int)
func_count
; i++) {
[
all
...]
Completed in 525 milliseconds