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

1 2 3 4 5 6 7 8 91011>>

  /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:__anon24517
91 vorbis_look_residue *(*look) (vorbis_dsp_state *, member in struct:__anon24520
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
locall1.s 1 % Get rid of labels that look compiler-generated, matching: "L.*:[0-9]+".
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/
symbols-6-64.s 1 # now look at what happens when we append some indirects to the normal
symbols-6.s 1 # now look at what happens when we append some indirects to the normal
  /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...]
  /external/syslinux/lzo/src/
lzo_mchw.ch 37 lzo_uint look; /* bytes in lookahead buffer */
178 c->look = 0;
184 c->look = s->look + 1;
186 c->bp = c->ip - c->look;
190 if (c->m_len > SWD_THRESHOLD && c->m_len + 1 <= c->look)
lzo_swd.ch 102 lzo_uint look;
308 s->look = (lzo_uint) (s->c->in_end - s->c->ip);
309 if (s->look > 0)
311 if (s->look > s->swd_f)
312 s->look = s->swd_f;
313 lzo_memcpy(&s_b(s)[s->ip],s->c->ip,s->look);
314 s->c->ip += s->look;
315 s->ip += s->look;
318 s->look = 0;
319 while (s->look < s->swd_f
    [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/pdfium/third_party/libjpeg/
jdhuff.h 177 { 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/swiftshader/third_party/LLVM/utils/lit/lit/
TclUtil.py 35 def look(self): member in class:TclLexer
81 elif c == '\\' and self.look() in '{}':
113 if self.look().isspace() or self.look() == ';':
125 elif c == '$' and not self.at_end() and (self.look().isalpha() or
126 self.look() == '{'):
145 if self.at_end() or self.look().isspace():
154 c = self.look()
178 def look(self): member in class:TclExecCommand
199 if self.look() is None
    [all...]
  /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/curl/docs/cmdline-opts/
interface.d 8 name, IP address or host name. An example could look like:
  /toolchain/binutils/binutils-2.25/bfd/
verilog.c 146 verilog_data_list_type **look; local
148 for (look = &tdata->head;
149 *look != NULL && (*look)->where < entry->where;
150 look = &(*look)->next)
152 entry->next = *look;
153 *look = entry;
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-gc/
pr13683.d 7 # Note - look for both "foo" and "foo2" being defined, non-zero function symbols
  /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/libjpeg-turbo/
jdhuff.h 191 { register int nb, look; \
199 look = PEEK_BITS(HUFF_LOOKAHEAD); \
200 if ((nb = (htbl->lookup[look] >> HUFF_LOOKAHEAD)) <= HUFF_LOOKAHEAD) { \
202 result = htbl->lookup[look] & ((1 << HUFF_LOOKAHEAD) - 1); \
  /external/llvm/test/MC/AArch64/
arm64-separator.s 8 ; being on separate lines in the output. We look for the "; encoding" string
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug227.go 17 func look(s string) (string, bool) { func

Completed in 705 milliseconds

1 2 3 4 5 6 7 8 91011>>