Searched refs:fill (Results 1 - 25 of 92) sorted by path

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/libtest/
H A Dlib552.c166 static const char fill[] = "test data"; local
183 databuf[i] = fill[i % sizeof fill];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/doc/
H A Dapi-ip6-flowlabels.tex411 flow label, fill corresponding sender template and submit it to local rsvp
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Ddvbsubdec.c995 int fill; local
1013 fill = ((*buf++) >> 3) & 1;
1028 fill = 1;
1053 if (fill) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libogg-1.1.4/include/ogg/
H A Dogg.h56 long body_fill; /* elements stored; fill mark */
57 long body_returned; /* elements of fill returned */
108 int fill; member in struct:__anon1074
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libogg-1.1.4/src/
H A Dframing.c569 oy->fill-=oy->returned;
570 if(oy->fill>0)
571 memmove(oy->data,oy->data+oy->returned,oy->fill);
575 if(size>oy->storage-oy->fill){
577 long newsize=size+oy->fill+4096; /* an extra page to be nice */
592 /* expose a segment at least as large as requested at the fill mark */
593 return((char *)oy->data+oy->fill);
598 if(oy->fill+bytes>oy->storage)return -1;
599 oy->fill+=bytes;
616 long bytes=oy->fill
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D06-floor0.tex94 \varname{[floor0_order]} is ten, the only way to fill all the needed
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/examples/
H A Dframeview.pl463 -fill=>$color,-text=>$panel_keys[$i]);
471 $w->createLine((@pairs),-fill=>$color,-tags=>['lines']);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/infback9/
H A Dinftree9.c50 unsigned fill; /* index for replicating entries */ local
144 Create and fill in decoding tables. In this loop, the table being
149 fill the table with replicated entries.
198 next = *table; /* current table to fill in */
228 fill = 1U << curr;
230 fill -= incr;
231 next[(huff >> drop) + fill] = this;
232 } while (fill != 0);
289 drops back to the root table to fill in any remaining entries there.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/iostream2/
H A Dzstream.h244 oss->fill(m_os->fill());
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dinftrees.c50 unsigned fill; /* index for replicating entries */ local
150 Create and fill in decoding tables. In this loop, the table being
155 fill the table with replicated entries.
204 next = *table; /* current table to fill in */
234 fill = 1U << curr;
235 min = fill; /* save offset to next table */
237 fill -= incr;
238 next[(huff >> drop) + fill] = this;
239 } while (fill != 0);
296 drops back to the root table to fill i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dhash.c28 int fill; /* number of deleted or in use slots */ member in struct:hashtable
63 H->fill = 0;
120 H->fill++; /* only increase fill if the previous element was not yet
137 if(alloc_ht(H,((H->inuse+1)*4+H->fill)/5))
150 if (H->fill >= H->max)
152 if (H->fill == H->size)
H A Dtexinfo.tex838 % almost-but-not-quite fill up a page, TeX will have a hard time doing
867 % This defn is used inside fill environments such as @defun.
4687 % Do not fill out the last line with white space.
4706 % When the entry text needs to be broken, just fill out the first line
4735 % If we must, put the page number on a line of its own, and fill out
4737 % fill leaders glue in \indexdotfill if the page number does fit.)
4757 \hbox{$\mathsurround=0pt \mkern1.5mu.\mkern1.5mu$}\hskip 1em plus 1fill}
6170 \advance\leftskip by 0pt plus 1fill
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/VMS/
H A Dmkshared.com83 $! and to fill in "holes" with dummy entries.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Ds_java_stat111 # Script to convert DB C structure declarations into a JNI method to fill the
115 fill=__dbj_fill_$1
152 echo "static int $fill(JNIEnv *jnienv," >> $c
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_c/
H A Dbench_001.c50 int fill(DB_ENV *, DB *, int, u_int, int, int);
169 * fill - fill a db
176 fill(dbenv, dbp, txn, datalen, num, dups) function
370 /* If no environment, fill the cache. */
389 } else if ((ret = fill(dbenv, dbp, txn, datalen, num, dups)) != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DCompositeKeyFormat.java246 Arrays.fill(objects, rawObject);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/util/test/
H A DUtfTest.java89 Arrays.fill(buf, (byte) 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex834 % almost-but-not-quite fill up a page, TeX will have a hard time doing
863 % This defn is used inside fill environments such as @defun.
4445 % Do not fill out the last line with white space.
4464 % When the entry text needs to be broken, just fill out the first line
4493 % If we must, put the page number on a line of its own, and fill out
4495 % fill leaders glue in \indexdotfill if the page number does fit.)
4515 \hbox{$\mathsurround=0pt \mkern1.5mu.\mkern1.5mu$}\hskip 1em plus 1fill}
5930 \advance\leftskip by 0pt plus 1fill
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dxgettext-glade-173 <fill>True</fill>
431 <fill>True</fill>
479 <fill>True</fill>
495 <fill>True</fill>
966 <fill>True</fill>
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libiconv-1.11/lib/
H A Djohab_hangul.h27 * and 27 final jamo (consonants; 28 when you include the "fill" character
84 #define fill 0 macro
86 none, fill, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06,
92 none, none, fill, 0x01, 0x02, 0x03, 0x04, 0x05,
98 none, fill, 0x01, 0x02, 0x03, 0x04, 0x05, 0x06,
121 /* Deal with "fill" values in initial or medial position. */
122 if (index1 == fill) {
123 if (index2 == fill) {
129 } else if (index3 == fill) {
137 } else if (index2 == fill) {
259 #undef fill macro
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/include/atalk/
H A Dbstrlib.h66 extern int binsert (bstring s1, int pos, const_bstring s2, unsigned char fill);
67 extern int binsertch (bstring s1, int pos, int len, unsigned char fill);
68 extern int breplace (bstring b1, int pos, int len, const_bstring b2, unsigned char fill);
70 extern int bsetstr (bstring b0, int pos, const_bstring b1, unsigned char fill);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/bstring/
H A Dbstrlib.c1389 /* int bsetstr (bstring b0, int pos, bstring b1, unsigned char fill)
1392 * the position pos is past the end of b0, then the character "fill" is
1396 int bsetstr (bstring b0, int pos, const_bstring b1, unsigned char fill) { argument
1423 /* Fill in "fill" character as necessary */
1425 bstr__memset (b0->data + b0->slen, (int) fill, (size_t) (pos - b0->slen));
1444 /* int binsert (bstring b1, int pos, bstring b2, unsigned char fill)
1447 * past the end of b1, then the character "fill" is appended as necessary to
1451 int binsert (bstring b1, int pos, const_bstring b2, unsigned char fill) { argument
1475 bstr__memset (b1->data + b1->slen, (int) fill, (size_t) (pos - b1->slen));
1493 * unsigned char fill)
1498 breplace(bstring b1, int pos, int len, const_bstring b2, unsigned char fill) argument
1702 binsertch(bstring b, int pos, int len, unsigned char fill) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/
H A Dconfigure9447 # PORTME fill in a description of your system's linker (not GNU ld)
13905 /* HP-UX has wait3 but does not fill in rusage at all. */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/include/atalk/
H A Dbstrlib.h66 extern int binsert (bstring s1, int pos, const_bstring s2, unsigned char fill);
67 extern int binsertch (bstring s1, int pos, int len, unsigned char fill);
68 extern int breplace (bstring b1, int pos, int len, const_bstring b2, unsigned char fill);
70 extern int bsetstr (bstring b0, int pos, const_bstring b1, unsigned char fill);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/bstring/
H A Dbstrlib.c1389 /* int bsetstr (bstring b0, int pos, bstring b1, unsigned char fill)
1392 * the position pos is past the end of b0, then the character "fill" is
1396 int bsetstr (bstring b0, int pos, const_bstring b1, unsigned char fill) { argument
1423 /* Fill in "fill" character as necessary */
1425 bstr__memset (b0->data + b0->slen, (int) fill, (size_t) (pos - b0->slen));
1444 /* int binsert (bstring b1, int pos, bstring b2, unsigned char fill)
1447 * past the end of b1, then the character "fill" is appended as necessary to
1451 int binsert (bstring b1, int pos, const_bstring b2, unsigned char fill) { argument
1475 bstr__memset (b1->data + b1->slen, (int) fill, (size_t) (pos - b1->slen));
1493 * unsigned char fill)
1498 breplace(bstring b1, int pos, int len, const_bstring b2, unsigned char fill) argument
1702 binsertch(bstring b, int pos, int len, unsigned char fill) argument
[all...]

Completed in 507 milliseconds

1234