Searched refs:fill (Results 51 - 75 of 89) sorted by relevance

1234

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/kernel/
H A Dhead.S144 .fill 0x3f4
H A Dgenex.S310 .fill LONGSIZE
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/vfat/
H A Dnamei.c474 int i, k, fill; local
547 fill = 13 - (*outlen % 13);
548 for (i = 0; i < fill; i++) {
552 *outlen += fill;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/acpi/
H A Dacobject.h112 ACPI_OBJECT_COMMON_HEADER u8 fill[3]; /* Prevent warning on some compilers */ member in struct:acpi_object_integer
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/decnet/
H A Ddn_rules.c256 .fill = dn_fib_rule_fill,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv6/
H A Dfib6_rules.c266 .fill = fib6_rule_fill,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/dvb/ttpci/
H A Dav7110_av.c700 int fill; local
703 fill = (TS_SIZE - 4) - length;
706 if (fill)
714 if (fill) {
715 buf[4] = fill - 1;
717 if (fill > 1) {
721 for (i = 6; i < fill + 4; i++) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/core/
H A Dfib_rules.c62 ops->compare == NULL || ops->fill == NULL ||
482 if (ops->fill(rule, skb, nlh, frh) < 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/
H A Dleo.c122 u32 fill; member in struct:leo_lc_ss0_usr
483 sbus_writel(0x80000000, &par->lc_ss0_usr->fill);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/media/video/cpia2/
H A Dcpia2.h249 u8 fill; member in struct:cpia2_reg_mask
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hardware/eicon/
H A Dio.h249 byte fill[224]; member in struct:s_load
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/
H A Dfib_rules.c314 .fill = fib4_rule_fill,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jffs2/
H A Dgc.c942 goto fill;
963 goto fill;
969 goto fill;
972 fill:
1030 * number as before. (Except in case of error -- see 'goto fill;'
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/
H A Dvidc_fill.S154 mov pc, r4 @ Call fill routine (uses r4, ip)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dibmlana.c769 char *fill = "NetBSD is a nice OS too! "; local
770 unsigned int destoffs = skb->len, l = strlen(fill);
773 memcpy_toio(priv->base + baddr + destoffs, fill, l);
/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/VMS/
H A Dmkshared.com83 $! and to fill in "holes" with dummy entries.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dhisax.h398 u_char fill; member in struct:hdlc_stat_reg
406 u_char fill;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm/kernel/
H A Dentry-armv.S126 @ We are now ready to fill in the remaining blanks on the stack:
347 @ We are now ready to fill in the remaining blanks on the stack:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/VMS/
H A Dmkshared.com83 $! and to fill in "holes" with dummy entries.
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/s390/kernel/
H A Dhead.S162 .fill 80-24,1,0x40 # bytes 24-79 are discarded !!
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dtsb.S279 nop ! Delay slot (fill me)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/kernel/acpi/
H A Dwakeup.S306 .fill 510,8,0

Completed in 293 milliseconds

1234