search for: stringlengths

Displaying 16 results from an estimated 16 matches for "stringlengths".

Did you mean: stringlength
2009 Sep 04
0
passing character vectors to FORTRAN
...no FORTRAN expert, and I would like to hear your thoughts about it. The basic idea is to convert the strings to integers, transfer the resulting integer vector to FORTRAN, and then convert back to characters. Here's an example: ####### start of fortran code subroutine readchar(intstring,stringlengths,totalnchar,nstrings) implicit none C global variables integer totalnchar,nstrings integer intstring(totalnchar),stringlengths(nstrings) C local variables integer j,count, stringLength, i1, i2 parameter(stringLength = 1000) character c*(stringLength)...
2007 Jul 02
0
Branch 'as' - 4 commits - libswfdec/swfdec_as_interpret.c test/trace
libswfdec/swfdec_as_interpret.c | 51 + test/trace/Makefile.am | 16 test/trace/chartoascii-4.swf |binary test/trace/chartoascii-4.swf.trace | 7 test/trace/chartoascii-5.swf |binary test/trace/chartoascii-5.swf.trace | 1011 ++++++++++++++++++++++++++++++++++++ test/trace/chartoascii-6.swf |binary test/trace/chartoascii-6.swf.trace | 1008
2007 Jul 02
0
[PATCH] Implement StringLength + simple testcase.
On 6/29/07, Andreas Henriksson <andreas at fatal.se> wrote: > (I don't know if adobe flash player actually handles utf8 characters in a v4 > flash, or if it's ming doing something funny to the testcase. Anyway, > using g_utf8_strlen gives same result as the official player in both v4, v5, > ...) > Ming is encoding characters as UTF8, no matter the Flash version. I
2011 Nov 28
5
window manager interface commands for linux
How can i replicate this in Linux: source(file.choose()) I've tried source(tkgetOpenFile()) but with no luck
2007 Aug 24
0
7 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.h libswfdec/swfdec_as_string.c test/trace
libswfdec/swfdec_as_context.c | 7 + libswfdec/swfdec_as_interpret.c | 9 +- libswfdec/swfdec_as_object.h | 3 libswfdec/swfdec_as_string.c | 128 ++++++++++++++++++++++-------------- test/trace/Makefile.am | 14 +++ test/trace/string-fake-5.swf |binary test/trace/string-fake-5.swf.trace | 12 +++ test/trace/string-fake-6.swf
2018 Nov 01
4
Fwd: RFC: Adding debug information to LLVM to support Fortran
*From:* flang-dev <flang-dev-bounces at lists.flang-compiler.org> *On Behalf Of *Eric Schweitz (PGI) *Sent:* Thursday, November 01, 2018 1:02 PM *To:* flang-dev at lists.flang-compiler.org *Subject:* [Flang-dev] RFC: Adding debug information to LLVM to support Fortran In order to support debugging in the Flang project, work has been done to extend LLVM debug information for the Fortran
2007 Nov 07
0
14 commits - libswfdec/swfdec_as_context.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_interpret.h libswfdec/swfdec_net_stream.c libswfdec/swfdec_script.c libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_tag.c libswfdec/swfdec_text_field_movie.c
libswfdec/swfdec_as_context.c | 33 -- libswfdec/swfdec_as_interpret.c | 397 +++++++++++++++---------------- libswfdec/swfdec_as_interpret.h | 10 libswfdec/swfdec_net_stream.c | 1 libswfdec/swfdec_script.c | 39 --- libswfdec/swfdec_sprite_movie.c | 72 +++++ libswfdec/swfdec_tag.c | 2
2007 Apr 12
0
Branch 'as' - 14 commits - libswfdec-gtk/swfdec_playback_alsa.c libswfdec/swfdec_as_context.c libswfdec/swfdec_as_context.h libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.c libswfdec/swfdec_as_function.h
libswfdec-gtk/swfdec_playback_alsa.c | 3 libswfdec/swfdec_as_context.c | 55 ++++++++++++--- libswfdec/swfdec_as_context.h | 4 + libswfdec/swfdec_as_frame.c | 6 + libswfdec/swfdec_as_frame.h | 6 + libswfdec/swfdec_as_function.c | 65 ++++++++++++------ libswfdec/swfdec_as_function.h | 13 +-- libswfdec/swfdec_as_interpret.c |
2018 Nov 01
2
RFC: Adding debug information to LLVM to support Fortran
Regarding flags, I was just thinking that maybe we should invent a new DISubprogramFlags type. DISubprogram already has a few bitfields for subprogram-specific things, Fortran will want 3 more, and there's no reason to fill up the generic DIFlags with more bits that are used in only one class. I agree that the array stuff needs to be designed with an eye to handling how other languages do
2007 Apr 05
0
Branch 'as' - 9 commits - configure.ac libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_frame.h libswfdec/swfdec_as_function.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_as_object.h
configure.ac | 3 libswfdec/swfdec_as_context.c | 46 +++--- libswfdec/swfdec_as_frame.c | 24 +++ libswfdec/swfdec_as_frame.h | 4 libswfdec/swfdec_as_function.h | 2 libswfdec/swfdec_as_interpret.c | 285 ++++++++++++++++------------------------ libswfdec/swfdec_as_object.c | 23 +++ libswfdec/swfdec_as_object.h | 3
2007 Jan 25
0
Branch 'interpreter' - 28 commits - configure.ac libswfdec/js libswfdec/swfdec_buffer.c libswfdec/swfdec_edittext_movie.c libswfdec/swfdec_js.c libswfdec/swfdec_js_global.c libswfdec/swfdec_js.h libswfdec/swfdec_js_movie.c libswfdec/swfdec_player.c
configure.ac | 2 libswfdec/js/jsatom.c | 6 libswfdec/js/jsatom.h | 1 libswfdec/swfdec_buffer.c | 7 libswfdec/swfdec_edittext_movie.c | 4 libswfdec/swfdec_js.c | 39 +- libswfdec/swfdec_js.h | 3 libswfdec/swfdec_js_global.c | 5 libswfdec/swfdec_js_movie.c | 1
2007 Apr 08
0
6 commits - libswfdec/Makefile.am libswfdec/swfdec_audio_flv.c libswfdec/swfdec_audio_flv.h libswfdec/swfdec_audio_stream.c libswfdec/swfdec_audio_stream.h libswfdec/swfdec_buffer.c libswfdec/swfdec_codec_adpcm.c libswfdec/swfdec_codec_audio.c
libswfdec/Makefile.am | 10 - libswfdec/swfdec_audio_flv.c | 55 ++++----- libswfdec/swfdec_audio_flv.h | 8 - libswfdec/swfdec_audio_stream.c | 64 +++++----- libswfdec/swfdec_audio_stream.h | 10 - libswfdec/swfdec_buffer.c | 10 + libswfdec/swfdec_codec.c | 142 ----------------------- libswfdec/swfdec_codec.h | 58 ---------
2007 Jan 31
0
Branch 'interpreter' - 20 commits - autogen.sh configure.ac libswfdec/js libswfdec/swfdec_debug.h libswfdec/swfdec_js.c libswfdec/swfdec_js_color.c libswfdec/swfdec_js_movie.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_script.c
autogen.sh | 2 configure.ac | 39 +++ libswfdec/js/jsfun.c | 11 - libswfdec/js/jsinterp.c | 5 libswfdec/js/jsobj.c | 2 libswfdec/swfdec_debug.h | 2 libswfdec/swfdec_js.c | 4 libswfdec/swfdec_js_color.c | 33 +-- libswfdec/swfdec_js_movie.c | 25 -- libswfdec/swfdec_movie.c
2007 Feb 06
0
109 commits - configure.ac libswfdec/js libswfdec/Makefile.am libswfdec/swfdec_bits.c libswfdec/swfdec_bits.h libswfdec/swfdec_buffer.c libswfdec/swfdec_button_movie.c libswfdec/swfdec_codec_screen.c libswfdec/swfdec_color.c libswfdec/swfdec_color.h
configure.ac | 2 libswfdec/Makefile.am | 4 libswfdec/js/jsfun.c | 11 libswfdec/js/jsfun.h | 1 libswfdec/js/jsgc.c | 29 libswfdec/js/jsinterp.c | 14 libswfdec/js/jsinterp.h | 4 libswfdec/js/jsnum.c | 10 libswfdec/js/jsobj.c | 2
2007 Apr 04
0
Branch 'as' - 4 commits - libswfdec/Makefile.am libswfdec/swfdec_as_context.c libswfdec/swfdec_as_frame.c libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_interpret.h libswfdec/swfdec_as_object.c libswfdec/swfdec_as_types.c libswfdec/swfdec_as_types.h
libswfdec/Makefile.am | 2 libswfdec/swfdec_as_context.c | 30 libswfdec/swfdec_as_frame.c | 4 libswfdec/swfdec_as_interpret.c | 2472 +++++++++++++++++++++++++++++++++++ libswfdec/swfdec_as_interpret.h | 45 libswfdec/swfdec_as_object.c | 5 libswfdec/swfdec_as_types.c | 43 libswfdec/swfdec_as_types.h | 5 libswfdec/swfdec_script.c |
2007 Mar 12
0
11 commits - libswfdec/js libswfdec/swfdec_loader.c libswfdec/swfdec_root_sprite.c libswfdec/swfdec_script.c player/swfdebug.c player/swfdec_player_manager.c test/trace
libswfdec/js/jsapi.c | 3 libswfdec/js/jsapi.h | 2 libswfdec/js/jsinterp.c | 2 libswfdec/js/jsobj.c | 4 libswfdec/swfdec_loader.c | 5 libswfdec/swfdec_root_sprite.c | 5 libswfdec/swfdec_script.c | 154 +++++- player/swfdebug.c | 8