Searched refs:larger (Results 1 - 25 of 52) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dsplay.c32 * positive when : when i is larger than j
48 N.smaller = N.larger = NULL;
58 t->smaller = y->larger;
59 y->larger = t;
69 if(t->larger == NULL)
71 if(compare(i, t->larger->key) > 0) {
72 y = t->larger; /* rotate larger */
73 t->larger = y->smaller;
76 if(t->larger
[all...]
H A Dsplay.h28 struct Curl_tree *larger; /* larger node */ member in struct:Curl_tree
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/unit/
H A Dunit1309.c45 splayprint(t->larger, d+1, output);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dmode_string.c30 #warning mode type bitflag value assumption(s) violated! falling back to larger version
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/docs_src/tcl/
H A Dm4.tcl81 referenced pages, and should be quite a bit larger!)
86 to account for buffer pool overhead; cache sizes larger than 500MB are
167 m4_arg(dlen) is larger than the length of the supplied data, the record
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dstatbmp.tex7 display larger images portably.
H A Dcursor.tex83 is larger than 32x32 it is resized.
89 In wxMac, if the cursor is larger than 16x16 it is resized and currently only
H A Dbutton.tex142 buttons are larger. To get around this, call {\it SetDefault}\rtfsp
H A Drichtexthtmlhandler.tex32 \twocolitem{\windowstyle{wxRICHTEXT\_HANDLER\_NO\_HEADER\_FOOTER}}{Don't include header and footer tags (HTML, HEAD, BODY), so that the HTML can be used as part of a larger document.}
H A Dauinotebook.tex222 height will automatically increase to accommodate the larger bitmap.
H A Dtimespan.tex158 larger unit, only the rest part is taken, otherwise the full value is used.
H A Dprint.tex838 coordinates will be somewhat larger than the values returned by
858 larger drawing surface (i.e., a higher-resolution DC); a zoomed-out preview
976 values somewhat larger than the width and height given by
1084 will, of course, be larger or smaller in the preview image, depending on the zoom
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/boot/compressed/
H A Dlib1funcs.S66 @ larger than the dividend.
153 @ larger than the dividend.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/lib/
H A Dlib1funcs.S66 @ larger than the dividend.
153 @ larger than the dividend.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dbounds.s37 @ -Wframe-larger-than=2048 -Wdeclaration-after-statement -Wno-pointer-sign
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/tests/
H A Dtest-6.exp110 array. Default is 0. Setting this value larger helps
120 numeric argument N indicates "how many times larger
124 be about 3 times larger than the number of input
127 the number of input keys". A larger table should
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Derror.c26 char *larger; \
49 if ((larger = (char *) xmlRealloc(str, size)) == NULL) {\
52 str = larger; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Derror.c26 char *larger; \
49 if ((larger = (char *) xmlRealloc(str, size)) == NULL) {\
52 str = larger; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Derror.c26 char *larger; \
49 if ((larger = (char *) xmlRealloc(str, size)) == NULL) {\
52 str = larger; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Derror.c26 char *larger; \
49 if ((larger = (char *) xmlRealloc(str, size)) == NULL) {\
52 str = larger; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dasm-offsets.s38 @ -Wframe-larger-than=2048 -Wdeclaration-after-statement -Wno-pointer-sign
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/rt2860/common/
H A Dmlme.c2323 ("DRS: Rx(%d) is 5 times larger than Tx(%d), use low rate (curr=%d, tmp=%d)\n",
5564 char larger = -127; local
5567 larger = Rssi0;
5571 larger = max(Rssi0, Rssi1);
5575 larger = max(larger, Rssi2);
5578 if (larger == -127)
5579 larger = 0;
5581 return larger;
5682 char larger local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A Da1-encapsulation-ogg.tex146 some positive time offset, potentially within a larger
H A D02-bitpacking.tex211 byte-aligned packets which are embedded into a larger byte-aligned
H A D05-comment.tex111 The track number of this piece if part of a specific larger collection or album

Completed in 140 milliseconds

123