OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:func_count
(Results
1 - 4
of
4
) 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/src/tools/lib/traceevent/
event-parse.c
362
func_map = malloc(sizeof(*func_map) * (pevent->
func_count
+ 1));
379
qsort(func_map, pevent->
func_count
, sizeof(*func_map), func_cmp);
384
func_map[pevent->
func_count
].func = NULL;
385
func_map[pevent->
func_count
].addr = 0;
386
func_map[pevent->
func_count
].mod = NULL;
405
func = bsearch(&key, pevent->func_map, pevent->
func_count
,
484
pevent->
func_count
++;
510
for (i = 0; i < (int)pevent->
func_count
; i++) {
[
all
...]
event-parse.h
411
unsigned int
func_count
;
member in struct:pevent
/external/skia/platform_tools/android/bin/linux/
perfhost
Completed in 145 milliseconds