/external/dropbear/libtomcrypt/src/modes/ctr/ |
ctr_start.c | 64 /* increment the IV as per RFC 3686 */
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
GridDataFactory.java | 281 public GridDataFactory hintHAdd(int increment) { 282 return hintV(m_data.widthHint + increment); 290 public GridDataFactory hintVAdd(int increment) { 291 return hintV(m_data.heightHint + increment);
|
/external/elfutils/libasm/ |
asm_adduleb128.c | 87 /* Increment the offset in the (sub)section. */
|
/external/icu4c/test/intltest/ |
tokiter.cpp | 97 return TRUE; // do NOT increment
|
/external/llvm/include/llvm/MC/ |
MCLabel.h | 41 /// incInstance - Increment the current instance of this Directional Local
|
/external/llvm/test/Transforms/IndVarSimplify/ |
lftr-promote.ll | 5 ; be the canonical IV increment.
|
/external/netperf/ |
hist.h | 14 Given a time difference in microseconds, increment one of 61
|
/external/oprofile/libdb/ |
db_insert.c | 30 * after the increment
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_AudioCVT.3 | 34 Rate conversion increment
|
/external/qemu/distrib/sdl-1.2.15/src/main/beos/ |
SDL_BeApp.cc | 87 /* Increment the application reference count */
|
/external/qemu/distrib/zlib-1.2.3/ |
inffast.c | 13 /* Allow machine dependent optimization for post-increment or pre-increment. 15 Pre-increment preferred for: 18 Post-increment preferred for:
|
/external/qemu/ |
qobject.h | 82 * qobject_incref(): Increment QObject's reference count
|
/external/skia/bench/ |
ScalarBench.cpp | 42 // so we have a non-static global we increment, hoping that will convince the
|
/external/skia/include/core/ |
SkDeviceProfile.h | 61 * been set) and increment its reference count. The call *must* call unref()
|
/external/v8/src/ |
counters.cc | 64 counter_.Increment(milliseconds);
|
heap-inl.h | 197 isolate_->counters()->objs_since_last_full()->Increment(); 198 isolate_->counters()->objs_since_last_young()->Increment(); 265 isolate_->counters()->objs_since_last_full()->Increment(); 266 isolate_->counters()->objs_since_last_young()->Increment(); 283 isolate_->counters()->objs_since_last_full()->Increment(); 284 isolate_->counters()->objs_since_last_young()->Increment(); 532 ISOLATE->counters()->gc_last_resort_from_handles()->Increment(); \ 685 isolate_->counters()->transcendental_cache_hit()->Increment(); 689 isolate_->counters()->transcendental_cache_miss()->Increment();
|
/external/v8/test/mjsunit/tools/ |
profile.js | 234 Driver.prototype.increment = function(func, self, total) { 248 this.increment(name, 0, 1); 257 this.increment(func, 1, 0); 263 this.increment(this.namesTopDown[this.namesTopDown.length - 1], 1, 0);
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
OutputHLSL.cpp | 1567 int increment = 0; local 1699 out << increment; local [all...] |
/external/zlib/src/ |
inffast.c | 13 /* Allow machine dependent optimization for post-increment or pre-increment. 15 Pre-increment preferred for: 18 Post-increment preferred for:
|
/frameworks/av/media/libstagefright/codecs/aacenc/inc/ |
bitbuffer.h | 57 write bits to bitstream buffer => increment cntBits
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
Menu.java | 69 // TestShellActivity will process this intent once and increment the test index
|
/frameworks/native/include/utils/ |
List.h | 136 inline _Iter& operator++() { // pre-increment 140 const _Iter operator++(int) { // post-increment 145 inline _Iter& operator--() { // pre-increment 149 const _Iter operator--(int) { // post-increment
|
/packages/apps/Camera/src/com/android/camera/ui/ |
InLineSettingSwitch.java | 54 // Add content descriptions for the increment and decrement buttons.
|
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
InLineSettingSwitch.java | 55 // Add content descriptions for the increment and decrement buttons.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
dn.h | 12 * so increment each by one (compared to ULTRIX)
|