Searched refs:jump (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/lib/Support/Unix/
H A DPathV3.inc40 // -> jump to the next not '/'
43 // -> jump to the next not '/'
/frameworks/compile/mclinker/lib/Support/Windows/
H A DPathV3.inc34 // -> jump to the next not '/'
37 // -> jump to the next not '/'
/frameworks/av/media/libeffects/testlibs/
H A DAudioEqualizer.cpp88 const int32_t jump = (top - bottom) / (mNumPeaking + 2); local
89 int32_t centerFreq = bottom + jump/2;
93 centerFreq += jump;
97 centerFreq += jump;
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dh264bsdFillRow7.S124 BEQ jump
129 jump: label
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DTestInteractionActivity.java80 mJumpOutButton = (Button)findViewById(R.id.jump);
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
H A DLoaderDicom.java158 int jump = (int) readTag(e);
164 mMappedByteBuffer.position(mMappedByteBuffer.position() - jump);

Completed in 4147 milliseconds