Home
last modified time | relevance | path

Searched refs:increase (Results 1 – 25 of 173) sorted by relevance

1234567

/external/blktrace/btt/
Dmisc.c87 static int increase_limit(int resource, rlim_t increase) in increase_limit() argument
93 rlim.rlim_cur += increase; in increase_limit()
95 rlim.rlim_max = rlim.rlim_cur + increase; in increase_limit()
/external/stlport/test/unit/
Dforeach_test.cpp31 static void increase(int& a_) in increase() function
39 for_each(numbers, numbers + 10, ptr_fun(increase)); in foreach0()
/external/javassist/sample/rmi/
DCounter.java15 synchronized public int increase() { in increase() method in Counter
DCountApplet.java62 counter.increase(); in actionPerformed()
/external/valgrind/main/none/tests/linux/
Dblockfault.stderr.exp8 possible), you can try to increase the size of the
/external/valgrind/main/memcheck/tests/
Dsupp_unknown.stderr.exp-kfail7 possible), you can try to increase the size of the
Dsupp_unknown.stderr.exp8 possible), you can try to increase the size of the
Dbadjump.stderr.exp-kfail12 possible), you can try to increase the size of the
Dbadjump.stderr.exp14 possible), you can try to increase the size of the
/external/llvm/test/CodeGen/X86/
Disel-sink3.ll2 ; this should not sink %1 into bb1, that would increase reg pressure.
/external/webkit/Source/WebCore/platform/graphics/android/context/
DRTree.cpp303 int increase = m_children[i]->delta(node); in findNode() local
304 if (increase < minIncrease) { in findNode()
305 minIncrease = increase; in findNode()
/external/webkit/LayoutTests/storage/
Dquota-tracking-expected.txt3 …il, the UI Delegate should be informed of the exceeded quota and should increase the quota for thi…
/external/iptables/extensions/
Dlibxt_NFLOG.man27 result in less overhead per packet, but increase delay until the
/external/bison/m4/
Dfloat_h.m487 dnl to increase the chances that the fix function gets pulled in.
/external/openssl/crypto/dh/
Dexample33 However, to increase my confidence that this number really is a strong prime,
/external/llvm/test/Transforms/LoopUnroll/
Druntime-loop3.ll4 ; Test that nested loops can be unrolled. We need to increase threshold to do it
/external/quake/quake/src/QW/
Dqw2do.txt43 x- increase edicts to 1024
51 x- check to see that high fps doesn't overflow network and increase ping
/external/webkit/Tools/android/flex-2.5.4a/
DREADME19 increase portability: Stan Adermann, Scott David Daniels, Charles Elliott,
/external/dropbear/
DSMALL48 cases these flags actually seem to increase size, so experiment before
/external/llvm/include/llvm/CodeGen/
DRegisterPressure.h43 void increase(unsigned Reg, const TargetRegisterInfo *TRI,
/external/llvm/lib/CodeGen/
DRegisterPressure.cpp49 void RegisterPressure::increase(unsigned Reg, const TargetRegisterInfo *TRI, in increase() function in RegisterPressure
386 P.increase(Reg, TRI, MRI); in discoverLiveIn()
397 P.increase(Reg, TRI, MRI); in discoverLiveOut()
/external/llvm/test/Transforms/InstCombine/
Dalign-addr.ll36 ; alloca, increase the alignment of the load, turning it into an aligned load.
/external/grub/netboot/
Dtulip.txt30 performance increase.
/external/webkit/Tools/android/flex-2.5.4a/MISC/Borland.old/
DBorland-2.462 /* reallocate_array - increase the size of a dynamic array */
77 "attempt to increase array size by less than 1 byte" );
/external/llvm/docs/HistoricalNotes/
D2001-04-16-DynamicCompilation.txt49 increase in effective system performance for real world environments.

1234567