/external/mesa3d/src/glsl/ |
lower_jumps.cpp | 390 /* We can't lower to an actual continue because that would execute the increment. 392 * In the lowered code, we instead put the break check between the this->loop body and the increment, 395 * Smarter options (such as undoing the increment) are possible but it's not worth implementing them,
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_mixer.c | 332 * gainLeft left gain increment per sample 333 * gainRight right gain increment per sample 412 /* gain change - do gain increment */
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_mixer.c | 332 * gainLeft left gain increment per sample 333 * gainRight right gain increment per sample 412 /* gain change - do gain increment */
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_mixer.c | 332 * gainLeft left gain increment per sample 333 * gainRight right gain increment per sample 412 /* gain change - do gain increment */
|
/external/srec/srec/clib/ |
fpi_tgt.c | 376 * push blocker it should not increment. */ 411 /* Free to move ahead, so increment the push pointer * 415 /* Increment semaphore count for each frame pushed.
|
/external/webkit/Source/WebCore/css/ |
CSSSelector.cpp | 306 DEFINE_STATIC_LOCAL(AtomicString, increment, ("increment")); 378 nameToPseudoType->set(increment.impl(), CSSSelector::PseudoIncrement);
|
/external/webkit/Source/WebKit/gtk/WebCoreSupport/ |
DumpRenderTreeSupportGtk.cpp | 698 static void modifyAccessibilityValue(AtkObject* axObject, bool increment) 707 if (increment) 708 coreObject->increment();
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
combined_encode.cpp | 144 slice_counter++; /* Increment slice counter */ 411 slice_counter++; /* Increment slice counter */ 535 mbnum++; /* has to increment before SCD, to preserve Mode[mbnum] */
|
/frameworks/base/core/java/android/gesture/ |
GestureUtils.java | 269 final float increment = stroke.length / (numPoints - 1); local 297 if (distanceSoFar + distance >= increment) { 298 float ratio = (increment - distanceSoFar) / distance;
|
/frameworks/base/core/java/android/widget/ |
DatePicker.java | 723 trySetContentDescription(mDaySpinner, R.id.increment, 728 trySetContentDescription(mMonthSpinner, R.id.increment, 733 trySetContentDescription(mYearSpinner, R.id.increment,
|
/frameworks/compile/slang/BitWriter_2_9/ |
ValueEnumerator.cpp | 261 // Increment use count. 285 // Increment use count. 315 // Increment use count.
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
ValueEnumerator.cpp | 261 // Increment use count. 285 // Increment use count. 315 // Increment use count.
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
Helpers.java | 340 * The next 9 iterations increment it by 1 at a time (up to 10). 341 * The next 9 iterations increment it by 1 to 10 (random) at a time. 342 * The next 9 iterations increment it by 1 to 100 (random) at a time.
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
bitmap.h | 254 will fail. It won't matter if this increment moves us into the 322 will fail. It won't matter if this increment moves us into the 370 will fail. It won't matter if this increment moves us into the
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
bitmap.h | 255 will fail. It won't matter if this increment moves us into the 323 will fail. It won't matter if this increment moves us into the 371 will fail. It won't matter if this increment moves us into the
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
bitmap.h | 255 will fail. It won't matter if this increment moves us into the 323 will fail. It won't matter if this increment moves us into the 371 will fail. It won't matter if this increment moves us into the
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
bitmap.h | 255 will fail. It won't matter if this increment moves us into the 323 will fail. It won't matter if this increment moves us into the 371 will fail. It won't matter if this increment moves us into the
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
cs46xx_dsp_scb_types.h | 160 Fractional increment per output sample in the input sample buffer 164 increment per output sample. 689 /* accumPhi: accumulated fractional phase increment (6.26) */
|
/external/bluetooth/bluez/audio/ |
pcm_bluetooth.c | 878 /* Increment hardware transmition pointer */ 1074 /* Increment a2dp buffers */ 1088 /* Increment up buff pointer to take into account 1110 /* Increment up buff pointer to take into account 1115 /* Increment a2dp buffers */ [all...] |
/libcore/luni/src/main/java/java/math/ |
BigDecimal.java | 2839 int increment = 0; \/\/ the carry after rounding local [all...] |
/external/clang/lib/CodeGen/ |
CGStmt.cpp | 579 // If there's an increment, the continue scope will be overwritten 621 // If the for loop doesn't have an increment we can just use the 638 // If there is an increment, emit it next. 672 // If there's an increment, the continue scope will be overwritten 698 // Create a block for the increment. In case of a 'continue', we jump there. 711 // If there is an increment, emit it next. [all...] |
/external/sonivox/jet_tools/JetCreator/ |
JetDialogs.py | [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderBlockLineLayout.cpp | 109 currpoint.increment(); [all...] |
/external/qemu/fpu/ |
softfloat.c | 165 flag roundNearestEven, increment; local 170 increment = ( (int64_t) absZ1 < 0 ); 173 increment = 0; 177 increment = ( roundingMode == float_round_down ) && absZ1; 180 increment = ( roundingMode == float_round_up ) && absZ1; 184 if ( increment ) { 668 flag roundNearestEven, increment, isTiny; local 745 increment = ( (int64_t) zSig1 < 0 ); 748 increment = 0; 752 increment = ( roundingMode == float_round_down ) && zSig1 996 flag roundNearestEven, increment, isTiny; local 2854 uint32_t increment; local [all...] |
/external/v8/src/ |
stub-cache.cc | 97 isolate()->counters()->megamorphic_stub_cache_updates()->Increment(); [all...] |