Searched refs:number (Results 426 - 450 of 1628) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dmos7840.c234 int port_num; /*Actual port number in the device(1,2,etc) */
325 /* For the UART control registers, the application number need
328 val |= (((__u16) port->number -
330 dbg("mos7840_set_uart_reg application number is %x", val);
332 if (((__u16) port->number - (__u16) (port->serial->minor)) == 0) {
333 val |= (((__u16) port->number -
335 dbg("mos7840_set_uart_reg application number is %x",
339 (((__u16) port->number -
341 dbg("mos7840_set_uart_reg application number is %x",
368 /* dbg("application number i
1804 unsigned char number; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/iptables/
H A Dip6tables.c255 "[!] --proto -p proto protocol: by number or name, eg. `tcp'\n"
398 "Invalid rule number `%s'", rule);
446 print_num(uint64_t number, unsigned int format) argument
449 if (number > 99999) {
450 number = (number + 500) / 1000;
451 if (number > 9999) {
452 number = (number + 500) / 1000;
453 if (number > 999
[all...]
H A Diptables.c268 "[!] --proto -p proto protocol: by number or name, eg. `tcp'\n"
403 "Invalid rule number `%s'", rule);
451 print_num(uint64_t number, unsigned int format) argument
454 if (number > 99999) {
455 number = (number + 500) / 1000;
456 if (number > 9999) {
457 number = (number + 500) / 1000;
458 if (number > 999
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/iptables/
H A Dip6tables.c255 "[!] --proto -p proto protocol: by number or name, eg. `tcp'\n"
398 "Invalid rule number `%s'", rule);
446 print_num(uint64_t number, unsigned int format) argument
449 if (number > 99999) {
450 number = (number + 500) / 1000;
451 if (number > 9999) {
452 number = (number + 500) / 1000;
453 if (number > 999
[all...]
H A Diptables.c257 "[!] --proto -p proto protocol: by number or name, eg. `tcp'\n"
392 "Invalid rule number `%s'", rule);
440 print_num(uint64_t number, unsigned int format) argument
443 if (number > 99999) {
444 number = (number + 500) / 1000;
445 if (number > 9999) {
446 number = (number + 500) / 1000;
447 if (number > 999
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhvscroll.tex134 number of the items in the control is small enough. Otherwise, it tries to find
154 number of the items in the control is small enough. Otherwise, it tries to find
170 Get the number of columns this window contains (previously set by
178 Get the number of rows this window contains (previously set by
186 Get the number of rows (X or width) and columns (Y or height) this window
434 This function completely refreshes the control, recalculating the number of
445 Scroll by the specified number of columns which may be positive (to scroll
457 Scroll by the specified number of rows which may be positive (to scroll
473 Scroll by the specified number of rows and columns which may be positive (to
489 Scroll by the specified number o
[all...]
H A Djoystick.tex52 Returns the movement threshold, the number of steps outside which the joystick is deemed to have
59 Returns the number of axes for this joystick.
65 Returns the number of buttons for this joystick.
71 Returns the number of joysticks currently attached to the computer.
301 Sets the movement threshold, the number of steps outside which the joystick is deemed to have
H A Dtokenizr.tex3 wxStringTokenizer helps you to break a string up into a number of tokens. It
5 number of ways.
31 is helpful for parsing strictly formatted data where the number of fields is
98 Returns the number of tokens remaining in the input string. The number of
H A Dpalette.tex69 \docparam{n}{The number of indices in the palette.}
101 \docparam{n}{The number of indices in the palette.}
121 Returns number of entries in palette.
H A Drichtextstylesheet.tex98 Returns the number of character styles.
116 Returns the number of list styles.
134 Returns the number of paragraph styles.
H A Dsemaphor.tex14 wxSemaphore is a counter limiting the number of threads concurrently accessing
24 which can only be accessed by some fixed number of clients at the same time. For
26 equal to the total number of available rooms could be created. Each time a room
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ali5451/
H A Dali5451.c198 unsigned int number; member in struct:snd_ali_voice
883 outb((u8)(pvoice->number), ALI_REG(codec, ALI_GC_CIR));
975 snd_ali_printk("free_voice: channel=%d\n",pvoice->number);
978 snd_ali_clear_voices(codec, pvoice->number, pvoice->number);
985 snd_ali_free_channel_pcm(codec, pvoice->number);
1126 what |= 1 << (pvoice->number & 0x1f);
1128 whati |= 1 << (pvoice->number & 0x1f);
1130 whati |= 1 << (evoice->number & 0x1f);
1131 what |= 1 << (evoice->number
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/delphi/
H A DZLib.pas25 avail_in: Integer; // number of bytes available at next_in
69 The Position property returns the number of uncompressed bytes of
108 The Position property returns the number of bytes of uncompressed data that
130 InBytes = number of bytes in InBuf
132 OutBytes = number of bytes in OutBuf }
139 InBytes = number of bytes in InBuf
142 OutBytes = number of bytes in OutBuf }
148 InBytes = number of bytes in InBuf
150 BufSize = number of bytes in OutBuf }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/delphi/
H A DZLib.pas25 avail_in: Integer; // number of bytes available at next_in
69 The Position property returns the number of uncompressed bytes of
108 The Position property returns the number of bytes of uncompressed data that
130 InBytes = number of bytes in InBuf
132 OutBytes = number of bytes in OutBuf }
139 InBytes = number of bytes in InBuf
142 OutBytes = number of bytes in OutBuf }
148 InBytes = number of bytes in InBuf
150 BufSize = number of bytes in OutBuf }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/delphi/
H A DZLib.pas25 avail_in: Integer; // number of bytes available at next_in
69 The Position property returns the number of uncompressed bytes of
108 The Position property returns the number of bytes of uncompressed data that
130 InBytes = number of bytes in InBuf
132 OutBytes = number of bytes in OutBuf }
139 InBytes = number of bytes in InBuf
142 OutBytes = number of bytes in OutBuf }
148 InBytes = number of bytes in InBuf
150 BufSize = number of bytes in OutBuf }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Drawmidi.c46 MODULE_PARM_DESC(midi_map, "Raw MIDI device number assigned to 1st OSS device.");
48 MODULE_PARM_DESC(amidi_map, "Raw MIDI device number assigned to 2nd OSS device.");
253 if (subdevice < 0 || subdevice == substream->number) {
559 info->card = rmidi->card->number;
561 info->subdevice = substream->number;
604 if ((unsigned int)substream->number == info->subdevice)
1347 substream->number,
1371 substream->number,
1423 substream->number = idx;
1437 * @output_count: the number o
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/delphi/
H A DZLib.pas25 avail_in: Integer; // number of bytes available at next_in
69 The Position property returns the number of uncompressed bytes of
108 The Position property returns the number of bytes of uncompressed data that
130 InBytes = number of bytes in InBuf
132 OutBytes = number of bytes in OutBuf }
139 InBytes = number of bytes in InBuf
142 OutBytes = number of bytes in OutBuf }
148 InBytes = number of bytes in InBuf
150 BufSize = number of bytes in OutBuf }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_mp.c308 int number = mp_imgtype >> 16; local
355 if (number == -1) {
360 number = i;
362 if (number < 0 || number >= NUM_NUMBERED_MPI) return NULL;
363 if (!vf->imgctx.numbered_images[number]) vf->imgctx.numbered_images[number] = ff_new_mp_image(w2,h);
364 mpi = vf->imgctx.numbered_images[number];
365 mpi->number = number;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dutil.S196 leal EXT_PLRG,%a1 |answer is +/- large number
206 leal EXT_PLRG,%a1 |answer is large positive number
212 leal EXT_PLRG,%a1 |answer is large negative number
227 leal DBL_PLRG,%a1 |answer is +/- large number
237 leal DBL_PLRG,%a1 |answer is large positive number
243 leal DBL_PLRG,%a1 |answer is large negative number
258 leal SGL_PLRG,%a1 |answer is +/- large number
268 leal SGL_PLRG,%a1 |answer is large positive number
274 leal SGL_PLRG,%a1 |answer is large negative number
632 | d1: data size and dest register number formatte
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dcpqphp_pci.c151 * @bus_num: bus number of PCI device
152 * @dev_num: device number of PCI device
153 * @slot: pointer to u8 where slot number will be returned
174 fakebus->number = bus_num;
206 ctrl->pci_bus->number = bus_num;
252 ctrl->pci_bus->number = tbus;
330 ctrl->pci_bus->number = busnumber;
374 * get the subordinate bus number
388 ctrl->pci_bus->number = busnumber;
476 ctrl->pci_bus->number
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D09-helper.tex17 The "ilog(x)" function returns the position number (1 through n) of the highest set bit in the two's complement integer value
42 \item ilog(negative number) = 0;
54 host-native floating point number.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/parport/
H A Dshare.c47 /* list of all allocated ports, sorted by ->number */
320 /* Search for the lowest free parport number. */
325 if (p->number != num)
328 tmp->portnum = tmp->number = num;
335 sprintf(name, "parport%d", tmp->portnum = tmp->number);
702 * parport_find_number - find a parallel port by number
703 * @number: parallel port number
705 * This returns the parallel port with the specified number, or
713 struct parport *parport_find_number (int number) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Di82092.c61 int number; member in struct:socket_info
122 sockets[i].number = i;
410 unsigned int sock = container_of(socket, struct socket_info, socket)->number;
453 unsigned int sock = container_of(socket, struct socket_info, socket)->number;
550 unsigned int sock = container_of(socket, struct socket_info, socket)->number;
595 unsigned int sock = sock_info->number;
H A Dm32r_cfc.c47 unsigned int number; member in struct:pcc_socket
600 unsigned int sock = container_of(s, struct pcc_socket, socket)->number;
613 unsigned int sock = container_of(s, struct pcc_socket, socket)->number;
625 unsigned int sock = container_of(s, struct pcc_socket, socket)->number;
637 unsigned int sock = container_of(s, struct pcc_socket, socket)->number;
731 socket[i].number = i;
H A Dm32r_pcc.c54 unsigned int number; member in struct:pcc_socket
568 unsigned int sock = container_of(s, struct pcc_socket, socket)->number;
579 unsigned int sock = container_of(s, struct pcc_socket, socket)->number;
589 unsigned int sock = container_of(s, struct pcc_socket, socket)->number;
598 unsigned int sock = container_of(s, struct pcc_socket, socket)->number;
673 socket[i].number = i;

Completed in 263 milliseconds

<<11121314151617181920>>