Searched refs:low (Results 201 - 225 of 386) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dscanner.l125 low { yylval.snum = -1; return SIGNEDNUMBER; }
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dne-h8300.c481 int low = inb_p(NE_BASE + EN0_RSARLO); local
482 addr = (high << 8) + low;
483 if (((ring_offset + xfer_count) & 0xff) == low)
573 int low = inb_p(NE_BASE + EN0_RSARLO); local
574 addr = (high << 8) + low;
H A Dne2.c222 /* pull the CS line low for a moment. This resets the EEPROM-
650 int low = inb_p(nic_base + EN0_RSARLO); local
651 addr = (high << 8) + low;
652 if (((ring_offset + xfer_count) & 0xff) == low)
737 int low = inb_p(nic_base + EN0_RSARLO); local
738 addr = (high << 8) + low;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dev6-stxncpy.S108 negq t8, t12 # E : find low bit set
189 t1 == the shifted low bits of the first source word
237 t0 == the shifted low-order bits from the current source word
247 extql t2, a1, t1 # U : extract low bits for next time
255 extqh t2, a1, t0 # U : extract low bits (2 cycle stall)
266 t0 == the shifted low-order bits from the current source word
291 negq t8, t6 # E : isolate low bit set
320 extqh t2, a1, t0 # U : extract low bits for last word (stall)
H A Dev6-stxcpy.S84 negq t8, t6 # E : find low bit set
147 t1 == the low bits of the first source word
200 extql t2, a1, t3 # U : extract low bits for next time (stall)
238 negq t8, t6 # E : isolate low bit set
H A Dstxcpy.S68 negq t8, t6 # e0 : find low bit set
124 t1 == the low bits of the first source word
176 extql t2, a1, t3 # e0 : extract low bits for next time
211 negq t8, t6 # e0 : isolate low bit set
H A Dstxncpy.S81 negq t8, t12 # e0 : find low bit set
150 t1 == the shifted low bits of the first source word
195 t0 == the shifted low-order bits from the current source word
213 extqh t2, a1, t0 # e0 : extract low bits for current word
222 t0 == the shifted low-order bits from the current source word
247 negq t8, t6 # e0 : isolate low bit set
274 extqh t2, a1, t0 # e0 : extract low bits for last word
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dinet_connection_sock.c80 int low = sysctl_local_port_range[0]; local
82 int remaining = (high - low) + 1;
83 int rover = net_random() % (high - low) + low;
95 rover = low;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/rpcclient/
H A Dcmd_samr.c114 float low; local
118 if (nttime.high==0 && nttime.low==0)
121 if (nttime.high==0x80000000 && nttime.low==0)
130 low = ~nttime.low;
131 low = low/(1000*1000*10);
133 sec=high+low;
195 printf("Sequence No:\t%d\n", info2->seq_num.low);
211 printf("Sequence No:\t%d\n", info8->seq_num.low);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_phy.c1459 value = (u8)(pair->low);
1464 if (pair->low < -8 || pair->low > 8 ||
1468 "(low: %d, high: %d, index: %lu)\n",
1469 pair->low, pair->high,
1551 { .high = 1, .low = 1, },
1552 { .high = 1, .low = 0, },
1553 { .high = 1, .low = -1, },
1554 { .high = 0, .low = -1, },
1555 { .high = -1, .low
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dapedec.c107 uint32_t low; ///< low end of interval member in struct:APERangecoder
232 ctx->rc.low = ctx->rc.buffer >> (8 - EXTRA_BITS);
244 ctx->rc.low = (ctx->rc.low << 8) | ((ctx->rc.buffer >> 1) & 0xFF);
259 return ctx->rc.low / ctx->rc.help;
271 return ctx->rc.low / ctx->rc.help;
283 ctx->rc.low -= ctx->rc.help * lt_f;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/firewire/
H A Dfw-sbp2.c142 u32 low; member in struct:sbp2_pointer
342 orb->pointer.low = orb->request_bus;
423 orb->request.response.low = orb->response_bus;
433 orb->request.status_fifo.low = sd->address_handler.offset;
572 response.command_block_agent.low;
903 orb->request.data_descriptor.low = sg_dma_address(sg);
921 orb->page_table[j].low = sg_addr;
945 orb->request.data_descriptor.low = orb->page_table_bus;
1001 orb->request.next.low = 0x0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/glib/
H A Dghash.c43 #define CLAMP(x, low, high) (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/glib/
H A Dghash.c43 #define CLAMP(x, low, high) (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bio/
H A Db_sock.c364 unsigned long low= (unsigned long)-1;
379 if (low > ghbn_cache[i].order)
381 low=ghbn_cache[i].order;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Ds_socket.c579 unsigned long low= (unsigned long)-1; local
583 if (low > ghbn_cache[i].order)
585 low=ghbn_cache[i].order;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A Dumul.S150 srl %o5, 20, %o5 ! shift low bits right 20
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/acpi/
H A Dwakeup.S27 # Running in *copy* of this code, somewhere in low 1MB.
97 # Running in this code, but at low address; paging is not yet turned on.
170 * low memory)
315 # Copy the above routine to low memory.
320 # Returned address is location of code in low memory (past data and stack)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/lib/
H A Dudivsi3.S107 movew sp@(10), d2 /* get low dividend + high rest */
108 divu d1, d2 /* low quotient */
124 mulu d0, d1 /* low part, 32 bits */
127 swap d2 /* align high part with low part */
154 bset IMM (0),d0 | set the low order bit of a to 1,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A DMakefile60 obj-$(CONFIG_KGDB) += gdb-low.o gdb-stub.o
H A Dlinux32.c134 unsigned int low)
138 return sys_truncate(path, ((long) high << 32) | low);
142 unsigned int low)
146 return sys_ftruncate(fd, ((long) high << 32) | low);
133 sys_truncate64(const char __user *path, unsigned int high, unsigned int low) argument
141 sys_ftruncate64(unsigned int fd, unsigned int high, unsigned int low) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pcmcia/
H A Dcs_internal.h120 int low, struct pcmcia_socket *s);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_bmap.h60 int xbf_low; /* kludge: alloc in low mode */
122 char low; /* low on space, using seq'l ags */ member in struct:xfs_bmalloca
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68knommu/
H A Dm68360_pram.h367 unsigned short low; member in struct:ethernet_pram::__anon9111::__anon9112
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Dsetup.h89 __u32 low; member in struct:tag_serialnr

Completed in 321 milliseconds

1234567891011>>