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

  /dalvik/vm/native/
java_lang_System.cpp 179 #define move32 memmove_words macro
266 move32((u1*) dstArray->contents + dstPos * 4,
276 move32((u1*) dstArray->contents + dstPos * 8,
302 move32((u1*)dstArray->contents + dstPos * width,
316 * then call move32() to shift the actual data. If we just
347 move32((u1*)dstArray->contents + dstPos * width,
  /art/runtime/mirror/
object.cc 54 // TODO: expose and use move32.
  /art/runtime/native/
java_lang_System.cc 168 #define move32 MemmoveWords macro
244 move32(dstBytes + dstPos * 4, srcBytes + srcPos * 4, length * 4);
248 move32(dstBytes + dstPos * 8, srcBytes + srcPos * 8, length * 8);
264 move32(dstBytes + dstPos * width, srcBytes + srcPos * width, length * width);
  /external/chromium_org/third_party/icu/source/test/intltest/
citrtest.cpp 100 virtual int32_t move32(int32_t delta, CharacterIterator::EOrigin origin){ function in class:SCharacterIterator
568 i=iter.move32(1, CharacterIterator::kStart);
571 errln("move32(1, kStart) didn't work correctly expected %X got %X", c, text.char32At(1) );
573 i=iter.move32(2, CharacterIterator::kCurrent);
576 errln("move32(2, kCurrent) didn't work correctly expected %X got %X i=%ld", c, text.char32At(4), i);
578 i=iter.move32(-2, CharacterIterator::kCurrent);
581 errln("move32(-2, kCurrent) didn't work correctly expected %X got %X i=%d", c, text.char32At(1), i);
584 i=iter.move32(-2, CharacterIterator::kEnd);
587 errln("move32(-2, kEnd) didn't work correctly expected %X got %X i=%d", c, text.char32At((text.length()-3)), i);
1117 virtual int32_t move32(int32_t \/*delta*\/, EOrigin \/*origin*\/) { function in class:SubCharIter
    [all...]
  /external/icu4c/test/intltest/
citrtest.cpp 101 virtual int32_t move32(int32_t delta, CharacterIterator::EOrigin origin){ function in class:SCharacterIterator
569 i=iter.move32(1, CharacterIterator::kStart);
572 errln("move32(1, kStart) didn't work correctly expected %X got %X", c, text.char32At(1) );
574 i=iter.move32(2, CharacterIterator::kCurrent);
577 errln("move32(2, kCurrent) didn't work correctly expected %X got %X i=%ld", c, text.char32At(4), i);
579 i=iter.move32(-2, CharacterIterator::kCurrent);
582 errln("move32(-2, kCurrent) didn't work correctly expected %X got %X i=%d", c, text.char32At(1), i);
585 i=iter.move32(-2, CharacterIterator::kEnd);
588 errln("move32(-2, kEnd) didn't work correctly expected %X got %X i=%d", c, text.char32At((text.length()-3)), i);
1118 virtual int32_t move32(int32_t \/*delta*\/, EOrigin \/*origin*\/) { function in class:SubCharIter
    [all...]
  /external/chromium_org/third_party/icu/source/common/
uchriter.cpp 319 UCharCharacterIterator::move32(int32_t delta, CharacterIterator::EOrigin origin) { function in class:UCharCharacterIterator
normlzr.cpp 486 text->move32(-1, CharacterIterator::kCurrent);
  /external/elfutils/libelf/
exttypes.h 96 Move32 (Ext_);
abstract.h 299 #define Move32(Ext) \
  /external/icu4c/common/
uchriter.cpp 320 UCharCharacterIterator::move32(int32_t delta, CharacterIterator::EOrigin origin) { function in class:UCharCharacterIterator
normlzr.cpp 485 text->move32(-1, CharacterIterator::kCurrent);
  /external/chromium_org/third_party/icu/source/common/unicode/
chariter.h 261 * it.move32(3, CharacterIterator::kStart);
359 * Origin enumeration for the move() and move32() functions.
602 virtual int32_t move32(int32_t delta, EOrigin origin) = 0;
uchriter.h 335 virtual int32_t move32(int32_t delta, EOrigin origin);
unistr.h     [all...]
  /external/icu4c/common/unicode/
chariter.h 261 * it.move32(3, CharacterIterator::kStart);
359 * Origin enumeration for the move() and move32() functions.
608 virtual int32_t move32(int32_t delta, EOrigin origin) = 0;
uchriter.h 335 virtual int32_t move32(int32_t delta, EOrigin origin);
unistr.h     [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
convolve.cpp 173 s = 0; move32 ();
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/
libXm.so.2 

Completed in 1802 milliseconds