OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typecast
(Results
1 - 5
of
5
) sorted by null
/external/linux-tools-perf/util/
trace-event.h
125
struct print_arg_typecast
typecast
;
member in union:print_arg::__anon11152
trace-event-parse.c
1353
val = arg_num_eval(arg->
typecast
.item);
1452
return arg_eval(arg->
typecast
.item);
1629
* this was a
typecast
.
1634
/* make this a
typecast
and contine */
1643
arg->
typecast
.type = arg->atom.atom;
1644
arg->
typecast
.item = item_arg;
[
all
...]
/frameworks/native/opengl/tools/glgen/src/
JniCodeEmitter.java
1283
String
typecast
;
local
[
all
...]
/external/linux-tools-perf/util/scripting-engines/
trace-event-perl.c
212
define_event_symbols(event, ev_name, args->
typecast
.item);
trace-event-python.c
171
define_event_symbols(event, ev_name, args->
typecast
.item);
Completed in 105 milliseconds