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

  /external/chromium_org/third_party/webrtc/modules/audio_device/mac/portaudio/
pa_ringbuffer.c 118 ring_buffer_size_t firstHalf = rbuf->bufferSize - index;
120 *sizePtr1 = firstHalf;
122 *sizePtr2 = elementCount - firstHalf;
162 ring_buffer_size_t firstHalf = rbuf->bufferSize - index;
164 *sizePtr1 = firstHalf;
166 *sizePtr2 = elementCount - firstHalf;
  /external/icu/icu4c/source/i18n/
coleitr.cpp 129 uint32_t firstHalf = getFirstHalf(p, lower32);
134 return firstHalf;
201 uint32_t firstHalf = getFirstHalf(p, lower32);
211 otherHalf_ = firstHalf;
214 return firstHalf;
  /external/chromium_org/third_party/android_opengl/etc1/
etc1.cpp 477 etc_compressed firstHalf = *pCompressed;
480 temp.score = firstHalf.score;
481 temp.high = firstHalf.high | (i << 2);
482 temp.low = firstHalf.low;
  /external/chromium_org/third_party/skia/third_party/etc1/
etc1.cpp 464 etc_compressed firstHalf = *pCompressed;
467 temp.score = firstHalf.score;
468 temp.high = firstHalf.high | (i << 2);
469 temp.low = firstHalf.low;
  /external/skia/third_party/etc1/
etc1.cpp 464 etc_compressed firstHalf = *pCompressed;
467 temp.score = firstHalf.score;
468 temp.high = firstHalf.high | (i << 2);
469 temp.low = firstHalf.low;
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 456 etc_compressed firstHalf = *pCompressed;
459 temp.score = firstHalf.score;
460 temp.high = firstHalf.high | (i << 2);
461 temp.low = firstHalf.low;
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 456 etc_compressed firstHalf = *pCompressed;
459 temp.score = firstHalf.score;
460 temp.high = firstHalf.high | (i << 2);
461 temp.low = firstHalf.low;
  /external/fonttools/Lib/fontTools/ttLib/tables/
E_B_D_T_.py 528 firstHalf = byteord(curByte) >> cutPoint
529 firstHalf = ((1<<numBitsCut)-1) & firstHalf
530 newByte = firstHalf
534 newByte = (firstHalf | secondHalf) & ((1<<numBits)-1)
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 442 milliseconds