Searched refs:grow (Results 1 - 25 of 39) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dbloat-o-meter28 grow, shrink, add, remove, up, down = 0, 0, 0, 0, 0, 0
49 if d>0: grow, up = grow+1, up+d
56 print "add/remove: %s/%s grow/shrink: %s/%s up/down: %s/%s (%s)" % \
57 (add, remove, grow, shrink, up, -down, up-down)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dpickerbase.h77 void SetTextCtrlGrowable(bool grow = true)
80 if ( grow )
90 void SetPickerCtrlGrowable(bool grow = true)
93 if ( grow )
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/
H A Dbloat-o-meter36 grow, shrink, add, remove, up, down = 0, 0, 0, 0, 0, 0
57 if d>0: grow, up = grow+1, up+d
68 total="(add/remove: %s/%s grow/shrink: %s/%s up/down: %s/%s)%%sTotal: %s bytes"\
69 % (add, remove, grow, shrink, up, -down, up-down)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/include/
H A Dantlr3bitset.h98 void (*grow) (struct ANTLR3_BITSET_struct * bitset, ANTLR3_INT32 newSize); member in struct:ANTLR3_BITSET_struct
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3bitset.c56 static void grow (pANTLR3_BITSET bitset, ANTLR3_INT32 newSize);
129 bitset->grow = grow;
283 bitset->grow(bitset, count+1);
395 grow(pANTLR3_BITSET bitset, ANTLR3_INT32 newSize) function
431 bitset->grow(bitset, bl);
435 bitset->grow(bitset, nw);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dpickerbase.tex122 \func{void}{SetPickerCtrlGrowable}{\param{bool}{ grow = true}}
124 Sets the picker control as growable when {\tt grow} is \true.
129 \func{void}{SetTextCtrlGrowable}{\param{bool}{ grow = true}}
131 Sets the text control as growable when {\tt grow} is \true.
H A Dflexsizr.tex24 it needs to be decided how the sizer should grow in the other ("non-flexible")
54 sizer grow dynamically. {\it vgap} and {\it hgap} define extra space between
113 \twocolitem{wxFLEX\_GROWMODE\_NONE}{Sizer doesn't grow in the non-flexible direction.}
161 Specifies how the sizer should grow in the non-flexible direction if
H A Dgridsizr.tex30 sizer grow dynamically. {\it vgap} and {\it hgap} define extra space between
H A Dstrmmem.tex76 grow if required.
H A Dtsizer.tex87 it will grow to a size larger than the minimal size, or it will be moved to either
161 of columns or the number or rows is fixed and the grid sizer will grow
194 will have to get propagated to its children. In our case, we want the text area to grow
199 It is the unique feature of a box sizer, that it can grow in both directions (height and
211 forces the window to grow with the sizer, and wxSHAPED flag tells the window to change it is
H A Dcmdproc.tex29 commands stored to it, otherwise (and by default) the list of commands can grow
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dstriconveh.c417 bool grow; local
444 grow = (length + extra_alloc > allocated / 2);
448 grow = true;
478 grow = false;
508 if (grow)
721 bool grow; local
754 grow = (length + extra_alloc > allocated / 2);
758 grow = true;
863 grow = false;
924 if (grow)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/mac80211/
H A Dmesh_pathtbl.c107 /* This lock will have the grow table function as writer and add / delete nodes
260 int grow = 0; local
310 grow = 1;
316 if (grow) {
377 int grow = 0; local
422 grow = 1;
426 if (grow) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dgl_array_list.c222 grow (gl_list_t list) function
250 grow (list);
265 grow (list);
285 grow (list);
308 grow (list);
328 grow (list);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/libevent-2.0.20-stable/
H A Devport.c49 * Helper functions are used: grow() grows the file descriptor array as
81 * grow the array of file descriptors, doubling its size.
211 grow(struct evport_data *epdp, int factor) function
385 * If necessary, grow the file descriptor info table
393 if (-1 == grow(evpd, factor)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libevent-1.4.14b-stable/
H A Devport.c46 * Helper functions are used: grow() grows the file descriptor array as
82 * grow the array of file descriptors, doubling its size.
235 grow(struct evport_data *epdp, int factor) function
415 * If necessary, grow the file descriptor info table
423 if (-1 == grow(evpd, factor)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/mm/
H A Dmmap.c177 /* Don't let a single process grow too big:
265 * segment grow beyond its set limit the in case where the limit is
1637 * grow-up and grow-down cases.
1639 static int acct_stack_growth(struct vm_area_struct *vma, unsigned long size, unsigned long grow) argument
1646 if (!may_expand_vm(mm, grow))
1657 locked = mm->locked_vm + grow;
1664 /* Check to ensure the stack will not grow into a hugetlb-only region */
1674 if (security_vm_enough_memory_mm(mm, grow))
1678 mm->total_vm += grow;
1721 unsigned long size, grow; local
1767 unsigned long size, grow; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dconfig.c348 static void grow(void) function
371 grow();
383 grow();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/chat/
H A Dchat.c214 char *grow __P((char *s, char **p, size_t len));
264 /* grow a char buffer and keep a pointer offset */
265 char *grow(s, p, len) function
729 s1 = grow(s1, &p, len);
774 s1 = grow(s1, &p, len);
787 s1 = grow(s1, &p, len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/include/
H A DSString.h136 bool grow(lenpos_t lenNew);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/lib/
H A Drheap.c45 static int grow(rh_info_t * info, int max_blocks) function
100 * causes a grow in the block area then all pointers kept to the block
107 /* This function is not meant to be used to grow uncontrollably */
118 return grow(info, max_blocks);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DPropSet.cxx93 bool SString::grow(lenpos_t lenNew) { function in class:SString
126 sSize = sSize_; // Allow buffer bigger than real string, thus providing space to grow
200 if ((lenNew < sSize) || (grow(lenNew))) {
221 if ((lenNew < sSize) || grow(lenNew)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dsoapcpp2_yacc.y89 Bool grow; /* true if offset grows with declarations */
421 else if (sp->grow)
438 if (sp->grow)
661 else if (sp->grow)
1242 sp->grow = False;
1608 sp->grow = True; /* by default, offset grows */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/src/
H A Dsoapcpp2_yacc.y89 Bool grow; /* true if offset grows with declarations */
421 else if (sp->grow)
438 if (sp->grow)
661 else if (sp->grow)
1242 sp->grow = False;
1608 sp->grow = True; /* by default, offset grows */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dsoapcpp2_yacc.y89 Bool grow; /* true if offset grows with declarations */
421 else if (sp->grow)
438 if (sp->grow)
661 else if (sp->grow)
1242 sp->grow = False;
1608 sp->grow = True; /* by default, offset grows */

Completed in 521 milliseconds

12