HomeSort by relevance Sort by last modified time
    Searched refs:xlength (Results 1 - 7 of 7) sorted by null

  /prebuilts/go/darwin-x86/src/compress/flate/
token.go 9 // 8 bits: xlength = length - MIN_MATCH_LENGTH
73 // Convert a < xlength, xoffset > pair into a match token.
74 func matchToken(xlength uint32, xoffset uint32) token {
75 return token(matchType + xlength<<lengthShift + xoffset)
  /prebuilts/go/linux-x86/src/compress/flate/
token.go 9 // 8 bits: xlength = length - MIN_MATCH_LENGTH
73 // Convert a < xlength, xoffset > pair into a match token.
74 func matchToken(xlength uint32, xoffset uint32) token {
75 return token(matchType + xlength<<lengthShift + xoffset)
  /external/v8/test/mjsunit/es6/
array-from.js 167 var xlength = Object.getOwnPropertyDescriptor(x, 'length');
168 assertEquals(1, xlength.value);
169 assertEquals(true, xlength.writable);
170 assertEquals(true, xlength.enumerable);
171 assertEquals(true, xlength.configurable);
174 assertEquals(true, xlength.writable);
175 assertEquals(true, xlength.enumerable);
176 assertEquals(true, xlength.configurable);
array-of.js 202 var xlength = Object.getOwnPropertyDescriptor(x, 'length');
203 assertEquals(1, xlength.value);
204 assertEquals(true, xlength.writable);
205 assertEquals(true, xlength.enumerable);
206 assertEquals(true, xlength.configurable);
209 assertEquals(true, xlength.writable);
210 assertEquals(true, xlength.enumerable);
211 assertEquals(true, xlength.configurable);
  /external/libopus/src/
opus_compare.c 175 size_t xlength; local
231 xlength=read_pcm16(&x,fin1,2);
233 for(xi=0;xi<xlength;xi++)x[xi]=.5*(x[2*xi]+x[2*xi+1]);
238 if(xlength!=ylength*downsample){
240 (unsigned long)xlength,(unsigned long)ylength*downsample);
243 if(xlength<TEST_WIN_SIZE){
245 (unsigned long)xlength,TEST_WIN_SIZE);
248 nframes=(xlength-TEST_WIN_SIZE+TEST_WIN_STEP)/TEST_WIN_STEP;
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
ModelBuilder.java 437 float xlength = xDivisions * xSize, zlength = zDivisions * zSize, hxlength = xlength / 2, hzlength = zlength / 2; local
  /external/tcpdump/
print-snmp.c 1717 int xlength = length; local
    [all...]

Completed in 424 milliseconds