Home
last modified time | relevance | path

Searched refs:typecast (Results 1 – 19 of 19) sorted by relevance

/external/linux-tools-perf/util/
Dtrace-event.h125 struct print_arg_typecast typecast; member
Dtrace-event-parse.c1353 val = arg_num_eval(arg->typecast.item); in arg_num_eval()
1452 return arg_eval(arg->typecast.item); in arg_eval()
1643 arg->typecast.type = arg->atom.atom; in process_paren()
1644 arg->typecast.item = item_arg; in process_paren()
2084 return eval_num_arg(data, size, event, arg->typecast.item); in eval_num_arg()
2988 printf("(%s)", args->typecast.type); in print_args()
2989 print_args(args->typecast.item); in print_args()
/external/linux-tools-perf/util/scripting-engines/
Dtrace-event-perl.c212 define_event_symbols(event, ev_name, args->typecast.item); in define_event_symbols()
Dtrace-event-python.c171 define_event_symbols(event, ev_name, args->typecast.item); in define_event_symbols()
/external/qemu-pc-bios/bochs/
Dconfig.h.in541 // You can typecast a pointer to a bx_pr_equiv_t without losing any
/external/libpng/
DCHANGES1039 Changed typecast of "size" argument to png_size_t in pngmem.c calls to
1424 Fixed an incorrect typecast in pngrutil.c
1653 Add "png_bytep" typecast to profile while calculating length in pngwutil.c
Dlibpng-1.2.44.txt3164 put a space between a typecast and the expression being
Dlibpng-1.2.46.txt3164 put a space between a typecast and the expression being
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-165171 (JSC::extractFunctionBody): Fixed types here so we don't typecast until
39771 simple typecast.
39783 … in JSPropertyNameArrayGetNameAtIndex(), now that making a JSStringRef is not just a typecast.
DChangeLog-2008-08-1029868 truncation done by the typecast already does the necessary truncation that
30395 (KJS::keysMatch): Took out unneeded typecast.
/external/webkit/Source/WebKit/mac/
DChangeLog-2010-01-2911675 Fix typecast.
DChangeLog-2007-10-1416493 Removed a bogus typecast.
DChangeLog-2006-02-093359 Fix typecast that used ... for no good reason.
/external/webkit/Source/WebCore/
DChangeLog-2003-10-255522 been typecast for the purpose of the call.
DChangeLog-2010-12-0632475 (WebCore::Node::setTextContent): Use already-typecast pointer in a call to
73402 (WebCore::Node::eventParentNode): Removed now-unneeded typecast dance.
73413 (WebCore::HTMLConstructionSite::findFosterSite): Removed now-unneeded typecast.
73456 (WebCore::SVGElement::eventParentNode): Removed now-unneeded typecast.
DChangeLog-2006-05-10133 (StringImpl::operator NSString*): Remove typecast that's no longer needed.
DChangeLog-2006-12-3132812 code to use U_ZERO_ERROR instead of a typecast.
DChangeLog-2008-08-1049853 (suggestedFilenameWithMIMEType): Removed unnecessary typecast.
DChangeLog-2009-06-1616023 churn and remove a strange unneeeded PassRefPtr typecast. Also added a comment.