HomeSort by relevance Sort by last modified time
    Searched refs:look (Results 1 - 25 of 142) sorted by null

1 2 3 4 5 6

  /external/libvorbis/lib/
floor0.c 59 vorbis_look_floor0 *look=(vorbis_look_floor0 *)i; local
60 if(look){
62 if(look->linearmap){
64 if(look->linearmap[0])_ogg_free(look->linearmap[0]);
65 if(look->linearmap[1])_ogg_free(look->linearmap[1]);
67 _ogg_free(look->linearmap);
69 memset(look,0,sizeof(*look));
147 vorbis_look_floor0 *look=_ogg_calloc(1,sizeof(*look)); local
158 vorbis_look_floor0 *look=(vorbis_look_floor0 *)i; local
195 vorbis_look_floor0 *look=(vorbis_look_floor0 *)i; local
    [all...]
res0.c 81 vorbis_look_residue0 *look=(vorbis_look_residue0 *)i; local
86 for(j=0;j<look->parts;j++){
89 if(look->training_data[k][j]){
92 codebook *statebook=look->partbooks[j][k];
95 sprintf(buffer,"res_sub%d_part%d_pass%d.vqd",look->submap,j,k);
99 fprintf(of,"%d:%ld\n",l,look->training_data[k][j][l]);
104 look->training_min[k][j],look->training_max[k][j]);*/
106 _ogg_free(look->training_data[k][j]);
107 look->training_data[k][j]=NULL
270 vorbis_look_residue0 *look=_ogg_calloc(1,sizeof(*look)); local
416 vorbis_look_residue0 *look=(vorbis_look_residue0 *)vl; local
483 vorbis_look_residue0 *look=(vorbis_look_residue0 *)vl; local
543 vorbis_look_residue0 *look=(vorbis_look_residue0 *)vl; local
662 vorbis_look_residue0 *look=(vorbis_look_residue0 *)vl; local
807 vorbis_look_residue0 *look=(vorbis_look_residue0 *)vl; local
    [all...]
floor1.c 63 vorbis_look_floor1 *look=(vorbis_look_floor1 *)i; local
64 if(look){
66 (float)look->phrasebits/look->frames,
67 (float)look->postbits/look->frames,
68 (float)(look->postbits+look->phrasebits)/look->frames);*/
70 memset(look,0,sizeof(*look))
202 vorbis_look_floor1 *look=_ogg_calloc(1,sizeof(*look)); local
969 vorbis_look_floor1 *look=(vorbis_look_floor1 *)in; local
1056 vorbis_look_floor1 *look=(vorbis_look_floor1 *)in; local
    [all...]
codec_internal.h 134 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,
backends.h 33 vorbis_look_floor *(*look) (vorbis_dsp_state *,vorbis_info_floor *); member in struct:__anon4287
91 vorbis_look_residue *(*look) (vorbis_dsp_state *, member in struct:__anon4290
  /external/antlr/antlr-3.4/runtime/Ruby/test/unit/
test-trees.rb 156 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 == va
    [all...]
test-streams.rb 86 @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 == 1
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
LL1Analyzer.java 58 /** Used during LOOK to detect computation cycles */
126 public LookaheadSet LOOK(Rule r) {
153 LookaheadSet look = _FIRST(s, false); local
154 //System.out.println("< FIRST("+s.enclosingRule.name+") in rule "+s.enclosingRule+"="+look.toString(this.grammar));
155 return look;
170 public LookaheadSet LOOK(NFAState s) {
172 System.out.println("> LOOK("+s+")");
175 LookaheadSet look = _FIRST(s, true); local
177 if ( grammar.type!=Grammar.LEXER && look.member(Label.EOR_TOKEN_TYPE) ) {
180 f.orInPlace(look);
    [all...]
  /cts/tools/dasm/src/java_cup/
lalr_item.java 40 * @param look the set of lookahead symbols.
42 public lalr_item(production prod, int pos, terminal_set look)
46 _lookahead = look;
55 * @param look the set of lookahead symbols.
57 public lalr_item(production prod, terminal_set look) throws internal_error
59 this(prod,0,look);
  /external/jpeg/
jdhuff.h 178 { 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/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
rule-tracer.rb 33 input_symbol = @input.look || :EOF
34 @device.puts( " look = %p" % input_symbol )
48 input_symbol = ( @input.look || :EOF )
49 @device.puts( " look = %p" % input_symbol )
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
TreeParser.as 86 var look:Object = input.LT(1);
87 if ( input.treeAdaptor.getChildCount(look)==0 ) {
94 var tokenType:int = input.treeAdaptor.getType(look);
97 look = input.LT(1);
98 tokenType = input.treeAdaptor.getType(look);
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
TreeParser.js 56 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/chromium_org/third_party/libjpeg_turbo/
jdhuff.h 192 { 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/
parser.c 40 RegExp *re, *look; local
72 look = parse_expr();
74 look = RegExp_new_NullOp();
78 re = RegExp_new_RuleOp(re, look, yylval.token, accept++);
  /external/llvm/test/MC/AArch64/
arm64-separator.s 8 ; being on separate lines in the output. We look for the "; encoding" string
  /external/chromium_org/native_client_sdk/src/doc/
Makefile 44 @echo "Link check complete; look for any errors in the above output " \
49 @echo "Testing of doctests in the sources finished, look at the " \
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
TreeParser.java 103 Object look = input.LT(1); local
104 if ( input.getTreeAdaptor().getChildCount(look)==0 ) {
111 int tokenType = input.getTreeAdaptor().getType(look);
114 look = input.LT(1);
115 tokenType = input.getTreeAdaptor().getType(look);
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
debug.rb 125 def look( i = 1 ) method in class:ANTLR3.Debug.TreeNodeStream
130 @debug_listener.look( i, node )
139 @debug_listener.look( i, node )
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
ll-star.rb 29 * Use ANTLRWorks to see the look use (step by Location)
30 * and look for blue tokens in the input window pane. :)
  /external/llvm/utils/lit/lit/
ShUtil.py 19 def look(self): member in class:ShLexer
51 c = self.look()
164 if self.look().isspace():
182 def look(self): member in class:ShParser
198 tok = self.look()
227 while self.look() == ('|',):
235 while self.look():
239 if not self.look():
  /external/antlr/antlr-3.4/runtime/Ruby/test/functional/lexer/
filter-mode.rb 48 * ever match since k=1 look in the QID loop of '.' will make it loop.
182 * ever match since k=1 look in the QID loop of '.' will make it loop.
  /external/chromium_org/tools/grit/grit/gather/
admin_template.py 17 '''This file doesn't look like a .adm file to me.'''
  /external/llvm/test/MC/ARM/
ldr-pseudo-obj-errors.s 6 @These tests look for errors that should be reported for invalid object layout
  /external/openssl/crypto/des/times/
usparc.cc 14 actual 'speed' numbers look better which is a realistic version of

Completed in 587 milliseconds

1 2 3 4 5 6