Searched refs:smaller (Results 1 - 25 of 65) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dsplay.c30 * negative value: when i is smaller than j
48 N.smaller = N.larger = NULL;
54 if(t->smaller == NULL)
56 if(compare(i, t->smaller->key) < 0) {
57 y = t->smaller; /* rotate smaller */
58 t->smaller = y->larger;
61 if(t->smaller == NULL)
64 r->smaller = t; /* link smaller */
[all...]
H A Dsplay.h27 struct Curl_tree *smaller; /* smaller 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.c65 splayprint(t->smaller, d+1, output);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dcacheinfo.c388 static void __cpuinit link_cache_lists(struct cache *smaller, struct cache *bigger) argument
390 while (smaller->next_local) {
391 if (smaller->next_local == bigger)
393 smaller = smaller->next_local;
396 smaller->next_local = bigger;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhtdcrend.tex109 is smaller that total height and thus the page cannot fit into it. In that case you're supposed to
110 call \helpref{Render}{wxhtmldcrendererrender} as long as its return value is smaller than GetTotalHeight's.
H A Dstatline.tex81 This static function returns the size which will be given to the smaller
H A Dhtcontnr.tex189 of container is never smaller than {\it h} - even if the subcells cover
190 much smaller area.
H A Dwizard.tex191 never smaller than some built-in minimal size to avoid wizards that are too small.
195 can resize wizard and consequently the page area (but not make it smaller than the
265 wizard will never be smaller than the default size.
H A Dlibs.tex6 library (this is called the {\it monolithic build}) or as several smaller
H A Danimatctrl.tex173 Note that the inactive bitmap, if smaller than the control's size, will be centered in
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/os2/
H A DOS2-EMX.cmd85 echo Creating smaller backward compatibility forwarder dlls:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/os2/
H A DOS2-EMX.cmd85 echo Creating smaller backward compatibility forwarder dlls:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/os2/
H A DOS2-EMX.cmd85 echo Creating smaller backward compatibility forwarder dlls:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DMakefile.am110 Test-N-smaller.px \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dpatcheck174 arrays fitting in smaller types
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dinit_64.c77 #warning TASK_SIZE is smaller than it needs to be.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tools/
H A Dpatcheck174 arrays fitting in smaller types
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/lib/
H A Ddiv64.S139 @ divisor at this point since divisor can not be smaller than 3 here.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Dtrees.c443 #define smaller(tree, n, m, depth) \ macro
450 * when the heap property is re-established (each father smaller than its
463 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {
466 /* Exit if v is smaller than both sons */
467 if (smaller(tree, v, s->heap[j], s->depth)) break;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Dtrees.c445 #define smaller(tree, n, m, depth) \ macro
452 * when the heap property is re-established (each father smaller than its
465 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {
468 /* Exit if v is smaller than both sons */
469 if (smaller(tree, v, s->heap[j], s->depth)) break;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Dtrees.c445 #define smaller(tree, n, m, depth) \ macro
452 * when the heap property is re-established (each father smaller than its
465 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {
468 /* Exit if v is smaller than both sons */
469 if (smaller(tree, v, s->heap[j], s->depth)) break;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Dtrees.c445 #define smaller(tree, n, m, depth) \ macro
452 * when the heap property is re-established (each father smaller than its
465 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {
468 /* Exit if v is smaller than both sons */
469 if (smaller(tree, v, s->heap[j], s->depth)) break;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_deflate/
H A Ddeftree.c361 #define smaller(tree, n, m, depth) \ macro
368 * when the heap property is re-established (each father smaller than its
382 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {
385 /* Exit if v is smaller than both sons */
386 if (smaller(tree, v, s->heap[j], s->depth)) break;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dtrees.c443 #define smaller(tree, n, m, depth) \ macro
450 * when the heap property is re-established (each father smaller than its
463 smaller(tree, s->heap[j+1], s->heap[j], s->depth)) {
466 /* Exit if v is smaller than both sons */
467 if (smaller(tree, v, s->heap[j], s->depth)) break;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dtrees.c191 * - if compression is not successful for a file smaller than 64K, we can
593 #define smaller(tree, n, m) \ macro
600 * when the heap property is re-established (each father smaller than its
613 if (j < heap_len && smaller(tree, heap[j+1], heap[j])) j++;
615 /* Exit if v is smaller than both sons */
617 if (smaller(tree, v, htemp)) break;

Completed in 165 milliseconds

123