Searched refs:low (Results 51 - 75 of 386) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Dhardirq.h27 #error HARDIRQ_BITS is too low!
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Dhardirq.h27 # error HARDIRQ_BITS is too low!
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm26/
H A Dhardirq.h22 # error HARDIRQ_BITS is too low!
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-avr32/
H A Dhardirq.h31 # error HARDIRQ_BITS is too low!
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/
H A Dhardirq.h35 # error HARDIRQ_BITS is too low!
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/dccp/ccids/lib/
H A Dtfrc_equation.c599 u32 try, low = 0, high = TFRC_CALC_X_ARRSIZE - 1; local
601 while (low < high) {
602 try = (low + high) / 2;
606 low = try + 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dblkid_getsize.c76 blkid_loff_t high, low; local
130 low = 0;
132 low = high;
133 while (low < high - 1)
135 const blkid_loff_t mid = (low + high) / 2;
138 low = mid;
142 return low + 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/kernel/
H A Dsys_parisc.c174 unsigned int high, unsigned int low)
176 return sys_truncate(path, (long)high << 32 | low);
180 unsigned int high, unsigned int low)
182 return sys_ftruncate(fd, (long)high << 32 | low);
202 unsigned int high, unsigned int low)
204 return sys_truncate64(path, (loff_t)high << 32 | low);
208 unsigned int high, unsigned int low)
210 return sys_ftruncate64(fd, (loff_t)high << 32 | low);
215 unsigned int high, unsigned int low)
217 return sys_pread64(fd, buf, count, (loff_t)high << 32 | low);
173 parisc_truncate64(const char __user * path, unsigned int high, unsigned int low) argument
179 parisc_ftruncate64(unsigned int fd, unsigned int high, unsigned int low) argument
201 parisc_truncate64(const char __user * path, unsigned int high, unsigned int low) argument
207 parisc_ftruncate64(unsigned int fd, unsigned int high, unsigned int low) argument
214 parisc_pread64(unsigned int fd, char __user *buf, size_t count, unsigned int high, unsigned int low) argument
220 parisc_pwrite64(unsigned int fd, const char __user *buf, size_t count, unsigned int high, unsigned int low) argument
226 parisc_readahead(int fd, unsigned int high, unsigned int low, size_t count) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/lib/
H A Dmuldi3.c67 umul_ppmm (__w.s.high, __w.s.low, u, v); \
77 sitype low, high; member in struct:distruct
94 w.ll = __umulsidi3(uu.s.low, vv.s.low);
95 w.s.high += ((usitype) uu.s.low * (usitype) vv.s.high
96 + (usitype) uu.s.high * (usitype) vv.s.low);
H A Dgcclib.h41 SItype low, high; member in struct:DIstruct
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/infback9/
H A Dinftree9.c51 unsigned low; /* low bits for current root entry */ local
52 unsigned mask; /* mask for low root bits */
153 of the low root bits of huff. This is saved in low to check for when a
201 low = (unsigned)(-1); /* trigger new sub-table when len > root */
203 mask = used - 1; /* mask for comparing low */
226 /* replicate for those indices with low len bits equal to huff */
253 if (len > root && (huff & mask) != low) {
277 low
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/infback9/
H A Dinftree9.c51 unsigned low; /* low bits for current root entry */ local
52 unsigned mask; /* mask for low root bits */
153 of the low root bits of huff. This is saved in low to check for when a
201 low = (unsigned)(-1); /* trigger new sub-table when len > root */
203 mask = used - 1; /* mask for comparing low */
226 /* replicate for those indices with low len bits equal to huff */
253 if (len > root && (huff & mask) != low) {
277 low
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dmsr.h66 #define rdtsc(low,high) \
67 __asm__ __volatile__("rdtsc" : "=a" (low), "=d" (high))
69 #define rdtscl(low) \
70 __asm__ __volatile__ ("rdtsc" : "=a" (low) : : "edx")
72 #define rdtscp(low,high,aux) \
73 asm volatile (".byte 0x0f,0x01,0xf9" : "=a" (low), "=d" (high), "=c" (aux))
91 #define rdpmc(counter,low,high) \
93 : "=a" (low), "=d" (high) \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_inflate/
H A Dinftrees.c37 unsigned low; /* low bits for current root entry */ local
38 unsigned mask; /* mask for low root bits */
145 of the low root bits of huff. This is saved in low to check for when a
193 low = (unsigned)(-1); /* trigger new sub-table when len > root */
195 mask = used - 1; /* mask for comparing low */
218 /* replicate for those indices with low len bits equal to huff */
246 if (len > root && (huff & mask) != low) {
270 low
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvorbis.h32 uint_fast16_t low; member in struct:__anon577
H A Dsnow.h138 static av_always_inline void snow_interleave_line_header(int * i, int width, IDWTELEM * low, IDWTELEM * high){ argument
142 low[(*i)+1] = low[((*i)+1)>>1];
147 static av_always_inline void snow_interleave_line_footer(int * i, IDWTELEM * low, IDWTELEM * high){ argument
149 low[(*i)+1] = high[(*i)>>1];
150 low[*i] = low[(*i)>>1];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/lib/
H A Dgcclib.h14 struct DIstruct {SItype low, high;}; member in struct:DIstruct
H A Dudivdi3.c60 d0 = dd.s.low;
62 n0 = nn.s.low;
132 rr.s.low = n0 >> bm;
149 rr.s.low = n0;
181 rr.s.low = n0;
214 rr.s.low = (n1 << b) | (n0 >> bm);
222 ww.s.low = q0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/common/include/proto/
H A Dwpa.h58 uint8 low; member in struct:__anon3163::__anon3164
70 uint8 low; member in struct:__anon3165::__anon3166
90 uint8 low; member in struct:__anon3168::__anon3169
99 uint8 low; member in struct:__anon3170::__anon3171
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/proto/
H A Dwpa.h58 uint8 low; member in struct:__anon3234::__anon3235
70 uint8 low; member in struct:__anon3236::__anon3237
90 uint8 low; member in struct:__anon3239::__anon3240
99 uint8 low; member in struct:__anon3241::__anon3242
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/mcheck/
H A Dnon-fatal.c31 u32 low, high; local
35 rdmsr (MSR_IA32_MC0_STATUS+i*4, low, high);
42 printk (KERN_INFO "Bank %d: %08x%08x\n", i, high, low);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dstacktrace.c7 int walk_stackframe(unsigned long fp, unsigned long low, unsigned long high, argument
16 if (fp < (low + 12) || fp + 4 >= high)
25 * Update the low bound - the next frame must always
28 low = fp + 4;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dtime.c198 time_t low,high; local
214 low = t - MAX_DST_WIDTH/2;
215 if (t < low)
216 low = TIME_T_MIN;
223 while (low+60*60 < dst_table[i].start) {
224 if (dst_table[i].start - low > MAX_DST_SKIP*2)
227 t = low + (dst_table[i].start-low)/2;
231 low = t;
322 if (nt->high == 0 || (nt->high == 0xffffffff && nt->low
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_lcl.h145 * with low Hamming weight, so we use w = 1 for b <= 23.
267 # define BN_UMULT_LOHI(low,high,a,b) \
269 : "=a"(low),"=d"(high) \
280 # define BN_UMULT_LOHI(low,high,a,b) ((low)=_umul128((a),(b),&(high)))
327 BN_ULONG high,low,ret,tmp=(a); \
329 BN_UMULT_LOHI(low,high,w,tmp); \
333 ret += low; \
334 (c) += (ret<low)?1:0; \
339 BN_ULONG high,low,re
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/oprofile/
H A Dop_model_p4.c363 #define CCCR_READ(low, high, i) do {rdmsr(p4_counters[(i)].cccr_address, (low), (high));} while (0)
364 #define CCCR_WRITE(low, high, i) do {wrmsr(p4_counters[(i)].cccr_address, (low), (high));} while (0)
556 unsigned int low, high; local
561 rdmsr(MSR_IA32_MISC_ENABLE, low, high);
562 if (! MISC_PMC_ENABLED_P(low)) {
571 rdmsr(p4_counters[VIRT_CTR(stag, i)].cccr_address, low, high);
572 CCCR_CLEAR(low);
573 CCCR_SET_REQUIRED_BITS(low);
600 unsigned long ctr, low, high, stag, real; local
634 unsigned int low, high, stag; local
651 unsigned int low, high, stag; local
[all...]

Completed in 144 milliseconds

1234567891011>>