HomeSort by relevance Sort by last modified time
    Searched full:ylength (Results 1 - 4 of 4) sorted by null

  /libcore/luni/src/main/native/
java_lang_StringToReal.cpp 273 int32_t xLength, yLength, DLength, D2Length;
276 xLength = yLength = DLength = D2Length = 0;
298 yLength = (k >> 6) + 2;
299 allocateU64 (y, yLength);
300 memset (y + 1, 0, sizeof (uint64_t) * (yLength - 1));
302 simpleShiftLeftHighPrecision (y, yLength, k);
313 yLength = 1;
322 yLength = sizeOfTenToTheE (-e) + 2 + (k >> 6);
323 allocateU64 (y, yLength);
324 memset (y + 1, 0, sizeof (uint64_t) * (yLength - 1))
    [all...]
  /external/libopus/src/
opus_compare.c 176 size_t ylength; local
236 ylength=read_pcm16(&y,fin2,nchannels);
238 if(xlength!=ylength*downsample){
240 (unsigned long)xlength,(unsigned long)ylength*downsample);
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
TlvBufferUtilsTest.java 217 private static boolean utilAreArraysEqual(byte[] x, int xLength, byte[] y, int yLength) {
218 if (xLength != yLength) {
WifiNanManagerTest.java 386 private static boolean utilAreArraysEqual(byte[] x, int xLength, byte[] y, int yLength) {
387 if (xLength != yLength) {

Completed in 93 milliseconds