Searched refs:increase (Results 1 - 25 of 35) sorted by relevance

12

/macosx-10.10/vim-55/runtime/indent/
H A Dhaml.vim43 let increase = indent + &sw
45 let indent = cindent <= indent ? -1 : increase
53 return increase
55 return increase
57 return increase
59 return increase
61 return increase
65 return increase
H A Dcdl.vim105 " if it is an asignment increase indent
109 if f == 1 " formula increase it
116 " or if it starts with '=' (asignment), increase indent
123 if f == 1 " formula increase it
H A Dsqlanywhere.vim65 " If a line has an extra "(" increase the indent
285 " should be changed, for example IF, BEGIN, should increase the indent
305 " increase indent
/macosx-10.10/BerkeleyDB-21/db/test/
H A Dtest014.tcl10 # TEST and number of times to increase the size by.
44 # increase: is the length of the str to be appended (after pad)
56 proc test014_body { method flagp chars increase {nentries 10000} args } {
61 if { [is_fixed_length $method] == 1 && $chars != $increase } {
63 $chars chars with string $increase times larger."
68 puts "Test014: Postpending string of len $increase with \
72 $increase times larger"
148 # increase is the actual number of new bytes
150 set data [repeat "P" $increase]
154 set len [expr $offset + $chars + $increase]
[all...]
/macosx-10.10/vim-55/runtime/plugin/
H A Dtohtml.vim10 " with option not to restore for speed increase
/macosx-10.10/WebCore-7600.1.25/accessibility/
H A DAccessibilityNodeObject.h181 void alterSliderValue(bool increase);
182 void changeValueByStep(bool increase);
H A DAccessibilityNodeObject.cpp1075 void AccessibilityNodeObject::alterSliderValue(bool increase) argument
1081 changeValueByStep(increase);
1083 changeValueByPercent(increase ? 5 : -5);
1098 void AccessibilityNodeObject::changeValueByStep(bool increase) argument
1103 value += increase ? step : -step;
/macosx-10.10/llvmCore-3425.0.34/include/llvm/CodeGen/
H A DRegisterPressure.h40 void increase(const TargetRegisterClass *RC, const TargetRegisterInfo *TRI);
86 /// amount of increase or decrease in units of pressure.
106 /// CriticalMax records the largest increase in the tracker's max pressure that
109 /// CurrentMax records the largest increase in the tracker's max pressure that
217 /// Consider the pressure increase caused by traversing this instruction
226 /// Consider the pressure increase caused by traversing this instruction
/macosx-10.10/vim-55/runtime/ftplugin/
H A Dcobol.vim114 function! s:increase(...) function
187 let interval = s:increase()
225 return s:repeat(" ",s:increase(col('.')-1))
H A DAppendMatchGroup.vim33 " The following function, 'AppendMatchGroup', helps to increase
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/
H A DRegisterPressure.cpp54 /// Directly increase pressure only within this RegisterPressure result.
55 void RegisterPressure::increase(const TargetRegisterClass *RC, function in class:RegisterPressure
375 /// Add PhysReg to the live in set and increase max pressure.
381 // At live in discovery, unconditionally increase the high water mark.
383 P.increase(TRI->getMinimalPhysRegClass(Reg), TRI);
386 /// Add PhysReg to the live out set and increase max pressure.
392 // At live out discovery, unconditionally increase the high water mark.
394 P.increase(TRI->getMinimalPhysRegClass(Reg), TRI);
397 /// Add VirtReg to the live in set and increase max pressure.
404 // At live in discovery, unconditionally increase th
[all...]
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Util/
H A DSemaphore.pm90 Processes waiting for counter increase ... $ncnt
/macosx-10.10/BerkeleyDB-21/db/hash/
H A Dhash_page.c482 u_int32_t ksize, dsize, increase, distance; local
493 increase = ksize + dsize;
511 inp[indx+1] = HOFFSET(p) - increase;
559 memmove(offset - increase, offset, distance);
567 inp[i] -= increase;
570 inp[indx] = (HOFFSET(p) - increase) + distance + dsize;
571 inp[indx + 1] = (HOFFSET(p) - increase) + distance;
574 HOFFSET(p) -= increase;
/macosx-10.10/CPANInternal-159.1/Heap-0.80/lib/
H A DHeap.pm117 to increase the value of the element. To be pedantic, you
/macosx-10.10/libxml2-26/libxml2/
H A Dxmlcatalog.c296 printf("\tdebug: increase the verbosity level\n");
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlcatalog.c296 printf("\tdebug: increase the verbosity level\n");
/macosx-10.10/ncurses-44/ncurses/progs/
H A Dtic.c943 int increase = 0; local
976 ++increase;
979 if (increase != (MAX_KP - 1)) {
/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/
H A Dlibmicro.c607 int increase; local
613 increase = (int)(floor((nsecs_resolution * 100.0) /
617 "increase batch size (-B option) %dX to avoid.\n",
618 increase);
/macosx-10.10/WebCore-7600.1.25/accessibility/ios/
H A DWebAccessibilityObjectWrapperIOS.mm1548 - (void)accessibilityModifySelection:(TextGranularity)granularity increase:(BOOL)increase
1563 frameSelection.modify(FrameSelection::AlterationExtend, (increase) ? DirectionRight : DirectionLeft, granularity, UserTriggered);
1568 [self accessibilityModifySelection:granularity increase:YES];
1573 [self accessibilityModifySelection:granularity increase:NO];
/macosx-10.10/BerkeleyDB-21/db/qam/
H A Dqam_files.c191 goto increase;
206 increase: array->n_extent += offset;
/macosx-10.10/awk-20/src/
H A DFIXES29 minor fix in lib.c: increase inputFS to 100, change malloc
/macosx-10.10/vim-55/runtime/syntax/
H A Djproperties.vim14 " sets you may need to increase it further - if not, and you find editing is
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/template/
H A Dfishvfs.tcl275 glob call aims to increase efficiency by grabbing stat info of listed files, under
/macosx-10.10/BerkeleyDB-21/db/docs_src/tcl/
H A Dm4.tcl127 increase application size, and may be run during normal operation as well
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dgnus-score.el510 (gnus-summary-increase-score (- (gnus-score-delta-default score)) symp))
518 (defun gnus-summary-increase-score (&optional score symp)
527 (increase (> nscore 0))
576 (message "%s header (%s?): " (if increase "Increase" "Lower")
608 (if increase "Increase" "Lower")
633 (message "%s permanence (%s?): " (if increase "Increase" "Lower")

Completed in 208 milliseconds

12