Home
last modified time | relevance | path

Searched refs:look (Results 1 – 25 of 808) sorted by relevance

12345678910>>...33

/external/libvorbis/lib/
Dfloor0.c59 vorbis_look_floor0 *look=(vorbis_look_floor0 *)i; in floor0_free_look() local
60 if(look){ in floor0_free_look()
62 if(look->linearmap){ in floor0_free_look()
64 if(look->linearmap[0])_ogg_free(look->linearmap[0]); in floor0_free_look()
65 if(look->linearmap[1])_ogg_free(look->linearmap[1]); in floor0_free_look()
67 _ogg_free(look->linearmap); in floor0_free_look()
69 memset(look,0,sizeof(*look)); in floor0_free_look()
70 _ogg_free(look); in floor0_free_look()
112 vorbis_look_floor0 *look){ in floor0_map_lazy_init() argument
113 if(!look->linearmap[vb->W]){ in floor0_map_lazy_init()
[all …]
Dres0.c81 vorbis_look_residue0 *look=(vorbis_look_residue0 *)i; in res0_free_look() local
86 for(j=0;j<look->parts;j++){ in res0_free_look()
89 if(look->training_data[k][j]){ in res0_free_look()
92 codebook *statebook=look->partbooks[j][k]; in res0_free_look()
95 sprintf(buffer,"res_sub%d_part%d_pass%d.vqd",look->submap,j,k); in res0_free_look()
99 fprintf(of,"%d:%ld\n",l,look->training_data[k][j][l]); in res0_free_look()
106 _ogg_free(look->training_data[k][j]); in res0_free_look()
107 look->training_data[k][j]=NULL; in res0_free_look()
112 fprintf(stderr,"min/max residue: %g::%g\n",look->tmin,look->tmax); in res0_free_look()
143 for(j=0;j<look->parts;j++) in res0_free_look()
[all …]
Dfloor1.c63 vorbis_look_floor1 *look=(vorbis_look_floor1 *)i; in floor1_free_look() local
64 if(look){ in floor1_free_look()
70 memset(look,0,sizeof(*look)); in floor1_free_look()
71 _ogg_free(look); in floor1_free_look()
202 vorbis_look_floor1 *look=_ogg_calloc(1,sizeof(*look)); in floor1_look() local
205 look->vi=info; in floor1_look()
206 look->n=info->postlist[1]; in floor1_look()
217 look->posts=n; in floor1_look()
224 for(i=0;i<n;i++)look->forward_index[i]=sortpointer[i]-info->postlist; in floor1_look()
226 for(i=0;i<n;i++)look->reverse_index[look->forward_index[i]]=i; in floor1_look()
[all …]
Dcodec_internal.h134 extern void _vp_global_free(vorbis_look_psy_global *look);
158 extern int *floor1_fit(vorbis_block *vb,vorbis_look_floor1 *look,
161 extern int *floor1_interpolate_fit(vorbis_block *vb,vorbis_look_floor1 *look,
165 vorbis_look_floor1 *look,
Dbackends.h33 vorbis_look_floor *(*look) (vorbis_dsp_state *,vorbis_info_floor *); member
91 vorbis_look_residue *(*look) (vorbis_dsp_state *, member
/external/antlr/antlr-3.4/runtime/Ruby/test/unit/
Dtest-trees.rb156 stream.look(index + 1).type.should == type
158 stream.look(100).type.should == EOF
175 13.times { stream.look(1); stream.consume } # consume until end
177 stream.look(1).type.should == EOF
178 stream.look(-1).type.should == UP
181 13.times { stream.look(1); stream.consume } # consume until end
183 stream.look(1).type.should == EOF
184 stream.look(-1).type.should == UP
202 stream.look(1).type.should == 107
208 stream.look(1).type.should == val
[all …]
Dtest-streams.rb86 @stream.look(1).should == 'o'
87 @stream.look(2).should == 'h'
88 @stream.look(3).should == "\n"
94 @stream.look(1).should == '!'
95 @stream.look(2).should == "\n"
96 @stream.look(3).should be_nil
223 @stream.look(1).should == 'a'
279 @stream.look.should == ANTLR3::EOF_TOKEN
286 @stream.look(1).type.should == 12
295 @stream.look(1).type.should == 13
[all …]
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/
DASTTreeParser.stg29 _save_last_<treeLevel> = _last = @input.look
64 _last = @input.look
69 _last = @input.look
95 _last = @input.look
115 _last = @input.look
130 _last = @input.look
155 _last = @input.look
175 _last = @input.look
192 _last = @input.look
207 _last = @input.look
[all …]
/external/chromium_org/third_party/WebKit/PerformanceTests/SVG/resources/
DLICENSES24 http://www.kde-look.org/content/show.php?content=19524
27 http://www.kde-look.org/content/show.php?content=19064
28 http://www.kde-look.org/content/show.php?content=31481
29 http://www.kde-look.org/content/files/42450-under%20the%20see.svg
30 http://www.kde-look.org/content/files/42470-flower_from_my_garden_v2.svg
31 http://www.kde-look.org/content/files/44057-drops%20on%20a%20blade.svg
32 http://www.kde-look.org/content/files/33041-Samurai.svgz
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DLL1Analyzer.java153 LookaheadSet look = _FIRST(s, false); in FIRST() local
155 return look; in FIRST()
175 LookaheadSet look = _FIRST(s, true); in LOOK() local
177 if ( grammar.type!=Grammar.LEXER && look.member(Label.EOR_TOKEN_TYPE) ) { in LOOK()
180 f.orInPlace(look); in LOOK()
182 look = f; in LOOK()
185 else if ( grammar.type==Grammar.LEXER && look.member(Label.EOT) ) { in LOOK()
188 look = new LookaheadSet(IntervalSet.COMPLETE_SET); in LOOK()
191 System.out.println("< LOOK("+s+")="+look.toString(grammar)); in LOOK()
193 return look; in LOOK()
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
DTreeParser.js56 var look = this.input.LT(1);
57 if ( this.input.getTreeAdaptor().getChildCount(look)===0 ) {
64 tokenType = this.input.getTreeAdaptor().getType(look);
69 look = this.input.LT(1);
70 tokenType = this.input.getTreeAdaptor().getType(look);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dstreams.rb411 def look( k = 1 ) # for 1.9 singletonMethod in ANTLR3.StringStream
446 def look( k = 1 ) # for 1.8 singletonMethod in ANTLR3.StringStream
518 alias >> look
926 tk = look( k ) and return( tk.type )
932 def look( k = 1 ) method in ANTLR3.StringStream.CommonTokenStream
937 alias >> look
1026 while token = look and token.type != EOF
1072 tk = look( -1 ) and string << " #{ tk.inspect } <--"
1073 tk = look( 1 ) and string << " --> #{ tk.inspect }"
Ddebug.rb346 def look( steps = 1 ) method
349 @debug_listener.look( steps, token )
354 look( steps ).type
452 def look( i, tree ) method
Derror.rb117 @token = @symbol = input.look
125 @symbol = @input.look
132 @symbol = @input.look
177 while prior_node = nodes.look( i )
/external/llvm/utils/lit/lit/
DShUtil.py19 def look(self): member in ShLexer
51 c = self.look()
164 if self.look().isspace():
182 def look(self): member in ShParser
198 tok = self.look()
227 while self.look() == ('|',):
235 while self.look():
239 if not self.look():
/external/qemu/distrib/jpeg-6b/
Djdhuff.h178 { register int nb, look; \
186 look = PEEK_BITS(HUFF_LOOKAHEAD); \
187 if ((nb = htbl->look_nbits[look]) != 0) { \
189 result = htbl->look_sym[look]; \
/external/jpeg/
Djdhuff.h178 { register int nb, look; \
186 look = PEEK_BITS(HUFF_LOOKAHEAD); \
187 if ((nb = htbl->look_nbits[look]) != 0) { \
189 result = htbl->look_sym[look]; \
/external/pdfium/core/src/fxcodec/libjpeg/
Djdhuff.h177 { register int nb, look; \
185 look = PEEK_BITS(HUFF_LOOKAHEAD); \
186 if ((nb = htbl->look_nbits[look]) != 0) { \
188 result = htbl->look_sym[look]; \
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeParser.java103 Object look = input.LT(1); in matchAny() local
104 if ( input.getTreeAdaptor().getChildCount(look)==0 ) { in matchAny()
111 int tokenType = input.getTreeAdaptor().getType(look); in matchAny()
114 look = input.LT(1); in matchAny()
115 tokenType = input.getTreeAdaptor().getType(look); in matchAny()
/external/chromium_org/third_party/libjpeg_turbo/
Djdhuff.h192 { register int nb, look; \
200 look = PEEK_BITS(HUFF_LOOKAHEAD); \
201 if ((nb = (htbl->lookup[look] >> HUFF_LOOKAHEAD)) <= HUFF_LOOKAHEAD) { \
203 result = htbl->lookup[look] & ((1 << HUFF_LOOKAHEAD) - 1); \
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
Dparser.c40 RegExp *re, *look; in yyparse() local
72 look = parse_expr(); in yyparse()
74 look = RegExp_new_NullOp(); in yyparse()
78 re = RegExp_new_RuleOp(re, look, yylval.token, accept++); in yyparse()
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
Dunicodetext.cc318 UnicodeText::const_iterator UnicodeText::find(const UnicodeText& look, in find() argument
322 return UnsafeFind(look, start_pos); in find()
325 UnicodeText::const_iterator UnicodeText::find(const UnicodeText& look) const { in find()
326 return UnsafeFind(look, begin()); in find()
330 const UnicodeText& look, const_iterator start_pos) const { in UnsafeFind() argument
334 StringPiece look_piece(look.utf8_data(), look.utf8_length()); in UnsafeFind()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
Drule-tracer.rb33 input_symbol = @input.look || :EOF
48 input_symbol = ( @input.look || :EOF )
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
Ddebug.rb125 def look( i = 1 ) method in ANTLR3.Debug.TreeNodeStream
130 @debug_listener.look( i, node )
139 @debug_listener.look( i, node )
/external/qemu/distrib/sdl-1.2.15/Xcode/SDL/pkg-support/resources/
DReadMeDevLite.txt3 …ne SDLMain variant is provided here and without any NIB files. You should look to the SDL-devel pa…
5 To build from the command line, your gcc line will look something like this:
9 An SDL/OpenGL based application might look like:

12345678910>>...33