Searched refs:number (Results 201 - 225 of 1628) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-dove/
H A Dpcie.c125 struct pcie_port *pp = bus_to_port(bus->number);
129 if (pcie_valid_config(pp, bus->number, PCI_SLOT(devfn)) == 0) {
144 struct pcie_port *pp = bus_to_port(bus->number);
148 if (pcie_valid_config(pp, bus->number, PCI_SLOT(devfn)) == 0)
197 struct pcie_port *pp = bus_to_port(dev->bus->number);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-brcm/
H A Dmpcore_cache.S94 ands r4, r4, r1, lsr #3 @ find maximum number on the way size
97 ands r7, r7, r1, lsr #13 @ extract max number of the index size
101 orr r11, r10, r9, lsl r5 @ factor way and cache number into r11
102 orr r11, r11, r7, lsl r2 @ factor index number into r11
109 add r10, r10, #2 @ increment cache number
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dev6-clear_user.S69 and $1, 7, $2 # .. .. E .. : number of misaligned bytes in tail
72 srl $1, 3, $1 # .. E .. .. : number of quadwords to clear
93 * $1 is number of quadwords to clear (zero is a valid value)
94 * $2 is number of trailing bytes (0..7) ($2 never used...)
128 * $0 is the number of bytes left
129 * $1 is the number of quads left
184 # $1 is the number of quadwords left to go.
202 # We have an unknown number of bytes left to go.
209 # $0 contains the number of bytes left to copy (0..31)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/boot/compressed/
H A Dmpcore_cache.S94 ands r4, r4, r1, lsr #3 @ find maximum number on the way size
97 ands r7, r7, r1, lsr #13 @ extract max number of the index size
101 orr r11, r10, r9, lsl r5 @ factor way and cache number into r11
102 orr r11, r11, r7, lsl r2 @ factor index number into r11
109 add r10, r10, #2 @ increment cache number
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/extensions/
H A Dlibip6t_icmp6.c121 unsigned int number; local
129 if (!xtables_strtoui(buffer, NULL, &number, 0, UINT8_MAX))
132 *type = number;
134 if (!xtables_strtoui(slash+1, NULL, &number, 0, UINT8_MAX))
138 code[0] = code[1] = number;
H A Dlibipt_icmp.c145 unsigned int number; local
153 if (!xtables_strtoui(buffer, NULL, &number, 0, UINT8_MAX))
156 *type = number;
158 if (!xtables_strtoui(slash+1, NULL, &number, 0, UINT8_MAX))
162 code[0] = code[1] = number;
H A Dlibip6t_mh.c96 unsigned int number; local
98 if (!xtables_strtoui(name, NULL, &number, 0, UINT8_MAX))
101 return number;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/extensions/
H A Dlibip6t_icmp6.c121 unsigned int number; local
129 if (string_to_number(buffer, 0, 255, &number) == -1)
132 *type = number;
134 if (string_to_number(slash+1, 0, 255, &number) == -1)
138 code[0] = code[1] = number;
H A Dlibipt_CLUSTERIP.c33 " --total-nodes <num> Set number of total nodes in cluster\n"
34 " --local-node <num> Set the local node number\n"
71 long number; local
74 number = strtol(mac + i*3, &end, 16);
77 && number >= 0
78 && number <= 255)
79 macbuf[i] = number;
130 exit_error(PARAMETER_PROBLEM, "Can only specify node number combined with `--new'\n");
132 exit_error(PARAMETER_PROBLEM, "Can only specify total node number once\n");
140 exit_error(PARAMETER_PROBLEM, "Can only specify node number combine
[all...]
H A Dlibipt_icmp.c145 unsigned int number; local
153 if (string_to_number(buffer, 0, 255, &number) == -1)
156 *type = number;
158 if (string_to_number(slash+1, 0, 255, &number) == -1)
162 code[0] = code[1] = number;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dstatusbr.tex113 Returns the number of fields in the status bar.
123 \docparam{i}{The number of the status field to retrieve, starting from zero.}
153 \func{virtual void}{SetFieldsCount}{\param{int}{ number = 1}, \param{int* }{widths = NULL}}
155 Sets the number of fields, and optionally the field widths.
165 \docparam{number}{The number of fields.}
201 fields, specify a negative number which indicates how the field should expand:
203 to the absolute value of this number. A variable width field with width of $-2$
212 \docparam{n}{The number of fields in the status bar. Must be equal to the
213 number passe
[all...]
H A Dactivexevt.tex45 Obtains the number of parameters passed through the activex event.
52 Obtains the param type of the param number idx specifies as a string.
59 Obtains the param name of the param number idx specifies as a string.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/quota/
H A Ddquot.c232 * dqstats.free_dquots gives the number of dquots on the list. When
1043 static inline void dquot_incr_inodes(struct dquot *dquot, qsize_t number) argument
1045 dquot->dq_dqb.dqb_curinodes += number;
1048 static inline void dquot_incr_space(struct dquot *dquot, qsize_t number) argument
1050 dquot->dq_dqb.dqb_curspace += number;
1053 static inline void dquot_resv_space(struct dquot *dquot, qsize_t number) argument
1055 dquot->dq_dqb.dqb_rsvspace += number;
1061 static void dquot_claim_reserved_space(struct dquot *dquot, qsize_t number) argument
1063 if (dquot->dq_dqb.dqb_rsvspace < number) {
1065 number
1072 dquot_free_reserved_space(struct dquot *dquot, qsize_t number) argument
1082 dquot_decr_inodes(struct dquot *dquot, qsize_t number) argument
1094 dquot_decr_space(struct dquot *dquot, qsize_t number) argument
1466 inode_add_rsv_space(struct inode *inode, qsize_t number) argument
1474 inode_claim_rsv_space(struct inode *inode, qsize_t number) argument
1483 inode_sub_rsv_space(struct inode *inode, qsize_t number) argument
1503 inode_incr_space(struct inode *inode, qsize_t number, int reserve) argument
1512 inode_decr_space(struct inode *inode, qsize_t number, int reserve) argument
1533 __dquot_alloc_space(struct inode *inode, qsize_t number, int flags) argument
1630 dquot_claim_space_nodirty(struct inode *inode, qsize_t number) argument
1659 __dquot_free_space(struct inode *inode, qsize_t number, int flags) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dmos7720.c777 * Byte 1 IIR Port 1 (port.number is 0)
778 * Byte 2 IIR Port 2 (port.number is 1)
1079 port_number = port->number - port->serial->minor;
1100 data = data | (port->number - port->serial->minor + 1);
1132 * If successful, we return the number of bytes left to be written in the
1134 * Otherwise we return a negative error number.
1196 write_mos_reg(serial, port->number - port->serial->minor,
1198 write_mos_reg(serial, port->number - port->serial->minor,
1228 write_mos_reg(serial, port->number - port->serial->minor,
1239 * Otherwise we return a negative error number
1549 unsigned char number; local
[all...]
H A Dbus.c46 return sprintf(buf, "%d\n", port->number - port->serial->minor);
80 minor = port->number;
110 minor = port->number;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/extensions/
H A Dlibip6t_mh.c96 unsigned int number; local
98 if (!xtables_strtoui(name, NULL, &number, 0, UINT8_MAX))
101 return number;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/pci/
H A Dops-loongson2.c40 u32 busnum = bus->number;
188 .number = PCI_BUS_CS5536
204 .number = PCI_BUS_CS5536
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat-ycp.c71 unsigned int number = *format - '1'; local
73 while (spec.arg_count <= number)
75 spec.args_used[number] = true;
90 ? xasprintf (_("In the directive number %u, the character '%c' is not a digit between 1 and 9."), spec.directives, *format)
91 : xasprintf (_("The character that terminates the directive number %u is not a digit between 1 and 9."), spec.directives));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtriop.h138 void trio_print_int TRIO_PROTO((trio_pointer_t ref, int number));
139 void trio_print_uint TRIO_PROTO((trio_pointer_t ref, unsigned int number));
140 /* void trio_print_long TRIO_PROTO((trio_pointer_t ref, long number)); */
141 /* void trio_print_ulong TRIO_PROTO((trio_pointer_t ref, unsigned long number)); */
142 void trio_print_double TRIO_PROTO((trio_pointer_t ref, double number));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/seq/
H A Dseq_ports.c124 /* create a port, port number is returned (-1 on failure) */
137 snd_printk(KERN_WARNING "too many ports for client %d\n", client->number);
148 new_port->addr.client = client->number;
168 new_port->addr.port = num; /* store the port number in the port */
532 connector->number != src_client->number)) < 0)
537 connector->number != dest_client->number)) < 0)
557 connector->number != src_client->number);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl3/
H A Dopl3_midi.c327 chan->number, chan->midi_program, note, vel);
343 if (chan->number >= MAX_OPL3_VOICES)
390 voice = snd_opl3_oss_map[chan->number];
679 chan->number, chan->midi_program, note);
697 if (chan->number < MAX_OPL3_VOICES) {
698 voice = snd_opl3_oss_map[chan->number];
725 chan->number, chan->midi_program);
739 chan->number, chan->midi_program);
809 if (chan->number < MAX_OPL3_VOICES) {
810 voice = snd_opl3_oss_map[chan->number];
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dtriop.h138 void trio_print_int TRIO_PROTO((trio_pointer_t ref, int number));
139 void trio_print_uint TRIO_PROTO((trio_pointer_t ref, unsigned int number));
140 /* void trio_print_long TRIO_PROTO((trio_pointer_t ref, long number)); */
141 /* void trio_print_ulong TRIO_PROTO((trio_pointer_t ref, unsigned long number)); */
142 void trio_print_double TRIO_PROTO((trio_pointer_t ref, double number));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dx_ovfl.S21 | RZ Largest magnitude number, with the sign of the
23 | RM For pos overflow, the largest pos number. For neg overflow,
26 | neg number
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-ixp23xx/
H A Dpci.c98 bus->number, PCI_SLOT(devfn), PCI_FUNC(devfn));
100 addr = ixp23xx_pci_config_addr(bus->number, devfn, where);
128 addr = ixp23xx_pci_config_addr(bus->number, devfn, where);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dblockdsp.asm31 ; %1 = number of xmm registers used
32 ; %2 = number of inline store loops
61 ; %1 = number of xmm registers used

Completed in 405 milliseconds

1234567891011>>